@media (min-width: 768px) and (max-width: 991px){#s-ebaaea96-8423-4e03-a165-f6252322dd48 {
  
}
}@media (max-width: 767px){#s-ebaaea96-8423-4e03-a165-f6252322dd48 {
  
}
}
.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-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  display: none;
}
#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-content-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  display: none;
}
#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-content-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 {
  display: none;
}
#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888, #wrap-content-s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 { display: none !important; }}







#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e77c2ce-ac8b-4341-bc6f-d4efda8dd888.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  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;
}

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 115px;
text-align: center;
}
@media (min-width: 1200px){#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  display: none;
}
#s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-content-s-051d798e-4a00-468d-9056-0f3b5a048053 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  display: none;
}
#s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-content-s-051d798e-4a00-468d-9056-0f3b5a048053 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  display: none;
}
#s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-s-051d798e-4a00-468d-9056-0f3b5a048053, #wrap-content-s-051d798e-4a00-468d-9056-0f3b5a048053 { display: none !important; }}
#s-051d798e-4a00-468d-9056-0f3b5a048053 {
  overflow: hidden;
  
  
      max-width: 115px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-051d798e-4a00-468d-9056-0f3b5a048053 img.shogun-image {
    

    
    
    
  }


#s-051d798e-4a00-468d-9056-0f3b5a048053 .shogun-image-content {
  
    justify-content: center;
  
}

#s-4f65eec3-e4be-46c7-bcd2-17d3360966e3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 55px;
min-height: 600px;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f65eec3-e4be-46c7-bcd2-17d3360966e3 {
  margin-top: 0px;
min-height: 20px;
}
}@media (max-width: 767px){#s-4f65eec3-e4be-46c7-bcd2-17d3360966e3 {
  margin-top: 0px;
min-height: 20px;
}
}
#s-4f65eec3-e4be-46c7-bcd2-17d3360966e3 {
  background-image: url(https://i.shgcdn.com/07f1c886-9102-4c40-9601-cb2b97ab441e/);
}








#s-4f65eec3-e4be-46c7-bcd2-17d3360966e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4f65eec3-e4be-46c7-bcd2-17d3360966e3 {
  cursor: pointer;
}#s-4f65eec3-e4be-46c7-bcd2-17d3360966e3.shg-box.shg-c {
  justify-content: center;
}

#s-486244f7-8f26-4d66-8ef6-77feaf001b40 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 225px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-486244f7-8f26-4d66-8ef6-77feaf001b40 {
  display: none;
}
#s-486244f7-8f26-4d66-8ef6-77feaf001b40, #wrap-s-486244f7-8f26-4d66-8ef6-77feaf001b40, #wrap-content-s-486244f7-8f26-4d66-8ef6-77feaf001b40 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-486244f7-8f26-4d66-8ef6-77feaf001b40 {
  display: none;
}
#s-486244f7-8f26-4d66-8ef6-77feaf001b40, #wrap-s-486244f7-8f26-4d66-8ef6-77feaf001b40, #wrap-content-s-486244f7-8f26-4d66-8ef6-77feaf001b40 { display: none !important; }}@media (max-width: 767px){#s-486244f7-8f26-4d66-8ef6-77feaf001b40 {
  margin-top: 0px;
min-height: 200px;
background-attachment: scroll;
}
}
#s-486244f7-8f26-4d66-8ef6-77feaf001b40 {
  background-image: url(https://i.shgcdn.com/92226ff7-8eb8-47c1-b2f8-a8bc323c327e/);
}








#s-486244f7-8f26-4d66-8ef6-77feaf001b40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-486244f7-8f26-4d66-8ef6-77feaf001b40.shg-box.shg-c {
  justify-content: flex-end;
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.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;
  flex-direction: column;
  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;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
max-width: 80px;
aspect-ratio: 558/583;
text-align: right;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: 0px;
  margin-bottom: 15px;
}

.shg-image-content-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
  box-sizing: border-box;
}



.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
      position: relative;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

@media (min-width: 1200px){#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
  box-sizing: border-box;
}



.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
      position: relative;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
  box-sizing: border-box;
}



.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
      position: relative;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
  box-sizing: border-box;
}



.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
      position: relative;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}@media (max-width: 767px){#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  margin: 0 !important;
  overflow: visible;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add background color handling */
  
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 80px;
  }



  img.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
    
    
    
    max-height: 80px;
  }


.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image {
  box-sizing: border-box;
}



.s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container {
      position: relative;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8904dd65-540f-4e25-89aa-a68c5fcdf9e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 80px;
    }
  }

}
#s-859702c9-143e-45a9-a1f4-16fe7c129013 {
  padding-top: 15px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 0%;
max-width: 50%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-859702c9-143e-45a9-a1f4-16fe7c129013 {
  padding-top: 30px;
background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-859702c9-143e-45a9-a1f4-16fe7c129013 {
  padding-top: 30px;
background-color: rgba(255, 255, 255, 0);
}
}@media (min-width: 768px) and (max-width: 991px){#s-859702c9-143e-45a9-a1f4-16fe7c129013 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
background-color: rgba(255, 255, 255, 0);
}
}@media (max-width: 767px){#s-859702c9-143e-45a9-a1f4-16fe7c129013 {
  padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
max-width: 100%;
}
}







#s-859702c9-143e-45a9-a1f4-16fe7c129013 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 1;
  display: block;
}#s-859702c9-143e-45a9-a1f4-16fe7c129013.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 1200px){






#s-859702c9-143e-45a9-a1f4-16fe7c129013 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
  display: block;
}#s-859702c9-143e-45a9-a1f4-16fe7c129013.shg-box.shg-c {
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-859702c9-143e-45a9-a1f4-16fe7c129013 > .shg-box-overlay {
  background-color: rgba(242, 242, 242, 1);
  opacity: 0;
  display: block;
}#s-859702c9-143e-45a9-a1f4-16fe7c129013.shg-box.shg-c {
  justify-content: center;
}
}
#s-c28e1a41-c148-4252-b0c5-0185828467c5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c28e1a41-c148-4252-b0c5-0185828467c5 {
  padding-top: 15px;
padding-bottom: 0px;
}
}







#s-c28e1a41-c148-4252-b0c5-0185828467c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c28e1a41-c148-4252-b0c5-0185828467c5.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-478f00b6-30c1-4c5c-aa61-9cff55392d1d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
text-align: center;
}
}
#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 36px;
  line-height: 1em;
  
  text-align: left;
}


#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


#s-478f00b6-30c1-4c5c-aa61-9cff55392d1d .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}@media (max-width: 767px){#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
}
#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 19px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}


#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


#s-7cee865b-9be3-4adb-b3a7-4b00478a90b5 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-0f0276b3-c8f9-453d-9acc-de4b1677111e {
  max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0f0276b3-c8f9-453d-9acc-de4b1677111e {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-0f0276b3-c8f9-453d-9acc-de4b1677111e {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}
#s-5a60b6c4-ffec-4e3a-ab6a-79180715795c {
  padding-top: 10px;
max-width: 90%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a60b6c4-ffec-4e3a-ab6a-79180715795c {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-5a60b6c4-ffec-4e3a-ab6a-79180715795c {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}
#s-e8a52e73-398d-4cfe-bec6-eaab3effa258 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e8a52e73-398d-4cfe-bec6-eaab3effa258 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8a52e73-398d-4cfe-bec6-eaab3effa258 {
  padding-top: 20px;
padding-bottom: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8a52e73-398d-4cfe-bec6-eaab3effa258 {
  padding-top: 10px;
padding-bottom: 20px;
}
}@media (max-width: 767px){#s-e8a52e73-398d-4cfe-bec6-eaab3effa258 {
  padding-top: 5px;
display: none;
}
#s-e8a52e73-398d-4cfe-bec6-eaab3effa258, #wrap-s-e8a52e73-398d-4cfe-bec6-eaab3effa258, #wrap-content-s-e8a52e73-398d-4cfe-bec6-eaab3effa258 { display: none !important; }}







#s-e8a52e73-398d-4cfe-bec6-eaab3effa258 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8a52e73-398d-4cfe-bec6-eaab3effa258.shg-box.shg-c {
  justify-content: center;
}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.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-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1.5px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2:hover {background-color: rgba(225, 181, 96, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
letter-spacing: 1.5px;
}
#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: 1%;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-style: solid;
border-radius: 0px;
text-align: left;
text-decoration: none;
letter-spacing: 1.5px;
}
#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 768px) and (max-width: 991px){#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2 {
  color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}@media (max-width: 767px){#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2 {
  color: rgba(255, 255, 255, 1);
background-image: none;
background-color: rgba(0, 0, 0, 1);
hover-type: color;
}
}

  #s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2-root {
    text-align: center;
  }


