.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-618b596f-3183-4b88-b2b8-7bf3f70415f5 {
  background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 400px;
background-color: rgba(48, 52, 59, 1);
}
@media (max-width: 767px){#s-618b596f-3183-4b88-b2b8-7bf3f70415f5 {
  display: none;
}
#s-618b596f-3183-4b88-b2b8-7bf3f70415f5, #wrap-s-618b596f-3183-4b88-b2b8-7bf3f70415f5 { display: none !important; }}







#s-618b596f-3183-4b88-b2b8-7bf3f70415f5 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0.3;
  display: block;
}#s-618b596f-3183-4b88-b2b8-7bf3f70415f5.shg-box.shg-c {
  justify-content: center;
}

#s-ea14bc83-37ae-4d5b-9627-d5cfc45c7742 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1388px;
}








#s-ea14bc83-37ae-4d5b-9627-d5cfc45c7742 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ea14bc83-37ae-4d5b-9627-d5cfc45c7742.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-6599fbbb-c711-42f9-a711-42e4bbb75a48 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-6599fbbb-c711-42f9-a711-42e4bbb75a48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6599fbbb-c711-42f9-a711-42e4bbb75a48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6599fbbb-c711-42f9-a711-42e4bbb75a48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6599fbbb-c711-42f9-a711-42e4bbb75a48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6599fbbb-c711-42f9-a711-42e4bbb75a48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6599fbbb-c711-42f9-a711-42e4bbb75a48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-6599fbbb-c711-42f9-a711-42e4bbb75a48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

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

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

#s-e3bf4486-37a3-401d-9458-d3f3e0a9d9e3 {
  margin-top: 50px;
margin-bottom: 5px;
padding-top: 1px;
padding-left: 1%;
padding-bottom: 1px;
padding-right: 1%;
text-align: left;
}

#s-e3bf4486-37a3-401d-9458-d3f3e0a9d9e3 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-ae8053d3-bd5b-4034-8d7d-b02df9dd9427 {
  margin-top: 0px;
margin-bottom: 15px;
padding-top: 1px;
padding-bottom: 1px;
text-align: left;
}

#s-ae8053d3-bd5b-4034-8d7d-b02df9dd9427 .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 135px;
  
  
  text-align: left;
}



#s-a1b6ed19-681d-4643-ad16-ef467d57f81c {
  margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-a1b6ed19-681d-4643-ad16-ef467d57f81c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1b6ed19-681d-4643-ad16-ef467d57f81c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a1b6ed19-681d-4643-ad16-ef467d57f81c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a1b6ed19-681d-4643-ad16-ef467d57f81c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a1b6ed19-681d-4643-ad16-ef467d57f81c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a1b6ed19-681d-4643-ad16-ef467d57f81c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-a1b6ed19-681d-4643-ad16-ef467d57f81c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  margin-top: 7px;
margin-bottom: 7px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}



.shg-image-margin-container-s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  
  
  margin-top: 7px;
  margin-bottom: 7px;
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      aspect-ratio: 300/11;
      width: 100%;
      height: 100%;
    }

    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-link {
      aspect-ratio: 300/11;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
    
    
  }


.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
      --shg-aspect-ratio: calc(300/11); 
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
      position: relative;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  
  
  
  
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      aspect-ratio: 300/11;
      width: 100%;
      height: 100%;
    }

    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-link {
      aspect-ratio: 300/11;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
    
    
  }


.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
      --shg-aspect-ratio: calc(300/11); 
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
      position: relative;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  
  
  
  
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      aspect-ratio: 300/11;
      width: 100%;
      height: 100%;
    }

    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-link {
      aspect-ratio: 300/11;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
    
    
  }


.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
      --shg-aspect-ratio: calc(300/11); 
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
      position: relative;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  
  
  
  
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      aspect-ratio: 300/11;
      width: 100%;
      height: 100%;
    }

    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-link {
      aspect-ratio: 300/11;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
    
    
  }


.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
      --shg-aspect-ratio: calc(300/11); 
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
      position: relative;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  
  
  
  
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      aspect-ratio: 300/11;
      width: 100%;
      height: 100%;
    }

    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-link {
      aspect-ratio: 300/11;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
    
    
  }


.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 .shogun-image-content {
  
    align-items: center;
  
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 {
      --shg-aspect-ratio: calc(300/11); 
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container {
      position: relative;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b4e6987f-d3cf-45f2-a1e4-6e851a51f513 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  
  
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-110ce511-b82e-4cb7-831f-e359e63843df {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(206, 255, 0, 1);
text-align: left;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-image: none;
hover-type: color;
}
#s-110ce511-b82e-4cb7-831f-e359e63843df:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 0) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-110ce511-b82e-4cb7-831f-e359e63843df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-110ce511-b82e-4cb7-831f-e359e63843df-root {
    text-align: left;
  }


#s-110ce511-b82e-4cb7-831f-e359e63843df.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-110ce511-b82e-4cb7-831f-e359e63843df-root {
    text-align: left;
  }


#s-110ce511-b82e-4cb7-831f-e359e63843df.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-110ce511-b82e-4cb7-831f-e359e63843df-root {
    text-align: left;
  }


#s-110ce511-b82e-4cb7-831f-e359e63843df.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-110ce511-b82e-4cb7-831f-e359e63843df-root {
    text-align: left;
  }


#s-110ce511-b82e-4cb7-831f-e359e63843df.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-110ce511-b82e-4cb7-831f-e359e63843df-root {
    text-align: left;
  }


#s-110ce511-b82e-4cb7-831f-e359e63843df.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  max-width: 448px;
text-align: left;
}



.shg-image-margin-container-s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  
  
  
  
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
    
    
  }


.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
      position: relative;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  
  
  
  
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
    
    
  }


.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
      position: relative;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  
  
  
  
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
    
    
  }


.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
      position: relative;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  
  
  
  
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
    
    
  }


.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
      position: relative;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  
  
  
  
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
    
    
  }


.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container {
      position: relative;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-537ce3ae-d4aa-4b2d-9e39-9ef7cfe6b3e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb {
  background-attachment: fixed;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
background-color: rgba(48, 52, 59, 1);
}
@media (min-width: 1200px){#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb {
  display: none;
}
#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb, #wrap-s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb {
  display: none;
}
#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb, #wrap-s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb {
  
}
}@media (max-width: 767px){#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb {
  
}
}







#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
  display: block;
}#s-1b336c54-c0e8-4e52-a9d1-dc45e187fbfb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4bb31d32-66c4-42d2-aaff-a9d7284778ac {
  margin-top: 100px;
margin-bottom: 0px;
min-height: 50px;
}








#s-4bb31d32-66c4-42d2-aaff-a9d7284778ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4bb31d32-66c4-42d2-aaff-a9d7284778ac.shg-box.shg-c {
  justify-content: center;
}

#s-fa3438ed-adca-4538-aebe-488f30126df4 {
  max-width: 400px;
text-align: center;
}



.shg-image-margin-container-s-fa3438ed-adca-4538-aebe-488f30126df4 {
  
  
  
  
}

#s-fa3438ed-adca-4538-aebe-488f30126df4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
    
    
  }


.s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa3438ed-adca-4538-aebe-488f30126df4 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
      position: relative;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fa3438ed-adca-4538-aebe-488f30126df4 {
  
  
  
  
}

#s-fa3438ed-adca-4538-aebe-488f30126df4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
    
    
  }


.s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa3438ed-adca-4538-aebe-488f30126df4 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
      position: relative;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fa3438ed-adca-4538-aebe-488f30126df4 {
  
  
  
  
}

#s-fa3438ed-adca-4538-aebe-488f30126df4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
    
    
  }


.s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa3438ed-adca-4538-aebe-488f30126df4 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
      position: relative;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fa3438ed-adca-4538-aebe-488f30126df4 {
  
  
  
  
}

#s-fa3438ed-adca-4538-aebe-488f30126df4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
    
    
  }


.s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa3438ed-adca-4538-aebe-488f30126df4 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
      position: relative;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fa3438ed-adca-4538-aebe-488f30126df4 {
  
  
  
  
}

#s-fa3438ed-adca-4538-aebe-488f30126df4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      aspect-ratio: 448/400;
      width: 100%;
      height: 100%;
    }

    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-link {
      aspect-ratio: 448/400;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fa3438ed-adca-4538-aebe-488f30126df4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
    
    
  }


.s-fa3438ed-adca-4538-aebe-488f30126df4 .shogun-image-content {
  
    align-items: center;
  
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fa3438ed-adca-4538-aebe-488f30126df4 {
      --shg-aspect-ratio: calc(448/400); 
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container {
      position: relative;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fa3438ed-adca-4538-aebe-488f30126df4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0165a069-a7cb-458b-9a68-c56c0a01244d {
  margin-top: 35px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-0165a069-a7cb-458b-9a68-c56c0a01244d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: center;
}



#s-18474fae-17b9-44e2-8376-86778d7f5d31 {
  margin-top: 5px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-18474fae-17b9-44e2-8376-86778d7f5d31 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 60px;
  
  
  text-align: center;
}



#s-27359907-8068-4959-99de-6b90210526f6 {
  margin-top: 5px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-27359907-8068-4959-99de-6b90210526f6 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-a421154a-d7e5-4acb-96ce-f129a1467cc6 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(206, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-image: none;
hover-type: color;
}
#s-a421154a-d7e5-4acb-96ce-f129a1467cc6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 0) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a421154a-d7e5-4acb-96ce-f129a1467cc6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a421154a-d7e5-4acb-96ce-f129a1467cc6-root {
    text-align: center;
  }


#s-a421154a-d7e5-4acb-96ce-f129a1467cc6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a421154a-d7e5-4acb-96ce-f129a1467cc6-root {
    text-align: center;
  }


#s-a421154a-d7e5-4acb-96ce-f129a1467cc6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a421154a-d7e5-4acb-96ce-f129a1467cc6-root {
    text-align: center;
  }


#s-a421154a-d7e5-4acb-96ce-f129a1467cc6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a421154a-d7e5-4acb-96ce-f129a1467cc6-root {
    text-align: center;
  }


#s-a421154a-d7e5-4acb-96ce-f129a1467cc6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a421154a-d7e5-4acb-96ce-f129a1467cc6-root {
    text-align: center;
  }


#s-a421154a-d7e5-4acb-96ce-f129a1467cc6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b3214a60-34b6-493f-9521-e43f29c05608 {
  margin-top: 0px;
margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-b3214a60-34b6-493f-9521-e43f29c05608 {
  display: none;
}
#s-b3214a60-34b6-493f-9521-e43f29c05608, #wrap-s-b3214a60-34b6-493f-9521-e43f29c05608 { display: none !important; }}







#s-b3214a60-34b6-493f-9521-e43f29c05608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3214a60-34b6-493f-9521-e43f29c05608.shg-box.shg-c {
  justify-content: center;
}

#s-b82ca05d-0104-43fb-b1da-fb66fa976aba {
  margin-top: 25px;
margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 4%;
padding-right: 4%;
text-align: center;
}

#s-b82ca05d-0104-43fb-b1da-fb66fa976aba .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: left;
}



#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  max-width: 1920px;
text-align: center;
}



.shg-image-margin-container-s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  
  
  
  
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      aspect-ratio: 1920/700;
      width: 100%;
      height: 100%;
    }

    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-link {
      aspect-ratio: 1920/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
    
    
  }


.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-content {
  
    align-items: center;
  
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
      --shg-aspect-ratio: calc(1920/700); 
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
      position: relative;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  
  
  
  
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      aspect-ratio: 1920/700;
      width: 100%;
      height: 100%;
    }

    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-link {
      aspect-ratio: 1920/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
    
    
  }


.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-content {
  
    align-items: center;
  
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
      --shg-aspect-ratio: calc(1920/700); 
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
      position: relative;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  
  
  
  
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      aspect-ratio: 1920/700;
      width: 100%;
      height: 100%;
    }

    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-link {
      aspect-ratio: 1920/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
    
    
  }


.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-content {
  
    align-items: center;
  
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
      --shg-aspect-ratio: calc(1920/700); 
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
      position: relative;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  
  
  
  
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      aspect-ratio: 1920/700;
      width: 100%;
      height: 100%;
    }

    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-link {
      aspect-ratio: 1920/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
    
    
  }


.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-content {
  
    align-items: center;
  
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
      --shg-aspect-ratio: calc(1920/700); 
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
      position: relative;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  
  
  
  
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      aspect-ratio: 1920/700;
      width: 100%;
      height: 100%;
    }

    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-link {
      aspect-ratio: 1920/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
    
    
  }


.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 .shogun-image-content {
  
    align-items: center;
  
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 {
      --shg-aspect-ratio: calc(1920/700); 
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container {
      position: relative;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eedcf7fc-0c45-4eff-a2f7-c79169b56625 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-39ac8af3-7478-4df3-9de0-1b9a0e0315c6 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
text-align: center;
}

#s-39ac8af3-7478-4df3-9de0-1b9a0e0315c6 .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b3161b6c-797d-4611-9d3f-bf1ba773a6bb {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-b3161b6c-797d-4611-9d3f-bf1ba773a6bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3161b6c-797d-4611-9d3f-bf1ba773a6bb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-b3161b6c-797d-4611-9d3f-bf1ba773a6bb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-b3161b6c-797d-4611-9d3f-bf1ba773a6bb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  max-width: 700px;
text-align: center;
}



.shg-image-margin-container-s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  
  
  
  
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
    
    
  }


.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
      position: relative;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  
  
  
  
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
    
    
  }


.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
      position: relative;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  
  
  
  
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
    
    
  }


.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
      position: relative;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  
  
  
  
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
    
    
  }


.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
      position: relative;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  
  
  
  
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
    
    
  }


.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container {
      position: relative;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b4b0f18-62bd-4031-870e-eed7704c1dc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  margin-top: -20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  
  
  margin-top: -20px;
  
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
    
    
  }


.s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318162b6-608f-4ac6-ad5c-0ad769455fae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
      position: relative;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  
  
  
  
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
    
    
  }


.s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318162b6-608f-4ac6-ad5c-0ad769455fae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
      position: relative;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  
  
  
  
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
    
    
  }


.s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318162b6-608f-4ac6-ad5c-0ad769455fae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
      position: relative;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  
  
  
  
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
    
    
  }


.s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318162b6-608f-4ac6-ad5c-0ad769455fae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
      position: relative;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  
  
  
  
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318162b6-608f-4ac6-ad5c-0ad769455fae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
    
    
  }


.s-318162b6-608f-4ac6-ad5c-0ad769455fae .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318162b6-608f-4ac6-ad5c-0ad769455fae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container {
      position: relative;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318162b6-608f-4ac6-ad5c-0ad769455fae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-790e991c-f651-4855-89ae-47b225ff53c7 {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-790e991c-f651-4855-89ae-47b225ff53c7 .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-59cad6bd-4de0-4876-a527-360c5d12b563 {
  padding-left: 5%;
padding-right: 5%;
}

#s-59cad6bd-4de0-4876-a527-360c5d12b563 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-59cad6bd-4de0-4876-a527-360c5d12b563 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-59cad6bd-4de0-4876-a527-360c5d12b563 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-59cad6bd-4de0-4876-a527-360c5d12b563 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-59cad6bd-4de0-4876-a527-360c5d12b563 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-59cad6bd-4de0-4876-a527-360c5d12b563 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-b40139c6-7d85-4741-b346-7ac73e1fd7f9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-b40139c6-7d85-4741-b346-7ac73e1fd7f9 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-1e80667b-a805-4eee-88b0-0ef70e963ed5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzNiY2ViMWEtNzQzMS00YTEzLThhNDYtZmZhOTkxMjIzMWZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI5MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzczYmNlYjFhLTc0MzEtNGExMy04YTQ2LWZmYTk5MTIyMzFmZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.2909090909090909, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-1e80667b-a805-4eee-88b0-0ef70e963ed5:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1e80667b-a805-4eee-88b0-0ef70e963ed5:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1e80667b-a805-4eee-88b0-0ef70e963ed5-root {
    text-align: center;
  }


#s-1e80667b-a805-4eee-88b0-0ef70e963ed5.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e80667b-a805-4eee-88b0-0ef70e963ed5-root {
    text-align: center;
  }


#s-1e80667b-a805-4eee-88b0-0ef70e963ed5.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e80667b-a805-4eee-88b0-0ef70e963ed5-root {
    text-align: center;
  }


#s-1e80667b-a805-4eee-88b0-0ef70e963ed5.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e80667b-a805-4eee-88b0-0ef70e963ed5-root {
    text-align: center;
  }


#s-1e80667b-a805-4eee-88b0-0ef70e963ed5.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e80667b-a805-4eee-88b0-0ef70e963ed5-root {
    text-align: center;
  }


#s-1e80667b-a805-4eee-88b0-0ef70e963ed5.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  max-width: 700px;
text-align: center;
}



.shg-image-margin-container-s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  
  
  
  
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
    
    
  }


.s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
      position: relative;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  
  
  
  
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
    
    
  }


.s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
      position: relative;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  
  
  
  
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
    
    
  }


.s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
      position: relative;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  
  
  
  
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
    
    
  }


.s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
      position: relative;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  
  
  
  
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
    
    
  }


.s-1d6379af-791b-4742-b420-c2bf7c60ac84 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container {
      position: relative;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1d6379af-791b-4742-b420-c2bf7c60ac84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  margin-top: -20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  
  
  margin-top: -20px;
  
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
    
    
  }


.s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ddb08-b202-4ec1-b361-9ebe8482713e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
      position: relative;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  
  
  
  
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
    
    
  }


.s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ddb08-b202-4ec1-b361-9ebe8482713e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
      position: relative;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  
  
  
  
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
    
    
  }


.s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ddb08-b202-4ec1-b361-9ebe8482713e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
      position: relative;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  
  
  
  
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
    
    
  }


.s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ddb08-b202-4ec1-b361-9ebe8482713e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
      position: relative;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  
  
  
  
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-534ddb08-b202-4ec1-b361-9ebe8482713e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
    
    
  }


.s-534ddb08-b202-4ec1-b361-9ebe8482713e .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-534ddb08-b202-4ec1-b361-9ebe8482713e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container {
      position: relative;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-534ddb08-b202-4ec1-b361-9ebe8482713e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b6e410ff-5c14-4ff1-803a-9bc1f8e15f27 {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-b6e410ff-5c14-4ff1-803a-9bc1f8e15f27 .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-eb41efb5-f1e1-4b80-9d79-718f8917ea93 {
  padding-left: 5%;
padding-right: 5%;
}

#s-eb41efb5-f1e1-4b80-9d79-718f8917ea93 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 132, 0, 1);
}

#s-eb41efb5-f1e1-4b80-9d79-718f8917ea93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-eb41efb5-f1e1-4b80-9d79-718f8917ea93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 132, 0, 1);
}

#s-eb41efb5-f1e1-4b80-9d79-718f8917ea93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(255, 132, 0, 1);
}

#s-eb41efb5-f1e1-4b80-9d79-718f8917ea93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 132, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-eb41efb5-f1e1-4b80-9d79-718f8917ea93 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-1739744f-db90-4ab9-a5d4-0114161540ac {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-1739744f-db90-4ab9-a5d4-0114161540ac .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTQ0YTk2MjMtZDkzMi00ZTZmLTlkNDgtZDAyMTJhNGVlMWYyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI5MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E0NGE5NjIzLWQ5MzItNGU2Zi05ZDQ4LWQwMjEyYTRlZTFmMikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.2909090909090909, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e2d347ed-27bf-430b-ab29-a4baf16f98bc-root {
    text-align: center;
  }


#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e2d347ed-27bf-430b-ab29-a4baf16f98bc-root {
    text-align: center;
  }


#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2d347ed-27bf-430b-ab29-a4baf16f98bc-root {
    text-align: center;
  }


#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2d347ed-27bf-430b-ab29-a4baf16f98bc-root {
    text-align: center;
  }


#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e2d347ed-27bf-430b-ab29-a4baf16f98bc-root {
    text-align: center;
  }


#s-e2d347ed-27bf-430b-ab29-a4baf16f98bc.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-8024db30-dd73-44d6-a076-58fd00c2140f {
  max-width: 700px;
text-align: center;
}



.shg-image-margin-container-s-8024db30-dd73-44d6-a076-58fd00c2140f {
  
  
  
  
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
    
    
  }


.s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-content {
  
    align-items: center;
  
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8024db30-dd73-44d6-a076-58fd00c2140f {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
      position: relative;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8024db30-dd73-44d6-a076-58fd00c2140f {
  
  
  
  
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
    
    
  }


.s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-content {
  
    align-items: center;
  
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8024db30-dd73-44d6-a076-58fd00c2140f {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
      position: relative;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8024db30-dd73-44d6-a076-58fd00c2140f {
  
  
  
  
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
    
    
  }


.s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-content {
  
    align-items: center;
  
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8024db30-dd73-44d6-a076-58fd00c2140f {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
      position: relative;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8024db30-dd73-44d6-a076-58fd00c2140f {
  
  
  
  
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
    
    
  }


.s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-content {
  
    align-items: center;
  
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8024db30-dd73-44d6-a076-58fd00c2140f {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
      position: relative;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8024db30-dd73-44d6-a076-58fd00c2140f {
  
  
  
  
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8024db30-dd73-44d6-a076-58fd00c2140f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
    
    
  }


.s-8024db30-dd73-44d6-a076-58fd00c2140f .shogun-image-content {
  
    align-items: center;
  
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8024db30-dd73-44d6-a076-58fd00c2140f {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container {
      position: relative;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8024db30-dd73-44d6-a076-58fd00c2140f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  margin-top: -20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  
  
  margin-top: -20px;
  
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
    
    
  }


.s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b87eca75-e37f-48b7-8517-5f3086a40854 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
      position: relative;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  
  
  
  
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
    
    
  }


.s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b87eca75-e37f-48b7-8517-5f3086a40854 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
      position: relative;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  
  
  
  
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
    
    
  }


.s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b87eca75-e37f-48b7-8517-5f3086a40854 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
      position: relative;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  
  
  
  
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
    
    
  }


.s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b87eca75-e37f-48b7-8517-5f3086a40854 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
      position: relative;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  
  
  
  
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b87eca75-e37f-48b7-8517-5f3086a40854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
    
    
  }


.s-b87eca75-e37f-48b7-8517-5f3086a40854 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b87eca75-e37f-48b7-8517-5f3086a40854 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container {
      position: relative;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b87eca75-e37f-48b7-8517-5f3086a40854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9c0b5a8b-c484-4199-8025-3779e90b619a {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-9c0b5a8b-c484-4199-8025-3779e90b619a .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}



#s-05b871b0-be07-44a9-9dfe-b8cfca2705f8 {
  padding-left: 5%;
padding-right: 5%;
}

#s-05b871b0-be07-44a9-9dfe-b8cfca2705f8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 210, 255, 1);
}

#s-05b871b0-be07-44a9-9dfe-b8cfca2705f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-05b871b0-be07-44a9-9dfe-b8cfca2705f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 210, 255, 1);
}

#s-05b871b0-be07-44a9-9dfe-b8cfca2705f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(0, 210, 255, 1);
}

#s-05b871b0-be07-44a9-9dfe-b8cfca2705f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 210, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-05b871b0-be07-44a9-9dfe-b8cfca2705f8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-61b3b850-d883-442f-bef0-967feb90a6e4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-61b3b850-d883-442f-bef0-967feb90a6e4 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWRiNTBhNjEtN2U2MS00NzZmLWI1NzAtMzY2M2FmZjRkNTI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI5MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzFkYjUwYTYxLTdlNjEtNDc2Zi1iNTcwLTM2NjNhZmY0ZDUyNikiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.2909090909090909, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3-root {
    text-align: center;
  }


#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3-root {
    text-align: center;
  }


#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3-root {
    text-align: center;
  }