#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2-root {
    text-align: left;
  }


#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2-root {
    text-align: left;
  }


#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2-root {
    text-align: center;
  }


#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2-root {
    text-align: center;
  }


#s-e52e4b39-0e1b-4f73-8cea-2d42b85ee5f2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  margin-top: -125px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
max-width: 150px;
aspect-ratio: 558/583;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  display: none;
}
#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05, #wrap-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05, #wrap-content-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 { display: none !important; }}@media (max-width: 767px){#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  display: none;
}
#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05, #wrap-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05, #wrap-content-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 { display: none !important; }}
#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  margin: 0 !important;
  overflow: visible;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  margin-top: -125px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add background color handling */
  
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
  box-sizing: border-box;
}



.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
      position: relative;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

@media (min-width: 1200px){#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  margin: 0 !important;
  overflow: visible;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add background color handling */
  
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
  box-sizing: border-box;
}



.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
      position: relative;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  margin: 0 !important;
  overflow: visible;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add background color handling */
  
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
  box-sizing: border-box;
}



.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
      position: relative;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  margin: 0 !important;
  overflow: visible;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add background color handling */
  
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
  box-sizing: border-box;
}



.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
      position: relative;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}@media (max-width: 767px){#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  margin: 0 !important;
  overflow: visible;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add background color handling */
  
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }

    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-link {
      aspect-ratio: 544/580;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 150px;
  }



  img.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
    
    
    
    max-height: 150px;
  }


.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 .shogun-image-content {
  
    justify-content: center;
  
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image {
  box-sizing: border-box;
}



.s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 {
      --shg-aspect-ratio: calc(544/580); 
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container {
      position: relative;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8802b94d-2ebb-49c0-ad58-91e8faef0a05 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 150px;
    }
  }

}
#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff {
  background-repeat: repeat;
background-size: contain;
padding-top: 55px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff {
  padding-top: 20px;
padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff {
  padding-top: 0px;
padding-left: 0%;
padding-right: 0%;
}
}







#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e7089fc3-c80e-4d5f-b57a-df34393a40ff.shg-box.shg-c {
  justify-content: center;
}

#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center center;
}
@media (min-width: 1200px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  display: none;
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-content-s-28b2f819-3f55-4b23-8c1a-74e30c202a39 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  display: none;
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-content-s-28b2f819-3f55-4b23-8c1a-74e30c202a39 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  display: none;
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-content-s-28b2f819-3f55-4b23-8c1a-74e30c202a39 { display: none !important; }}@media (max-width: 767px){#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  min-height: 80px;
display: none;
}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-s-28b2f819-3f55-4b23-8c1a-74e30c202a39, #wrap-content-s-28b2f819-3f55-4b23-8c1a-74e30c202a39 { display: none !important; }}
#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 {
  background-image: url(https://i.shgcdn.com/1394dccd-1155-48a5-b489-7986705f9dce/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-28b2f819-3f55-4b23-8c1a-74e30c202a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28b2f819-3f55-4b23-8c1a-74e30c202a39.shg-box.shg-c {
  justify-content: center;
}

#s-05987656-683c-47ff-a172-0e3377dc8b47 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-05987656-683c-47ff-a172-0e3377dc8b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05987656-683c-47ff-a172-0e3377dc8b47.shg-box.shg-c {
  justify-content: center;
}

#s-e25aaedc-8ab6-49e4-8bf4-16f40e8c2a5a {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
text-align: center;
}
@media (max-width: 767px){#s-e25aaedc-8ab6-49e4-8bf4-16f40e8c2a5a {
  margin-top: 40px;
margin-bottom: 15px;
}
}
#s-e25aaedc-8ab6-49e4-8bf4-16f40e8c2a5a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-e25aaedc-8ab6-49e4-8bf4-16f40e8c2a5a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-681e1ad8-835b-4c2b-a45a-a20f78aa2a29 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 175px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-681e1ad8-835b-4c2b-a45a-a20f78aa2a29 {
  max-width: 125px;
}
}@media (max-width: 767px){#s-681e1ad8-835b-4c2b-a45a-a20f78aa2a29 {
  max-width: 135px;
}
}
#s-681e1ad8-835b-4c2b-a45a-a20f78aa2a29 {
  overflow: hidden;
  
  
      max-width: 175px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-681e1ad8-835b-4c2b-a45a-a20f78aa2a29 img.shogun-image {
    

    
    
    
  }


#s-681e1ad8-835b-4c2b-a45a-a20f78aa2a29 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 30px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 {
  margin-bottom: 35px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 {
  margin-bottom: 35px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 {
  margin-bottom: 25px;
}
}
#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-bdc73883-cf20-4b32-9cde-e99e45ac5ac9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
  overflow-x: hidden;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 {
  margin-left: auto;
margin-right: auto;
padding-top: 25px;
padding-left: 33%;
padding-bottom: 25px;
padding-right: 33%;
max-width: 95%;
}
@media (min-width: 1200px){#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 {
  display: none;
}
#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-content-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 {
  display: none;
}
#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-content-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 {
  padding-left: 15%;
padding-right: 15%;
display: none;
}
#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-content-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 { display: none !important; }}@media (max-width: 767px){#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
max-width: 94%;
display: none;
}
#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582, #wrap-content-s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 { display: none !important; }}
#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 .shg-sld-dot {
  background-color: rgba(210, 210, 210, 1);
}

#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 .shg-sld-nav-button.shg-sld-left,
#s-d6a28d3c-1874-4fed-bf36-f4984a7e1582 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(210, 210, 210, 1);
}

#s-1cc0d2fa-fd43-4e0c-a8d2-912f3f5f28d1 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-1cc0d2fa-fd43-4e0c-a8d2-912f3f5f28d1 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cc0d2fa-fd43-4e0c-a8d2-912f3f5f28d1 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cc0d2fa-fd43-4e0c-a8d2-912f3f5f28d1 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-1cc0d2fa-fd43-4e0c-a8d2-912f3f5f28d1 {
  margin-bottom: 25px;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 15px;
padding-right: 7%;
}
}







#s-1cc0d2fa-fd43-4e0c-a8d2-912f3f5f28d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cc0d2fa-fd43-4e0c-a8d2-912f3f5f28d1.shg-box.shg-c {
  justify-content: center;
}

#s-bcc82a92-f3da-464a-afca-775309f80862 {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcc82a92-f3da-464a-afca-775309f80862 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-bcc82a92-f3da-464a-afca-775309f80862 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-bcc82a92-f3da-464a-afca-775309f80862 {
  overflow: hidden;
  
  
      max-width: 125px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-bcc82a92-f3da-464a-afca-775309f80862 img.shogun-image {
    

    
    
    
  }


#s-bcc82a92-f3da-464a-afca-775309f80862 .shogun-image-content {
  
    justify-content: center;
  
}

#s-97aa06b2-c2d8-40d8-8086-ff34940db7b3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-97aa06b2-c2d8-40d8-8086-ff34940db7b3 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-97aa06b2-c2d8-40d8-8086-ff34940db7b3 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}
.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-934a29f4-d5d5-4454-ae37-149f96cfdcd9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-934a29f4-d5d5-4454-ae37-149f96cfdcd9 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-934a29f4-d5d5-4454-ae37-149f96cfdcd9 {
  padding-top: 10px;
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-6caa2ab1-ae44-4528-8154-c8c1a40acd04 {
  margin-top: -20px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6caa2ab1-ae44-4528-8154-c8c1a40acd04 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-71a20eaf-47d1-46a4-8340-021ac30e4fa9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-71a20eaf-47d1-46a4-8340-021ac30e4fa9 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-71a20eaf-47d1-46a4-8340-021ac30e4fa9 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-657c36f2-17c3-40a5-991e-54c77fda40b8 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-657c36f2-17c3-40a5-991e-54c77fda40b8 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-657c36f2-17c3-40a5-991e-54c77fda40b8 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-657c36f2-17c3-40a5-991e-54c77fda40b8 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-657c36f2-17c3-40a5-991e-54c77fda40b8 {
  margin-bottom: 25px;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 15px;
padding-right: 7%;
}
}







#s-657c36f2-17c3-40a5-991e-54c77fda40b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-657c36f2-17c3-40a5-991e-54c77fda40b8.shg-box.shg-c {
  justify-content: center;
}

#s-99ebfa17-56c6-43fd-b69c-0296b43a5503 {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-99ebfa17-56c6-43fd-b69c-0296b43a5503 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-99ebfa17-56c6-43fd-b69c-0296b43a5503 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-99ebfa17-56c6-43fd-b69c-0296b43a5503 {
  overflow: hidden;
  
  
      max-width: 125px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-99ebfa17-56c6-43fd-b69c-0296b43a5503 img.shogun-image {
    

    
    
    
  }


#s-99ebfa17-56c6-43fd-b69c-0296b43a5503 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e54f5c9f-82d9-46f9-bcc9-c8425372a6f5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-e54f5c9f-82d9-46f9-bcc9-c8425372a6f5 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-e54f5c9f-82d9-46f9-bcc9-c8425372a6f5 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-8318b897-f39c-4dcb-96ff-d3e79d0ba0a8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-8318b897-f39c-4dcb-96ff-d3e79d0ba0a8 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-8318b897-f39c-4dcb-96ff-d3e79d0ba0a8 {
  padding-top: 10px;
}
}
#s-606d2a66-37d3-4d11-b76e-6bed70dfd103 {
  margin-top: -20px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-606d2a66-37d3-4d11-b76e-6bed70dfd103 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-8be4859d-b36d-4908-9e02-ba52b30a9524 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-8be4859d-b36d-4908-9e02-ba52b30a9524 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-8be4859d-b36d-4908-9e02-ba52b30a9524 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-c86d8080-fb6e-4d2c-9edd-4e60335a45c7 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 100%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-c86d8080-fb6e-4d2c-9edd-4e60335a45c7 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c86d8080-fb6e-4d2c-9edd-4e60335a45c7 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c86d8080-fb6e-4d2c-9edd-4e60335a45c7 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c86d8080-fb6e-4d2c-9edd-4e60335a45c7 {
  margin-bottom: 25px;
padding-top: 20px;
padding-left: 7%;
padding-bottom: 15px;
padding-right: 7%;
}
}







#s-c86d8080-fb6e-4d2c-9edd-4e60335a45c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c86d8080-fb6e-4d2c-9edd-4e60335a45c7.shg-box.shg-c {
  justify-content: center;
}

#s-ebeb23cd-42ef-4a85-bdbf-0aee710ae09a {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebeb23cd-42ef-4a85-bdbf-0aee710ae09a {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-ebeb23cd-42ef-4a85-bdbf-0aee710ae09a {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-ebeb23cd-42ef-4a85-bdbf-0aee710ae09a {
  overflow: hidden;
  
  
      max-width: 125px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-ebeb23cd-42ef-4a85-bdbf-0aee710ae09a img.shogun-image {
    

    
    
    
  }


#s-ebeb23cd-42ef-4a85-bdbf-0aee710ae09a .shogun-image-content {
  
    justify-content: center;
  
}

#s-154774d7-08dc-4ea6-a695-0ab271df5c0e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-154774d7-08dc-4ea6-a695-0ab271df5c0e .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-154774d7-08dc-4ea6-a695-0ab271df5c0e .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-6460a5e4-4cdb-430c-93cc-86c6ae43d2d7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-6460a5e4-4cdb-430c-93cc-86c6ae43d2d7 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-6460a5e4-4cdb-430c-93cc-86c6ae43d2d7 {
  padding-top: 10px;
}
}
#s-392ec176-df3b-48ba-965a-45c4477bef60 {
  margin-top: -20px;
margin-bottom: -15px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-392ec176-df3b-48ba-965a-45c4477bef60 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-2fe8b3fb-f367-4657-8ed3-eb4435870715 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-2fe8b3fb-f367-4657-8ed3-eb4435870715 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-2fe8b3fb-f367-4657-8ed3-eb4435870715 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-34c3e06a-3934-4143-9e48-abbce5bc7616 {
  box-shadow:1px 1px 25px 1px rgba(242, 242, 242, 1);
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-34c3e06a-3934-4143-9e48-abbce5bc7616 {
  padding-top: 25px;
padding-left: 10%;
padding-bottom: 25px;
padding-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34c3e06a-3934-4143-9e48-abbce5bc7616 {
  padding-top: 35px;
padding-left: 10%;
padding-bottom: 35px;
padding-right: 10%;
}
}@media (max-width: 767px){#s-34c3e06a-3934-4143-9e48-abbce5bc7616 {
  margin-bottom: 25px;
padding-top: 35px;
padding-left: 10%;
padding-bottom: 35px;
padding-right: 10%;
}
}







#s-34c3e06a-3934-4143-9e48-abbce5bc7616 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34c3e06a-3934-4143-9e48-abbce5bc7616.shg-box.shg-c {
  justify-content: center;
}

#s-df23df64-64c2-41a9-9b8a-b473decb50e1 {
  margin-left: auto;
margin-right: auto;
max-width: 50px;
}
@media (min-width: 1200px){#s-df23df64-64c2-41a9-9b8a-b473decb50e1 {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df23df64-64c2-41a9-9b8a-b473decb50e1 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-df23df64-64c2-41a9-9b8a-b473decb50e1 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-df23df64-64c2-41a9-9b8a-b473decb50e1 {
  overflow: hidden;
  
  
      max-width: 50px;
      
      
      
  
}







  #s-df23df64-64c2-41a9-9b8a-b473decb50e1 img.shogun-image {
    

    
    
    
  }


#s-df23df64-64c2-41a9-9b8a-b473decb50e1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d64b9bf1-72f3-4ac1-b448-2b166017b058 {
  padding-bottom: 5px;
max-width: 500px;
}
@media (min-width: 1200px){#s-d64b9bf1-72f3-4ac1-b448-2b166017b058 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-d64b9bf1-72f3-4ac1-b448-2b166017b058 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-ca110fe5-7da9-461b-b3c8-31cf8d339d73 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 17px;
text-align: center;
}
@media (min-width: 1200px){#s-ca110fe5-7da9-461b-b3c8-31cf8d339d73 {
  margin-top: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ca110fe5-7da9-461b-b3c8-31cf8d339d73 {
  margin-top: 10px;
}
}@media (max-width: 767px){#s-ca110fe5-7da9-461b-b3c8-31cf8d339d73 {
  padding-top: 10px;
}
}
#s-ca110fe5-7da9-461b-b3c8-31cf8d339d73 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1em;
  
  text-align: center;
}


@media (max-width: 767px){#s-ca110fe5-7da9-461b-b3c8-31cf8d339d73 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Playfair Display";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  text-align: 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-40f4cca9-564b-4f0a-b956-cfcfa4596047 {
  margin-left: auto;
margin-bottom: 35px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-40f4cca9-564b-4f0a-b956-cfcfa4596047 {
  
}
}@media (max-width: 767px){#s-40f4cca9-564b-4f0a-b956-cfcfa4596047 {
  margin-left: 10%;
margin-right: 10%;
}
}
@media (min-width: 0px) {
[id="s-40f4cca9-564b-4f0a-b956-cfcfa4596047"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40f4cca9-564b-4f0a-b956-cfcfa4596047"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-40f4cca9-564b-4f0a-b956-cfcfa4596047"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-40f4cca9-564b-4f0a-b956-cfcfa4596047"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-64642759-039a-4477-b5dc-f1fe270c52c7 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-64642759-039a-4477-b5dc-f1fe270c52c7 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-64642759-039a-4477-b5dc-f1fe270c52c7 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-64642759-039a-4477-b5dc-f1fe270c52c7 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
}
}@media (max-width: 767px){#s-64642759-039a-4477-b5dc-f1fe270c52c7 {
  margin-bottom: 25px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-64642759-039a-4477-b5dc-f1fe270c52c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-64642759-039a-4477-b5dc-f1fe270c52c7.shg-box.shg-c {
  justify-content: center;
}

#s-709ab783-546f-4d97-a62e-52f6b7dc3821 {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 1200px){#s-709ab783-546f-4d97-a62e-52f6b7dc3821 {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-709ab783-546f-4d97-a62e-52f6b7dc3821 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-709ab783-546f-4d97-a62e-52f6b7dc3821 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-709ab783-546f-4d97-a62e-52f6b7dc3821 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-709ab783-546f-4d97-a62e-52f6b7dc3821 {
  overflow: hidden;
  
  
      max-width: 125px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-709ab783-546f-4d97-a62e-52f6b7dc3821 img.shogun-image {
    

    
    
    
  }


#s-709ab783-546f-4d97-a62e-52f6b7dc3821 .shogun-image-content {
  
    justify-content: center;
  
}