#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3-root {
    text-align: center;
  }


#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3-root {
    text-align: center;
  }


#s-b0161377-0a0a-4a1d-88bb-4c2766bd03e3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-edc68d17-d57f-4b76-9597-79f84649c21c {
  margin-left: 5%;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-edc68d17-d57f-4b76-9597-79f84649c21c {
  display: none;
}
#s-edc68d17-d57f-4b76-9597-79f84649c21c, #wrap-s-edc68d17-d57f-4b76-9597-79f84649c21c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edc68d17-d57f-4b76-9597-79f84649c21c {
  display: none;
}
#s-edc68d17-d57f-4b76-9597-79f84649c21c, #wrap-s-edc68d17-d57f-4b76-9597-79f84649c21c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edc68d17-d57f-4b76-9597-79f84649c21c {
  display: none;
}
#s-edc68d17-d57f-4b76-9597-79f84649c21c, #wrap-s-edc68d17-d57f-4b76-9597-79f84649c21c { display: none !important; }}







#s-edc68d17-d57f-4b76-9597-79f84649c21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-edc68d17-d57f-4b76-9597-79f84649c21c.shg-box.shg-c {
  justify-content: center;
}

#s-dd01e255-8910-4723-82a6-2c707a084b6d {
  margin-top: 25px;
margin-left: 4%;
margin-right: 4%;
padding-top: 10px;
padding-left: 4%;
padding-right: 4%;
text-align: center;
}

#s-dd01e255-8910-4723-82a6-2c707a084b6d .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-06a4c8af-7fdc-459a-8099-9269a73030a5 {
  margin-top: 5px;
margin-left: 4%;
margin-bottom: 20px;
margin-right: 4%;
padding-top: 10px;
padding-left: 4%;
padding-bottom: 10px;
padding-right: 4%;
text-align: center;
}

#s-06a4c8af-7fdc-459a-8099-9269a73030a5 .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-57c64b2f-2555-4f32-81ad-4b0d247f73f6 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-57c64b2f-2555-4f32-81ad-4b0d247f73f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57c64b2f-2555-4f32-81ad-4b0d247f73f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-57c64b2f-2555-4f32-81ad-4b0d247f73f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-57c64b2f-2555-4f32-81ad-4b0d247f73f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  max-width: 700px;
text-align: center;
}



.shg-image-margin-container-s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  
  
  
  
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
    
    
  }


.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
      position: relative;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  
  
  
  
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
    
    
  }


.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
      position: relative;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  
  
  
  
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
    
    
  }


.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
      position: relative;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  
  
  
  
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
    
    
  }


.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
      position: relative;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  
  
  
  
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
    
    
  }


.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 .shogun-image-content {
  
    align-items: center;
  
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container {
      position: relative;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4a81777-bfdd-4eeb-87ab-716bd8d5ab85 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  margin-top: -20px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  
  
  margin-top: -20px;
  
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
    
    
  }


.s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
      position: relative;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  
  
  
  
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
    
    
  }


.s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
      position: relative;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  
  
  
  
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
    
    
  }


.s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
      position: relative;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  
  
  
  
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
    
    
  }


.s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
      position: relative;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  
  
  
  
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
    
    
  }


.s-303bc268-a804-4c6e-9307-9b50bc17c9cb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container {
      position: relative;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-303bc268-a804-4c6e-9307-9b50bc17c9cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-531b800e-cdc5-4bf1-9021-c7f43d34f0a1 {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-531b800e-cdc5-4bf1-9021-c7f43d34f0a1 .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-28f81388-160d-4cf3-bcbf-289c85e7a751 {
  padding-left: 5%;
padding-right: 5%;
}

#s-28f81388-160d-4cf3-bcbf-289c85e7a751 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-28f81388-160d-4cf3-bcbf-289c85e7a751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-28f81388-160d-4cf3-bcbf-289c85e7a751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-28f81388-160d-4cf3-bcbf-289c85e7a751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-28f81388-160d-4cf3-bcbf-289c85e7a751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-28f81388-160d-4cf3-bcbf-289c85e7a751 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5c61bde6-2f71-4976-8578-aaf72bb47861 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-5c61bde6-2f71-4976-8578-aaf72bb47861 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDM5YWY1NjAtNjAxNS00MDNkLTliNzEtM2JlZTBiMTA4NjM0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI5MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2QzOWFmNTYwLTYwMTUtNDAzZC05YjcxLTNiZWUwYjEwODYzNCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.2909090909090909, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce-root {
    text-align: center;
  }


#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce-root {
    text-align: center;
  }


#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce-root {
    text-align: center;
  }


#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce-root {
    text-align: center;
  }


#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce-root {
    text-align: center;
  }


#s-8abbd0ec-6995-4571-84e0-7ece2f10a5ce.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  max-width: 700px;
text-align: center;
}



.shg-image-margin-container-s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  
  
  
  
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
    
    
  }


.s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
      position: relative;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  
  
  
  
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
    
    
  }


.s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
      position: relative;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  
  
  
  
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
    
    
  }


.s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
      position: relative;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  
  
  
  
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
    
    
  }


.s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
      position: relative;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  
  
  
  
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
    
    
  }


.s-4a1b31d8-5236-4836-8cb1-aff815f673d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container {
      position: relative;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a1b31d8-5236-4836-8cb1-aff815f673d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  margin-top: -20px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  
  
  margin-top: -20px;
  
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
    
    
  }


.s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
      position: relative;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  
  
  
  
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
    
    
  }


.s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
      position: relative;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  
  
  
  
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
    
    
  }


.s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
      position: relative;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  
  
  
  
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
    
    
  }


.s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
      position: relative;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  
  
  
  
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
    
    
  }


.s-45b4d011-4213-4cff-9bcb-cae6d468e91b .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container {
      position: relative;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-45b4d011-4213-4cff-9bcb-cae6d468e91b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-95c65903-de37-4d37-890f-ef889133f21a {
  margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-95c65903-de37-4d37-890f-ef889133f21a .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-eee96b5f-a01a-4a81-8aeb-b4b39780ef4f {
  padding-left: 5%;
padding-right: 5%;
}

#s-eee96b5f-a01a-4a81-8aeb-b4b39780ef4f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 132, 0, 1);
}

#s-eee96b5f-a01a-4a81-8aeb-b4b39780ef4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-eee96b5f-a01a-4a81-8aeb-b4b39780ef4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 132, 0, 1);
}

#s-eee96b5f-a01a-4a81-8aeb-b4b39780ef4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(255, 132, 0, 1);
}

#s-eee96b5f-a01a-4a81-8aeb-b4b39780ef4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 132, 0, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-eee96b5f-a01a-4a81-8aeb-b4b39780ef4f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-cbcae779-5e22-4967-bc4b-20f3834e8030 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-cbcae779-5e22-4967-bc4b-20f3834e8030 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-cfc1c2de-335e-4d03-8185-3da03630d961 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmM5OGFlZWUtNmIzYi00MjUxLTg2NDAtMGZhMjNkY2QyNjllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI5MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZjOThhZWVlLTZiM2ItNDI1MS04NjQwLTBmYTIzZGNkMjY5ZSkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.2909090909090909, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-cfc1c2de-335e-4d03-8185-3da03630d961:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cfc1c2de-335e-4d03-8185-3da03630d961:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cfc1c2de-335e-4d03-8185-3da03630d961-root {
    text-align: center;
  }


#s-cfc1c2de-335e-4d03-8185-3da03630d961.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cfc1c2de-335e-4d03-8185-3da03630d961-root {
    text-align: center;
  }


#s-cfc1c2de-335e-4d03-8185-3da03630d961.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfc1c2de-335e-4d03-8185-3da03630d961-root {
    text-align: center;
  }


#s-cfc1c2de-335e-4d03-8185-3da03630d961.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cfc1c2de-335e-4d03-8185-3da03630d961-root {
    text-align: center;
  }


#s-cfc1c2de-335e-4d03-8185-3da03630d961.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cfc1c2de-335e-4d03-8185-3da03630d961-root {
    text-align: center;
  }


#s-cfc1c2de-335e-4d03-8185-3da03630d961.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  max-width: 700px;
text-align: center;
}



.shg-image-margin-container-s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  
  
  
  
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
    
    
  }


.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
      position: relative;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  
  
  
  
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
    
    
  }


.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
      position: relative;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  
  
  
  
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
    
    
  }


.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
      position: relative;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  
  
  
  
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
    
    
  }


.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
      position: relative;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  
  
  
  
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      aspect-ratio: 700/1234;
      width: 100%;
      height: 100%;
    }

    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-link {
      aspect-ratio: 700/1234;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
    
    
  }


.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 .shogun-image-content {
  
    align-items: center;
  
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 {
      --shg-aspect-ratio: calc(700/1234); 
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container {
      position: relative;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ed6654b-943b-40c0-bf72-2b75cc64bb08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  margin-top: -20px;
max-width: 100px;
text-align: center;
}



.shg-image-margin-container-s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  
  
  margin-top: -20px;
  
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
    
    
  }


.s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
      position: relative;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  
  
  
  
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
    
    
  }


.s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
      position: relative;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  
  
  
  
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
    
    
  }


.s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
      position: relative;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  
  
  
  
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
    
    
  }


.s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
      position: relative;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  
  
  
  
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
    
    
  }


.s-82437fc9-6349-4dd2-8018-19bf418cbd39 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container {
      position: relative;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82437fc9-6349-4dd2-8018-19bf418cbd39 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7859aca4-846d-4080-a2e4-f90c41c760f8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-7859aca4-846d-4080-a2e4-f90c41c760f8 .shogun-heading-component h3 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-5e597936-1d75-4616-950d-b605fe1d7cd3 {
  padding-left: 5%;
padding-right: 5%;
}

#s-5e597936-1d75-4616-950d-b605fe1d7cd3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 210, 255, 1);
}

#s-5e597936-1d75-4616-950d-b605fe1d7cd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-5e597936-1d75-4616-950d-b605fe1d7cd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 210, 255, 1);
}

#s-5e597936-1d75-4616-950d-b605fe1d7cd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(0, 210, 255, 1);
}

#s-5e597936-1d75-4616-950d-b605fe1d7cd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 210, 255, 1);
  text-align: center;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-5e597936-1d75-4616-950d-b605fe1d7cd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e6713e6e-a9c9-4f3b-8c59-d820763e5bd0 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 20px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-e6713e6e-a9c9-4f3b-8c59-d820763e5bd0 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFmMDU1YjEtYjkwYS00MTRhLWJkZjMtNjM2NzVlNmY2YWQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjI5MDkwOTA5MDkwOTA5MDkiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzUxZjA1NWIxLWI5MGEtNDE0YS1iZGYzLTYzNjc1ZTZmNmFkOCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 25px;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.2909090909090909, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8a458943-b5e8-4ee2-bae9-0ae1f045f928-root {
    text-align: center;
  }


#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8a458943-b5e8-4ee2-bae9-0ae1f045f928-root {
    text-align: center;
  }


#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8a458943-b5e8-4ee2-bae9-0ae1f045f928-root {
    text-align: center;
  }


#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8a458943-b5e8-4ee2-bae9-0ae1f045f928-root {
    text-align: center;
  }


#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8a458943-b5e8-4ee2-bae9-0ae1f045f928-root {
    text-align: center;
  }


#s-8a458943-b5e8-4ee2-bae9-0ae1f045f928.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-4f306a29-97a8-45aa-8ad9-3f75c77c48b3 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 50px;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (max-width: 767px){#s-4f306a29-97a8-45aa-8ad9-3f75c77c48b3 {
  display: none;
}
#s-4f306a29-97a8-45aa-8ad9-3f75c77c48b3, #wrap-s-4f306a29-97a8-45aa-8ad9-3f75c77c48b3 { display: none !important; }}







#s-4f306a29-97a8-45aa-8ad9-3f75c77c48b3 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0.3;
  display: block;
}#s-4f306a29-97a8-45aa-8ad9-3f75c77c48b3.shg-box.shg-c {
  justify-content: center;
}

#s-71bd6fd5-53f7-4e76-b600-d0b3ceb11359 {
  text-align: left;
}

#s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a6486ced-a506-4d96-a1cd-6eaff9bfc2de"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-f244b940-fd2a-48df-a894-b50b3e593bda {
  max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-f244b940-fd2a-48df-a894-b50b3e593bda {
  
  
  
  
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
    
    
  }


.s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-content {
  
    align-items: center;
  
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f244b940-fd2a-48df-a894-b50b3e593bda {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
      position: relative;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f244b940-fd2a-48df-a894-b50b3e593bda {
  
  
  
  
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
    
    
  }


.s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-content {
  
    align-items: center;
  
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f244b940-fd2a-48df-a894-b50b3e593bda {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
      position: relative;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f244b940-fd2a-48df-a894-b50b3e593bda {
  
  
  
  
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
    
    
  }


.s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-content {
  
    align-items: center;
  
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f244b940-fd2a-48df-a894-b50b3e593bda {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
      position: relative;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f244b940-fd2a-48df-a894-b50b3e593bda {
  
  
  
  
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
    
    
  }


.s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-content {
  
    align-items: center;
  
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f244b940-fd2a-48df-a894-b50b3e593bda {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
      position: relative;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f244b940-fd2a-48df-a894-b50b3e593bda {
  
  
  
  
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f244b940-fd2a-48df-a894-b50b3e593bda .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
    
    
  }


.s-f244b940-fd2a-48df-a894-b50b3e593bda .shogun-image-content {
  
    align-items: center;
  
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f244b940-fd2a-48df-a894-b50b3e593bda {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container {
      position: relative;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f244b940-fd2a-48df-a894-b50b3e593bda img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ca7f14ce-c51c-4090-aaa8-7461e24790ed {
  margin-bottom: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-ca7f14ce-c51c-4090-aaa8-7461e24790ed .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 56px;
  line-height: 1em;
  
  text-align: left;
}



#s-f780b647-5516-456d-8cc6-9bc461d82200 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f780b647-5516-456d-8cc6-9bc461d82200"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f780b647-5516-456d-8cc6-9bc461d82200"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f780b647-5516-456d-8cc6-9bc461d82200"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f780b647-5516-456d-8cc6-9bc461d82200"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3c518a89-2470-493b-910d-b2eed63f3a9b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 500px;
background-position: center center;
}








#s-3c518a89-2470-493b-910d-b2eed63f3a9b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-3c518a89-2470-493b-910d-b2eed63f3a9b.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5888fa3d-d47c-46d2-a54f-f89e3d5ba0ce {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
text-align: left;
}

#s-5888fa3d-d47c-46d2-a54f-f89e3d5ba0ce .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-1ffc6c70-e71f-4d6b-90b2-3848bf9b30cc {
  background-size: cover;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-1ffc6c70-e71f-4d6b-90b2-3848bf9b30cc > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1ffc6c70-e71f-4d6b-90b2-3848bf9b30cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0109c3f7-fcaf-42c6-8491-68bce21fed85 {
  opacity: 1;
}

#s-0109c3f7-fcaf-42c6-8491-68bce21fed85 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-0109c3f7-fcaf-42c6-8491-68bce21fed85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-0109c3f7-fcaf-42c6-8491-68bce21fed85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-0109c3f7-fcaf-42c6-8491-68bce21fed85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-0109c3f7-fcaf-42c6-8491-68bce21fed85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-0109c3f7-fcaf-42c6-8491-68bce21fed85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-86f2ff99-ebad-4248-b7a1-4385d5cba6b2 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-86f2ff99-ebad-4248-b7a1-4385d5cba6b2 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-eaf943ba-55fc-4a47-a689-3944bb9e8f58 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-eaf943ba-55fc-4a47-a689-3944bb9e8f58 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-eaf943ba-55fc-4a47-a689-3944bb9e8f58.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8ab3d723-c815-4476-8183-9b24d5c8f9e2 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-8ab3d723-c815-4476-8183-9b24d5c8f9e2 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-2ee9d3e5-285b-4dcc-92d1-ed4803832bb1 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-2ee9d3e5-285b-4dcc-92d1-ed4803832bb1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-2ee9d3e5-285b-4dcc-92d1-ed4803832bb1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d80d04d7-383d-4c23-bd35-abef10590daf {
  margin-bottom: 10px;
}

#s-d80d04d7-383d-4c23-bd35-abef10590daf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-d80d04d7-383d-4c23-bd35-abef10590daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-d80d04d7-383d-4c23-bd35-abef10590daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-d80d04d7-383d-4c23-bd35-abef10590daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-d80d04d7-383d-4c23-bd35-abef10590daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-d80d04d7-383d-4c23-bd35-abef10590daf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-45a54f2c-f421-4e05-a9d7-298ba24bdced {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-45a54f2c-f421-4e05-a9d7-298ba24bdced .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-7776cce5-9c92-468c-af5a-56be39b056a2 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-7776cce5-9c92-468c-af5a-56be39b056a2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-7776cce5-9c92-468c-af5a-56be39b056a2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-8e0e6281-dae8-41c9-a7e9-bd4240993c69 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-8e0e6281-dae8-41c9-a7e9-bd4240993c69 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-1301c16f-2e65-4bdd-a14c-e64af37e8ef3 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 0px;
background-position: center center;
}








#s-1301c16f-2e65-4bdd-a14c-e64af37e8ef3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-1301c16f-2e65-4bdd-a14c-e64af37e8ef3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f9eb22a-77b4-4cd5-80cb-8a3b25002327 {
  margin-bottom: 10px;
}

#s-8f9eb22a-77b4-4cd5-80cb-8a3b25002327 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-8f9eb22a-77b4-4cd5-80cb-8a3b25002327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-8f9eb22a-77b4-4cd5-80cb-8a3b25002327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-8f9eb22a-77b4-4cd5-80cb-8a3b25002327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-8f9eb22a-77b4-4cd5-80cb-8a3b25002327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-8f9eb22a-77b4-4cd5-80cb-8a3b25002327 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-2620887c-732a-48ef-a2da-f1a1f5eee754 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-2620887c-732a-48ef-a2da-f1a1f5eee754 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-29b4ccdd-b8bd-452f-9659-d9f8e585f2c2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-29b4ccdd-b8bd-452f-9659-d9f8e585f2c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29b4ccdd-b8bd-452f-9659-d9f8e585f2c2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29b4ccdd-b8bd-452f-9659-d9f8e585f2c2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29b4ccdd-b8bd-452f-9659-d9f8e585f2c2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2cd5974d-75b9-4e12-b6a3-2c822deefeb2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 500px;
background-position: center center;
}








#s-2cd5974d-75b9-4e12-b6a3-2c822deefeb2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-2cd5974d-75b9-4e12-b6a3-2c822deefeb2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-afd690ef-c9cc-40b0-b0c4-d3fdc9542063 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
text-align: left;
}

#s-afd690ef-c9cc-40b0-b0c4-d3fdc9542063 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-5020a6c9-99ee-4652-a58c-190a7ba0e67e {
  background-size: cover;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-5020a6c9-99ee-4652-a58c-190a7ba0e67e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-5020a6c9-99ee-4652-a58c-190a7ba0e67e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b393ccd7-1321-4da6-9b57-c844cfa577ed {
  opacity: 1;
}

#s-b393ccd7-1321-4da6-9b57-c844cfa577ed > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-b393ccd7-1321-4da6-9b57-c844cfa577ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-b393ccd7-1321-4da6-9b57-c844cfa577ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-b393ccd7-1321-4da6-9b57-c844cfa577ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-b393ccd7-1321-4da6-9b57-c844cfa577ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-b393ccd7-1321-4da6-9b57-c844cfa577ed > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-1d2d133f-0c5e-4737-9151-138c070d2bd7 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-1d2d133f-0c5e-4737-9151-138c070d2bd7 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-bea6b738-2778-4204-a17c-ec66111525f2 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-bea6b738-2778-4204-a17c-ec66111525f2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-bea6b738-2778-4204-a17c-ec66111525f2.shg-box.shg-c {
  justify-content: flex-end;
}

#s-150faacc-e07e-4bdc-ad1a-7b52169239dd {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-150faacc-e07e-4bdc-ad1a-7b52169239dd .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-33f57958-e76d-4899-83d6-92271135528d {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-33f57958-e76d-4899-83d6-92271135528d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-33f57958-e76d-4899-83d6-92271135528d.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9b79886b-3a57-44b1-88a7-06113e10fa0c {
  margin-bottom: 10px;
}

#s-9b79886b-3a57-44b1-88a7-06113e10fa0c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-9b79886b-3a57-44b1-88a7-06113e10fa0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-9b79886b-3a57-44b1-88a7-06113e10fa0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-9b79886b-3a57-44b1-88a7-06113e10fa0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-9b79886b-3a57-44b1-88a7-06113e10fa0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-9b79886b-3a57-44b1-88a7-06113e10fa0c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-04dc3a71-cc37-4259-93a0-7b5b384f765c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-04dc3a71-cc37-4259-93a0-7b5b384f765c .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-0a07e859-0c8e-422f-8c17-bfacf3451708 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-0a07e859-0c8e-422f-8c17-bfacf3451708 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-0a07e859-0c8e-422f-8c17-bfacf3451708.shg-box.shg-c {
  justify-content: flex-end;
}

#s-5d0fe32a-6c87-4fbf-abed-8874588b1029 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-5d0fe32a-6c87-4fbf-abed-8874588b1029 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 65px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-ef9745fd-50cf-4e89-adf2-28916dc7c0f4 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 0px;
background-position: center center;
}








#s-ef9745fd-50cf-4e89-adf2-28916dc7c0f4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ef9745fd-50cf-4e89-adf2-28916dc7c0f4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7ee33758-2646-4338-9363-611c3d0684cc {
  margin-bottom: 10px;
}

#s-7ee33758-2646-4338-9363-611c3d0684cc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-7ee33758-2646-4338-9363-611c3d0684cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-7ee33758-2646-4338-9363-611c3d0684cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-7ee33758-2646-4338-9363-611c3d0684cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-7ee33758-2646-4338-9363-611c3d0684cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-7ee33758-2646-4338-9363-611c3d0684cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5cb05381-37ec-46c0-b366-dbdedfb026ad {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-5cb05381-37ec-46c0-b366-dbdedfb026ad .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-bd6308fc-8014-4f97-a9da-c668bf8db25a {
  text-align: left;
}

#s-8e253120-d055-487b-9858-9202137f9383 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8e253120-d055-487b-9858-9202137f9383"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e253120-d055-487b-9858-9202137f9383"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e253120-d055-487b-9858-9202137f9383"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e253120-d055-487b-9858-9202137f9383"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e253120-d055-487b-9858-9202137f9383"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e253120-d055-487b-9858-9202137f9383"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e253120-d055-487b-9858-9202137f9383"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-a507a615-0d59-4ace-9cca-70a669600b0e {
  max-width: 1200px;
text-align: center;
}



.shg-image-margin-container-s-a507a615-0d59-4ace-9cca-70a669600b0e {
  
  
  
  
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
    
    
  }


.s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a507a615-0d59-4ace-9cca-70a669600b0e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
      position: relative;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a507a615-0d59-4ace-9cca-70a669600b0e {
  
  
  
  
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
    
    
  }


.s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a507a615-0d59-4ace-9cca-70a669600b0e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
      position: relative;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a507a615-0d59-4ace-9cca-70a669600b0e {
  
  
  
  
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
    
    
  }


.s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a507a615-0d59-4ace-9cca-70a669600b0e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
      position: relative;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a507a615-0d59-4ace-9cca-70a669600b0e {
  
  
  
  
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
    
    
  }


.s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a507a615-0d59-4ace-9cca-70a669600b0e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
      position: relative;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a507a615-0d59-4ace-9cca-70a669600b0e {
  
  
  
  
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      aspect-ratio: 1200/500;
      width: 100%;
      height: 100%;
    }

    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-link {
      aspect-ratio: 1200/500;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a507a615-0d59-4ace-9cca-70a669600b0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
    
    
  }