#s-403061ba-db17-4993-87c2-d48322de0fac {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-403061ba-db17-4993-87c2-d48322de0fac .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-403061ba-db17-4993-87c2-d48322de0fac .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-71931e63-7b3c-48d3-b2ed-8c9b9b4eb83b {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-71931e63-7b3c-48d3-b2ed-8c9b9b4eb83b {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-71931e63-7b3c-48d3-b2ed-8c9b9b4eb83b {
  padding-top: 10px;
}
}
#s-6ef5cfc7-afde-4734-a54c-df708597c498 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-6ef5cfc7-afde-4734-a54c-df708597c498 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-1987fe9a-2493-4380-9cff-c023c1c8c2a5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-1987fe9a-2493-4380-9cff-c023c1c8c2a5 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-1987fe9a-2493-4380-9cff-c023c1c8c2a5 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-08726e99-1e5d-44f9-96e4-1b3921ca9c05 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-08726e99-1e5d-44f9-96e4-1b3921ca9c05 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08726e99-1e5d-44f9-96e4-1b3921ca9c05 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-08726e99-1e5d-44f9-96e4-1b3921ca9c05 {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
}
}@media (max-width: 767px){#s-08726e99-1e5d-44f9-96e4-1b3921ca9c05 {
  margin-bottom: 25px;
padding-left: 10%;
padding-right: 10%;
}
}







#s-08726e99-1e5d-44f9-96e4-1b3921ca9c05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-08726e99-1e5d-44f9-96e4-1b3921ca9c05.shg-box.shg-c {
  justify-content: center;
}

#s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 1200px){#s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 {
  overflow: hidden;
  
  
      max-width: 125px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 img.shogun-image {
    

    
    
    
  }


#s-ad4b4556-c6b1-4a77-ba27-e0c1a8052d26 .shogun-image-content {
  
    justify-content: center;
  
}

#s-52c5f05a-89a2-4f05-b8e5-8d8e7dd2e3c5 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-52c5f05a-89a2-4f05-b8e5-8d8e7dd2e3c5 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-52c5f05a-89a2-4f05-b8e5-8d8e7dd2e3c5 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-fd1f0d1f-c98a-4ff7-b45f-d13017805f59 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-fd1f0d1f-c98a-4ff7-b45f-d13017805f59 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-fd1f0d1f-c98a-4ff7-b45f-d13017805f59 {
  padding-top: 10px;
}
}
#s-4312398d-c854-46d8-a4f7-5925ef3cf663 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-4312398d-c854-46d8-a4f7-5925ef3cf663 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-c8c37eba-a40c-49ec-a6ba-214564475006 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-c8c37eba-a40c-49ec-a6ba-214564475006 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-c8c37eba-a40c-49ec-a6ba-214564475006 {
  padding-top: 10px;
max-width: 400px;
}
}
#s-945bb888-7cd5-412d-b23f-d569636c23dc {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
margin-left: auto;
margin-right: auto;
padding-top: 35px;
padding-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 90%;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-945bb888-7cd5-412d-b23f-d569636c23dc {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-945bb888-7cd5-412d-b23f-d569636c23dc {
  padding-left: 8%;
padding-right: 8%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-945bb888-7cd5-412d-b23f-d569636c23dc {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
max-width: 100%;
}
}@media (max-width: 767px){#s-945bb888-7cd5-412d-b23f-d569636c23dc {
  margin-bottom: 25px;
padding-left: 10%;
padding-right: 10%;
display: none;
}
#s-945bb888-7cd5-412d-b23f-d569636c23dc, #wrap-s-945bb888-7cd5-412d-b23f-d569636c23dc, #wrap-content-s-945bb888-7cd5-412d-b23f-d569636c23dc { display: none !important; }}







#s-945bb888-7cd5-412d-b23f-d569636c23dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-945bb888-7cd5-412d-b23f-d569636c23dc.shg-box.shg-c {
  justify-content: center;
}

#s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 {
  margin-bottom: 10px;
max-width: 125px;
text-align: left;
}
@media (min-width: 1200px){#s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 {
  margin-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 {
  margin-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 {
  padding-bottom: 10px;
}
}@media (max-width: 767px){#s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 {
  padding-top: 5px;
padding-bottom: 5px;
}
}
#s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 {
  overflow: hidden;
  
  
      max-width: 125px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 img.shogun-image {
    

    
    
    
  }


#s-e224e8d8-c283-43a2-b0ec-4e4a3ebfdcc5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-39ee71c3-55f8-49dd-a46e-af7a29f414f3 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-39ee71c3-55f8-49dd-a46e-af7a29f414f3 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-39ee71c3-55f8-49dd-a46e-af7a29f414f3 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-d6a7fc26-ae3b-4f94-b2c0-b57b6fa82656 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-d6a7fc26-ae3b-4f94-b2c0-b57b6fa82656 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-d6a7fc26-ae3b-4f94-b2c0-b57b6fa82656 {
  padding-top: 10px;
}
}
#s-4f3540e4-b444-4f26-a8fe-c0e9a8b0ddb3 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-4f3540e4-b444-4f26-a8fe-c0e9a8b0ddb3 hr {
  border-top: 2px solid rgba(203, 206, 219, 1);
}

#s-b6b3ac0b-3e4d-48b9-8758-7dc972a51d1d {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 0px;
max-width: 500px;
}
@media (min-width: 1200px){#s-b6b3ac0b-3e4d-48b9-8758-7dc972a51d1d {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-b6b3ac0b-3e4d-48b9-8758-7dc972a51d1d {
  padding-top: 10px;
max-width: 400px;
}
}
#s-e522811b-4aa1-4d06-8259-db447e667b78 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e522811b-4aa1-4d06-8259-db447e667b78 {
  margin-top: 50px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e522811b-4aa1-4d06-8259-db447e667b78 {
  margin-top: 50px;
}
}@media (max-width: 767px){#s-e522811b-4aa1-4d06-8259-db447e667b78 {
  margin-bottom: 10px;
}
}
#s-e522811b-4aa1-4d06-8259-db447e667b78 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e522811b-4aa1-4d06-8259-db447e667b78 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}@media (max-width: 767px){#s-e522811b-4aa1-4d06-8259-db447e667b78 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  700 ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-86719c5a-3420-4150-8398-75b226e9ca10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86719c5a-3420-4150-8398-75b226e9ca10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-86719c5a-3420-4150-8398-75b226e9ca10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-86719c5a-3420-4150-8398-75b226e9ca10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a636690f-fd49-493d-9704-2ef05522aa1c {
  margin-left: auto;
max-width: 75%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a636690f-fd49-493d-9704-2ef05522aa1c {
  margin-right: auto;
}
}@media (max-width: 767px){#s-a636690f-fd49-493d-9704-2ef05522aa1c {
  margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-a636690f-fd49-493d-9704-2ef05522aa1c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a636690f-fd49-493d-9704-2ef05522aa1c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a636690f-fd49-493d-9704-2ef05522aa1c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a636690f-fd49-493d-9704-2ef05522aa1c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0e386a78-0b76-4132-8cbf-ddbcd4a4632a {
  margin-left: auto;
max-width: 135px;
text-align: center;
}
@media (min-width: 1200px){#s-0e386a78-0b76-4132-8cbf-ddbcd4a4632a {
  max-width: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e386a78-0b76-4132-8cbf-ddbcd4a4632a {
  max-width: 120px;
}
}
#s-0e386a78-0b76-4132-8cbf-ddbcd4a4632a {
  overflow: hidden;
  
  
      max-width: 135px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-0e386a78-0b76-4132-8cbf-ddbcd4a4632a img.shogun-image {
    

    
    
    
  }


#s-0e386a78-0b76-4132-8cbf-ddbcd4a4632a .shogun-image-content {
  
    justify-content: center;
  
}

#s-47e39fbc-f004-44d2-9353-458e06cb5901 {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}
@media (min-width: 1200px){#s-47e39fbc-f004-44d2-9353-458e06cb5901 {
  max-width: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-47e39fbc-f004-44d2-9353-458e06cb5901 {
  max-width: 120px;
}
}
#s-47e39fbc-f004-44d2-9353-458e06cb5901 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-47e39fbc-f004-44d2-9353-458e06cb5901 img.shogun-image {
    

    
    
    
  }


#s-47e39fbc-f004-44d2-9353-458e06cb5901 .shogun-image-content {
  
    justify-content: center;
  
}

#s-8f0a836a-96be-4215-92be-b8123142f00f {
  max-width: 150px;
text-align: center;
}
@media (min-width: 1200px){#s-8f0a836a-96be-4215-92be-b8123142f00f {
  max-width: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f0a836a-96be-4215-92be-b8123142f00f {
  max-width: 120px;
}
}
#s-8f0a836a-96be-4215-92be-b8123142f00f {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-8f0a836a-96be-4215-92be-b8123142f00f img.shogun-image {
    

    
    
    
  }


#s-8f0a836a-96be-4215-92be-b8123142f00f .shogun-image-content {
  
    justify-content: center;
  
}

#s-a29ab077-5f3b-408f-9b97-e07c868fc1d1 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 35px;
max-width: 75%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a29ab077-5f3b-408f-9b97-e07c868fc1d1 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-a29ab077-5f3b-408f-9b97-e07c868fc1d1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-a29ab077-5f3b-408f-9b97-e07c868fc1d1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a29ab077-5f3b-408f-9b97-e07c868fc1d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a29ab077-5f3b-408f-9b97-e07c868fc1d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a29ab077-5f3b-408f-9b97-e07c868fc1d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-82861275-b781-4a82-8dce-0c66853e9b8e {
  margin-left: auto;
max-width: 150px;
text-align: center;
}
@media (min-width: 1200px){#s-82861275-b781-4a82-8dce-0c66853e9b8e {
  max-width: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82861275-b781-4a82-8dce-0c66853e9b8e {
  max-width: 120px;
}
}
#s-82861275-b781-4a82-8dce-0c66853e9b8e {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-82861275-b781-4a82-8dce-0c66853e9b8e img.shogun-image {
    

    
    
    
  }


#s-82861275-b781-4a82-8dce-0c66853e9b8e .shogun-image-content {
  
    justify-content: center;
  
}

#s-4f5b5fcf-e65b-445c-a461-fed6d0c4ef9e {
  margin-left: auto;
margin-right: auto;
max-width: 150px;
text-align: center;
}
@media (min-width: 1200px){#s-4f5b5fcf-e65b-445c-a461-fed6d0c4ef9e {
  max-width: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4f5b5fcf-e65b-445c-a461-fed6d0c4ef9e {
  max-width: 120px;
}
}
#s-4f5b5fcf-e65b-445c-a461-fed6d0c4ef9e {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-4f5b5fcf-e65b-445c-a461-fed6d0c4ef9e img.shogun-image {
    

    
    
    
  }


#s-4f5b5fcf-e65b-445c-a461-fed6d0c4ef9e .shogun-image-content {
  
    justify-content: center;
  
}

#s-2feac1cf-ef7c-4631-9595-0fc261599f46 {
  max-width: 150px;
text-align: center;
}
@media (min-width: 1200px){#s-2feac1cf-ef7c-4631-9595-0fc261599f46 {
  max-width: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2feac1cf-ef7c-4631-9595-0fc261599f46 {
  max-width: 120px;
}
}
#s-2feac1cf-ef7c-4631-9595-0fc261599f46 {
  overflow: hidden;
  
  
      max-width: 150px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-2feac1cf-ef7c-4631-9595-0fc261599f46 img.shogun-image {
    

    
    
    
  }


#s-2feac1cf-ef7c-4631-9595-0fc261599f46 .shogun-image-content {
  
    justify-content: center;
  
}

#s-6dfe72d3-d97c-4136-aa9a-12c44195e773 {
  margin-top: 45px;
margin-bottom: 45px;
padding-left: 10%;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6dfe72d3-d97c-4136-aa9a-12c44195e773 {
  margin-top: 30px;
margin-bottom: 30px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-6dfe72d3-d97c-4136-aa9a-12c44195e773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6dfe72d3-d97c-4136-aa9a-12c44195e773.shg-box.shg-c {
  justify-content: center;
}

#s-e641cfb9-aae8-4bb3-af22-abe7d4db6f2a {
  margin-left: 0%;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-e641cfb9-aae8-4bb3-af22-abe7d4db6f2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e641cfb9-aae8-4bb3-af22-abe7d4db6f2a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e641cfb9-aae8-4bb3-af22-abe7d4db6f2a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e641cfb9-aae8-4bb3-af22-abe7d4db6f2a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-84bdf4cc-1661-4bf1-b376-f736b439722b {
  padding-top: 45px;
padding-left: 15%;
padding-bottom: 35px;
padding-right: 15%;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-84bdf4cc-1661-4bf1-b376-f736b439722b {
  padding-bottom: 25px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84bdf4cc-1661-4bf1-b376-f736b439722b {
  padding-bottom: 25px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-84bdf4cc-1661-4bf1-b376-f736b439722b {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-84bdf4cc-1661-4bf1-b376-f736b439722b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}
}







#s-84bdf4cc-1661-4bf1-b376-f736b439722b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-84bdf4cc-1661-4bf1-b376-f736b439722b.shg-box.shg-c {
  justify-content: center;
}

#s-fc2a4f85-a5f4-46ce-a6fc-bd29fc0560b2 {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: center;
}

#s-fc2a4f85-a5f4-46ce-a6fc-bd29fc0560b2 .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-5363448a-ca3e-43a7-bf53-e4a8a6641ad1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 1px;
}
@media (max-width: 767px){#s-5363448a-ca3e-43a7-bf53-e4a8a6641ad1 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-fc017e49-8c1c-4c1d-ad78-a2605a952c4e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 280px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc017e49-8c1c-4c1d-ad78-a2605a952c4e {
  min-height: 250px;
}
}@media (max-width: 767px){#s-fc017e49-8c1c-4c1d-ad78-a2605a952c4e {
  min-height: 175px;
}
}







#s-fc017e49-8c1c-4c1d-ad78-a2605a952c4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc017e49-8c1c-4c1d-ad78-a2605a952c4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e806d279-8aeb-464f-9c1e-7a7bc154c6bc {
  padding-top: 45px;
padding-left: 15%;
padding-bottom: 35px;
padding-right: 15%;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e806d279-8aeb-464f-9c1e-7a7bc154c6bc {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e806d279-8aeb-464f-9c1e-7a7bc154c6bc {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
}
}







#s-e806d279-8aeb-464f-9c1e-7a7bc154c6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e806d279-8aeb-464f-9c1e-7a7bc154c6bc.shg-box.shg-c {
  justify-content: center;
}

#s-e32e1e46-be93-4da9-af8d-a860c6c827a0 {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: center;
}

#s-e32e1e46-be93-4da9-af8d-a860c6c827a0 .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-abc1bf9d-dcb6-4e4d-a17b-987f20f5dc94 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 1px;
}
@media (max-width: 767px){#s-abc1bf9d-dcb6-4e4d-a17b-987f20f5dc94 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-91add76e-725b-4c21-b8c8-816bf8aa8999 {
  margin-left: 0%;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-91add76e-725b-4c21-b8c8-816bf8aa8999"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-91add76e-725b-4c21-b8c8-816bf8aa8999"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-91add76e-725b-4c21-b8c8-816bf8aa8999"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-91add76e-725b-4c21-b8c8-816bf8aa8999"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a1a7ae05-d7c4-4c2b-bcff-db1e71ed72db {
  background-repeat: no-repeat;
background-size: cover;
min-height: 280px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1a7ae05-d7c4-4c2b-bcff-db1e71ed72db {
  min-height: 250px;
}
}@media (max-width: 767px){#s-a1a7ae05-d7c4-4c2b-bcff-db1e71ed72db {
  min-height: 175px;
}
}