.s-a507a615-0d59-4ace-9cca-70a669600b0e .shogun-image-content {
  
    align-items: center;
  
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a507a615-0d59-4ace-9cca-70a669600b0e {
      --shg-aspect-ratio: calc(1200/500); 
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container {
      position: relative;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a507a615-0d59-4ace-9cca-70a669600b0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-73dc3627-3659-4f61-a662-9ef0a399be60 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-73dc3627-3659-4f61-a662-9ef0a399be60 .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 56px;
  line-height: 1em;
  
  text-align: left;
}



#s-203e89ad-bed8-41b0-b1be-dd89e91d1a8d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-203e89ad-bed8-41b0-b1be-dd89e91d1a8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-203e89ad-bed8-41b0-b1be-dd89e91d1a8d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-203e89ad-bed8-41b0-b1be-dd89e91d1a8d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-203e89ad-bed8-41b0-b1be-dd89e91d1a8d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-a1e6eb14-a102-43df-b6b4-e731235b0b46 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-a1e6eb14-a102-43df-b6b4-e731235b0b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1e6eb14-a102-43df-b6b4-e731235b0b46.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  
  
  margin-top: 20px;
  
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
    
    
  }


.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-content {
  
    align-items: center;
  
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
      position: relative;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  
  
  
  
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
    
    
  }


.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-content {
  
    align-items: center;
  
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
      position: relative;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  
  
  
  
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
    
    
  }


.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-content {
  
    align-items: center;
  
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
      position: relative;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  
  
  
  
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
    
    
  }


.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-content {
  
    align-items: center;
  
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
      position: relative;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  
  
  
  
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
    
    
  }


.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f .shogun-image-content {
  
    align-items: center;
  
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container {
      position: relative;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0c3bb3b-0104-4ac9-9da1-5e736909280f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-67b0854f-d09c-435a-96ec-01ad62990af2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-67b0854f-d09c-435a-96ec-01ad62990af2 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-4496bc5a-7f62-4b21-b82a-23569ebf3126 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-4496bc5a-7f62-4b21-b82a-23569ebf3126 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4496bc5a-7f62-4b21-b82a-23569ebf3126.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  
  
  margin-top: 20px;
  
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
    
    
  }


.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
      position: relative;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  
  
  
  
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
    
    
  }


.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
      position: relative;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  
  
  
  
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
    
    
  }


.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
      position: relative;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  
  
  
  
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
    
    
  }


.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
      position: relative;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  
  
  
  
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
    
    
  }


.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e .shogun-image-content {
  
    align-items: center;
  
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container {
      position: relative;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ec61f22b-9185-4b81-a9a9-7ece3e16862e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ab3c260a-1be6-4ab7-a48e-b9669084e314 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-ab3c260a-1be6-4ab7-a48e-b9669084e314 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-07a8ead5-2cbf-471d-a184-9c1266261a2f {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-07a8ead5-2cbf-471d-a184-9c1266261a2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07a8ead5-2cbf-471d-a184-9c1266261a2f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  
  
  margin-top: 20px;
  
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
    
    
  }


.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
      position: relative;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  
  
  
  
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
    
    
  }


.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
      position: relative;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  
  
  
  
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
    
    
  }


.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
      position: relative;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  
  
  
  
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
    
    
  }


.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
      position: relative;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  
  
  
  
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
    
    
  }


.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 .shogun-image-content {
  
    align-items: center;
  
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container {
      position: relative;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8e30f9e3-5215-4519-ae39-7f9a13f368d0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c4d7572d-8e88-4ddc-981b-46f7ec14f226 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-c4d7572d-8e88-4ddc-981b-46f7ec14f226 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-e50e2887-cdd5-484a-95c9-22c26183eafc {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-e50e2887-cdd5-484a-95c9-22c26183eafc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e50e2887-cdd5-484a-95c9-22c26183eafc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  
  
  margin-top: 20px;
  
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
    
    
  }


.s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-content {
  
    align-items: center;
  
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-768694bf-1f52-414c-92c7-f8e3cb996722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
      position: relative;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  
  
  
  
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
    
    
  }


.s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-content {
  
    align-items: center;
  
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-768694bf-1f52-414c-92c7-f8e3cb996722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
      position: relative;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  
  
  
  
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
    
    
  }


.s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-content {
  
    align-items: center;
  
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-768694bf-1f52-414c-92c7-f8e3cb996722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
      position: relative;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  
  
  
  
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
    
    
  }


.s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-content {
  
    align-items: center;
  
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-768694bf-1f52-414c-92c7-f8e3cb996722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
      position: relative;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  
  
  
  
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-768694bf-1f52-414c-92c7-f8e3cb996722 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
    
    
  }


.s-768694bf-1f52-414c-92c7-f8e3cb996722 .shogun-image-content {
  
    align-items: center;
  
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shg-align-container {
  display: flex;
  justify-content: center
}

.s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-768694bf-1f52-414c-92c7-f8e3cb996722 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container {
      position: relative;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-768694bf-1f52-414c-92c7-f8e3cb996722 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a1291b99-d088-4acb-8335-3058449fa683 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-a1291b99-d088-4acb-8335-3058449fa683 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-0ead1929-9efa-4020-9123-89c2ee5cf090 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-0ead1929-9efa-4020-9123-89c2ee5cf090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ead1929-9efa-4020-9123-89c2ee5cf090.shg-box.shg-c {
  justify-content: flex-start;
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  
  
  margin-top: 20px;
  
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
    
    
  }


.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
      position: relative;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  
  
  
  
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
    
    
  }


.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
      position: relative;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  
  
  
  
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
    
    
  }


.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
      position: relative;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  
  
  
  
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
    
    
  }


.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
      position: relative;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  
  
  
  
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
    
    
  }


.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 .shogun-image-content {
  
    align-items: center;
  
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container {
      position: relative;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659c4fb9-46fe-4da1-9e8c-e8573cf17b84 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e785feb9-ebba-4010-b055-171f1d026c2c {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-e785feb9-ebba-4010-b055-171f1d026c2c .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-71307898-4d2f-462a-9b23-f3485d062536 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-71307898-4d2f-462a-9b23-f3485d062536"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-71307898-4d2f-462a-9b23-f3485d062536"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-71307898-4d2f-462a-9b23-f3485d062536"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-71307898-4d2f-462a-9b23-f3485d062536"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-937f7ae2-cb25-40de-a86f-d0dcbe2a4c0c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-937f7ae2-cb25-40de-a86f-d0dcbe2a4c0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-937f7ae2-cb25-40de-a86f-d0dcbe2a4c0c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  
  
  margin-top: 20px;
  
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
    
    
  }


.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
      position: relative;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  
  
  
  
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
    
    
  }


.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
      position: relative;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  
  
  
  
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
    
    
  }


.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
      position: relative;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  
  
  
  
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
    
    
  }


.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
      position: relative;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  
  
  
  
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
    
    
  }


.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container {
      position: relative;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed5bc1a1-bb30-456d-9919-49ab1f83a6a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9c83d0cd-873a-4ac6-bf62-44a27210ad2a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-9c83d0cd-873a-4ac6-bf62-44a27210ad2a .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-6be6619a-22c4-4a17-99c1-ec232b705bfa {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-6be6619a-22c4-4a17-99c1-ec232b705bfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6be6619a-22c4-4a17-99c1-ec232b705bfa.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cff553be-3428-4807-a192-35457af54919 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-cff553be-3428-4807-a192-35457af54919 {
  
  
  margin-top: 20px;
  
}

#s-cff553be-3428-4807-a192-35457af54919 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cff553be-3428-4807-a192-35457af54919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cff553be-3428-4807-a192-35457af54919 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff553be-3428-4807-a192-35457af54919.shogun-image {
    
    
  }


.s-cff553be-3428-4807-a192-35457af54919 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff553be-3428-4807-a192-35457af54919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff553be-3428-4807-a192-35457af54919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff553be-3428-4807-a192-35457af54919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
      position: relative;
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff553be-3428-4807-a192-35457af54919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cff553be-3428-4807-a192-35457af54919 {
  
  
  
  
}

#s-cff553be-3428-4807-a192-35457af54919 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cff553be-3428-4807-a192-35457af54919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cff553be-3428-4807-a192-35457af54919 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff553be-3428-4807-a192-35457af54919.shogun-image {
    
    
  }


.s-cff553be-3428-4807-a192-35457af54919 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff553be-3428-4807-a192-35457af54919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff553be-3428-4807-a192-35457af54919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff553be-3428-4807-a192-35457af54919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
      position: relative;
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff553be-3428-4807-a192-35457af54919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cff553be-3428-4807-a192-35457af54919 {
  
  
  
  
}

#s-cff553be-3428-4807-a192-35457af54919 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cff553be-3428-4807-a192-35457af54919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cff553be-3428-4807-a192-35457af54919 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff553be-3428-4807-a192-35457af54919.shogun-image {
    
    
  }


.s-cff553be-3428-4807-a192-35457af54919 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff553be-3428-4807-a192-35457af54919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff553be-3428-4807-a192-35457af54919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff553be-3428-4807-a192-35457af54919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
      position: relative;
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff553be-3428-4807-a192-35457af54919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cff553be-3428-4807-a192-35457af54919 {
  
  
  
  
}

#s-cff553be-3428-4807-a192-35457af54919 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cff553be-3428-4807-a192-35457af54919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cff553be-3428-4807-a192-35457af54919 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff553be-3428-4807-a192-35457af54919.shogun-image {
    
    
  }


.s-cff553be-3428-4807-a192-35457af54919 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff553be-3428-4807-a192-35457af54919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff553be-3428-4807-a192-35457af54919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff553be-3428-4807-a192-35457af54919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
      position: relative;
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff553be-3428-4807-a192-35457af54919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cff553be-3428-4807-a192-35457af54919 {
  
  
  
  
}

#s-cff553be-3428-4807-a192-35457af54919 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cff553be-3428-4807-a192-35457af54919 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cff553be-3428-4807-a192-35457af54919 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cff553be-3428-4807-a192-35457af54919 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cff553be-3428-4807-a192-35457af54919.shogun-image {
    
    
  }


.s-cff553be-3428-4807-a192-35457af54919 .shogun-image-content {
  
    align-items: center;
  
}

.s-cff553be-3428-4807-a192-35457af54919.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cff553be-3428-4807-a192-35457af54919.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cff553be-3428-4807-a192-35457af54919 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container {
      position: relative;
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cff553be-3428-4807-a192-35457af54919.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cff553be-3428-4807-a192-35457af54919 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-da0522ac-3404-4c43-b350-3fe593a99661 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-da0522ac-3404-4c43-b350-3fe593a99661 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-d222a3dc-cf4b-4646-89b1-4f701d34b7eb {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-d222a3dc-cf4b-4646-89b1-4f701d34b7eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d222a3dc-cf4b-4646-89b1-4f701d34b7eb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  
  
  margin-top: 20px;
  
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
    
    
  }


.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
      position: relative;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  
  
  
  
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
    
    
  }


.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
      position: relative;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  
  
  
  
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
    
    
  }


.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
      position: relative;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  
  
  
  
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
    
    
  }


.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
      position: relative;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  
  
  
  
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
    
    
  }


.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 .shogun-image-content {
  
    align-items: center;
  
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container {
      position: relative;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7e44ca2f-64f9-478b-88fe-14b9c92f5736 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a3801da1-3745-4f96-b056-8223f5f6b8c4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-a3801da1-3745-4f96-b056-8223f5f6b8c4 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-e64ddcca-ba0a-4c56-b9e5-3724909c723e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-e64ddcca-ba0a-4c56-b9e5-3724909c723e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e64ddcca-ba0a-4c56-b9e5-3724909c723e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  
  
  margin-top: 20px;
  
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
    
    
  }


.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
      position: relative;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  
  
  
  
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
    
    
  }


.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
      position: relative;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  
  
  
  
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
    
    
  }


.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
      position: relative;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  
  
  
  
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
    
    
  }


.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
      position: relative;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  
  
  
  
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
    
    
  }


.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 .shogun-image-content {
  
    align-items: center;
  
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container {
      position: relative;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e4a7b410-6013-4dd5-b8f0-a8c9a8fb5582 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-34798a09-371f-4cd2-bc37-c1d749f83077 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-34798a09-371f-4cd2-bc37-c1d749f83077 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-8b83ddf5-1321-4128-8169-90b51a2fda12 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-8b83ddf5-1321-4128-8169-90b51a2fda12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b83ddf5-1321-4128-8169-90b51a2fda12.shg-box.shg-c {
  justify-content: flex-start;
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  
  
  margin-top: 20px;
  
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
    
    
  }


.s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
      position: relative;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  
  
  
  
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
    
    
  }


.s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
      position: relative;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  
  
  
  
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
    
    
  }


.s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
      position: relative;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  
  
  
  
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
    
    
  }


.s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
      position: relative;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  
  
  
  
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
    
    
  }


.s-35ef6d92-4b02-45df-9886-42fd295a31d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container {
      position: relative;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-35ef6d92-4b02-45df-9886-42fd295a31d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-20c395bc-a49e-4c9c-92c1-54945a3f5d97 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-20c395bc-a49e-4c9c-92c1-54945a3f5d97 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWZjMTNjY2ItMzk2My00ZjlkLWJhZGUtZTc5Y2Y5N2NhZjEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzFmYzEzY2NiLTM5NjMtNGY5ZC1iYWRlLWU3OWNmOTdjYWYxMykiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 35px;
margin-bottom: 75px;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.3636363636363636, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-1d8b2136-4718-4a19-b695-cedb7eb4cc26-root {
    text-align: center;
  }


#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1d8b2136-4718-4a19-b695-cedb7eb4cc26-root {
    text-align: center;
  }


#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1d8b2136-4718-4a19-b695-cedb7eb4cc26-root {
    text-align: center;
  }


#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1d8b2136-4718-4a19-b695-cedb7eb4cc26-root {
    text-align: center;
  }


#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1d8b2136-4718-4a19-b695-cedb7eb4cc26-root {
    text-align: center;
  }


#s-1d8b2136-4718-4a19-b695-cedb7eb4cc26.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-bcee5064-5a4f-432e-80dd-c263999b81e2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 50px;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bcee5064-5a4f-432e-80dd-c263999b81e2 {
  display: none;
}
#s-bcee5064-5a4f-432e-80dd-c263999b81e2, #wrap-s-bcee5064-5a4f-432e-80dd-c263999b81e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bcee5064-5a4f-432e-80dd-c263999b81e2 {
  display: none;
}
#s-bcee5064-5a4f-432e-80dd-c263999b81e2, #wrap-s-bcee5064-5a4f-432e-80dd-c263999b81e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bcee5064-5a4f-432e-80dd-c263999b81e2 {
  display: none;
}
#s-bcee5064-5a4f-432e-80dd-c263999b81e2, #wrap-s-bcee5064-5a4f-432e-80dd-c263999b81e2 { display: none !important; }}







#s-bcee5064-5a4f-432e-80dd-c263999b81e2 > .shg-box-overlay {
  background-color: rgba(244, 244, 244, 1);
  opacity: 0.3;
  display: block;
}#s-bcee5064-5a4f-432e-80dd-c263999b81e2.shg-box.shg-c {
  justify-content: center;
}

#s-8938cd99-7c1e-4523-ab11-eeadfd4d2727 {
  text-align: left;
}

#s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0c9ec1ae-eca7-4f32-801f-35804b95ccc5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  max-width: 300px;
text-align: center;
}



.shg-image-margin-container-s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  
  
  
  
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      aspect-ratio: 380/614;
      width: 100%;
      height: 100%;
    }

    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-link {
      aspect-ratio: 380/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
    
    
  }


.s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
      --shg-aspect-ratio: calc(380/614); 
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
      position: relative;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  
  
  
  
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      aspect-ratio: 380/614;
      width: 100%;
      height: 100%;
    }

    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-link {
      aspect-ratio: 380/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
    
    
  }


.s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
      --shg-aspect-ratio: calc(380/614); 
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
      position: relative;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  
  
  
  
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      aspect-ratio: 380/614;
      width: 100%;
      height: 100%;
    }

    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-link {
      aspect-ratio: 380/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
    
    
  }


.s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
      --shg-aspect-ratio: calc(380/614); 
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
      position: relative;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  
  
  
  
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      aspect-ratio: 380/614;
      width: 100%;
      height: 100%;
    }

    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-link {
      aspect-ratio: 380/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
    
    
  }


.s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
      --shg-aspect-ratio: calc(380/614); 
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
      position: relative;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  
  
  
  
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      aspect-ratio: 380/614;
      width: 100%;
      height: 100%;
    }

    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-link {
      aspect-ratio: 380/614;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
    
    
  }


.s-13e8f9d0-8b30-420f-8548-0b2399ade468 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shg-align-container {
  display: flex;
  justify-content: center
}

.s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 {
      --shg-aspect-ratio: calc(380/614); 
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container {
      position: relative;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-13e8f9d0-8b30-420f-8548-0b2399ade468 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d0c74274-a8a7-4223-a8a0-150c544699fe {
  margin-top: 15px;
margin-bottom: 0px;
padding-bottom: 5px;
text-align: center;
}

#s-d0c74274-a8a7-4223-a8a0-150c544699fe .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}



#s-53ebd127-04ed-4929-a7ba-b12f595e039f {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-53ebd127-04ed-4929-a7ba-b12f595e039f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53ebd127-04ed-4929-a7ba-b12f595e039f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-53ebd127-04ed-4929-a7ba-b12f595e039f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-53ebd127-04ed-4929-a7ba-b12f595e039f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7a8eef3d-7c15-4fa9-a417-bcb0c3c86848 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 500px;
background-position: center center;
}








#s-7a8eef3d-7c15-4fa9-a417-bcb0c3c86848 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-7a8eef3d-7c15-4fa9-a417-bcb0c3c86848.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b4134e08-de36-4e5d-911d-f44537be30fa {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
text-align: left;
}

#s-b4134e08-de36-4e5d-911d-f44537be30fa .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-ad94d0b8-4acd-4841-a8bb-d311c1f7b39e {
  background-size: cover;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-ad94d0b8-4acd-4841-a8bb-d311c1f7b39e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-ad94d0b8-4acd-4841-a8bb-d311c1f7b39e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-72b3642c-91e5-42a1-808f-b48dbe7fa133 {
  opacity: 1;
}

#s-72b3642c-91e5-42a1-808f-b48dbe7fa133 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-72b3642c-91e5-42a1-808f-b48dbe7fa133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-72b3642c-91e5-42a1-808f-b48dbe7fa133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-72b3642c-91e5-42a1-808f-b48dbe7fa133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-72b3642c-91e5-42a1-808f-b48dbe7fa133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-72b3642c-91e5-42a1-808f-b48dbe7fa133 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-096dbf86-5e74-4d7a-9bcc-fce542f60d4b {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-096dbf86-5e74-4d7a-9bcc-fce542f60d4b .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-97990601-c368-41bd-9771-e8bf11af3846 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-97990601-c368-41bd-9771-e8bf11af3846 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-97990601-c368-41bd-9771-e8bf11af3846.shg-box.shg-c {
  justify-content: flex-end;
}

#s-85df0c68-ec30-42b5-a0d9-a7dacae53bde {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-85df0c68-ec30-42b5-a0d9-a7dacae53bde .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-4e754b8c-bd51-45dd-9677-ded33880e134 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-4e754b8c-bd51-45dd-9677-ded33880e134 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-4e754b8c-bd51-45dd-9677-ded33880e134.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7005ab6d-3d8b-48d4-93a4-570c3c2ddf15 {
  margin-bottom: 10px;
}

#s-7005ab6d-3d8b-48d4-93a4-570c3c2ddf15 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-7005ab6d-3d8b-48d4-93a4-570c3c2ddf15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-7005ab6d-3d8b-48d4-93a4-570c3c2ddf15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-7005ab6d-3d8b-48d4-93a4-570c3c2ddf15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-7005ab6d-3d8b-48d4-93a4-570c3c2ddf15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-7005ab6d-3d8b-48d4-93a4-570c3c2ddf15 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-180336ea-b95e-4424-8d21-3878053c12ba {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-180336ea-b95e-4424-8d21-3878053c12ba .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-45953ddf-1f98-4b09-9c18-afd17e6c7e2d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-45953ddf-1f98-4b09-9c18-afd17e6c7e2d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-45953ddf-1f98-4b09-9c18-afd17e6c7e2d.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f8145126-22f6-4c15-8770-df0a7c45617f {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-f8145126-22f6-4c15-8770-df0a7c45617f .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-e62d7919-2869-4861-8d54-78d1c4f16d64 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 0px;
background-position: center center;
}








#s-e62d7919-2869-4861-8d54-78d1c4f16d64 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-e62d7919-2869-4861-8d54-78d1c4f16d64.shg-box.shg-c {
  justify-content: flex-start;
}

#s-22353a78-e12f-4cc5-976a-c7eca1e67736 {
  margin-bottom: 10px;
}

#s-22353a78-e12f-4cc5-976a-c7eca1e67736 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-22353a78-e12f-4cc5-976a-c7eca1e67736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-22353a78-e12f-4cc5-976a-c7eca1e67736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-22353a78-e12f-4cc5-976a-c7eca1e67736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-22353a78-e12f-4cc5-976a-c7eca1e67736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-22353a78-e12f-4cc5-976a-c7eca1e67736 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-bbc5c123-616e-414f-901e-5b434dfabc18 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-bbc5c123-616e-414f-901e-5b434dfabc18 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-703aa2af-2106-445d-85d3-ae4e4a0bb1d0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-703aa2af-2106-445d-85d3-ae4e4a0bb1d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-703aa2af-2106-445d-85d3-ae4e4a0bb1d0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-703aa2af-2106-445d-85d3-ae4e4a0bb1d0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-703aa2af-2106-445d-85d3-ae4e4a0bb1d0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-82444bb9-0444-46e3-9399-77cdc44d7c7e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
min-height: 500px;
background-position: center center;
}








#s-82444bb9-0444-46e3-9399-77cdc44d7c7e > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-82444bb9-0444-46e3-9399-77cdc44d7c7e.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b443be86-e20c-4dab-8301-91bc13a97358 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
text-align: left;
}

#s-b443be86-e20c-4dab-8301-91bc13a97358 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-b0b4e9f5-f7ce-4b31-8fd1-8ca5a54b8950 {
  background-size: cover;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
background-color: rgba(244, 244, 244, 1);
}








#s-b0b4e9f5-f7ce-4b31-8fd1-8ca5a54b8950 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b0b4e9f5-f7ce-4b31-8fd1-8ca5a54b8950.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fd3d87f8-397b-4ec0-9b78-f47fcbceae4a {
  opacity: 1;
}

#s-fd3d87f8-397b-4ec0-9b78-f47fcbceae4a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-fd3d87f8-397b-4ec0-9b78-f47fcbceae4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-fd3d87f8-397b-4ec0-9b78-f47fcbceae4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-fd3d87f8-397b-4ec0-9b78-f47fcbceae4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-fd3d87f8-397b-4ec0-9b78-f47fcbceae4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-fd3d87f8-397b-4ec0-9b78-f47fcbceae4a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-d1d251ba-054d-4a6b-97be-d6a2c897a004 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-d1d251ba-054d-4a6b-97be-d6a2c897a004 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-c2915451-970d-4b0d-9bdd-ba482df55694 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-c2915451-970d-4b0d-9bdd-ba482df55694 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
  display: block;
}#s-c2915451-970d-4b0d-9bdd-ba482df55694.shg-box.shg-c {
  justify-content: flex-end;
}