#s-a1a7ae05-d7c4-4c2b-bcff-db1e71ed72db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a1a7ae05-d7c4-4c2b-bcff-db1e71ed72db.shg-box.shg-c {
  justify-content: center;
}

#s-e38a25e4-44f8-4542-9053-25458c47e86f {
  padding-top: 45px;
padding-left: 15%;
padding-bottom: 35px;
padding-right: 15%;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e38a25e4-44f8-4542-9053-25458c47e86f {
  padding-top: 15px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e38a25e4-44f8-4542-9053-25458c47e86f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 25px;
padding-left: 6%;
padding-bottom: 10px;
padding-right: 6%;
}
}







#s-e38a25e4-44f8-4542-9053-25458c47e86f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e38a25e4-44f8-4542-9053-25458c47e86f.shg-box.shg-c {
  justify-content: center;
}

#s-459e8263-3925-4af3-9fde-57fa4dfdbc0a {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: center;
}

#s-459e8263-3925-4af3-9fde-57fa4dfdbc0a .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-74c4854b-9273-4bc2-8d2f-e8878818a843 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 1px;
}
@media (max-width: 767px){#s-74c4854b-9273-4bc2-8d2f-e8878818a843 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-99c57513-9ccb-43ea-be53-a1a08c1fbee1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 280px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-99c57513-9ccb-43ea-be53-a1a08c1fbee1 {
  min-height: 250px;
}
}@media (max-width: 767px){#s-99c57513-9ccb-43ea-be53-a1a08c1fbee1 {
  display: none;
}
#s-99c57513-9ccb-43ea-be53-a1a08c1fbee1, #wrap-s-99c57513-9ccb-43ea-be53-a1a08c1fbee1, #wrap-content-s-99c57513-9ccb-43ea-be53-a1a08c1fbee1 { display: none !important; }}







#s-99c57513-9ccb-43ea-be53-a1a08c1fbee1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-99c57513-9ccb-43ea-be53-a1a08c1fbee1.shg-box.shg-c {
  justify-content: center;
}

#s-e6950195-d1d2-4645-8541-4e1cc7b85336 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1.5px;
}
#s-e6950195-d1d2-4645-8541-4e1cc7b85336:hover {background-color: rgba(225, 181, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e6950195-d1d2-4645-8541-4e1cc7b85336:active {background-color: rgba(189, 163, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (min-width: 1200px){#s-e6950195-d1d2-4645-8541-4e1cc7b85336 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6950195-d1d2-4645-8541-4e1cc7b85336 {
  margin-top: 30px;
margin-bottom: 30px;
}
}@media (max-width: 767px){#s-e6950195-d1d2-4645-8541-4e1cc7b85336 {
  display: none;
}
#s-e6950195-d1d2-4645-8541-4e1cc7b85336, #wrap-s-e6950195-d1d2-4645-8541-4e1cc7b85336, #wrap-content-s-e6950195-d1d2-4645-8541-4e1cc7b85336 { display: none !important; }}

  #s-e6950195-d1d2-4645-8541-4e1cc7b85336-root {
    text-align: center;
  }


#s-e6950195-d1d2-4645-8541-4e1cc7b85336.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e6950195-d1d2-4645-8541-4e1cc7b85336-root {
    text-align: center;
  }


#s-e6950195-d1d2-4645-8541-4e1cc7b85336.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6950195-d1d2-4645-8541-4e1cc7b85336-root {
    text-align: center;
  }


#s-e6950195-d1d2-4645-8541-4e1cc7b85336.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6950195-d1d2-4645-8541-4e1cc7b85336-root {
    text-align: center;
  }


#s-e6950195-d1d2-4645-8541-4e1cc7b85336.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e6950195-d1d2-4645-8541-4e1cc7b85336-root {
    text-align: center;
  }


#s-e6950195-d1d2-4645-8541-4e1cc7b85336.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}
#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 25px;
padding-right: 25px;
min-height: 425px;
background-position: right center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 {
  min-height: 250px;
}
}@media (max-width: 767px){#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 {
  min-height: 290px;
}
}







#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b5a2651-20e9-484e-b99a-fd19740c2ef7.shg-box.shg-c {
  justify-content: flex-start;
}
}
#s-70bc0bce-d591-486c-9851-5535cf45a570 {
  margin-top: 35px;
margin-bottom: 0px;
margin-right: auto;
padding-bottom: 0px;
max-width: 50%;
}
@media (max-width: 767px){#s-70bc0bce-d591-486c-9851-5535cf45a570 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
max-width: 75%;
}
}
#s-17b33077-4a85-459e-9ed7-43261b747036 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 35px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  padding-top: 25px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
}@media (max-width: 767px){#s-17b33077-4a85-459e-9ed7-43261b747036 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-17b33077-4a85-459e-9ed7-43261b747036 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-17b33077-4a85-459e-9ed7-43261b747036.shg-box.shg-c {
  justify-content: center;
}

#s-e83450a8-997c-41ad-ab08-ae248e6bdc8d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-e83450a8-997c-41ad-ab08-ae248e6bdc8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 {
  background-repeat: no-repeat;
background-size: cover;
margin-right: 3%;
min-height: 375px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 {
  min-height: 230px;
}
}@media (max-width: 767px){#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 {
  margin-right: 0%;
min-height: 200px;
}
}







#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-573ea33c-15e1-45d2-b5a9-d9ea73109bc5.shg-box.shg-c {
  justify-content: center;
}

#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74ce74d2-dd6d-4f74-8cf7-d0f9fc8a5cbf.shg-box.shg-c {
  justify-content: center;
}

#s-b62c8a11-3f10-444b-86bf-db5408b06975 {
  padding-left: 10%;
padding-bottom: 35px;
padding-right: 0%;
min-height: 50px;
max-width: 85%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b62c8a11-3f10-444b-86bf-db5408b06975 {
  padding-bottom: 25px;
max-width: 90%;
}
}@media (max-width: 767px){#s-b62c8a11-3f10-444b-86bf-db5408b06975 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 25px;
max-width: 95%;
}
}







#s-b62c8a11-3f10-444b-86bf-db5408b06975 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b62c8a11-3f10-444b-86bf-db5408b06975.shg-box.shg-c {
  justify-content: center;
}

#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  margin-left: -75px;
margin-bottom: 0px;
max-width: 70px;
text-align: left;
}
@media (min-width: 1200px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  margin-left: -30%;
max-width: 55px;
}
}@media (max-width: 767px){#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  margin-left: 0px;
margin-bottom: 10px;
max-width: 55px;
}
}
#s-7947327e-f599-4525-9bc5-59103b89ff97 {
  overflow: hidden;
  
  
      max-width: 70px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-7947327e-f599-4525-9bc5-59103b89ff97 img.shogun-image {
    

    
    
    
  }


#s-7947327e-f599-4525-9bc5-59103b89ff97 .shogun-image-content {
  
    justify-content: center;
  
}

#s-b8f4334e-1899-43bc-8c01-927c544622cb {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: left;
}

#s-b8f4334e-1899-43bc-8c01-927c544622cb .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 15px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-19a8059a-8b72-4a39-9ac1-114c8f731205 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-19a8059a-8b72-4a39-9ac1-114c8f731205 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-19a8059a-8b72-4a39-9ac1-114c8f731205.shg-box.shg-c {
  justify-content: center;
}

#s-6b652147-0c10-4cc5-be3c-2db461d37b43 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

[id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

}

@media (max-width: 767px) {
  [id="s-6b652147-0c10-4cc5-be3c-2db461d37b43"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79cf7da9-1e1b-4707-b7d7-38cf73f96093.shg-box.shg-c {
  justify-content: center;
}

#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  padding-left: 10%;
padding-bottom: 35px;
padding-right: 0%;
min-height: 50px;
max-width: 85%;
}
@media (min-width: 1200px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  max-width: 90%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 0%;
max-width: 90%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  padding-bottom: 25px;
max-width: 90%;
}
}@media (max-width: 767px){#s-d4059f2f-5490-4d75-a6e5-28832053503f {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 25px;
padding-right: 0%;
max-width: 95%;
}
}







#s-d4059f2f-5490-4d75-a6e5-28832053503f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d4059f2f-5490-4d75-a6e5-28832053503f.shg-box.shg-c {
  justify-content: center;
}