#s-b23de004-08d9-4362-92a2-1f802981e3ad {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 3%;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-b23de004-08d9-4362-92a2-1f802981e3ad .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-b689efa7-d2fe-4ca1-8468-22b369e17837 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
background-position: center center;
}








#s-b689efa7-d2fe-4ca1-8468-22b369e17837 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-b689efa7-d2fe-4ca1-8468-22b369e17837.shg-box.shg-c {
  justify-content: flex-start;
}

#s-548a59b6-4f5f-4d9d-987d-994d5792e844 {
  margin-bottom: 10px;
}

#s-548a59b6-4f5f-4d9d-987d-994d5792e844 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-548a59b6-4f5f-4d9d-987d-994d5792e844 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-548a59b6-4f5f-4d9d-987d-994d5792e844 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-548a59b6-4f5f-4d9d-987d-994d5792e844 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-548a59b6-4f5f-4d9d-987d-994d5792e844 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-548a59b6-4f5f-4d9d-987d-994d5792e844 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-6e840758-777d-49da-9d1d-f1e2b76828b1 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-6e840758-777d-49da-9d1d-f1e2b76828b1 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-ced8ab50-a448-4c71-acd6-e8d63cd3cedd {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 500px;
background-position: center center;
}








#s-ced8ab50-a448-4c71-acd6-e8d63cd3cedd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
  display: block;
}#s-ced8ab50-a448-4c71-acd6-e8d63cd3cedd.shg-box.shg-c {
  justify-content: flex-end;
}

#s-67ddb354-f2cc-44a9-8cd1-c487e66357ea {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 25px;
padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
text-align: center;
}

#s-67ddb354-f2cc-44a9-8cd1-c487e66357ea .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  letter-spacing: -2px;
  text-align: left;
}



#s-40fa2236-8d6a-4a35-a259-11bd911ad87f {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
min-height: 0px;
background-position: center center;
}








#s-40fa2236-8d6a-4a35-a259-11bd911ad87f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-40fa2236-8d6a-4a35-a259-11bd911ad87f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-20868640-45c3-4e76-8c64-6b8195aa532c {
  margin-bottom: 10px;
}

#s-20868640-45c3-4e76-8c64-6b8195aa532c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(48, 52, 59, 1);
}

#s-20868640-45c3-4e76-8c64-6b8195aa532c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 10px;
}

#s-20868640-45c3-4e76-8c64-6b8195aa532c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(206, 255, 0, 1);
}

#s-20868640-45c3-4e76-8c64-6b8195aa532c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(48, 52, 59, 1);
  border-top: 1px solid rgba(48, 52, 59, 1);
}

#s-20868640-45c3-4e76-8c64-6b8195aa532c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(206, 255, 0, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 500;
  
  font-size: 20px;
}

#s-20868640-45c3-4e76-8c64-6b8195aa532c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-58b69f6e-138b-483d-8141-8430034b4a86 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(244, 244, 244, 0);
}

#s-58b69f6e-138b-483d-8141-8430034b4a86 .shogun-heading-component h6 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-65813fbe-c3a3-4fee-9117-27e84284e557 {
  text-align: left;
}

#s-c731bab4-12d5-449b-9357-243d3170d4fa {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c731bab4-12d5-449b-9357-243d3170d4fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c731bab4-12d5-449b-9357-243d3170d4fa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c731bab4-12d5-449b-9357-243d3170d4fa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c731bab4-12d5-449b-9357-243d3170d4fa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c731bab4-12d5-449b-9357-243d3170d4fa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c731bab4-12d5-449b-9357-243d3170d4fa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c731bab4-12d5-449b-9357-243d3170d4fa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  max-width: 600px;
text-align: center;
}



.shg-image-margin-container-s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  
  
  
  
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
    
    
  }


.s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
      position: relative;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  
  
  
  
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
    
    
  }


.s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
      position: relative;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  
  
  
  
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
    
    
  }


.s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
      position: relative;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  
  
  
  
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
    
    
  }


.s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
      position: relative;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  
  
  
  
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
    
    
  }


.s-d6a90683-908a-4a14-ad48-0f646dc9d00a .shogun-image-content {
  
    align-items: center;
  
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container {
      position: relative;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6a90683-908a-4a14-ad48-0f646dc9d00a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f713aea7-146e-455b-9410-fa7ddb3e20be {
  margin-top: 5px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f713aea7-146e-455b-9410-fa7ddb3e20be .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}



#s-c32b9349-0ef8-49c6-bb2a-5775078e485f {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-c32b9349-0ef8-49c6-bb2a-5775078e485f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c32b9349-0ef8-49c6-bb2a-5775078e485f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c32b9349-0ef8-49c6-bb2a-5775078e485f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c32b9349-0ef8-49c6-bb2a-5775078e485f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bcd52d85-32c7-4669-a2ca-041d2db0d323 {
  margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-bcd52d85-32c7-4669-a2ca-041d2db0d323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bcd52d85-32c7-4669-a2ca-041d2db0d323.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  
  
  margin-top: 20px;
  
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
    
    
  }


.s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-content {
  
    align-items: center;
  
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da59fc2-db2e-477c-b047-3bf68730f00e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
      position: relative;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  
  
  
  
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
    
    
  }


.s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-content {
  
    align-items: center;
  
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da59fc2-db2e-477c-b047-3bf68730f00e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
      position: relative;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  
  
  
  
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
    
    
  }


.s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-content {
  
    align-items: center;
  
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da59fc2-db2e-477c-b047-3bf68730f00e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
      position: relative;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  
  
  
  
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
    
    
  }


.s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-content {
  
    align-items: center;
  
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da59fc2-db2e-477c-b047-3bf68730f00e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
      position: relative;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  
  
  
  
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9da59fc2-db2e-477c-b047-3bf68730f00e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
    
    
  }


.s-9da59fc2-db2e-477c-b047-3bf68730f00e .shogun-image-content {
  
    align-items: center;
  
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9da59fc2-db2e-477c-b047-3bf68730f00e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container {
      position: relative;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9da59fc2-db2e-477c-b047-3bf68730f00e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e7cc175e-25a3-4ed7-99b4-a91a3ca04685 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-e7cc175e-25a3-4ed7-99b4-a91a3ca04685 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-dcc4f3c9-c6b7-40e6-a05c-60207b038685 {
  margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-dcc4f3c9-c6b7-40e6-a05c-60207b038685 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dcc4f3c9-c6b7-40e6-a05c-60207b038685.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  
  
  margin-top: 20px;
  
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
    
    
  }


.s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
      position: relative;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  
  
  
  
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
    
    
  }


.s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
      position: relative;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  
  
  
  
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
    
    
  }


.s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
      position: relative;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  
  
  
  
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
    
    
  }


.s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
      position: relative;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  
  
  
  
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
    
    
  }


.s-a0545285-e38b-4ad6-a26a-bd926c84ed18 .shogun-image-content {
  
    align-items: center;
  
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container {
      position: relative;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a0545285-e38b-4ad6-a26a-bd926c84ed18 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ee7708e5-3d42-457f-8507-239c54c4df46 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-ee7708e5-3d42-457f-8507-239c54c4df46 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-c4dc58ae-9e40-4bde-9cea-679b8da3e47e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-c4dc58ae-9e40-4bde-9cea-679b8da3e47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4dc58ae-9e40-4bde-9cea-679b8da3e47e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-deff7026-10be-44f3-8a24-a9779a8af89f {
  
  
  margin-top: 20px;
  
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
    
    
  }


.s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-content {
  
    align-items: center;
  
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deff7026-10be-44f3-8a24-a9779a8af89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
      position: relative;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-deff7026-10be-44f3-8a24-a9779a8af89f {
  
  
  
  
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
    
    
  }


.s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-content {
  
    align-items: center;
  
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deff7026-10be-44f3-8a24-a9779a8af89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
      position: relative;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-deff7026-10be-44f3-8a24-a9779a8af89f {
  
  
  
  
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
    
    
  }


.s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-content {
  
    align-items: center;
  
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deff7026-10be-44f3-8a24-a9779a8af89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
      position: relative;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-deff7026-10be-44f3-8a24-a9779a8af89f {
  
  
  
  
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
    
    
  }


.s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-content {
  
    align-items: center;
  
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deff7026-10be-44f3-8a24-a9779a8af89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
      position: relative;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-deff7026-10be-44f3-8a24-a9779a8af89f {
  
  
  
  
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-deff7026-10be-44f3-8a24-a9779a8af89f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
    
    
  }


.s-deff7026-10be-44f3-8a24-a9779a8af89f .shogun-image-content {
  
    align-items: center;
  
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-deff7026-10be-44f3-8a24-a9779a8af89f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container {
      position: relative;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-deff7026-10be-44f3-8a24-a9779a8af89f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2584765-27d4-4258-81ff-3654c842f8ba {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-f2584765-27d4-4258-81ff-3654c842f8ba .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-ad58aa85-34b5-4c43-9af0-a4263703ced5 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-ad58aa85-34b5-4c43-9af0-a4263703ced5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ad58aa85-34b5-4c43-9af0-a4263703ced5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  
  
  margin-top: 20px;
  
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
    
    
  }


.s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-content {
  
    align-items: center;
  
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
      position: relative;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  
  
  
  
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
    
    
  }


.s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-content {
  
    align-items: center;
  
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
      position: relative;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  
  
  
  
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
    
    
  }


.s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-content {
  
    align-items: center;
  
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
      position: relative;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  
  
  
  
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
    
    
  }


.s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-content {
  
    align-items: center;
  
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
      position: relative;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  
  
  
  
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
    
    
  }


.s-383b7ab3-2597-4684-b62d-18edcb7fd152 .shogun-image-content {
  
    align-items: center;
  
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shg-align-container {
  display: flex;
  justify-content: center
}

.s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container {
      position: relative;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-383b7ab3-2597-4684-b62d-18edcb7fd152 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cde89904-b28e-4ce4-ad61-8af8849fe8fe {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-cde89904-b28e-4ce4-ad61-8af8849fe8fe .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-f88655c3-f6ea-4f70-9f55-ee131fa7c42e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-f88655c3-f6ea-4f70-9f55-ee131fa7c42e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f88655c3-f6ea-4f70-9f55-ee131fa7c42e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f88655c3-f6ea-4f70-9f55-ee131fa7c42e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f88655c3-f6ea-4f70-9f55-ee131fa7c42e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1a5067ad-5d78-4d0e-bdb2-76ddecff2e4b {
  margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-1a5067ad-5d78-4d0e-bdb2-76ddecff2e4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a5067ad-5d78-4d0e-bdb2-76ddecff2e4b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  
  
  margin-top: 20px;
  
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
    
    
  }


.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
      position: relative;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  
  
  
  
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
    
    
  }


.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
      position: relative;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  
  
  
  
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
    
    
  }


.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
      position: relative;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  
  
  
  
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
    
    
  }


.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
      position: relative;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  
  
  
  
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
    
    
  }


.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa .shogun-image-content {
  
    align-items: center;
  
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container {
      position: relative;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8fdecb7-d6ce-4c1e-bf99-f86f11edaffa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-35abd517-9bea-455a-b4c1-1fc2bdb4e4e9 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-35abd517-9bea-455a-b4c1-1fc2bdb4e4e9 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-8b9281ec-0382-45b3-95d4-88159e9a50ef {
  margin-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-8b9281ec-0382-45b3-95d4-88159e9a50ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b9281ec-0382-45b3-95d4-88159e9a50ef.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  
  
  margin-top: 20px;
  margin-bottom: 0px;
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
    
    
  }


.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
      position: relative;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  
  
  
  
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
    
    
  }


.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
      position: relative;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  
  
  
  
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
    
    
  }


.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
      position: relative;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  
  
  
  
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
    
    
  }


.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
      position: relative;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  
  
  
  
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
    
    
  }


.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container {
      position: relative;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1cba3f30-4869-497d-81ad-5fc63bf15fa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-250acdf8-40c2-4b7d-8309-866800b89b23 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-250acdf8-40c2-4b7d-8309-866800b89b23 .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-b37c44bb-92a7-4a5d-97df-d650c4fd6f99 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-b37c44bb-92a7-4a5d-97df-d650c4fd6f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b37c44bb-92a7-4a5d-97df-d650c4fd6f99.shg-box.shg-c {
  justify-content: flex-start;
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  
  
  margin-top: 20px;
  
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
    
    
  }


.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
      position: relative;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  
  
  
  
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
    
    
  }


.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
      position: relative;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  
  
  
  
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
    
    
  }


.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
      position: relative;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  
  
  
  
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
    
    
  }


.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
      position: relative;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  
  
  
  
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
    
    
  }


.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d .shogun-image-content {
  
    align-items: center;
  
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container {
      position: relative;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b0e3a80-a5e7-4fc4-a79a-10c6c2e98c3d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bd7b91c5-d94a-4516-94ea-7b8816edc8ab {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-bd7b91c5-d94a-4516-94ea-7b8816edc8ab .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-0e6d579c-8641-49d4-9ba5-cbaa12e678d0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 7px;
min-height: 250px;
background-color: rgba(48, 52, 59, 1);
}








#s-0e6d579c-8641-49d4-9ba5-cbaa12e678d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e6d579c-8641-49d4-9ba5-cbaa12e678d0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  margin-top: 20px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  
  
  margin-top: 20px;
  
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
    
    
  }


.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
      position: relative;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  
  
  
  
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
    
    
  }


.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
      position: relative;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  
  
  
  
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
    
    
  }


.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
      position: relative;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  
  
  
  
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
    
    
  }


.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
      position: relative;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  
  
  
  
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
    
    
  }


.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container {
      position: relative;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fb942ec2-1e22-4d25-8dd0-2dc639db5f00 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0017312c-0f67-4573-9428-6fb37a6cd1dc {
  margin-left: 0%;
margin-right: 0%;
padding-top: 5px;
padding-left: 4%;
padding-bottom: 5px;
padding-right: 4%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(48, 52, 59, 0);
}

#s-0017312c-0f67-4573-9428-6fb37a6cd1dc .shogun-heading-component h4 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-317bccf7-9ef7-465d-ba81-432dab93feb6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmZhOTgyZDMtNGY4Yy00ZTBkLThiZmEtMDc5NWYxZjY5Yzg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjM2MzYzNjM2MzYzNjM2MzYiIHN0eWxlPSJzdG9wLWNvbG9yOiNmNGY0ZjQ7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNiNGI1Yjc7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JmYTk4MmQzLTRmOGMtNGUwZC04YmZhLTA3OTVmMWY2OWM4OCkiLz48L3N2Zz4=);
background-repeat: no-repeat;
margin-top: 35px;
margin-bottom: 75px;
padding-top: 15px;
padding-left: 100px;
padding-bottom: 15px;
padding-right: 100px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(48, 52, 59, 1);
border-style: solid;
border-radius: 5px;
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-gradient: [{"id"=>1, "pos"=>0.3636363636363636, "color"=>"#f4f4f4"}, {"id"=>2, "pos"=>1, "color"=>"#b4b5b7"}];
hover-type: gradient;
}
#s-317bccf7-9ef7-465d-ba81-432dab93feb6:hover {box-shadow:2px 2px 10px 2px rgba(0, 0, 0, 0.35) !important;
border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(152, 187, 3, 1) !important;
border-radius: 5px !important;
background-color: rgba(206, 255, 0, 1) !important;
text-decoration: none !important;
color: rgba(48, 52, 59, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-317bccf7-9ef7-465d-ba81-432dab93feb6:active {border-style: solid !important;
border-top-width: 3px !important;
border-left-width: 3px !important;
border-bottom-width: 3px !important;
border-right-width: 3px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 1) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-317bccf7-9ef7-465d-ba81-432dab93feb6-root {
    text-align: center;
  }


#s-317bccf7-9ef7-465d-ba81-432dab93feb6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-317bccf7-9ef7-465d-ba81-432dab93feb6-root {
    text-align: center;
  }


#s-317bccf7-9ef7-465d-ba81-432dab93feb6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-317bccf7-9ef7-465d-ba81-432dab93feb6-root {
    text-align: center;
  }


#s-317bccf7-9ef7-465d-ba81-432dab93feb6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-317bccf7-9ef7-465d-ba81-432dab93feb6-root {
    text-align: center;
  }


#s-317bccf7-9ef7-465d-ba81-432dab93feb6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-317bccf7-9ef7-465d-ba81-432dab93feb6-root {
    text-align: center;
  }


#s-317bccf7-9ef7-465d-ba81-432dab93feb6.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-5e9e7b67-462b-4273-bc4c-050d604ab693 {
  margin-top: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(48, 52, 59, 1);
}
@media (max-width: 767px){#s-5e9e7b67-462b-4273-bc4c-050d604ab693 {
  display: none;
}
#s-5e9e7b67-462b-4273-bc4c-050d604ab693, #wrap-s-5e9e7b67-462b-4273-bc4c-050d604ab693 { display: none !important; }}







#s-5e9e7b67-462b-4273-bc4c-050d604ab693 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0;
  display: block;
}#s-5e9e7b67-462b-4273-bc4c-050d604ab693.shg-box.shg-c {
  justify-content: center;
}

#s-a631bfa8-cca9-4426-8da9-0b430f82580b {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-a631bfa8-cca9-4426-8da9-0b430f82580b .shogun-heading-component h2 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: center;
}



#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  max-width: undefinedpx;
text-align: center;
}



.shg-image-margin-container-s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  
  
  
  
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  margin: 0 !important;
}





  img.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
    
    
  }


.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  
  
  
  
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  margin: 0 !important;
}





  img.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
    
    
  }


.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  
  
  
  
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  margin: 0 !important;
}





  img.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
    
    
  }


.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  
  
  
  
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  margin: 0 !important;
}





  img.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
    
    
  }


.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  
  
  
  
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 {
  margin: 0 !important;
}





  img.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
    
    
  }


.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4 .shogun-image-content {
  
    align-items: center;
  
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-609c2b4b-2dfb-4faf-a51d-9447e260ffa4.shogun-image {
  box-sizing: border-box;
}




}
#s-35147d1a-b7b0-4aef-aa80-b8f2ee671f55 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-35147d1a-b7b0-4aef-aa80-b8f2ee671f55 .shogun-heading-component h3 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-63ef2930-77be-4eab-91e7-df16628391c9 {
  min-height: 50px;
}








#s-63ef2930-77be-4eab-91e7-df16628391c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63ef2930-77be-4eab-91e7-df16628391c9.shg-box.shg-c {
  justify-content: center;
}

#s-5edc1615-5483-4d90-bf0f-5e67665369ee {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 35px;
margin-right: 7%;
padding-left: 7%;
padding-right: 7%;
}

#s-5edc1615-5483-4d90-bf0f-5e67665369ee > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-5edc1615-5483-4d90-bf0f-5e67665369ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-5edc1615-5483-4d90-bf0f-5e67665369ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-5edc1615-5483-4d90-bf0f-5e67665369ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-5edc1615-5483-4d90-bf0f-5e67665369ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 24px;
}

#s-5edc1615-5483-4d90-bf0f-5e67665369ee > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-52bfe5e8-7c05-43d3-b899-af8c8cb4ad42 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-52bfe5e8-7c05-43d3-b899-af8c8cb4ad42 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-52bfe5e8-7c05-43d3-b899-af8c8cb4ad42 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-52bfe5e8-7c05-43d3-b899-af8c8cb4ad42 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-52bfe5e8-7c05-43d3-b899-af8c8cb4ad42 td.shogun-table-column, #s-52bfe5e8-7c05-43d3-b899-af8c8cb4ad42 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-d0e445db-f71b-45b7-99a0-90763224056e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d0e445db-f71b-45b7-99a0-90763224056e .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-82fcae74-4f7f-4d8e-9cb2-ab56aaf670b2 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82fcae74-4f7f-4d8e-9cb2-ab56aaf670b2 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0342d75c-0fc9-41cd-a2a1-086edf0b7510 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0342d75c-0fc9-41cd-a2a1-086edf0b7510 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-116f7fa6-02c6-444a-81a7-15047ccf863b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-116f7fa6-02c6-444a-81a7-15047ccf863b .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-80801e8d-a5c3-4371-8bc8-9c83ebbc99bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80801e8d-a5c3-4371-8bc8-9c83ebbc99bf .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f51d5cb8-2e77-405f-b6a0-b832f60d3ffe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f51d5cb8-2e77-405f-b6a0-b832f60d3ffe .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-53eb24dc-ef71-4f40-8be1-79956f65a442 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53eb24dc-ef71-4f40-8be1-79956f65a442 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-81e6c8c7-bfbf-47d5-960a-44d1a5d9a6b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81e6c8c7-bfbf-47d5-960a-44d1a5d9a6b0 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8d6d4f85-7080-4915-bdf2-4bc156914f7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8d6d4f85-7080-4915-bdf2-4bc156914f7b .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-589da32d-7945-457c-99d4-7ca0965236f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-589da32d-7945-457c-99d4-7ca0965236f8 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6709c6fc-dd54-4353-aa9a-dbea8a35c18b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6709c6fc-dd54-4353-aa9a-dbea8a35c18b .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c0f88b25-d72c-4251-adc6-28aef5553a04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0f88b25-d72c-4251-adc6-28aef5553a04 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d808a105-ad81-4a1c-83f5-60f98c00bcc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d808a105-ad81-4a1c-83f5-60f98c00bcc7 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2ccf3ede-0d4e-4f37-a19d-1ef21d702037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ccf3ede-0d4e-4f37-a19d-1ef21d702037 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4933dce9-79cd-4add-ad50-87c2034600f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4933dce9-79cd-4add-ad50-87c2034600f5 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-132662b7-6783-4f72-88dc-24de81e81f9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-132662b7-6783-4f72-88dc-24de81e81f9c .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-94e54190-8648-4dc7-9467-bc4cde035ab8 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 35px;
margin-right: 7%;
padding-left: 7%;
padding-right: 7%;
}

#s-94e54190-8648-4dc7-9467-bc4cde035ab8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-94e54190-8648-4dc7-9467-bc4cde035ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-94e54190-8648-4dc7-9467-bc4cde035ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-94e54190-8648-4dc7-9467-bc4cde035ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-94e54190-8648-4dc7-9467-bc4cde035ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 24px;
}

#s-94e54190-8648-4dc7-9467-bc4cde035ab8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-30590685-77d9-4a68-8bb0-0d58d91293b1 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-30590685-77d9-4a68-8bb0-0d58d91293b1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-30590685-77d9-4a68-8bb0-0d58d91293b1 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-30590685-77d9-4a68-8bb0-0d58d91293b1 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-30590685-77d9-4a68-8bb0-0d58d91293b1 td.shogun-table-column, #s-30590685-77d9-4a68-8bb0-0d58d91293b1 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-2f8b625e-df04-4734-9ce5-c477d20f9ad7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f8b625e-df04-4734-9ce5-c477d20f9ad7 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e8968144-1769-4210-a1df-a6b501ca3840 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8968144-1769-4210-a1df-a6b501ca3840 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e9aa45ab-b6a7-4228-826d-f46f797603d1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e9aa45ab-b6a7-4228-826d-f46f797603d1 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-348e32f9-52d4-4863-90cd-873994767352 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-348e32f9-52d4-4863-90cd-873994767352 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ab0940d6-1b75-4b6b-bb06-ebe0f74e1435 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab0940d6-1b75-4b6b-bb06-ebe0f74e1435 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-615e7236-3112-430e-b46f-75a0ecbba4b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-615e7236-3112-430e-b46f-75a0ecbba4b6 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2cd80443-ee02-4a6c-8d20-0ba134cf90b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2cd80443-ee02-4a6c-8d20-0ba134cf90b7 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4a0a764d-a393-4258-b3bf-a92eae7ceacc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a0a764d-a393-4258-b3bf-a92eae7ceacc .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7099b529-f3de-48d3-92a5-5aae00aed1a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7099b529-f3de-48d3-92a5-5aae00aed1a1 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-92172c72-59c3-485e-b2b3-a3e2b20dbd2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92172c72-59c3-485e-b2b3-a3e2b20dbd2f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-78705040-c25e-41a5-93a9-740068cd268a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-78705040-c25e-41a5-93a9-740068cd268a .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e0def7a9-4ee6-4641-8ca2-e71193298279 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0def7a9-4ee6-4641-8ca2-e71193298279 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-045f640b-11e1-4c9b-b568-c23a3fbb01c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-045f640b-11e1-4c9b-b568-c23a3fbb01c6 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-72dc7465-e690-4399-b462-68397ced58e5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72dc7465-e690-4399-b462-68397ced58e5 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-dbc231ca-522c-46e8-882a-7f4ea1a4910b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbc231ca-522c-46e8-882a-7f4ea1a4910b .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5ae6481f-6f0a-43e7-8134-6c04f18c9045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ae6481f-6f0a-43e7-8134-6c04f18c9045 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-99bb5fd7-e7a1-4f72-a277-b6f64a833c32 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 35px;
margin-right: 7%;
padding-left: 7%;
padding-right: 7%;
}

#s-99bb5fd7-e7a1-4f72-a277-b6f64a833c32 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-99bb5fd7-e7a1-4f72-a277-b6f64a833c32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-99bb5fd7-e7a1-4f72-a277-b6f64a833c32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-99bb5fd7-e7a1-4f72-a277-b6f64a833c32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-99bb5fd7-e7a1-4f72-a277-b6f64a833c32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 24px;
}

#s-99bb5fd7-e7a1-4f72-a277-b6f64a833c32 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-7cd6f595-084e-41a6-a674-4ca83c3eddfc .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-7cd6f595-084e-41a6-a674-4ca83c3eddfc table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7cd6f595-084e-41a6-a674-4ca83c3eddfc td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-7cd6f595-084e-41a6-a674-4ca83c3eddfc td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-7cd6f595-084e-41a6-a674-4ca83c3eddfc td.shogun-table-column, #s-7cd6f595-084e-41a6-a674-4ca83c3eddfc td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-82e7a3c9-1fd6-429c-a253-b6cfd958f9d4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-82e7a3c9-1fd6-429c-a253-b6cfd958f9d4 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fb267cbb-a897-4c23-a36f-02041e4d1673 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fb267cbb-a897-4c23-a36f-02041e4d1673 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a46300c5-d459-496a-8091-4b07f6fe11b0 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a46300c5-d459-496a-8091-4b07f6fe11b0 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7a48038a-9be3-4a4e-b9f4-3b8b46d50ac2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a48038a-9be3-4a4e-b9f4-3b8b46d50ac2 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b5aae07b-c501-4576-9fea-821318c6240c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5aae07b-c501-4576-9fea-821318c6240c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e373abb2-89c1-4ee0-bbea-a10da827603f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e373abb2-89c1-4ee0-bbea-a10da827603f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-764c6870-4653-4089-9cbc-8b5c32ebfec5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-764c6870-4653-4089-9cbc-8b5c32ebfec5 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e2d7e301-715f-4bff-a747-09b6f3c2cc1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2d7e301-715f-4bff-a747-09b6f3c2cc1e .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fbe2065e-51b3-4a5f-a28f-091e9ead140d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbe2065e-51b3-4a5f-a28f-091e9ead140d .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d2b13b1c-3a12-4664-94f2-e5751a1f93d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2b13b1c-3a12-4664-94f2-e5751a1f93d4 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fbf04f90-2f8a-4a4a-91e8-4a394252f123 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbf04f90-2f8a-4a4a-91e8-4a394252f123 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-adfc56e8-f2fd-4e70-83ed-11c4658d96f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adfc56e8-f2fd-4e70-83ed-11c4658d96f5 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0bebbd31-10e6-46df-a4b5-2377595fce39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0bebbd31-10e6-46df-a4b5-2377595fce39 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ac481a0e-497f-459a-9b0a-f37ab9c8acd4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac481a0e-497f-459a-9b0a-f37ab9c8acd4 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c87f013c-c14a-4fe4-baf7-c0d4ed432e81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c87f013c-c14a-4fe4-baf7-c0d4ed432e81 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-636a3ed3-60bb-462b-9256-0206cae5e9d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-636a3ed3-60bb-462b-9256-0206cae5e9d6 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7459d843-8f5c-4fe9-98b3-efa8e0e3c041 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 35px;
margin-right: 7%;
padding-left: 7%;
padding-right: 7%;
}

#s-7459d843-8f5c-4fe9-98b3-efa8e0e3c041 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-7459d843-8f5c-4fe9-98b3-efa8e0e3c041 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-7459d843-8f5c-4fe9-98b3-efa8e0e3c041 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-7459d843-8f5c-4fe9-98b3-efa8e0e3c041 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-7459d843-8f5c-4fe9-98b3-efa8e0e3c041 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 24px;
}

#s-7459d843-8f5c-4fe9-98b3-efa8e0e3c041 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-1e802b69-f5d7-4b00-b716-d5e7b32b96b0 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-1e802b69-f5d7-4b00-b716-d5e7b32b96b0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-1e802b69-f5d7-4b00-b716-d5e7b32b96b0 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-1e802b69-f5d7-4b00-b716-d5e7b32b96b0 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-1e802b69-f5d7-4b00-b716-d5e7b32b96b0 td.shogun-table-column, #s-1e802b69-f5d7-4b00-b716-d5e7b32b96b0 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-6dbdbae4-7b6c-4a33-bb18-73842fe4f333 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6dbdbae4-7b6c-4a33-bb18-73842fe4f333 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b859a6fb-90c5-4768-85b9-09774a8812ad {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b859a6fb-90c5-4768-85b9-09774a8812ad .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b60f6d51-b564-498a-b20e-d8c7d31aa851 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b60f6d51-b564-498a-b20e-d8c7d31aa851 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-67748d55-8823-44c5-af4e-fa2e4fd9271c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67748d55-8823-44c5-af4e-fa2e4fd9271c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b3072cfb-34ca-4577-8073-ea1fd8d9f44a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3072cfb-34ca-4577-8073-ea1fd8d9f44a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b93a77fa-200f-4169-b7fc-16687f614936 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b93a77fa-200f-4169-b7fc-16687f614936 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-377f1593-248d-4e64-bebd-70e2dba5651e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-377f1593-248d-4e64-bebd-70e2dba5651e .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d750a8fa-be5e-41e4-9152-f5bc328cc96f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d750a8fa-be5e-41e4-9152-f5bc328cc96f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e735fe13-ff30-4bb2-ae20-33e15c52df21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e735fe13-ff30-4bb2-ae20-33e15c52df21 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4e9e46c9-c9b0-40d2-926f-e71fd0411d09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e9e46c9-c9b0-40d2-926f-e71fd0411d09 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-da08e29f-e93b-49db-bd3a-d23209fb6f06 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da08e29f-e93b-49db-bd3a-d23209fb6f06 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e3036f09-b9f3-4fd3-bec7-d6b695f7b89f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3036f09-b9f3-4fd3-bec7-d6b695f7b89f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-59b3d5ed-6385-46ef-a390-deca9f04a02f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59b3d5ed-6385-46ef-a390-deca9f04a02f .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-faf2d586-a2e9-43dc-97a5-d04609ca0963 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-faf2d586-a2e9-43dc-97a5-d04609ca0963 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-43355c8c-a7aa-43cd-b940-2fe115815403 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43355c8c-a7aa-43cd-b940-2fe115815403 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f386e986-484e-4ff5-9928-abfb3f5bd3fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f386e986-484e-4ff5-9928-abfb3f5bd3fc .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-add5a43b-49a4-400d-8c1c-46ee9d6f6bd5 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 35px;
margin-right: 7%;
padding-left: 7%;
padding-right: 7%;
}

#s-add5a43b-49a4-400d-8c1c-46ee9d6f6bd5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-add5a43b-49a4-400d-8c1c-46ee9d6f6bd5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-add5a43b-49a4-400d-8c1c-46ee9d6f6bd5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-add5a43b-49a4-400d-8c1c-46ee9d6f6bd5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-add5a43b-49a4-400d-8c1c-46ee9d6f6bd5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 24px;
}

#s-add5a43b-49a4-400d-8c1c-46ee9d6f6bd5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-cae9cbe7-6496-48f2-88f3-54e5f50f58ef .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-cae9cbe7-6496-48f2-88f3-54e5f50f58ef table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cae9cbe7-6496-48f2-88f3-54e5f50f58ef td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-cae9cbe7-6496-48f2-88f3-54e5f50f58ef td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-cae9cbe7-6496-48f2-88f3-54e5f50f58ef td.shogun-table-column, #s-cae9cbe7-6496-48f2-88f3-54e5f50f58ef td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-fd0e481d-dd0a-4bc6-bc49-624f9619892c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd0e481d-dd0a-4bc6-bc49-624f9619892c .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8db50603-a780-410e-bb78-99f46e9ad16b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8db50603-a780-410e-bb78-99f46e9ad16b .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5cf74fd0-95f9-4910-b982-c6d9c3701a44 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5cf74fd0-95f9-4910-b982-c6d9c3701a44 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e7a0307e-07d8-4ffc-b6fc-dbb86d545444 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7a0307e-07d8-4ffc-b6fc-dbb86d545444 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d36e61b8-d952-47dd-921e-1ad08bdf4efa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d36e61b8-d952-47dd-921e-1ad08bdf4efa .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-61adaaa9-c5e9-4cca-876b-799b40253ec0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61adaaa9-c5e9-4cca-876b-799b40253ec0 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-14086241-4c90-4a6e-a33e-610cff75ab91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-14086241-4c90-4a6e-a33e-610cff75ab91 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-acfd15e0-66a9-443e-8974-7c7b619e0fa1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-acfd15e0-66a9-443e-8974-7c7b619e0fa1 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cf0f536e-a476-4c0d-b1a4-f9ed70116cea {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf0f536e-a476-4c0d-b1a4-f9ed70116cea .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-50abf6b2-5467-4b69-b1d9-7bb49cc1591d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50abf6b2-5467-4b69-b1d9-7bb49cc1591d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b73ea1a4-9588-4e96-94a1-b1c9b7af9e45 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b73ea1a4-9588-4e96-94a1-b1c9b7af9e45 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fcaa0a11-f758-4646-8e70-6df2e460c30c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcaa0a11-f758-4646-8e70-6df2e460c30c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6800dca5-e112-40aa-9607-920c0f47c4dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6800dca5-e112-40aa-9607-920c0f47c4dd .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-77bf3ae0-091e-40f2-bd33-34ef28cedeef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77bf3ae0-091e-40f2-bd33-34ef28cedeef .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fd6b9f82-eedf-4d95-b8d0-874387857e79 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd6b9f82-eedf-4d95-b8d0-874387857e79 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-68d9420a-0903-42fa-bed9-b73fc1dd21e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68d9420a-0903-42fa-bed9-b73fc1dd21e0 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f834c0de-d814-4b14-92ef-f008b9a3a7a2 {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 35px;
margin-right: 7%;
padding-left: 7%;
padding-right: 7%;
}

#s-f834c0de-d814-4b14-92ef-f008b9a3a7a2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-f834c0de-d814-4b14-92ef-f008b9a3a7a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-f834c0de-d814-4b14-92ef-f008b9a3a7a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-f834c0de-d814-4b14-92ef-f008b9a3a7a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-f834c0de-d814-4b14-92ef-f008b9a3a7a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 24px;
}

#s-f834c0de-d814-4b14-92ef-f008b9a3a7a2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-4a2d9ff9-05ce-4b6b-bc84-185ead4fc145 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-4a2d9ff9-05ce-4b6b-bc84-185ead4fc145 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4a2d9ff9-05ce-4b6b-bc84-185ead4fc145 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-4a2d9ff9-05ce-4b6b-bc84-185ead4fc145 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-4a2d9ff9-05ce-4b6b-bc84-185ead4fc145 td.shogun-table-column, #s-4a2d9ff9-05ce-4b6b-bc84-185ead4fc145 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-e4db7325-a2f0-4265-bc9b-5e317ecd08a1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e4db7325-a2f0-4265-bc9b-5e317ecd08a1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-16a155ed-14ab-495c-9113-e46cb740db3d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16a155ed-14ab-495c-9113-e46cb740db3d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8f4408b6-56e1-40ab-b9b1-33adfedfaefb {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f4408b6-56e1-40ab-b9b1-33adfedfaefb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c641ee47-c1e5-4c9e-aaa9-83fb21ae8bda {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c641ee47-c1e5-4c9e-aaa9-83fb21ae8bda .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-efe92d26-987f-4b23-9e2b-9efd8f23b36e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efe92d26-987f-4b23-9e2b-9efd8f23b36e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7427df3e-4279-49c2-8094-8137b054edba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7427df3e-4279-49c2-8094-8137b054edba .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-304846ce-c6d6-4c7b-8e05-1cae301fedb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-304846ce-c6d6-4c7b-8e05-1cae301fedb1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c9d13852-2527-4efb-9f0b-32eed97a3b88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9d13852-2527-4efb-9f0b-32eed97a3b88 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7d4dea8b-71af-42b9-aa8b-1ba2169b735f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d4dea8b-71af-42b9-aa8b-1ba2169b735f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0cb1b308-e381-4395-96be-159d39dbf038 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0cb1b308-e381-4395-96be-159d39dbf038 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fd7901d9-28bf-46be-bc18-625f6810fc57 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fd7901d9-28bf-46be-bc18-625f6810fc57 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bf73ca85-4899-4174-9645-83c3a6da006a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf73ca85-4899-4174-9645-83c3a6da006a .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d0a2194f-3fc7-4add-aa7f-ccf812f1339e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0a2194f-3fc7-4add-aa7f-ccf812f1339e .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-43d170ba-9cb7-4400-b0c7-9c7bbac7212f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43d170ba-9cb7-4400-b0c7-9c7bbac7212f .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-61620eb3-f9b9-417b-afca-2c016f4c09bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61620eb3-f9b9-417b-afca-2c016f4c09bf .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6552d98b-4231-4b1f-b75a-f4a68b2aca84 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6552d98b-4231-4b1f-b75a-f4a68b2aca84 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-13748d07-0f34-46b7-87ca-c320bfccfebe {
  margin-top: 25px;
margin-left: 7%;
margin-bottom: 35px;
margin-right: 7%;
padding-left: 7%;
padding-right: 7%;
}

#s-13748d07-0f34-46b7-87ca-c320bfccfebe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-13748d07-0f34-46b7-87ca-c320bfccfebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-13748d07-0f34-46b7-87ca-c320bfccfebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-13748d07-0f34-46b7-87ca-c320bfccfebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-13748d07-0f34-46b7-87ca-c320bfccfebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 24px;
}

#s-13748d07-0f34-46b7-87ca-c320bfccfebe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
#s-6af76d9f-a196-473a-a3b2-a39cf1b4822c .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-6af76d9f-a196-473a-a3b2-a39cf1b4822c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6af76d9f-a196-473a-a3b2-a39cf1b4822c td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-6af76d9f-a196-473a-a3b2-a39cf1b4822c td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-6af76d9f-a196-473a-a3b2-a39cf1b4822c td.shogun-table-column, #s-6af76d9f-a196-473a-a3b2-a39cf1b4822c td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-65aedc22-b2c9-48e3-92a9-d7c2e882f63c {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-65aedc22-b2c9-48e3-92a9-d7c2e882f63c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-413970df-3b5b-4fdb-9d80-9d4f8e401eef {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-413970df-3b5b-4fdb-9d80-9d4f8e401eef .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-35064057-b647-413d-8565-a2a5286ad21a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-35064057-b647-413d-8565-a2a5286ad21a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-afa9f3af-2216-40ca-8c16-6d0c563b189f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afa9f3af-2216-40ca-8c16-6d0c563b189f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1ac9a2c0-782e-46ce-a2ec-80b301f289f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ac9a2c0-782e-46ce-a2ec-80b301f289f1 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7d72c0f4-8c37-47b3-b166-c7ab67e532cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d72c0f4-8c37-47b3-b166-c7ab67e532cf .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e1878a6c-077c-4bb1-be71-cb7501b3722a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e1878a6c-077c-4bb1-be71-cb7501b3722a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fd9b730c-5b0b-439c-ac5f-22e05a7ab93f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd9b730c-5b0b-439c-ac5f-22e05a7ab93f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fdebb220-5842-4508-905f-ea19788f024a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdebb220-5842-4508-905f-ea19788f024a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9161fa8f-6f1d-434f-9acc-5a993d208985 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9161fa8f-6f1d-434f-9acc-5a993d208985 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-818852a2-24b2-467e-8f46-1ccbb934c24a {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-818852a2-24b2-467e-8f46-1ccbb934c24a .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e52196f4-685d-45cc-bf7a-7a4846e0f145 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e52196f4-685d-45cc-bf7a-7a4846e0f145 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6fd8d918-6bd1-4eba-8857-c39ebf61e296 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fd8d918-6bd1-4eba-8857-c39ebf61e296 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-64babbe5-5371-4be6-bfe1-8c0f6484ddf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64babbe5-5371-4be6-bfe1-8c0f6484ddf1 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0819fc91-553d-4fae-ae35-a0b0594e8241 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0819fc91-553d-4fae-ae35-a0b0594e8241 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9032a9e8-f664-4865-a856-8db9e64d164c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9032a9e8-f664-4865-a856-8db9e64d164c .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a5034e5b-974a-4d85-948f-c353eeceafb4 {
  text-align: left;
}

#s-124408d1-0225-4e9a-b810-c5e48168c788 {
  margin-top: 75px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 5%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-124408d1-0225-4e9a-b810-c5e48168c788"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-124408d1-0225-4e9a-b810-c5e48168c788"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-124408d1-0225-4e9a-b810-c5e48168c788"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-124408d1-0225-4e9a-b810-c5e48168c788"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-124408d1-0225-4e9a-b810-c5e48168c788"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-124408d1-0225-4e9a-b810-c5e48168c788"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

[id="s-124408d1-0225-4e9a-b810-c5e48168c788"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 7.5px);
}

}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  max-width: 200px;
text-align: right;
}



.shg-image-margin-container-s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  
  
  
  
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
    
    
  }


.s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
      position: relative;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  
  
  
  
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
    
    
  }


.s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
      position: relative;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  
  
  
  
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
    
    
  }


.s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
      position: relative;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  
  
  
  
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
    
    
  }


.s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
      position: relative;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  
  
  
  
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
    
    
  }


.s-68b9a64b-daa2-47e4-8156-c154974c87a3 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container {
      position: relative;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-68b9a64b-daa2-47e4-8156-c154974c87a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6174175d-21f6-4a8e-8591-479aa4e6ea6a {
  padding-top: 35px;
text-align: center;
}

#s-6174175d-21f6-4a8e-8591-479aa4e6ea6a .shogun-heading-component h2 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: left;
}



#s-8eabf7d0-0d45-4b2b-89a2-67168536841e {
  margin-top: 5px;
margin-bottom: 5px;
text-align: center;
}

#s-8eabf7d0-0d45-4b2b-89a2-67168536841e .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}



#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  margin-left: 2%;
margin-right: 2%;
max-width: 1920px;
text-align: center;
}



.shg-image-margin-container-s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  margin-left: 2%;
  margin-right: 2%;
  
  
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      aspect-ratio: 1920/1000;
      width: 100%;
      height: 100%;
    }

    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-link {
      aspect-ratio: 1920/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
    
    
  }


.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
      --shg-aspect-ratio: calc(1920/1000); 
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
      position: relative;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  
  
  
  
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      aspect-ratio: 1920/1000;
      width: 100%;
      height: 100%;
    }

    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-link {
      aspect-ratio: 1920/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
    
    
  }


.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
      --shg-aspect-ratio: calc(1920/1000); 
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
      position: relative;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  
  
  
  
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      aspect-ratio: 1920/1000;
      width: 100%;
      height: 100%;
    }

    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-link {
      aspect-ratio: 1920/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
    
    
  }


.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
      --shg-aspect-ratio: calc(1920/1000); 
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
      position: relative;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  
  
  
  
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      aspect-ratio: 1920/1000;
      width: 100%;
      height: 100%;
    }

    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-link {
      aspect-ratio: 1920/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
    
    
  }


.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
      --shg-aspect-ratio: calc(1920/1000); 
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
      position: relative;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  
  
  
  
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      aspect-ratio: 1920/1000;
      width: 100%;
      height: 100%;
    }

    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-link {
      aspect-ratio: 1920/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
    
    
  }


.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c .shogun-image-content {
  
    align-items: center;
  
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c {
      --shg-aspect-ratio: calc(1920/1000); 
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container {
      position: relative;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1dc5ec04-028d-478c-81cb-e1f8af742a6c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa {
  margin-top: -35px;
margin-left: 7%;
margin-right: 7%;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-8baeac7b-c7a7-4e27-8ffb-f591790a61aa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

}

#s-1c2b5acf-6414-48f0-827f-66e2069f84dd {
  padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(206, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-image: none;
hover-type: color;
}
#s-1c2b5acf-6414-48f0-827f-66e2069f84dd:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 0) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1c2b5acf-6414-48f0-827f-66e2069f84dd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c2b5acf-6414-48f0-827f-66e2069f84dd-root {
    text-align: center;
  }


#s-1c2b5acf-6414-48f0-827f-66e2069f84dd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c2b5acf-6414-48f0-827f-66e2069f84dd-root {
    text-align: center;
  }


#s-1c2b5acf-6414-48f0-827f-66e2069f84dd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c2b5acf-6414-48f0-827f-66e2069f84dd-root {
    text-align: center;
  }


#s-1c2b5acf-6414-48f0-827f-66e2069f84dd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c2b5acf-6414-48f0-827f-66e2069f84dd-root {
    text-align: center;
  }


#s-1c2b5acf-6414-48f0-827f-66e2069f84dd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c2b5acf-6414-48f0-827f-66e2069f84dd-root {
    text-align: center;
  }


#s-1c2b5acf-6414-48f0-827f-66e2069f84dd.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 22px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f17e5ddc-4067-4b94-81e8-96fd3fec2fcf {
  box-shadow:2px 2px 10px 3px rgba(0, 0, 0, 0.75);
margin-top: 75px;
margin-left: 13%;
margin-bottom: 75px;
margin-right: 13%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(206, 255, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-f17e5ddc-4067-4b94-81e8-96fd3fec2fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f17e5ddc-4067-4b94-81e8-96fd3fec2fcf.shg-box.shg-c {
  justify-content: center;
}

#s-9ff784fa-102f-42a4-8529-3912783e5392 {
  padding-top: 35px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(206, 255, 0, 1);
}

#s-9ff784fa-102f-42a4-8529-3912783e5392 .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 90px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-90e15503-1687-4983-b5a7-27e28319c6ab {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 5%;
padding-bottom: 35px;
padding-right: 5%;
text-align: center;
background-color: rgba(206, 255, 0, 1);
}

#s-90e15503-1687-4983-b5a7-27e28319c6ab .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 56px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-9538227d-8970-4058-971d-c84b9b3d228e {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 75px;
margin-right: 7%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-9538227d-8970-4058-971d-c84b9b3d228e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9538227d-8970-4058-971d-c84b9b3d228e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9538227d-8970-4058-971d-c84b9b3d228e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9538227d-8970-4058-971d-c84b9b3d228e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9538227d-8970-4058-971d-c84b9b3d228e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9538227d-8970-4058-971d-c84b9b3d228e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-9538227d-8970-4058-971d-c84b9b3d228e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-07331519-511a-4453-bda9-a975bedae912 {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-07331519-511a-4453-bda9-a975bedae912 {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-07331519-511a-4453-bda9-a975bedae912 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
    
    
  }


.s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-07331519-511a-4453-bda9-a975bedae912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07331519-511a-4453-bda9-a975bedae912 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
      position: relative;
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-07331519-511a-4453-bda9-a975bedae912 {
  
  
  
  
}

#s-07331519-511a-4453-bda9-a975bedae912 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
    
    
  }