#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  margin-left: -75px;
margin-bottom: 0px;
max-width: 70px;
text-align: left;
}
@media (min-width: 1200px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  margin-left: -30%;
max-width: 55px;
}
}@media (max-width: 767px){#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  margin-left: 0px;
margin-bottom: 10px;
max-width: 55px;
}
}
#s-376922bd-320c-4a7d-901c-442bf3c56996 {
  overflow: hidden;
  
  
      max-width: 70px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-376922bd-320c-4a7d-901c-442bf3c56996 img.shogun-image {
    

    
    
    
  }


#s-376922bd-320c-4a7d-901c-442bf3c56996 .shogun-image-content {
  
    justify-content: center;
  
}

#s-a6779304-7510-4e65-8aad-2415e800737d {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: left;
}

#s-a6779304-7510-4e65-8aad-2415e800737d .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-48760643-5a85-4318-87f6-615133e74619 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-48760643-5a85-4318-87f6-615133e74619 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 3%;
margin-right: 0%;
min-height: 375px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 {
  min-height: 230px;
}
}@media (max-width: 767px){#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 {
  margin-left: 0%;
min-height: 200px;
}
}







#s-de0ee5ed-17f2-406f-bc73-32299aec65b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de0ee5ed-17f2-406f-bc73-32299aec65b1.shg-box.shg-c {
  justify-content: center;
}

#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 60px;
padding-left: 10%;
padding-bottom: 35px;
padding-right: 10%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  padding-top: 25px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
}
}@media (max-width: 767px){#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 35px;
padding-bottom: 60px;
}
}







#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-22dbeda9-adbe-48cc-bf9a-1ae1ab4eda46.shg-box.shg-c {
  justify-content: center;
}

#s-202c5d6d-933f-47d5-bff9-06567b1c90b9 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
background-color: rgba(242, 242, 242, 0);
}

@media (min-width: 0px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 12.5px);
}

[id="s-202c5d6d-933f-47d5-bff9-06567b1c90b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 12.5px);
}

}

#s-741a1e40-fe5e-4842-8bef-b0bb38941875 {
  background-repeat: no-repeat;
background-size: cover;
margin-right: 3%;
min-height: 375px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-741a1e40-fe5e-4842-8bef-b0bb38941875 {
  min-height: 230px;
}
}@media (max-width: 767px){#s-741a1e40-fe5e-4842-8bef-b0bb38941875 {
  margin-right: 0%;
min-height: 200px;
}
}







#s-741a1e40-fe5e-4842-8bef-b0bb38941875 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-741a1e40-fe5e-4842-8bef-b0bb38941875.shg-box.shg-c {
  justify-content: center;
}

#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1afe8cf0-8ebc-4999-9fb8-3962da9c3407.shg-box.shg-c {
  justify-content: center;
}

#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 {
  padding-left: 10%;
padding-bottom: 35px;
padding-right: 0%;
min-height: 50px;
max-width: 85%;
}
@media (min-width: 768px) and (max-width: 991px){#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 {
  padding-bottom: 25px;
max-width: 90%;
}
}@media (max-width: 767px){#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 25px;
max-width: 95%;
}
}







#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-941daff0-13a5-43f5-86eb-ee4b9bbf7092.shg-box.shg-c {
  justify-content: center;
}

#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  margin-left: -75px;
margin-bottom: 0px;
max-width: 70px;
text-align: left;
}
@media (min-width: 1200px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  padding-top: 10px;
padding-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  margin-left: -30%;
max-width: 55px;
}
}@media (max-width: 767px){#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  margin-left: 0px;
margin-bottom: 10px;
max-width: 55px;
}
}
#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c {
  overflow: hidden;
  
  
      max-width: 70px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c img.shogun-image {
    

    
    
    
  }


#s-aa1f53bc-ad7c-4c89-9408-f48efeb3e94c .shogun-image-content {
  
    justify-content: center;
  
}

#s-33359c1a-1341-4f01-9aee-1baa84b53a7e {
  margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: left;
}

#s-33359c1a-1341-4f01-9aee-1baa84b53a7e .shogun-heading-component h2 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a6a56a50-730c-44b2-b877-d6711954b4e9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 45px;
padding-left: 10%;
padding-bottom: 15px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a6a56a50-730c-44b2-b877-d6711954b4e9 {
  padding-left: 3%;
padding-right: 3%;
}
}@media (max-width: 767px){#s-a6a56a50-730c-44b2-b877-d6711954b4e9 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-a6a56a50-730c-44b2-b877-d6711954b4e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6a56a50-730c-44b2-b877-d6711954b4e9.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0183b3db-4e2d-430b-8204-d0fc3c65597f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0183b3db-4e2d-430b-8204-d0fc3c65597f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-0183b3db-4e2d-430b-8204-d0fc3c65597f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-0183b3db-4e2d-430b-8204-d0fc3c65597f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-81fafbcc-1110-435f-be56-cf7962b4a41f {
  box-shadow:1px 1px 25px 1px rgba(242, 242, 242, 1);
margin-left: auto;
padding-top: 35px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 75%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-81fafbcc-1110-435f-be56-cf7962b4a41f {
  margin-right: auto;
padding-top: 15px;
padding-bottom: 10px;
max-width: 100%;
}
}@media (max-width: 767px){#s-81fafbcc-1110-435f-be56-cf7962b4a41f {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0%;
max-width: 100%;
}
}







#s-81fafbcc-1110-435f-be56-cf7962b4a41f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-81fafbcc-1110-435f-be56-cf7962b4a41f.shg-box.shg-c {
  justify-content: center;
}

#s-eea59e8a-b59a-4748-bbe0-6275653c31f1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eea59e8a-b59a-4748-bbe0-6275653c31f1 {
  min-height: 150px;
}
}@media (max-width: 767px){#s-eea59e8a-b59a-4748-bbe0-6275653c31f1 {
  min-height: 150px;
}
}







#s-eea59e8a-b59a-4748-bbe0-6275653c31f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-eea59e8a-b59a-4748-bbe0-6275653c31f1.shg-box.shg-c {
  justify-content: center;
}

#s-8db0c501-306e-469e-a9b3-5011e78ba77c {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-8db0c501-306e-469e-a9b3-5011e78ba77c .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-8db0c501-306e-469e-a9b3-5011e78ba77c .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}
#s-a967e605-3426-4890-a5b5-1badf269ab8e {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-a967e605-3426-4890-a5b5-1badf269ab8e {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-a967e605-3426-4890-a5b5-1badf269ab8e {
  padding-top: 10px;
}
}
#s-d7a56096-3072-4daf-85c2-35095ff69397 {
  box-shadow:1px 1px 25px 1px rgba(242, 242, 242, 1);
margin-left: auto;
padding-top: 35px;
padding-left: 0%;
padding-bottom: 25px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
max-width: 75%;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-d7a56096-3072-4daf-85c2-35095ff69397 {
  margin-left: 0%;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d7a56096-3072-4daf-85c2-35095ff69397 {
  margin-left: 0%;
margin-right: auto;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d7a56096-3072-4daf-85c2-35095ff69397 {
  margin-right: auto;
padding-top: 15px;
padding-bottom: 10px;
max-width: 100%;
}
}@media (max-width: 767px){#s-d7a56096-3072-4daf-85c2-35095ff69397 {
  margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
padding-right: 0%;
max-width: 100%;
}
}







#s-d7a56096-3072-4daf-85c2-35095ff69397 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7a56096-3072-4daf-85c2-35095ff69397.shg-box.shg-c {
  justify-content: center;
}

#s-c0da879e-1488-4a17-b4e4-f1e0d852af77 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 0px;
min-height: 250px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0da879e-1488-4a17-b4e4-f1e0d852af77 {
  min-height: 150px;
}
}@media (max-width: 767px){#s-c0da879e-1488-4a17-b4e4-f1e0d852af77 {
  min-height: 150px;
}
}







#s-c0da879e-1488-4a17-b4e4-f1e0d852af77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c0da879e-1488-4a17-b4e4-f1e0d852af77.shg-box.shg-c {
  justify-content: center;
}

#s-243607ee-efd3-49c7-a370-1c6a06e650e9 {
  margin-top: 30px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}

#s-243607ee-efd3-49c7-a370-1c6a06e650e9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-243607ee-efd3-49c7-a370-1c6a06e650e9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-243607ee-efd3-49c7-a370-1c6a06e650e9 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  letter-spacing: -1px;
  text-align: left;
}


}
#s-d089c57f-a5aa-4620-b5b3-de7e8b23c03e {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-d089c57f-a5aa-4620-b5b3-de7e8b23c03e {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-d089c57f-a5aa-4620-b5b3-de7e8b23c03e {
  padding-top: 10px;
}
}
#s-6e8d8001-8cd0-4c93-ba15-9429903ed663 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-bottom: 0px;
background-position: center center;
}








#s-6e8d8001-8cd0-4c93-ba15-9429903ed663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.8;
  display: block;
}#s-6e8d8001-8cd0-4c93-ba15-9429903ed663.shg-box.shg-c {
  justify-content: center;
}

#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 100px;
background-position: center center;
}
@media (max-width: 767px){#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85 {
  min-height: 80px;
}
}







#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-799f09ec-bf56-4e70-9f93-ac340f3a6e85.shg-box.shg-c {
  justify-content: center;
}

#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 {
  margin-bottom: 0px;
padding-top: 35px;
padding-left: 10%;
padding-bottom: 65px;
padding-right: 10%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 {
  padding-top: 20px;
padding-left: 3%;
padding-bottom: 35px;
padding-right: 3%;
}
}@media (max-width: 767px){#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78e91e22-7e7a-44b3-8e11-33c2dc1f8da6.shg-box.shg-c {
  justify-content: center;
}

#s-8084482c-1059-4fc2-9273-ca56b3f54437 {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 37, 1);
border-style: solid;
text-align: center;
}

#s-8084482c-1059-4fc2-9273-ca56b3f54437 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-8084482c-1059-4fc2-9273-ca56b3f54437 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-8084482c-1059-4fc2-9273-ca56b3f54437 .shogun-heading-component h1 {
  color: rgba(35, 35, 35, 1);
  font-weight:  800 ;
  font-family: "Noto Serif Display";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}


}
#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1em;
  
  text-align: center;
}


@media (min-width: 1200px){#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  text-align: center;
}


}@media (max-width: 767px){#s-84a13555-c1b7-435c-99f7-5dd1f2d6876e .shogun-heading-component h3 {
  color: rgba(35, 35, 35, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1em;
  
  text-align: center;
}


}
#s-e1b439c7-1f5a-43b1-8684-e6e9eefdc6f0 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 55%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e1b439c7-1f5a-43b1-8684-e6e9eefdc6f0 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-e1b439c7-1f5a-43b1-8684-e6e9eefdc6f0 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-e1b439c7-1f5a-43b1-8684-e6e9eefdc6f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 768px) {
[id="s-e1b439c7-1f5a-43b1-8684-e6e9eefdc6f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e1b439c7-1f5a-43b1-8684-e6e9eefdc6f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e1b439c7-1f5a-43b1-8684-e6e9eefdc6f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-8e46a027-fd8f-4856-9188-3a958a90ed59 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-8e46a027-fd8f-4856-9188-3a958a90ed59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8e46a027-fd8f-4856-9188-3a958a90ed59.shg-box.shg-c {
  justify-content: center;
}

#s-2c581bc4-f083-4b97-8432-3e15876147ad {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
}
@media (max-width: 767px){#s-2c581bc4-f083-4b97-8432-3e15876147ad {
  max-width: 55px;
}
}
#s-2c581bc4-f083-4b97-8432-3e15876147ad {
  overflow: hidden;
  
  
      max-width: 70px;
      
      
      
  
}







  #s-2c581bc4-f083-4b97-8432-3e15876147ad img.shogun-image {
    

    
    
    
  }


#s-2c581bc4-f083-4b97-8432-3e15876147ad .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b5018ed-5a31-4964-abc0-e6398aaa2169 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: center;
}

#s-0b5018ed-5a31-4964-abc0-e6398aaa2169 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-0b5018ed-5a31-4964-abc0-e6398aaa2169 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-0b5018ed-5a31-4964-abc0-e6398aaa2169 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-30079945-0203-47b1-81e9-b74ed67da7cd {
  padding-top: 5px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
text-align: center;
}

#s-30079945-0203-47b1-81e9-b74ed67da7cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  
}


@media (min-width: 1200px){#s-30079945-0203-47b1-81e9-b74ed67da7cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 0px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-30079945-0203-47b1-81e9-b74ed67da7cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 0px;
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-30079945-0203-47b1-81e9-b74ed67da7cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 0px;
  
}


}@media (max-width: 767px){#s-30079945-0203-47b1-81e9-b74ed67da7cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 11px;
  
  letter-spacing: 0px;
  
}


}
#s-80db4c96-445b-4133-92bf-e58f38d2de0d {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-80db4c96-445b-4133-92bf-e58f38d2de0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80db4c96-445b-4133-92bf-e58f38d2de0d.shg-box.shg-c {
  justify-content: center;
}

#s-eb2c7047-b610-4fa7-ae8f-97efaf72f103 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
}
@media (max-width: 767px){#s-eb2c7047-b610-4fa7-ae8f-97efaf72f103 {
  max-width: 55px;
}
}
#s-eb2c7047-b610-4fa7-ae8f-97efaf72f103 {
  overflow: hidden;
  
  
      max-width: 70px;
      
      
      
  
}







  #s-eb2c7047-b610-4fa7-ae8f-97efaf72f103 img.shogun-image {
    

    
    
    
  }


#s-eb2c7047-b610-4fa7-ae8f-97efaf72f103 .shogun-image-content {
  
    justify-content: center;
  
}

#s-822f5ad2-f542-4ede-87dc-97d586586d01 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-822f5ad2-f542-4ede-87dc-97d586586d01 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-822f5ad2-f542-4ede-87dc-97d586586d01 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-822f5ad2-f542-4ede-87dc-97d586586d01 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-3a3d6dee-3786-4098-b10a-85eec2646bb6 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-3a3d6dee-3786-4098-b10a-85eec2646bb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3a3d6dee-3786-4098-b10a-85eec2646bb6.shg-box.shg-c {
  justify-content: center;
}

#s-7ccfc11a-94cb-4971-9508-89b841f6db16 {
  margin-left: auto;
margin-right: auto;
max-width: 70px;
text-align: center;
}
@media (max-width: 767px){#s-7ccfc11a-94cb-4971-9508-89b841f6db16 {
  max-width: 55px;
}
}
#s-7ccfc11a-94cb-4971-9508-89b841f6db16 {
  overflow: hidden;
  
  
      max-width: 70px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-7ccfc11a-94cb-4971-9508-89b841f6db16 img.shogun-image {
    

    
    
    
  }


#s-7ccfc11a-94cb-4971-9508-89b841f6db16 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e22f874a-818a-48eb-b96c-26b320b2be3a {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10px;
padding-right: 0%;
text-align: center;
}

#s-e22f874a-818a-48eb-b96c-26b320b2be3a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  
}


@media (min-width: 1200px){#s-e22f874a-818a-48eb-b96c-26b320b2be3a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e22f874a-818a-48eb-b96c-26b320b2be3a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}


}
#s-d886ff85-a849-4959-950e-45bf18f915d2 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 16px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
hover-type: color;
letter-spacing: 1.5px;
}
#s-d886ff85-a849-4959-950e-45bf18f915d2:hover {background-color: rgba(225, 181, 96, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-d886ff85-a849-4959-950e-45bf18f915d2:active {background-color: rgba(189, 163, 74, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}@media (max-width: 767px){#s-d886ff85-a849-4959-950e-45bf18f915d2 {
  display: none;
}
#s-d886ff85-a849-4959-950e-45bf18f915d2, #wrap-s-d886ff85-a849-4959-950e-45bf18f915d2, #wrap-content-s-d886ff85-a849-4959-950e-45bf18f915d2 { display: none !important; }}

  #s-d886ff85-a849-4959-950e-45bf18f915d2-root {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-root {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-root {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-root {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d886ff85-a849-4959-950e-45bf18f915d2-root {
    text-align: center;
  }


#s-d886ff85-a849-4959-950e-45bf18f915d2.shg-btn {
  color: #ffffff;
  font-size: 11px;
  font-weight: 700;
  
  font-family: Work Sans;
  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;
}