.s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-07331519-511a-4453-bda9-a975bedae912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07331519-511a-4453-bda9-a975bedae912 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
      position: relative;
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07331519-511a-4453-bda9-a975bedae912 {
  
  
  
  
}

#s-07331519-511a-4453-bda9-a975bedae912 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
    
    
  }


.s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-07331519-511a-4453-bda9-a975bedae912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07331519-511a-4453-bda9-a975bedae912 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
      position: relative;
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07331519-511a-4453-bda9-a975bedae912 {
  
  
  
  
}

#s-07331519-511a-4453-bda9-a975bedae912 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
    
    
  }


.s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-07331519-511a-4453-bda9-a975bedae912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07331519-511a-4453-bda9-a975bedae912 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
      position: relative;
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-07331519-511a-4453-bda9-a975bedae912 {
  
  
  
  
}

#s-07331519-511a-4453-bda9-a975bedae912 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07331519-511a-4453-bda9-a975bedae912 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
    
    
  }


.s-07331519-511a-4453-bda9-a975bedae912 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-07331519-511a-4453-bda9-a975bedae912.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07331519-511a-4453-bda9-a975bedae912.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07331519-511a-4453-bda9-a975bedae912 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container {
      position: relative;
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07331519-511a-4453-bda9-a975bedae912.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07331519-511a-4453-bda9-a975bedae912 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0e397c6d-eca6-41d4-8d06-dd37f50cd74e {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-0e397c6d-eca6-41d4-8d06-dd37f50cd74e .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 54px;
  
  
  text-align: left;
}



#s-e4e63960-0b9a-40ab-8779-29a457439a86 {
  padding-right: 10%;
}

#s-e4e63960-0b9a-40ab-8779-29a457439a86 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-e4e63960-0b9a-40ab-8779-29a457439a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-e4e63960-0b9a-40ab-8779-29a457439a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-e4e63960-0b9a-40ab-8779-29a457439a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-e4e63960-0b9a-40ab-8779-29a457439a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-e4e63960-0b9a-40ab-8779-29a457439a86 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a80bc2c1-761c-4443-8793-49d2ab45136e {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-a80bc2c1-761c-4443-8793-49d2ab45136e .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 75px;
margin-right: 7%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-37e12e41-156a-4f9b-a9ab-e6fa8a1faa18"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-956cefa9-461b-4868-8727-0249a56895fb {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-956cefa9-461b-4868-8727-0249a56895fb {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-956cefa9-461b-4868-8727-0249a56895fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
    
    
  }


.s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-956cefa9-461b-4868-8727-0249a56895fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
      position: relative;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-956cefa9-461b-4868-8727-0249a56895fb {
  
  
  
  
}

#s-956cefa9-461b-4868-8727-0249a56895fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
    
    
  }


.s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-956cefa9-461b-4868-8727-0249a56895fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
      position: relative;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-956cefa9-461b-4868-8727-0249a56895fb {
  
  
  
  
}

#s-956cefa9-461b-4868-8727-0249a56895fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
    
    
  }


.s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-956cefa9-461b-4868-8727-0249a56895fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
      position: relative;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-956cefa9-461b-4868-8727-0249a56895fb {
  
  
  
  
}

#s-956cefa9-461b-4868-8727-0249a56895fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
    
    
  }


.s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-956cefa9-461b-4868-8727-0249a56895fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
      position: relative;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-956cefa9-461b-4868-8727-0249a56895fb {
  
  
  
  
}

#s-956cefa9-461b-4868-8727-0249a56895fb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-956cefa9-461b-4868-8727-0249a56895fb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
    
    
  }


.s-956cefa9-461b-4868-8727-0249a56895fb .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-956cefa9-461b-4868-8727-0249a56895fb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container {
      position: relative;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-956cefa9-461b-4868-8727-0249a56895fb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-437c96ce-854d-4f25-85c1-9385cc81834c {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-437c96ce-854d-4f25-85c1-9385cc81834c .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 54px;
  
  
  text-align: left;
}



#s-308b6b38-45e2-4831-9f32-97e84832796b {
  padding-right: 10%;
}

#s-308b6b38-45e2-4831-9f32-97e84832796b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-308b6b38-45e2-4831-9f32-97e84832796b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-308b6b38-45e2-4831-9f32-97e84832796b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-308b6b38-45e2-4831-9f32-97e84832796b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-308b6b38-45e2-4831-9f32-97e84832796b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-308b6b38-45e2-4831-9f32-97e84832796b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f17d11f0-2bbc-45b1-8e58-af1341d21100 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-f17d11f0-2bbc-45b1-8e58-af1341d21100 .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-6cbde88e-8247-4bb9-8129-9019d796a61b {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 75px;
margin-right: 7%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-6cbde88e-8247-4bb9-8129-9019d796a61b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cbde88e-8247-4bb9-8129-9019d796a61b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6cbde88e-8247-4bb9-8129-9019d796a61b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6cbde88e-8247-4bb9-8129-9019d796a61b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6cbde88e-8247-4bb9-8129-9019d796a61b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6cbde88e-8247-4bb9-8129-9019d796a61b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-6cbde88e-8247-4bb9-8129-9019d796a61b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
    
    
  }


.s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b073bb15-12ab-4f81-8b82-75ce505c83df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
      position: relative;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  
  
  
  
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
    
    
  }


.s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b073bb15-12ab-4f81-8b82-75ce505c83df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
      position: relative;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  
  
  
  
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
    
    
  }


.s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b073bb15-12ab-4f81-8b82-75ce505c83df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
      position: relative;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  
  
  
  
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
    
    
  }


.s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b073bb15-12ab-4f81-8b82-75ce505c83df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
      position: relative;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  
  
  
  
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b073bb15-12ab-4f81-8b82-75ce505c83df .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
    
    
  }


.s-b073bb15-12ab-4f81-8b82-75ce505c83df .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b073bb15-12ab-4f81-8b82-75ce505c83df {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container {
      position: relative;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b073bb15-12ab-4f81-8b82-75ce505c83df img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f0969d79-0020-4791-b357-2b70d8b0476d {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-f0969d79-0020-4791-b357-2b70d8b0476d .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 54px;
  
  
  text-align: left;
}



#s-1d14bcd2-8221-4706-a61b-633415e9ab7c {
  padding-right: 10%;
}

#s-1d14bcd2-8221-4706-a61b-633415e9ab7c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-1d14bcd2-8221-4706-a61b-633415e9ab7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-1d14bcd2-8221-4706-a61b-633415e9ab7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-1d14bcd2-8221-4706-a61b-633415e9ab7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-1d14bcd2-8221-4706-a61b-633415e9ab7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-1d14bcd2-8221-4706-a61b-633415e9ab7c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-63c6bdfd-563d-496c-b1e1-7eea2edc02c1 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-63c6bdfd-563d-496c-b1e1-7eea2edc02c1 .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 75px;
margin-right: 7%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b76dfc6d-63d8-4a5d-b3ac-584544e8a50d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
    
    
  }


.s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6813bf72-6443-43cf-8769-503b7a1b0472 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
      position: relative;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  
  
  
  
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
    
    
  }


.s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6813bf72-6443-43cf-8769-503b7a1b0472 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
      position: relative;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  
  
  
  
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
    
    
  }


.s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6813bf72-6443-43cf-8769-503b7a1b0472 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
      position: relative;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  
  
  
  
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
    
    
  }


.s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6813bf72-6443-43cf-8769-503b7a1b0472 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
      position: relative;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  
  
  
  
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6813bf72-6443-43cf-8769-503b7a1b0472 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
    
    
  }


.s-6813bf72-6443-43cf-8769-503b7a1b0472 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6813bf72-6443-43cf-8769-503b7a1b0472 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container {
      position: relative;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6813bf72-6443-43cf-8769-503b7a1b0472 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0d8ade37-8ba1-4f3e-b5ee-b7b09d1c1b60 {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-0d8ade37-8ba1-4f3e-b5ee-b7b09d1c1b60 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 54px;
  
  
  text-align: left;
}



#s-acb4d47f-c568-4d73-94fa-fc8950c6a47e {
  padding-right: 10%;
}

#s-acb4d47f-c568-4d73-94fa-fc8950c6a47e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-acb4d47f-c568-4d73-94fa-fc8950c6a47e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 6px;
}

#s-acb4d47f-c568-4d73-94fa-fc8950c6a47e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-acb4d47f-c568-4d73-94fa-fc8950c6a47e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-acb4d47f-c568-4d73-94fa-fc8950c6a47e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-acb4d47f-c568-4d73-94fa-fc8950c6a47e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-a78bec5a-a135-4fbd-a3fe-85a68f7b4b3c {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-a78bec5a-a135-4fbd-a3fe-85a68f7b4b3c .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-55eb4f4e-67ff-478c-977c-4776ed5204a0 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 75px;
margin-right: 7%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-55eb4f4e-67ff-478c-977c-4776ed5204a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55eb4f4e-67ff-478c-977c-4776ed5204a0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-55eb4f4e-67ff-478c-977c-4776ed5204a0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-55eb4f4e-67ff-478c-977c-4776ed5204a0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-55eb4f4e-67ff-478c-977c-4776ed5204a0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-55eb4f4e-67ff-478c-977c-4776ed5204a0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-55eb4f4e-67ff-478c-977c-4776ed5204a0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
    
    
  }


.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
      position: relative;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  
  
  
  
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
    
    
  }


.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
      position: relative;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  
  
  
  
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
    
    
  }


.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
      position: relative;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  
  
  
  
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
    
    
  }


.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
      position: relative;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  
  
  
  
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
    
    
  }


.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container {
      position: relative;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a5bb9afa-0d2d-43eb-8cd3-3983610e6428 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b871b58a-0518-413a-9d96-0f72396af291 {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-b871b58a-0518-413a-9d96-0f72396af291 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 54px;
  
  
  text-align: left;
}



#s-98c8b270-afca-4412-a874-a4afe155b7bb {
  padding-right: 10%;
}

#s-98c8b270-afca-4412-a874-a4afe155b7bb > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-98c8b270-afca-4412-a874-a4afe155b7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-98c8b270-afca-4412-a874-a4afe155b7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-98c8b270-afca-4412-a874-a4afe155b7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-98c8b270-afca-4412-a874-a4afe155b7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-98c8b270-afca-4412-a874-a4afe155b7bb > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5e9d889b-385c-490d-8982-7441becb65b5 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-5e9d889b-385c-490d-8982-7441becb65b5 .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-3a7963b6-6295-4f08-9c46-19fb53512f49 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-3a7963b6-6295-4f08-9c46-19fb53512f49 .shogun-heading-component h2 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: center;
}



#s-b193611c-b5c4-47ee-8696-bbe4ffb97ef4 {
  text-align: left;
}

#s-130a6145-3e65-415f-bbc8-e81775592279 {
  margin-top: -25px;
margin-left: 5%;
margin-bottom: 75px;
margin-right: 7%;
padding-left: 5%;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-130a6145-3e65-415f-bbc8-e81775592279"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-130a6145-3e65-415f-bbc8-e81775592279"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-130a6145-3e65-415f-bbc8-e81775592279"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-130a6145-3e65-415f-bbc8-e81775592279"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-0cf530af-b0eb-4beb-82e7-7ce40f358fac {
  min-height: 50px;
}
@media (max-width: 767px){#s-0cf530af-b0eb-4beb-82e7-7ce40f358fac {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-0cf530af-b0eb-4beb-82e7-7ce40f358fac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0cf530af-b0eb-4beb-82e7-7ce40f358fac {
  cursor: pointer;
}#s-0cf530af-b0eb-4beb-82e7-7ce40f358fac.shg-box.shg-c {
  justify-content: center;
}

#s-051d3af3-df09-4f95-9f64-9346c83ecbf2 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 25px;
padding-right: 2%;
min-height: 50px;
}








#s-051d3af3-df09-4f95-9f64-9346c83ecbf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-051d3af3-df09-4f95-9f64-9346c83ecbf2.shg-box.shg-c {
  justify-content: center;
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  margin-bottom: 5px;
max-width: 200px;
text-align: center;
}



.shg-image-margin-container-s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  
  
  
  margin-bottom: 5px;
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
    
    
  }


.s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
      position: relative;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  
  
  
  
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
    
    
  }


.s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
      position: relative;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  
  
  
  
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
    
    
  }


.s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
      position: relative;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  
  
  
  
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
    
    
  }


.s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
      position: relative;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  
  
  
  
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
    
    
  }


.s-3bf9f65b-5440-4f32-acf0-23ad798986d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container {
      position: relative;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3bf9f65b-5440-4f32-acf0-23ad798986d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bff00a99-e31f-4f2d-a54e-7df39760c95f {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bff00a99-e31f-4f2d-a54e-7df39760c95f .shogun-heading-component h4 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}



#s-358db983-0198-4fc7-b75a-3d81b5c1377d {
  margin-bottom: 10px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
text-align: center;
}

#s-358db983-0198-4fc7-b75a-3d81b5c1377d .shogun-heading-component h5 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}



#s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 150px;
text-align: center;
}



.shg-image-margin-container-s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      aspect-ratio: 300/103;
      width: 100%;
      height: 100%;
    }

    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-link {
      aspect-ratio: 300/103;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
    
    
  }


.s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-content {
  
    align-items: center;
  
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f13213e-aecf-49b5-8f79-2db1208e482e {
      --shg-aspect-ratio: calc(300/103); 
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
      position: relative;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  
  
  
  
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      aspect-ratio: 300/103;
      width: 100%;
      height: 100%;
    }

    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-link {
      aspect-ratio: 300/103;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
    
    
  }


.s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-content {
  
    align-items: center;
  
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f13213e-aecf-49b5-8f79-2db1208e482e {
      --shg-aspect-ratio: calc(300/103); 
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
      position: relative;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  
  
  
  
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      aspect-ratio: 300/103;
      width: 100%;
      height: 100%;
    }

    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-link {
      aspect-ratio: 300/103;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
    
    
  }


.s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-content {
  
    align-items: center;
  
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f13213e-aecf-49b5-8f79-2db1208e482e {
      --shg-aspect-ratio: calc(300/103); 
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
      position: relative;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  
  
  
  
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      aspect-ratio: 300/103;
      width: 100%;
      height: 100%;
    }

    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-link {
      aspect-ratio: 300/103;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
    
    
  }


.s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-content {
  
    align-items: center;
  
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f13213e-aecf-49b5-8f79-2db1208e482e {
      --shg-aspect-ratio: calc(300/103); 
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
      position: relative;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  
  
  
  
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      aspect-ratio: 300/103;
      width: 100%;
      height: 100%;
    }

    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-link {
      aspect-ratio: 300/103;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f13213e-aecf-49b5-8f79-2db1208e482e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
    
    
  }


.s-4f13213e-aecf-49b5-8f79-2db1208e482e .shogun-image-content {
  
    align-items: center;
  
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f13213e-aecf-49b5-8f79-2db1208e482e {
      --shg-aspect-ratio: calc(300/103); 
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container {
      position: relative;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f13213e-aecf-49b5-8f79-2db1208e482e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-abb07782-b43f-4651-89cc-842780da1da7 {
  margin-top: 50px;
margin-bottom: 15px;
padding-top: 25px;
text-align: left;
}

#s-098125e4-8315-4a01-a45d-ee80f6325991 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
background-color: rgba(48, 52, 59, 1);
}
@media (min-width: 1200px){#s-098125e4-8315-4a01-a45d-ee80f6325991 {
  display: none;
}
#s-098125e4-8315-4a01-a45d-ee80f6325991, #wrap-s-098125e4-8315-4a01-a45d-ee80f6325991 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-098125e4-8315-4a01-a45d-ee80f6325991 {
  display: none;
}
#s-098125e4-8315-4a01-a45d-ee80f6325991, #wrap-s-098125e4-8315-4a01-a45d-ee80f6325991 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-098125e4-8315-4a01-a45d-ee80f6325991 {
  display: none;
}
#s-098125e4-8315-4a01-a45d-ee80f6325991, #wrap-s-098125e4-8315-4a01-a45d-ee80f6325991 { display: none !important; }}







#s-098125e4-8315-4a01-a45d-ee80f6325991 > .shg-box-overlay {
  background-color: rgba(48, 52, 59, 1);
  opacity: 0;
  display: block;
}#s-098125e4-8315-4a01-a45d-ee80f6325991.shg-box.shg-c {
  justify-content: center;
}

#s-2fde6b3a-46a4-461f-afe8-4d25b9ed6d2b {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-2fde6b3a-46a4-461f-afe8-4d25b9ed6d2b .shogun-heading-component h2 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  max-width: 450px;
text-align: center;
}



.shg-image-margin-container-s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  
  
  
  
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      aspect-ratio: 1032/800;
      width: 100%;
      height: 100%;
    }

    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-link {
      aspect-ratio: 1032/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
    
    
  }


.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
      --shg-aspect-ratio: calc(1032/800); 
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
      position: relative;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  
  
  
  
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      aspect-ratio: 1032/800;
      width: 100%;
      height: 100%;
    }

    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-link {
      aspect-ratio: 1032/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
    
    
  }


.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
      --shg-aspect-ratio: calc(1032/800); 
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
      position: relative;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  
  
  
  
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      aspect-ratio: 1032/800;
      width: 100%;
      height: 100%;
    }

    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-link {
      aspect-ratio: 1032/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
    
    
  }


.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
      --shg-aspect-ratio: calc(1032/800); 
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
      position: relative;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  
  
  
  
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      aspect-ratio: 1032/800;
      width: 100%;
      height: 100%;
    }

    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-link {
      aspect-ratio: 1032/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
    
    
  }


.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
      --shg-aspect-ratio: calc(1032/800); 
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
      position: relative;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  
  
  
  
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      aspect-ratio: 1032/800;
      width: 100%;
      height: 100%;
    }

    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-link {
      aspect-ratio: 1032/800;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
    
    
  }


.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c .shogun-image-content {
  
    align-items: center;
  
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c {
      --shg-aspect-ratio: calc(1032/800); 
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container {
      position: relative;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b55f121c-d0d9-423d-92eb-1f59cf326d2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6195511c-8ac4-4036-8973-00fdb2548777 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
text-align: center;
}

#s-6195511c-8ac4-4036-8973-00fdb2548777 .shogun-heading-component h3 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: center;
}



#s-356d8afc-1e5d-4abc-8aa9-412a2efe76af {
  min-height: 50px;
}








#s-356d8afc-1e5d-4abc-8aa9-412a2efe76af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-356d8afc-1e5d-4abc-8aa9-412a2efe76af.shg-box.shg-c {
  justify-content: center;
}

#s-b3724d8a-876e-4854-84f8-e4180c82abe2 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-b3724d8a-876e-4854-84f8-e4180c82abe2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-b3724d8a-876e-4854-84f8-e4180c82abe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-b3724d8a-876e-4854-84f8-e4180c82abe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-b3724d8a-876e-4854-84f8-e4180c82abe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-b3724d8a-876e-4854-84f8-e4180c82abe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 18px;
}

#s-b3724d8a-876e-4854-84f8-e4180c82abe2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5279fa5f-eb1a-4ca3-ba12-9b524b366ec4 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-5279fa5f-eb1a-4ca3-ba12-9b524b366ec4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5279fa5f-eb1a-4ca3-ba12-9b524b366ec4 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-5279fa5f-eb1a-4ca3-ba12-9b524b366ec4 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-5279fa5f-eb1a-4ca3-ba12-9b524b366ec4 td.shogun-table-column, #s-5279fa5f-eb1a-4ca3-ba12-9b524b366ec4 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-7e446469-23cc-4f3e-ba3a-d9c3f1860563 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7e446469-23cc-4f3e-ba3a-d9c3f1860563 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1f8aef4c-1de9-4a34-b1d9-559e02e91cf3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f8aef4c-1de9-4a34-b1d9-559e02e91cf3 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1f47691f-d997-40f2-9f8c-12a18e2ef3f3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1f47691f-d997-40f2-9f8c-12a18e2ef3f3 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c8ecc9e9-ea08-4476-94b5-cf0d9bebc2a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8ecc9e9-ea08-4476-94b5-cf0d9bebc2a6 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f12234b1-24c1-423f-b3ea-d383c6f8ab2f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f12234b1-24c1-423f-b3ea-d383c6f8ab2f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e58226e2-84f6-4936-81f6-8d061437c3ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e58226e2-84f6-4936-81f6-8d061437c3ca .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a6542904-d7f3-4eea-84ce-1deec984bbe5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a6542904-d7f3-4eea-84ce-1deec984bbe5 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6336a538-4637-420b-9464-8fb4ec197fb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6336a538-4637-420b-9464-8fb4ec197fb3 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-18ceee21-fdec-435e-8657-aecc832c13cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-18ceee21-fdec-435e-8657-aecc832c13cd .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5368cc7a-6e10-41bd-a22c-c404e3e7fb4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5368cc7a-6e10-41bd-a22c-c404e3e7fb4b .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fe5217e7-f63f-4513-98f4-ee60d4490227 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe5217e7-f63f-4513-98f4-ee60d4490227 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-909902be-b768-4ad3-a3d5-ed312ba7503e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-909902be-b768-4ad3-a3d5-ed312ba7503e .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6d244017-489e-4d27-a0de-a896f2d21a6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d244017-489e-4d27-a0de-a896f2d21a6d .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b3c85c8e-064f-4a2f-963f-7e62ae52f8eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3c85c8e-064f-4a2f-963f-7e62ae52f8eb .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4e52ca14-3056-4be2-86a9-73fcc16118e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e52ca14-3056-4be2-86a9-73fcc16118e9 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4f3e6dec-434f-4906-a6b3-fbc450dbb062 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4f3e6dec-434f-4906-a6b3-fbc450dbb062 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ab326bcc-bc7d-4607-bd7c-54635eb23fa0 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-ab326bcc-bc7d-4607-bd7c-54635eb23fa0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-ab326bcc-bc7d-4607-bd7c-54635eb23fa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-ab326bcc-bc7d-4607-bd7c-54635eb23fa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-ab326bcc-bc7d-4607-bd7c-54635eb23fa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-ab326bcc-bc7d-4607-bd7c-54635eb23fa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 18px;
}

#s-ab326bcc-bc7d-4607-bd7c-54635eb23fa0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f9ef7945-d887-4b7f-b36c-2b6cf29f166d .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-f9ef7945-d887-4b7f-b36c-2b6cf29f166d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f9ef7945-d887-4b7f-b36c-2b6cf29f166d td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-f9ef7945-d887-4b7f-b36c-2b6cf29f166d td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-f9ef7945-d887-4b7f-b36c-2b6cf29f166d td.shogun-table-column, #s-f9ef7945-d887-4b7f-b36c-2b6cf29f166d td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-4f7c0123-6694-4fff-a13c-4b5dfe5dff15 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4f7c0123-6694-4fff-a13c-4b5dfe5dff15 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-39e640b0-72d7-4025-a6b6-182489265536 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39e640b0-72d7-4025-a6b6-182489265536 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-67f3b5d0-2947-4c77-a5c4-99368f2df910 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67f3b5d0-2947-4c77-a5c4-99368f2df910 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-05985ee8-a1e4-4a38-89ba-4dd0e8b484df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05985ee8-a1e4-4a38-89ba-4dd0e8b484df .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-28dd0419-c5b9-4051-abc3-f1f9a9996f5b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28dd0419-c5b9-4051-abc3-f1f9a9996f5b .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-22c8ff68-432e-4e9e-a31d-8d2407b9b524 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22c8ff68-432e-4e9e-a31d-8d2407b9b524 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a045cfed-2684-43ee-b979-bf3cafd91e5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a045cfed-2684-43ee-b979-bf3cafd91e5f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-05bf4b62-ba83-405a-855d-0f383967fa5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05bf4b62-ba83-405a-855d-0f383967fa5f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1dfd1bd4-7de4-41c0-94b4-7d423576c8e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1dfd1bd4-7de4-41c0-94b4-7d423576c8e1 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a77da80c-47cc-4f55-9b59-3653cf4b5bb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a77da80c-47cc-4f55-9b59-3653cf4b5bb2 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-dd566df1-15cb-4e1b-84f1-9adc7b3f9f9b {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd566df1-15cb-4e1b-84f1-9adc7b3f9f9b .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0dd667f8-aff0-499f-ac56-4286fc70d61e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0dd667f8-aff0-499f-ac56-4286fc70d61e .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3101bc93-e106-4e5b-905e-2fd0c4eda69c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3101bc93-e106-4e5b-905e-2fd0c4eda69c .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-477b0d9f-a208-45bd-ab3c-cbfc74869257 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-477b0d9f-a208-45bd-ab3c-cbfc74869257 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f12840b5-2a96-45d6-a64d-3f1e059eec26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f12840b5-2a96-45d6-a64d-3f1e059eec26 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8a49415f-f0c3-4f68-b5b9-1e928845b646 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a49415f-f0c3-4f68-b5b9-1e928845b646 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ab64d7e9-6bf4-4424-855a-d62bae49c988 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-ab64d7e9-6bf4-4424-855a-d62bae49c988 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-ab64d7e9-6bf4-4424-855a-d62bae49c988 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-ab64d7e9-6bf4-4424-855a-d62bae49c988 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-ab64d7e9-6bf4-4424-855a-d62bae49c988 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-ab64d7e9-6bf4-4424-855a-d62bae49c988 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 18px;
}

#s-ab64d7e9-6bf4-4424-855a-d62bae49c988 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-0165b1cb-cc66-48ed-9d85-032dedc7d80e .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-0165b1cb-cc66-48ed-9d85-032dedc7d80e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0165b1cb-cc66-48ed-9d85-032dedc7d80e td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-0165b1cb-cc66-48ed-9d85-032dedc7d80e td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-0165b1cb-cc66-48ed-9d85-032dedc7d80e td.shogun-table-column, #s-0165b1cb-cc66-48ed-9d85-032dedc7d80e td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-6fe0a254-1a3a-4019-af65-0140cf064768 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6fe0a254-1a3a-4019-af65-0140cf064768 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5b07b7ba-c7a2-4285-b621-56cc1b2889f4 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5b07b7ba-c7a2-4285-b621-56cc1b2889f4 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2e0e500d-aba6-466d-83fc-faaa7260cbde {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e0e500d-aba6-466d-83fc-faaa7260cbde .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f0a86ec4-aaf5-499b-b9b5-8634e3dcf70a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0a86ec4-aaf5-499b-b9b5-8634e3dcf70a .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d6f00ded-2cbb-4d80-9674-f3254f261a74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6f00ded-2cbb-4d80-9674-f3254f261a74 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-563d141f-8849-4a61-a9bf-71e66726414c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-563d141f-8849-4a61-a9bf-71e66726414c .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c0c137f3-52bc-4e16-94f8-4c8dcf6a3416 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0c137f3-52bc-4e16-94f8-4c8dcf6a3416 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-55e9c54f-de60-415a-92e3-01059a33e7b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55e9c54f-de60-415a-92e3-01059a33e7b7 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-25e4e993-7065-4ffb-96e6-e59521593601 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-25e4e993-7065-4ffb-96e6-e59521593601 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3e54a8e5-0933-4276-b33a-1799927716fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e54a8e5-0933-4276-b33a-1799927716fd .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6624e8f5-1f60-4cee-90b6-45921bcb6d67 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6624e8f5-1f60-4cee-90b6-45921bcb6d67 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a49fac55-5017-44b6-aeb5-f6a05dee8da9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a49fac55-5017-44b6-aeb5-f6a05dee8da9 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-74964356-a42f-4264-aa32-31993e081279 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74964356-a42f-4264-aa32-31993e081279 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e2eab296-afc2-49f5-8444-cd2d5981fa44 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e2eab296-afc2-49f5-8444-cd2d5981fa44 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c788d710-4036-4eef-ab5e-8b6e63cde0e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c788d710-4036-4eef-ab5e-8b6e63cde0e6 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-888f48fb-083b-48f2-ba87-3af5a7f9e377 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-888f48fb-083b-48f2-ba87-3af5a7f9e377 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f31164eb-09ce-4173-b09a-cc5a1fbe3161 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-f31164eb-09ce-4173-b09a-cc5a1fbe3161 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-f31164eb-09ce-4173-b09a-cc5a1fbe3161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-f31164eb-09ce-4173-b09a-cc5a1fbe3161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-f31164eb-09ce-4173-b09a-cc5a1fbe3161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-f31164eb-09ce-4173-b09a-cc5a1fbe3161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 18px;
}

#s-f31164eb-09ce-4173-b09a-cc5a1fbe3161 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-5caeb8f2-0252-47b1-823e-91457924cce1 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-5caeb8f2-0252-47b1-823e-91457924cce1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5caeb8f2-0252-47b1-823e-91457924cce1 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-5caeb8f2-0252-47b1-823e-91457924cce1 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-5caeb8f2-0252-47b1-823e-91457924cce1 td.shogun-table-column, #s-5caeb8f2-0252-47b1-823e-91457924cce1 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-bf48d0b4-726e-49a5-98f2-558c958a3f58 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bf48d0b4-726e-49a5-98f2-558c958a3f58 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-42bb1fa5-1b04-424f-b777-d41ef703b3b1 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-42bb1fa5-1b04-424f-b777-d41ef703b3b1 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e0a7305e-bcfe-4023-9573-a5ae32935bb9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e0a7305e-bcfe-4023-9573-a5ae32935bb9 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cb8961f7-c738-45d7-b000-f8793ff2b9fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cb8961f7-c738-45d7-b000-f8793ff2b9fa .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4272833b-ccb2-4d86-992f-08446031c2d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4272833b-ccb2-4d86-992f-08446031c2d0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-125f9cbc-ef22-4474-a536-bd4a4a28371c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-125f9cbc-ef22-4474-a536-bd4a4a28371c .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-9dcc8fd0-c9e5-4d84-a846-a539e0c8ca32 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9dcc8fd0-c9e5-4d84-a846-a539e0c8ca32 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-af4d5b8f-1ec7-4c3b-8009-893d15c2ac9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af4d5b8f-1ec7-4c3b-8009-893d15c2ac9c .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d066bb1d-4666-41e1-b063-f895d28f116e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d066bb1d-4666-41e1-b063-f895d28f116e .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7d64d29b-1028-4a2e-ad73-01634fe41c15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d64d29b-1028-4a2e-ad73-01634fe41c15 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-22f3bb87-e913-4853-a93b-aaa805829f08 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-22f3bb87-e913-4853-a93b-aaa805829f08 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-26d0b167-d3f7-4998-abbd-de3b69afe894 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-26d0b167-d3f7-4998-abbd-de3b69afe894 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-92cb86ec-6d10-4d5a-85b0-8977f9741abb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-92cb86ec-6d10-4d5a-85b0-8977f9741abb .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-884d2f13-718a-46d4-a653-b030c15d1576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-884d2f13-718a-46d4-a653-b030c15d1576 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cf120634-a737-4bc8-a514-33685903c2c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf120634-a737-4bc8-a514-33685903c2c2 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-19f70bd2-0011-44b3-bf01-cd4d187372b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19f70bd2-0011-44b3-bf01-cd4d187372b9 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fdf4b56d-23ef-4aa2-b3d6-3f87352461b1 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-fdf4b56d-23ef-4aa2-b3d6-3f87352461b1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-fdf4b56d-23ef-4aa2-b3d6-3f87352461b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-fdf4b56d-23ef-4aa2-b3d6-3f87352461b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-fdf4b56d-23ef-4aa2-b3d6-3f87352461b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-fdf4b56d-23ef-4aa2-b3d6-3f87352461b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 18px;
}

#s-fdf4b56d-23ef-4aa2-b3d6-3f87352461b1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-771777ac-1b44-4952-9e58-a08748eabf88 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-771777ac-1b44-4952-9e58-a08748eabf88 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-771777ac-1b44-4952-9e58-a08748eabf88 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-771777ac-1b44-4952-9e58-a08748eabf88 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-771777ac-1b44-4952-9e58-a08748eabf88 td.shogun-table-column, #s-771777ac-1b44-4952-9e58-a08748eabf88 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-34fab043-0bee-4683-87c1-8333baba5ba3 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34fab043-0bee-4683-87c1-8333baba5ba3 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-f43b46f8-1efb-4d68-8b96-9f60728f0975 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f43b46f8-1efb-4d68-8b96-9f60728f0975 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-99bca6d7-da35-43be-a256-fcf84cc4209e {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99bca6d7-da35-43be-a256-fcf84cc4209e .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-803d5315-6917-4a58-bc19-771a2fc7343f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-803d5315-6917-4a58-bc19-771a2fc7343f .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b4281577-32be-4171-a3bc-73463b4afb53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4281577-32be-4171-a3bc-73463b4afb53 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-01bbaaa2-d249-4baa-beeb-b98da0c88f28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01bbaaa2-d249-4baa-beeb-b98da0c88f28 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-19aef82d-f951-4273-993f-e562e2b7d894 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19aef82d-f951-4273-993f-e562e2b7d894 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a9e746eb-f60d-4874-905e-62e7d1eb3263 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9e746eb-f60d-4874-905e-62e7d1eb3263 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8c7640fd-7878-4ecd-8ae9-670b889737e7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c7640fd-7878-4ecd-8ae9-670b889737e7 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-bf71a61e-4e77-4116-9850-f4a8ce790289 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf71a61e-4e77-4116-9850-f4a8ce790289 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4474b597-361a-4f4f-b357-b7b0feb4e0d9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4474b597-361a-4f4f-b357-b7b0feb4e0d9 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-285f8f4a-e12e-4ae2-96c4-1fa29fd15d45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-285f8f4a-e12e-4ae2-96c4-1fa29fd15d45 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-30d0bc8c-e5f5-44e3-855a-3f8a8aaca3aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30d0bc8c-e5f5-44e3-855a-3f8a8aaca3aa .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6ed99d8e-f1cf-4baf-8079-4f737c8ac9f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ed99d8e-f1cf-4baf-8079-4f737c8ac9f3 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d29d9d71-f60f-4475-a44b-604908bf918f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d29d9d71-f60f-4475-a44b-604908bf918f .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d97a0dd4-f569-43ec-a696-e3b8045029f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d97a0dd4-f569-43ec-a696-e3b8045029f9 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c37857ff-35d3-427e-a47f-19fe40ae787d {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-c37857ff-35d3-427e-a47f-19fe40ae787d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-c37857ff-35d3-427e-a47f-19fe40ae787d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-c37857ff-35d3-427e-a47f-19fe40ae787d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-c37857ff-35d3-427e-a47f-19fe40ae787d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-c37857ff-35d3-427e-a47f-19fe40ae787d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 18px;
}

#s-c37857ff-35d3-427e-a47f-19fe40ae787d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-3d42d98e-082a-4628-af46-2eefc6e21cd0 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-3d42d98e-082a-4628-af46-2eefc6e21cd0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3d42d98e-082a-4628-af46-2eefc6e21cd0 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-3d42d98e-082a-4628-af46-2eefc6e21cd0 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-3d42d98e-082a-4628-af46-2eefc6e21cd0 td.shogun-table-column, #s-3d42d98e-082a-4628-af46-2eefc6e21cd0 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-f3d10d4b-acb3-4288-a2c3-8a0ea4476e86 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f3d10d4b-acb3-4288-a2c3-8a0ea4476e86 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-44828e3a-136b-4502-a6a5-bb6bcc79f970 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-44828e3a-136b-4502-a6a5-bb6bcc79f970 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3dafa41b-91b7-4a95-86ca-cb08a3790c2d {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3dafa41b-91b7-4a95-86ca-cb08a3790c2d .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5ba0337f-fb0b-4c28-a674-82e6afa6b662 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ba0337f-fb0b-4c28-a674-82e6afa6b662 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b418c8b2-2e01-4098-b71a-93130975beb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b418c8b2-2e01-4098-b71a-93130975beb2 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a37d74b2-f42a-454d-9289-cc06a9e76b04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a37d74b2-f42a-454d-9289-cc06a9e76b04 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1f277729-c5ba-4725-880e-14d8ed7f3e21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f277729-c5ba-4725-880e-14d8ed7f3e21 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-97ae6d13-554c-4204-84f9-3d1e68417496 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97ae6d13-554c-4204-84f9-3d1e68417496 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-476c776a-c437-4f11-a4bf-398188116d37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-476c776a-c437-4f11-a4bf-398188116d37 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-81d2aac9-5258-4f1d-a4cd-6a1f5ab9f5dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81d2aac9-5258-4f1d-a4cd-6a1f5ab9f5dc .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-cb04bf0e-7c4d-40d1-85bd-e9873b3aeffe {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-cb04bf0e-7c4d-40d1-85bd-e9873b3aeffe .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d0a213de-7d76-4d95-bfa7-fbf3baae67f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d0a213de-7d76-4d95-bfa7-fbf3baae67f6 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-31de090e-6b1d-4405-8222-da863aa7aa4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31de090e-6b1d-4405-8222-da863aa7aa4d .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d86142f4-8389-4d83-97ee-6d1322bb6826 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d86142f4-8389-4d83-97ee-6d1322bb6826 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-85cc5f49-bd79-470c-a0b3-ed0e25e666c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85cc5f49-bd79-470c-a0b3-ed0e25e666c0 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-40fffa85-72bf-4de5-986a-ca1fa0ffa442 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40fffa85-72bf-4de5-986a-ca1fa0ffa442 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-68a069ed-e1cb-4f0e-946d-818a96d4d557 {
  margin-top: 25px;
margin-left: 0%;
margin-bottom: 35px;
margin-right: 0%;
padding-left: 5%;
padding-right: 5%;
}

#s-68a069ed-e1cb-4f0e-946d-818a96d4d557 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-68a069ed-e1cb-4f0e-946d-818a96d4d557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 12px;
}

#s-68a069ed-e1cb-4f0e-946d-818a96d4d557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-68a069ed-e1cb-4f0e-946d-818a96d4d557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-68a069ed-e1cb-4f0e-946d-818a96d4d557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Syncopate;
  font-weight: 700;
  
  font-size: 18px;
}

#s-68a069ed-e1cb-4f0e-946d-818a96d4d557 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-fbe77c07-c07e-457f-b185-6566701efc25 .shogun-table-wrapper {
  overflow: auto;
  border: 2px solid rgba(48, 52, 59, 1);
  border-radius: 0px;
}

#s-fbe77c07-c07e-457f-b185-6566701efc25 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-fbe77c07-c07e-457f-b185-6566701efc25 td.shogun-table-column {
  background-color: rgba(48, 52, 59, 1);
  padding: 5px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: rgba(206, 255, 0, 1);
  letter-spacing: 0px;
  
  
}

#s-fbe77c07-c07e-457f-b185-6566701efc25 td.shogun-table-row {
  background-color: rgba(244, 244, 244, 1);
  padding: 5px;
}

#s-fbe77c07-c07e-457f-b185-6566701efc25 td.shogun-table-column, #s-fbe77c07-c07e-457f-b185-6566701efc25 td.shogun-table-row {
  border: 2px solid rgba(48, 52, 59, 1);
}

#s-f400896a-0fb3-4989-a5cb-1722f5ef2817 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f400896a-0fb3-4989-a5cb-1722f5ef2817 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0754b2ec-cbdc-4a7f-af1f-a4458df51a06 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0754b2ec-cbdc-4a7f-af1f-a4458df51a06 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0aab2648-2972-40e5-ba9f-cf99faca54a9 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0aab2648-2972-40e5-ba9f-cf99faca54a9 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-274efd7a-79f9-477c-8ec4-12265a5c2f29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-274efd7a-79f9-477c-8ec4-12265a5c2f29 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-e5c04ca4-9622-458f-b69f-481d739d2d38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5c04ca4-9622-458f-b69f-481d739d2d38 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-db6179e1-0c09-48b2-a9bb-c42f71bb5169 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db6179e1-0c09-48b2-a9bb-c42f71bb5169 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2d736f0f-62fc-4af1-a95a-7512d4db51fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d736f0f-62fc-4af1-a95a-7512d4db51fc .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3fc8b61d-01e7-45d3-82d4-64604f664374 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3fc8b61d-01e7-45d3-82d4-64604f664374 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-42817daa-c706-4a31-ade6-39ec31e2e617 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42817daa-c706-4a31-ade6-39ec31e2e617 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-4d1a1ded-04d2-44b9-b0d7-6adef7e937ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d1a1ded-04d2-44b9-b0d7-6adef7e937ba .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5595d77a-0080-4f2a-b551-eb42db1e3e53 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5595d77a-0080-4f2a-b551-eb42db1e3e53 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-48467dcc-ccfc-4c0e-a222-1d8aa4a6bea8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48467dcc-ccfc-4c0e-a222-1d8aa4a6bea8 .shogun-heading-component h6 {
  
  font-weight:  normal ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-1b042762-d635-4074-99bf-3ad65eee9eb6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b042762-d635-4074-99bf-3ad65eee9eb6 .shogun-heading-component h6 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5c46137f-9f71-4cdc-9e24-3615fb6eed1b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c46137f-9f71-4cdc-9e24-3615fb6eed1b .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-33bd15eb-ad39-4270-87d7-21ea7d762727 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-33bd15eb-ad39-4270-87d7-21ea7d762727 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-20c106a2-d22b-45ed-b65c-336b0aae1fa8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20c106a2-d22b-45ed-b65c-336b0aae1fa8 .shogun-heading-component h1 {
  
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-7a53dbaa-297d-4992-b255-573d1d6e7ce6 {
  text-align: left;
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  max-width: 200px;
text-align: center;
}



.shg-image-margin-container-s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  
  
  
  
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
    
    
  }


.s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-content {
  
    align-items: center;
  
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-524e12be-dba6-4e75-96a1-0b0f9218693d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
      position: relative;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  
  
  
  
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
    
    
  }


.s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-content {
  
    align-items: center;
  
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-524e12be-dba6-4e75-96a1-0b0f9218693d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
      position: relative;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  
  
  
  
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
    
    
  }


.s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-content {
  
    align-items: center;
  
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-524e12be-dba6-4e75-96a1-0b0f9218693d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
      position: relative;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  
  
  
  
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
    
    
  }


.s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-content {
  
    align-items: center;
  
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-524e12be-dba6-4e75-96a1-0b0f9218693d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
      position: relative;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  
  
  
  
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-524e12be-dba6-4e75-96a1-0b0f9218693d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
    
    
  }


.s-524e12be-dba6-4e75-96a1-0b0f9218693d .shogun-image-content {
  
    align-items: center;
  
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-524e12be-dba6-4e75-96a1-0b0f9218693d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container {
      position: relative;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-524e12be-dba6-4e75-96a1-0b0f9218693d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d9820720-ba58-480e-bb6c-59febc47ea1c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-d9820720-ba58-480e-bb6c-59febc47ea1c .shogun-heading-component h2 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-54fe91a7-393f-4693-b6f9-57238bfe6bf4 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-54fe91a7-393f-4693-b6f9-57238bfe6bf4 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1.25em;
  letter-spacing: 0px;
  text-align: center;
}



#s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  margin-top: 15px;
margin-left: 2%;
margin-bottom: 15px;
margin-right: 2%;
max-width: 1520px;
text-align: center;
}



.shg-image-margin-container-s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  margin-left: 2%;
  margin-right: 2%;
  margin-top: 15px;
  margin-bottom: 15px;
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      aspect-ratio: 1520/1000;
      width: 100%;
      height: 100%;
    }

    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-link {
      aspect-ratio: 1520/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
    
    
  }


.s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
      --shg-aspect-ratio: calc(1520/1000); 
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
      position: relative;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  
  
  
  
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      aspect-ratio: 1520/1000;
      width: 100%;
      height: 100%;
    }

    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-link {
      aspect-ratio: 1520/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
    
    
  }


.s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
      --shg-aspect-ratio: calc(1520/1000); 
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
      position: relative;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  
  
  
  
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      aspect-ratio: 1520/1000;
      width: 100%;
      height: 100%;
    }

    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-link {
      aspect-ratio: 1520/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
    
    
  }


.s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
      --shg-aspect-ratio: calc(1520/1000); 
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
      position: relative;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  
  
  
  
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      aspect-ratio: 1520/1000;
      width: 100%;
      height: 100%;
    }

    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-link {
      aspect-ratio: 1520/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
    
    
  }


.s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
      --shg-aspect-ratio: calc(1520/1000); 
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
      position: relative;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  
  
  
  
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      aspect-ratio: 1520/1000;
      width: 100%;
      height: 100%;
    }

    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-link {
      aspect-ratio: 1520/1000;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
    
    
  }


.s-055cc6c8-07f7-4d77-955d-03a8308708f0 .shogun-image-content {
  
    align-items: center;
  
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 {
      --shg-aspect-ratio: calc(1520/1000); 
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container {
      position: relative;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-055cc6c8-07f7-4d77-955d-03a8308708f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 50px;
padding-bottom: 10px;
padding-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
background-color: rgba(206, 255, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(48, 52, 59, 1);
background-image: none;
hover-type: color;
}
#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(206, 255, 0, 1) !important;
border-radius: 5px !important;
background-color: rgba(48, 52, 59, 0) !important;
text-decoration: none !important;
color: rgba(206, 255, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ed52d79e-7371-43d0-bc76-c1d3058b30d3-root {
    text-align: center;
  }


#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ed52d79e-7371-43d0-bc76-c1d3058b30d3-root {
    text-align: center;
  }


#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ed52d79e-7371-43d0-bc76-c1d3058b30d3-root {
    text-align: center;
  }


#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ed52d79e-7371-43d0-bc76-c1d3058b30d3-root {
    text-align: center;
  }


#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ed52d79e-7371-43d0-bc76-c1d3058b30d3-root {
    text-align: center;
  }


#s-ed52d79e-7371-43d0-bc76-c1d3058b30d3.shg-btn {
  color: rgba(48, 52, 59, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-407ce1ed-7235-4e4b-9c87-5f044d9ac704 {
  box-shadow:2px 2px 10px 3px rgba(0, 0, 0, 0.75);
margin-top: 75px;
margin-left: 7%;
margin-bottom: 75px;
margin-right: 7%;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(206, 255, 0, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
}








#s-407ce1ed-7235-4e4b-9c87-5f044d9ac704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-407ce1ed-7235-4e4b-9c87-5f044d9ac704.shg-box.shg-c {
  justify-content: center;
}

#s-236c775d-fd0e-4ca9-b3e6-6a88c07e32bc {
  padding-top: 35px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
background-color: rgba(206, 255, 0, 1);
}

#s-236c775d-fd0e-4ca9-b3e6-6a88c07e32bc .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-a31aaa4e-4002-433d-b258-6d82e93c01ec {
  margin-top: 0px;
margin-bottom: 50px;
padding-left: 5%;
padding-bottom: 35px;
padding-right: 5%;
text-align: center;
background-color: rgba(206, 255, 0, 1);
}

#s-a31aaa4e-4002-433d-b258-6d82e93c01ec .shogun-heading-component h2 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-4af606e4-4616-456b-8140-ea73866ea133 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-4af606e4-4616-456b-8140-ea73866ea133"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4af606e4-4616-456b-8140-ea73866ea133"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4af606e4-4616-456b-8140-ea73866ea133"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4af606e4-4616-456b-8140-ea73866ea133"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4af606e4-4616-456b-8140-ea73866ea133"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4af606e4-4616-456b-8140-ea73866ea133"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4af606e4-4616-456b-8140-ea73866ea133"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-3b832425-73ee-49c2-a528-ddb8495779aa {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-3b832425-73ee-49c2-a528-ddb8495779aa {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
    
    
  }


.s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b832425-73ee-49c2-a528-ddb8495779aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
      position: relative;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3b832425-73ee-49c2-a528-ddb8495779aa {
  
  
  
  
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
    
    
  }


.s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b832425-73ee-49c2-a528-ddb8495779aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
      position: relative;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b832425-73ee-49c2-a528-ddb8495779aa {
  
  
  
  
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
    
    
  }


.s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b832425-73ee-49c2-a528-ddb8495779aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
      position: relative;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b832425-73ee-49c2-a528-ddb8495779aa {
  
  
  
  
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
    
    
  }


.s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b832425-73ee-49c2-a528-ddb8495779aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
      position: relative;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b832425-73ee-49c2-a528-ddb8495779aa {
  
  
  
  
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b832425-73ee-49c2-a528-ddb8495779aa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
    
    
  }


.s-3b832425-73ee-49c2-a528-ddb8495779aa .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b832425-73ee-49c2-a528-ddb8495779aa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container {
      position: relative;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b832425-73ee-49c2-a528-ddb8495779aa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3d4ee727-9091-4ff5-bebe-1522154d39bc {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-3d4ee727-9091-4ff5-bebe-1522154d39bc .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-67afde61-20ff-4dc8-92c2-f6d787091541 {
  padding-right: 0%;
}

#s-67afde61-20ff-4dc8-92c2-f6d787091541 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-67afde61-20ff-4dc8-92c2-f6d787091541 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-67afde61-20ff-4dc8-92c2-f6d787091541 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-67afde61-20ff-4dc8-92c2-f6d787091541 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-67afde61-20ff-4dc8-92c2-f6d787091541 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-67afde61-20ff-4dc8-92c2-f6d787091541 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-237a2fe4-3fa6-4623-958f-d2713d002e9d {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-237a2fe4-3fa6-4623-958f-d2713d002e9d .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-a80f1b74-09de-404f-a003-6f4bca9ac201 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-a80f1b74-09de-404f-a003-6f4bca9ac201"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a80f1b74-09de-404f-a003-6f4bca9ac201"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a80f1b74-09de-404f-a003-6f4bca9ac201"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a80f1b74-09de-404f-a003-6f4bca9ac201"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a80f1b74-09de-404f-a003-6f4bca9ac201"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a80f1b74-09de-404f-a003-6f4bca9ac201"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-a80f1b74-09de-404f-a003-6f4bca9ac201"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
    
    
  }


.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
      position: relative;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  
  
  
  
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
    
    
  }


.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
      position: relative;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  
  
  
  
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
    
    
  }


.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
      position: relative;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  
  
  
  
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
    
    
  }


.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
      position: relative;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  
  
  
  
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
    
    
  }


.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container {
      position: relative;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bfef001-4613-4a9b-b535-3a9c6e391f1a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-041588f0-5aea-4207-a1f1-c6a679f34f98 {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-041588f0-5aea-4207-a1f1-c6a679f34f98 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-2cfd2ba4-d50f-40f4-81ea-dee7ce061d66 {
  padding-right: 0%;
}

#s-2cfd2ba4-d50f-40f4-81ea-dee7ce061d66 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-2cfd2ba4-d50f-40f4-81ea-dee7ce061d66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-2cfd2ba4-d50f-40f4-81ea-dee7ce061d66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-2cfd2ba4-d50f-40f4-81ea-dee7ce061d66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-2cfd2ba4-d50f-40f4-81ea-dee7ce061d66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-2cfd2ba4-d50f-40f4-81ea-dee7ce061d66 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-3d7aeef2-ba64-4d67-8345-07db0bdbcb1b {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-3d7aeef2-ba64-4d67-8345-07db0bdbcb1b .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-e836ddff-5406-47fc-9f40-f4a6b814fcd8 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-e836ddff-5406-47fc-9f40-f4a6b814fcd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e836ddff-5406-47fc-9f40-f4a6b814fcd8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e836ddff-5406-47fc-9f40-f4a6b814fcd8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e836ddff-5406-47fc-9f40-f4a6b814fcd8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e836ddff-5406-47fc-9f40-f4a6b814fcd8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e836ddff-5406-47fc-9f40-f4a6b814fcd8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e836ddff-5406-47fc-9f40-f4a6b814fcd8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
    
    
  }


.s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
      position: relative;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  
  
  
  
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
    
    
  }


.s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
      position: relative;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  
  
  
  
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
    
    
  }


.s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
      position: relative;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  
  
  
  
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
    
    
  }


.s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
      position: relative;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  
  
  
  
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
    
    
  }


.s-533ff421-53cb-46ce-b2e1-81e14bf34619 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shg-align-container {
  display: flex;
  justify-content: center
}

.s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container {
      position: relative;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-533ff421-53cb-46ce-b2e1-81e14bf34619 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8c513cba-f455-4967-bd95-a23156c93f71 {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-8c513cba-f455-4967-bd95-a23156c93f71 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-6fe37800-95b3-487a-b6fd-5d3b78d6ffaa {
  padding-right: 0%;
}

#s-6fe37800-95b3-487a-b6fd-5d3b78d6ffaa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-6fe37800-95b3-487a-b6fd-5d3b78d6ffaa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-6fe37800-95b3-487a-b6fd-5d3b78d6ffaa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-6fe37800-95b3-487a-b6fd-5d3b78d6ffaa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-6fe37800-95b3-487a-b6fd-5d3b78d6ffaa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-6fe37800-95b3-487a-b6fd-5d3b78d6ffaa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-2a3aff1f-18fa-44ff-823a-9998c5a4a3b8 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-2a3aff1f-18fa-44ff-823a-9998c5a4a3b8 .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-5ae54d2e-bc8e-4254-b6ec-f5e5bcb05659"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
    
    
  }


.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
      position: relative;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  
  
  
  
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
    
    
  }


.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
      position: relative;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  
  
  
  
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
    
    
  }


.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
      position: relative;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  
  
  
  
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
    
    
  }


.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
      position: relative;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  
  
  
  
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
    
    
  }


.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container {
      position: relative;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4b36fab3-6998-452d-80d0-e1f12e98cbf1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-84a20a99-944a-4cab-bf4b-261e34d472b2 {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-84a20a99-944a-4cab-bf4b-261e34d472b2 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-d8157d64-942e-48a0-afa9-a6cec949e3a6 {
  padding-right: 0%;
}

#s-d8157d64-942e-48a0-afa9-a6cec949e3a6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-d8157d64-942e-48a0-afa9-a6cec949e3a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 6px;
}

#s-d8157d64-942e-48a0-afa9-a6cec949e3a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-d8157d64-942e-48a0-afa9-a6cec949e3a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-d8157d64-942e-48a0-afa9-a6cec949e3a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-d8157d64-942e-48a0-afa9-a6cec949e3a6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-040d3e6a-2320-4015-b54a-593e05d2de5b {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-040d3e6a-2320-4015-b54a-593e05d2de5b .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-e55bc310-fc07-4ccb-abc6-e067e419693b {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 75px;
margin-right: 0%;
padding-top: 5px;
padding-left: 7%;
padding-bottom: 5px;
padding-right: 7%;
}

@media (min-width: 0px) {
[id="s-e55bc310-fc07-4ccb-abc6-e067e419693b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e55bc310-fc07-4ccb-abc6-e067e419693b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e55bc310-fc07-4ccb-abc6-e067e419693b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-e55bc310-fc07-4ccb-abc6-e067e419693b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e55bc310-fc07-4ccb-abc6-e067e419693b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-e55bc310-fc07-4ccb-abc6-e067e419693b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-e55bc310-fc07-4ccb-abc6-e067e419693b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

}

#s-31c82e14-1669-4c3b-9956-97997dae6210 {
  margin-top: -25px;
margin-bottom: 0px;
max-width: 125px;
text-align: center;
}



.shg-image-margin-container-s-31c82e14-1669-4c3b-9956-97997dae6210 {
  
  
  margin-top: -25px;
  margin-bottom: 0px;
}

#s-31c82e14-1669-4c3b-9956-97997dae6210 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
    
    
  }


.s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c82e14-1669-4c3b-9956-97997dae6210 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
      position: relative;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-31c82e14-1669-4c3b-9956-97997dae6210 {
  
  
  
  
}

#s-31c82e14-1669-4c3b-9956-97997dae6210 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
    
    
  }


.s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c82e14-1669-4c3b-9956-97997dae6210 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
      position: relative;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-31c82e14-1669-4c3b-9956-97997dae6210 {
  
  
  
  
}

#s-31c82e14-1669-4c3b-9956-97997dae6210 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
    
    
  }


.s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c82e14-1669-4c3b-9956-97997dae6210 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
      position: relative;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-31c82e14-1669-4c3b-9956-97997dae6210 {
  
  
  
  
}

#s-31c82e14-1669-4c3b-9956-97997dae6210 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
    
    
  }


.s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c82e14-1669-4c3b-9956-97997dae6210 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
      position: relative;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-31c82e14-1669-4c3b-9956-97997dae6210 {
  
  
  
  
}

#s-31c82e14-1669-4c3b-9956-97997dae6210 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31c82e14-1669-4c3b-9956-97997dae6210 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
    
    
  }


.s-31c82e14-1669-4c3b-9956-97997dae6210 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-31c82e14-1669-4c3b-9956-97997dae6210 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container {
      position: relative;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31c82e14-1669-4c3b-9956-97997dae6210 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7f13b5a9-5ecd-4f3e-b8ee-f07d42165ac1 {
  margin-bottom: 5px;
padding-bottom: 10px;
padding-right: 10%;
text-align: center;
}

#s-7f13b5a9-5ecd-4f3e-b8ee-f07d42165ac1 .shogun-heading-component h3 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: left;
}



#s-d8546a15-eb74-459c-a201-093dea4420ce {
  padding-right: 0%;
}

#s-d8546a15-eb74-459c-a201-093dea4420ce > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(206, 255, 0, 1);
}

#s-d8546a15-eb74-459c-a201-093dea4420ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(48, 52, 59, 1);
  padding: 7px;
}

#s-d8546a15-eb74-459c-a201-093dea4420ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(244, 244, 244, 1);
}

#s-d8546a15-eb74-459c-a201-093dea4420ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(244, 244, 244, 1);
  border-top: 1px solid rgba(206, 255, 0, 1);
}

#s-d8546a15-eb74-459c-a201-093dea4420ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(244, 244, 244, 1);
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  
  font-size: 18px;
}

#s-d8546a15-eb74-459c-a201-093dea4420ce > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-50c8ae3a-64b8-4dd2-9259-c5c1f1e9395f {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
text-align: center;
}

#s-50c8ae3a-64b8-4dd2-9259-c5c1f1e9395f .shogun-heading-component h4 {
  color: rgba(48, 52, 59, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.25em;
  
  text-align: left;
}



#s-b36a545b-887a-43e0-8d7f-d7437ffda40e {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-top: 20px;
padding-left: 5%;
padding-right: 5%;
text-align: center;
}

#s-b36a545b-887a-43e0-8d7f-d7437ffda40e .shogun-heading-component h2 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Syncopate";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  margin-bottom: 5px;
max-width: 200px;
text-align: center;
}



.shg-image-margin-container-s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  
  
  
  margin-bottom: 5px;
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
    
    
  }


.s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0709391-c5b7-44db-b151-dec4ae303a7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
      position: relative;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  
  
  
  
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
    
    
  }


.s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0709391-c5b7-44db-b151-dec4ae303a7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
      position: relative;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  
  
  
  
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
    
    
  }


.s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0709391-c5b7-44db-b151-dec4ae303a7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
      position: relative;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  
  
  
  
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
    
    
  }


.s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0709391-c5b7-44db-b151-dec4ae303a7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
      position: relative;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  
  
  
  
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0709391-c5b7-44db-b151-dec4ae303a7e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
    
    
  }


.s-e0709391-c5b7-44db-b151-dec4ae303a7e .shogun-image-content {
  
    align-items: center;
  
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0709391-c5b7-44db-b151-dec4ae303a7e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container {
      position: relative;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0709391-c5b7-44db-b151-dec4ae303a7e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-6c1ac1c5-f697-4c4a-8582-bcda2ae24230 {
  text-align: left;
}

#s-2916393b-cde9-4401-a2f6-abdc5ccfef48 {
  margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2916393b-cde9-4401-a2f6-abdc5ccfef48 .shogun-heading-component h4 {
  color: rgba(206, 255, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.25em;
  
  
}



#s-75ee742c-1442-4969-b09f-b9d1bce7c121 {
  margin-bottom: 10px;
padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
text-align: center;
}

#s-75ee742c-1442-4969-b09f-b9d1bce7c121 .shogun-heading-component h5 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.25em;
  
  
}



#s-36cde0a2-4be6-4967-9103-65a26b3e83fb {
  margin-bottom: 50px;
padding-top: 20px;
padding-bottom: 75px;
text-align: left;
}

#s-6410adef-ace7-4197-9566-a01c8ad5a0c3 {
  background-color: rgba(77, 88, 88, 1);
}
@media (max-width: 767px){#s-6410adef-ace7-4197-9566-a01c8ad5a0c3 {
  
}
}







#s-6410adef-ace7-4197-9566-a01c8ad5a0c3 > .shg-box-overlay {
  background-color: rgba(55, 128, 62, 1);
  opacity: 0;
  display: block;
}#s-6410adef-ace7-4197-9566-a01c8ad5a0c3.shg-box.shg-c {
  justify-content: center;
}








#s-aa4a5bb2-583a-435a-9b9a-a637379a3683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aa4a5bb2-583a-435a-9b9a-a637379a3683.shg-box.shg-c {
  justify-content: center;
}

#s-4c98286d-b8e0-4212-91b3-812035a9524c {
  margin-top: 40px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c98286d-b8e0-4212-91b3-812035a9524c .shogun-heading-component h1 {
  color: rgba(244, 244, 244, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 50px;
  line-height: 1.2em;
  letter-spacing: 0px;
  text-align: center;
}



#s-67991460-b3ea-492e-b6c8-5af3356da87a {
  margin-top: 5px;
margin-bottom: 60px;
padding-left: 15%;
padding-right: 15%;
}

@media (min-width: 0px) {
[id="s-67991460-b3ea-492e-b6c8-5af3356da87a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 37.5px);
}

}

@media (min-width: 768px) {
[id="s-67991460-b3ea-492e-b6c8-5af3356da87a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 992px) {
[id="s-67991460-b3ea-492e-b6c8-5af3356da87a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 56.25px);
}

}

@media (min-width: 1200px) {
[id="s-67991460-b3ea-492e-b6c8-5af3356da87a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 56.25px);
}

}

#s-5f7b62a6-f3cd-4f1c-9883-2167a62ba3ce {
  min-height: 50px;
}








#s-5f7b62a6-f3cd-4f1c-9883-2167a62ba3ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5f7b62a6-f3cd-4f1c-9883-2167a62ba3ce.shg-box.shg-c {
  justify-content: center;
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  margin-top: 0px;
margin-bottom: 10px;
max-width: 125px;
text-align: center;
}
#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  
  
  margin-top: 0px;
  margin-bottom: 10px;
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
    
    
  }


.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-content {
  
    align-items: center;
  
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
      position: relative;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  
  
  
  
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
    
    
  }


.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-content {
  
    align-items: center;
  
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
      position: relative;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  
  
  
  
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
    
    
  }


.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-content {
  
    align-items: center;
  
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
      position: relative;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  
  
  
  
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
    
    
  }


.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-content {
  
    align-items: center;
  
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
      position: relative;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  
  
  
  
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
    
    
  }


.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 .shogun-image-content {
  
    align-items: center;
  
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container {
      position: relative;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-772c0df7-70f4-4b4c-96b9-f4645dfd1e51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-d5989c75-47d0-40f8-ba82-cd3df757f3e3-root {
    text-align: center;
  }


#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d5989c75-47d0-40f8-ba82-cd3df757f3e3-root {
    text-align: center;
  }


#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d5989c75-47d0-40f8-ba82-cd3df757f3e3-root {
    text-align: center;
  }


#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d5989c75-47d0-40f8-ba82-cd3df757f3e3-root {
    text-align: center;
  }


#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d5989c75-47d0-40f8-ba82-cd3df757f3e3-root {
    text-align: center;
  }


#s-d5989c75-47d0-40f8-ba82-cd3df757f3e3.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-f9ce62fb-5187-429f-a9ce-c46eb2feff3b {
  min-height: 50px;
}








#s-f9ce62fb-5187-429f-a9ce-c46eb2feff3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f9ce62fb-5187-429f-a9ce-c46eb2feff3b.shg-box.shg-c {
  justify-content: center;
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  margin-bottom: 10px;
max-width: 125px;
text-align: center;
}
#s-201a25d1-a6df-47ec-8591-a1b313f32f2c:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  
  
  
  margin-bottom: 10px;
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
    
    
  }


.s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-content {
  
    align-items: center;
  
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
      position: relative;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  
  
  
  
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
    
    
  }


.s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-content {
  
    align-items: center;
  
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
      position: relative;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  
  
  
  
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
    
    
  }


.s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-content {
  
    align-items: center;
  
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
      position: relative;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  
  
  
  
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
    
    
  }


.s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-content {
  
    align-items: center;
  
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
      position: relative;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  
  
  
  
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
    
    
  }


.s-201a25d1-a6df-47ec-8591-a1b313f32f2c .shogun-image-content {
  
    align-items: center;
  
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container {
      position: relative;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-201a25d1-a6df-47ec-8591-a1b313f32f2c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f008c108-e363-49ef-be8d-2620fcc9e223 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-f008c108-e363-49ef-be8d-2620fcc9e223:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-f008c108-e363-49ef-be8d-2620fcc9e223:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
color: rgba(244, 244, 244, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f008c108-e363-49ef-be8d-2620fcc9e223-root {
    text-align: center;
  }


#s-f008c108-e363-49ef-be8d-2620fcc9e223.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f008c108-e363-49ef-be8d-2620fcc9e223-root {
    text-align: center;
  }


#s-f008c108-e363-49ef-be8d-2620fcc9e223.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f008c108-e363-49ef-be8d-2620fcc9e223-root {
    text-align: center;
  }


#s-f008c108-e363-49ef-be8d-2620fcc9e223.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f008c108-e363-49ef-be8d-2620fcc9e223-root {
    text-align: center;
  }


#s-f008c108-e363-49ef-be8d-2620fcc9e223.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f008c108-e363-49ef-be8d-2620fcc9e223-root {
    text-align: center;
  }


#s-f008c108-e363-49ef-be8d-2620fcc9e223.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e0a8d723-c3ce-4110-98a7-a47dc530372a {
  min-height: 50px;
}








#s-e0a8d723-c3ce-4110-98a7-a47dc530372a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0a8d723-c3ce-4110-98a7-a47dc530372a.shg-box.shg-c {
  justify-content: center;
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  margin-bottom: 10px;
max-width: 125px;
text-align: center;
}
#s-49aa595d-f851-4a7a-be26-eb44630ec272:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  
  
  
  margin-bottom: 10px;
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
    
    
  }


.s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49aa595d-f851-4a7a-be26-eb44630ec272 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
      position: relative;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  
  
  
  
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
    
    
  }


.s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49aa595d-f851-4a7a-be26-eb44630ec272 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
      position: relative;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  
  
  
  
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
    
    
  }


.s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49aa595d-f851-4a7a-be26-eb44630ec272 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
      position: relative;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  
  
  
  
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
    
    
  }


.s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49aa595d-f851-4a7a-be26-eb44630ec272 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
      position: relative;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  
  
  
  
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-49aa595d-f851-4a7a-be26-eb44630ec272 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
    
    
  }


.s-49aa595d-f851-4a7a-be26-eb44630ec272 .shogun-image-content {
  
    align-items: center;
  
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-49aa595d-f851-4a7a-be26-eb44630ec272 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container {
      position: relative;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-49aa595d-f851-4a7a-be26-eb44630ec272 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-5be8d7a0-a8cf-417f-b9d2-44168cd71703-root {
    text-align: center;
  }


#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5be8d7a0-a8cf-417f-b9d2-44168cd71703-root {
    text-align: center;
  }


#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5be8d7a0-a8cf-417f-b9d2-44168cd71703-root {
    text-align: center;
  }


#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5be8d7a0-a8cf-417f-b9d2-44168cd71703-root {
    text-align: center;
  }


#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5be8d7a0-a8cf-417f-b9d2-44168cd71703-root {
    text-align: center;
  }


#s-5be8d7a0-a8cf-417f-b9d2-44168cd71703.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-513c5523-f8b9-4367-af64-60f3cf280289 {
  min-height: 50px;
}








#s-513c5523-f8b9-4367-af64-60f3cf280289 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-513c5523-f8b9-4367-af64-60f3cf280289.shg-box.shg-c {
  justify-content: center;
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  margin-bottom: 10px;
max-width: 125px;
text-align: center;
}
#s-9d8d050d-3401-4672-abb8-b6acb8cf9734:hover {opacity: 0.85 !important;}


.shg-image-margin-container-s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  
  
  
  margin-bottom: 10px;
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
    
    
  }


.s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
      position: relative;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  
  
  
  
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
    
    
  }


.s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
      position: relative;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  
  
  
  
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
    
    
  }


.s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
      position: relative;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  
  
  
  
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
    
    
  }


.s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
      position: relative;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  
  
  
  
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
    
    
  }


.s-9d8d050d-3401-4672-abb8-b6acb8cf9734 .shogun-image-content {
  
    align-items: center;
  
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container {
      position: relative;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9d8d050d-3401-4672-abb8-b6acb8cf9734 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-82f1453f-a8df-409c-942a-5a8703d7d1d6 {
  border-style: solid;
padding-top: 8px;
padding-left: 40px;
padding-bottom: 8px;
padding-right: 40px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(244, 244, 244, 1);
border-radius: 5px;
background-color: rgba(244, 244, 244, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(244, 244, 244, 1);
}
#s-82f1453f-a8df-409c-942a-5a8703d7d1d6:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(244, 244, 244, 1) !important;
border-radius: 5px !important;
background-color: rgba(244, 244, 244, 0.15) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}#s-82f1453f-a8df-409c-942a-5a8703d7d1d6:active {background-color: rgba(77, 88, 88, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(244, 244, 244, 1) !important;}

  #s-82f1453f-a8df-409c-942a-5a8703d7d1d6-root {
    text-align: center;
  }


#s-82f1453f-a8df-409c-942a-5a8703d7d1d6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-82f1453f-a8df-409c-942a-5a8703d7d1d6-root {
    text-align: center;
  }


#s-82f1453f-a8df-409c-942a-5a8703d7d1d6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-82f1453f-a8df-409c-942a-5a8703d7d1d6-root {
    text-align: center;
  }


#s-82f1453f-a8df-409c-942a-5a8703d7d1d6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-82f1453f-a8df-409c-942a-5a8703d7d1d6-root {
    text-align: center;
  }


#s-82f1453f-a8df-409c-942a-5a8703d7d1d6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-82f1453f-a8df-409c-942a-5a8703d7d1d6-root {
    text-align: center;
  }


#s-82f1453f-a8df-409c-942a-5a8703d7d1d6.shg-btn {
  color: rgba(244, 244, 244, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}
@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

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