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

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

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

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

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

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

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

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

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

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

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

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

#s-74da536e-b81c-4f99-9c7b-32410d830c16 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-74da536e-b81c-4f99-9c7b-32410d830c16 {
  display: none;
}
#s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-content-s-74da536e-b81c-4f99-9c7b-32410d830c16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74da536e-b81c-4f99-9c7b-32410d830c16 {
  display: none;
}
#s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-content-s-74da536e-b81c-4f99-9c7b-32410d830c16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74da536e-b81c-4f99-9c7b-32410d830c16 {
  display: none;
}
#s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-s-74da536e-b81c-4f99-9c7b-32410d830c16, #wrap-content-s-74da536e-b81c-4f99-9c7b-32410d830c16 { display: none !important; }}







#s-74da536e-b81c-4f99-9c7b-32410d830c16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-74da536e-b81c-4f99-9c7b-32410d830c16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

.shogun-image-content {
  display: flex;
  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-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-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-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-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-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-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-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-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-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  margin: 0 !important;
  overflow: visible;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3-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-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add background color handling */
  
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3.shogun-image {
  box-sizing: border-box;
}



.s-ac1f7f53-9324-42b9-8d71-09b5d42ef3d3 img.shogun-image {
  
}


}
#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 {
  display: none;
}
#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7, #wrap-s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7, #wrap-content-s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 { display: none !important; }}







#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a5c80b2-5707-49d6-8159-01ceeebfcdc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin-left: auto;
margin-right: auto;
max-width: 4400px;
text-align: center;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-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-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-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-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-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-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-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-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  margin: 0 !important;
  overflow: visible;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58-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-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add background color handling */
  
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58.shogun-image {
  box-sizing: border-box;
}



.s-bcdf863c-1821-4dc5-b3bd-a2e66a3c5e58 img.shogun-image {
  
}


}
#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 253, 247, 1);
}
@media (min-width: 1200px){#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 {
  display: none;
}
#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-content-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 {
  display: none;
}
#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-content-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 {
  display: none;
}
#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-content-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 { display: none !important; }}@media (max-width: 767px){#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 {
  display: none;
}
#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69, #wrap-content-s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 { display: none !important; }}







#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-623f38d2-0aaf-4c28-9c4c-c919d1523b69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-ddbe2952-7256-4907-a8ec-7e6343c240cd {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 180px;
padding-right: 180px;
}

@media (min-width: 0px) {
[id="s-ddbe2952-7256-4907-a8ec-7e6343c240cd"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ddbe2952-7256-4907-a8ec-7e6343c240cd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ddbe2952-7256-4907-a8ec-7e6343c240cd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ddbe2952-7256-4907-a8ec-7e6343c240cd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cdc978d2-73f2-459e-9a8f-caedb592d40f {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-cdc978d2-73f2-459e-9a8f-caedb592d40f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cdc978d2-73f2-459e-9a8f-caedb592d40f {
  cursor: pointer;
}#s-cdc978d2-73f2-459e-9a8f-caedb592d40f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  margin: 0 !important;
  overflow: visible;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf-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-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add background color handling */
  
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image {
  box-sizing: border-box;
}



.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  
}


@media (min-width: 1200px){#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  margin: 0 !important;
  overflow: visible;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf-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-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add background color handling */
  
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image {
  box-sizing: border-box;
}



.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  margin: 0 !important;
  overflow: visible;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf-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-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add background color handling */
  
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image {
  box-sizing: border-box;
}



.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  margin: 0 !important;
  overflow: visible;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf-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-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add background color handling */
  
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image {
  box-sizing: border-box;
}



.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  
}


}@media (max-width: 767px){#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  margin: 0 !important;
  overflow: visible;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf-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-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-562d6c42-f17d-48e6-bf0c-7aa46a923faf {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add background color handling */
  
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf .shogun-image-content {
  
    justify-content: center;
  
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562d6c42-f17d-48e6-bf0c-7aa46a923faf.shogun-image {
  box-sizing: border-box;
}



.s-562d6c42-f17d-48e6-bf0c-7aa46a923faf img.shogun-image {
  
}


}
.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: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  text-transform: none;
  font-weight: 600;
  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-79d33711-47c9-4ce6-82b8-7b78339b3c67 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-79d33711-47c9-4ce6-82b8-7b78339b3c67 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



.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: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  font-weight: 600;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 500;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(63, 56, 125, 1);
  font-family: "Figtree";
}

.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: rgba(119, 73, 157, 1);
  font-family: "Fraunces";
  font-weight: 600;
}

.shg-theme-text-content p {
  color: rgba(63, 56, 125, 1);
  font-family: "Figtree";
  font-weight: 500;
}

#s-8db81e07-5115-4b0e-a5b6-d44c015ceedb {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-0c2e8418-b858-42f1-90f3-bf3b9e1c69e6 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-0c2e8418-b858-42f1-90f3-bf3b9e1c69e6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0c2e8418-b858-42f1-90f3-bf3b9e1c69e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c2e8418-b858-42f1-90f3-bf3b9e1c69e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c2e8418-b858-42f1-90f3-bf3b9e1c69e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598-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-5d894f57-0cf8-4b30-98ce-c56528291598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d894f57-0cf8-4b30-98ce-c56528291598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image {
  box-sizing: border-box;
}



.s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598-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-5d894f57-0cf8-4b30-98ce-c56528291598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d894f57-0cf8-4b30-98ce-c56528291598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image {
  box-sizing: border-box;
}



.s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598-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-5d894f57-0cf8-4b30-98ce-c56528291598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d894f57-0cf8-4b30-98ce-c56528291598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image {
  box-sizing: border-box;
}



.s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598-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-5d894f57-0cf8-4b30-98ce-c56528291598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d894f57-0cf8-4b30-98ce-c56528291598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image {
  box-sizing: border-box;
}



.s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  margin: 0 !important;
  overflow: visible;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598-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-5d894f57-0cf8-4b30-98ce-c56528291598 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5d894f57-0cf8-4b30-98ce-c56528291598 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add background color handling */
  
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5d894f57-0cf8-4b30-98ce-c56528291598 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d894f57-0cf8-4b30-98ce-c56528291598.shogun-image {
  box-sizing: border-box;
}



.s-5d894f57-0cf8-4b30-98ce-c56528291598 img.shogun-image {
  
}


}
.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: 500;
  font-family: "Figtree";
}

.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-c9426bd7-86bd-4caa-b347-bcf4b2c37670 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9426bd7-86bd-4caa-b347-bcf4b2c37670:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9426bd7-86bd-4caa-b347-bcf4b2c37670:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9426bd7-86bd-4caa-b347-bcf4b2c37670-root {
    text-align: right;
  }


#s-c9426bd7-86bd-4caa-b347-bcf4b2c37670.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9426bd7-86bd-4caa-b347-bcf4b2c37670-root {
    text-align: right;
  }


#s-c9426bd7-86bd-4caa-b347-bcf4b2c37670.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9426bd7-86bd-4caa-b347-bcf4b2c37670-root {
    text-align: right;
  }


#s-c9426bd7-86bd-4caa-b347-bcf4b2c37670.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9426bd7-86bd-4caa-b347-bcf4b2c37670-root {
    text-align: right;
  }


#s-c9426bd7-86bd-4caa-b347-bcf4b2c37670.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9426bd7-86bd-4caa-b347-bcf4b2c37670-root {
    text-align: right;
  }


#s-c9426bd7-86bd-4caa-b347-bcf4b2c37670.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-4e130ca7-2638-4aad-bf43-7d9105052929 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-4e130ca7-2638-4aad-bf43-7d9105052929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4e130ca7-2638-4aad-bf43-7d9105052929 {
  cursor: pointer;
}#s-4e130ca7-2638-4aad-bf43-7d9105052929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  margin: 0 !important;
  overflow: visible;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727-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-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add background color handling */
  
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image {
  box-sizing: border-box;
}



.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  
}


@media (min-width: 1200px){#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  margin: 0 !important;
  overflow: visible;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727-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-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add background color handling */
  
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image {
  box-sizing: border-box;
}



.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  margin: 0 !important;
  overflow: visible;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727-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-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add background color handling */
  
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image {
  box-sizing: border-box;
}



.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  margin: 0 !important;
  overflow: visible;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727-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-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add background color handling */
  
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image {
  box-sizing: border-box;
}



.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  
}


}@media (max-width: 767px){#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  margin: 0 !important;
  overflow: visible;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727-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-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b69e87a9-5244-4f1f-9d70-fd6f81149727 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add background color handling */
  
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b69e87a9-5244-4f1f-9d70-fd6f81149727.shogun-image {
  box-sizing: border-box;
}



.s-b69e87a9-5244-4f1f-9d70-fd6f81149727 img.shogun-image {
  
}


}
#s-df7b6c93-ff00-47c2-b396-0467f8a01dbf {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-df7b6c93-ff00-47c2-b396-0467f8a01dbf .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-1bd206af-838d-4fe1-ae78-14119086bf6d {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-88d79bbe-6814-44a1-b53a-8daa10d31116 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-88d79bbe-6814-44a1-b53a-8daa10d31116"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-88d79bbe-6814-44a1-b53a-8daa10d31116"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88d79bbe-6814-44a1-b53a-8daa10d31116"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88d79bbe-6814-44a1-b53a-8daa10d31116"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  margin: 0 !important;
  overflow: visible;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c-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-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add background color handling */
  
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image {
  box-sizing: border-box;
}



.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  
}


@media (min-width: 1200px){#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  margin: 0 !important;
  overflow: visible;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c-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-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add background color handling */
  
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image {
  box-sizing: border-box;
}



.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  margin: 0 !important;
  overflow: visible;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c-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-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add background color handling */
  
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image {
  box-sizing: border-box;
}



.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  margin: 0 !important;
  overflow: visible;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c-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-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add background color handling */
  
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image {
  box-sizing: border-box;
}



.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  
}


}@media (max-width: 767px){#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  margin: 0 !important;
  overflow: visible;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c-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-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add background color handling */
  
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c .shogun-image-content {
  
    justify-content: center;
  
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c.shogun-image {
  box-sizing: border-box;
}



.s-2434b3ad-a4e0-45a8-84c9-e96992e1c02c img.shogun-image {
  
}


}
#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 246, 191, 1);
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6-root {
    text-align: right;
  }


#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6-root {
    text-align: right;
  }


#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6-root {
    text-align: right;
  }


#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6-root {
    text-align: right;
  }


#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6-root {
    text-align: right;
  }


#s-64aefdc9-5a24-4f3d-9cd7-453f8af04dd6.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-2c6dec1b-684d-41ed-a8be-240ccd6b1a4c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(224, 213, 235, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2c6dec1b-684d-41ed-a8be-240ccd6b1a4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2c6dec1b-684d-41ed-a8be-240ccd6b1a4c {
  cursor: pointer;
}#s-2c6dec1b-684d-41ed-a8be-240ccd6b1a4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077-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-5cee7564-6e08-453a-97bd-4659ccc02077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-5cee7564-6e08-453a-97bd-4659ccc02077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image {
  box-sizing: border-box;
}



.s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  
}


@media (min-width: 1200px){#s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077-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-5cee7564-6e08-453a-97bd-4659ccc02077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cee7564-6e08-453a-97bd-4659ccc02077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image {
  box-sizing: border-box;
}



.s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077-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-5cee7564-6e08-453a-97bd-4659ccc02077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cee7564-6e08-453a-97bd-4659ccc02077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image {
  box-sizing: border-box;
}



.s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077-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-5cee7564-6e08-453a-97bd-4659ccc02077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cee7564-6e08-453a-97bd-4659ccc02077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image {
  box-sizing: border-box;
}



.s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  
}


}@media (max-width: 767px){#s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  margin: 0 !important;
  overflow: visible;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077-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-5cee7564-6e08-453a-97bd-4659ccc02077 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5cee7564-6e08-453a-97bd-4659ccc02077 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add background color handling */
  
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-5cee7564-6e08-453a-97bd-4659ccc02077 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5cee7564-6e08-453a-97bd-4659ccc02077.shogun-image {
  box-sizing: border-box;
}



.s-5cee7564-6e08-453a-97bd-4659ccc02077 img.shogun-image {
  
}


}
#s-77270f2a-206c-4b0e-94f9-96f93fe0645e {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-77270f2a-206c-4b0e-94f9-96f93fe0645e .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-8fc8553b-281c-41fa-8f43-05620f03a226 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-d5ba73af-7998-4030-9f7a-0110b04edcb1 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-d5ba73af-7998-4030-9f7a-0110b04edcb1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d5ba73af-7998-4030-9f7a-0110b04edcb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d5ba73af-7998-4030-9f7a-0110b04edcb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5ba73af-7998-4030-9f7a-0110b04edcb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145-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-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image {
  box-sizing: border-box;
}



.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  
}


@media (min-width: 1200px){#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145-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-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image {
  box-sizing: border-box;
}



.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145-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-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image {
  box-sizing: border-box;
}



.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145-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-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image {
  box-sizing: border-box;
}



.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  
}


}@media (max-width: 767px){#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  margin: 0 !important;
  overflow: visible;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145-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-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ed3c0703-6f71-44a9-85de-0a3b6a834145 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add background color handling */
  
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed3c0703-6f71-44a9-85de-0a3b6a834145.shogun-image {
  box-sizing: border-box;
}



.s-ed3c0703-6f71-44a9-85de-0a3b6a834145 img.shogun-image {
  
}


}
#s-5e500923-941a-4b54-b0a4-4f41ad27da90 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5e500923-941a-4b54-b0a4-4f41ad27da90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e500923-941a-4b54-b0a4-4f41ad27da90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e500923-941a-4b54-b0a4-4f41ad27da90-root {
    text-align: right;
  }


#s-5e500923-941a-4b54-b0a4-4f41ad27da90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e500923-941a-4b54-b0a4-4f41ad27da90-root {
    text-align: right;
  }


#s-5e500923-941a-4b54-b0a4-4f41ad27da90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e500923-941a-4b54-b0a4-4f41ad27da90-root {
    text-align: right;
  }


#s-5e500923-941a-4b54-b0a4-4f41ad27da90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e500923-941a-4b54-b0a4-4f41ad27da90-root {
    text-align: right;
  }


#s-5e500923-941a-4b54-b0a4-4f41ad27da90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e500923-941a-4b54-b0a4-4f41ad27da90-root {
    text-align: right;
  }


#s-5e500923-941a-4b54-b0a4-4f41ad27da90.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  margin: 0 !important;
  overflow: visible;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803-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-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add background color handling */
  
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image {
  box-sizing: border-box;
}



.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  
}


@media (min-width: 1200px){#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  margin: 0 !important;
  overflow: visible;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803-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-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add background color handling */
  
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image {
  box-sizing: border-box;
}



.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  margin: 0 !important;
  overflow: visible;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803-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-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add background color handling */
  
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image {
  box-sizing: border-box;
}



.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  margin: 0 !important;
  overflow: visible;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803-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-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add background color handling */
  
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image {
  box-sizing: border-box;
}



.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  
}


}@media (max-width: 767px){#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  margin: 0 !important;
  overflow: visible;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803-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-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add background color handling */
  
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 .shogun-image-content {
  
    justify-content: center;
  
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shg-align-container {
  display: flex;
  justify-content: center
}

.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-964394cc-62fd-4ee1-becc-7e3b2f0e9803.shogun-image {
  box-sizing: border-box;
}



.s-964394cc-62fd-4ee1-becc-7e3b2f0e9803 img.shogun-image {
  
}


}
#s-57aa5127-b82f-4edd-9f93-7b7f2858f2c5 {
  margin-top: 21px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 180px;
padding-right: 180px;
}

@media (min-width: 0px) {
[id="s-57aa5127-b82f-4edd-9f93-7b7f2858f2c5"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-57aa5127-b82f-4edd-9f93-7b7f2858f2c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57aa5127-b82f-4edd-9f93-7b7f2858f2c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57aa5127-b82f-4edd-9f93-7b7f2858f2c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9849c0b3-0701-4331-8213-7c5d5e37ba3c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9849c0b3-0701-4331-8213-7c5d5e37ba3c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9849c0b3-0701-4331-8213-7c5d5e37ba3c {
  cursor: pointer;
}#s-9849c0b3-0701-4331-8213-7c5d5e37ba3c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa-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-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-d3b912fb-1150-4ee3-92ca-fb4469657baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image {
  box-sizing: border-box;
}



.s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  
}


@media (min-width: 1200px){#s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa-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-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3b912fb-1150-4ee3-92ca-fb4469657baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image {
  box-sizing: border-box;
}



.s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa-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-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3b912fb-1150-4ee3-92ca-fb4469657baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image {
  box-sizing: border-box;
}



.s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa-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-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3b912fb-1150-4ee3-92ca-fb4469657baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image {
  box-sizing: border-box;
}



.s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  
}


}@media (max-width: 767px){#s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  margin: 0 !important;
  overflow: visible;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa-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-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d3b912fb-1150-4ee3-92ca-fb4469657baa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add background color handling */
  
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d3b912fb-1150-4ee3-92ca-fb4469657baa .shogun-image-content {
  
    justify-content: center;
  
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3b912fb-1150-4ee3-92ca-fb4469657baa.shogun-image {
  box-sizing: border-box;
}



.s-d3b912fb-1150-4ee3-92ca-fb4469657baa img.shogun-image {
  
}


}
#s-94709598-71be-4502-8ad2-e49903a6a9f3 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-94709598-71be-4502-8ad2-e49903a6a9f3 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-ab6f847e-92e6-437b-a59a-2ab9c3948d2b {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-88fc3779-1ab3-40e8-89a5-bb6ad8785138 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-88fc3779-1ab3-40e8-89a5-bb6ad8785138"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-88fc3779-1ab3-40e8-89a5-bb6ad8785138"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88fc3779-1ab3-40e8-89a5-bb6ad8785138"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88fc3779-1ab3-40e8-89a5-bb6ad8785138"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  margin: 0 !important;
  overflow: visible;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886-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-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add background color handling */
  
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1951c247-5bb0-49d6-bb9f-5754597a2886 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image {
  box-sizing: border-box;
}



.s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  margin: 0 !important;
  overflow: visible;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886-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-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add background color handling */
  
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1951c247-5bb0-49d6-bb9f-5754597a2886 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image {
  box-sizing: border-box;
}



.s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  margin: 0 !important;
  overflow: visible;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886-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-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add background color handling */
  
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1951c247-5bb0-49d6-bb9f-5754597a2886 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image {
  box-sizing: border-box;
}



.s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  margin: 0 !important;
  overflow: visible;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886-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-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add background color handling */
  
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1951c247-5bb0-49d6-bb9f-5754597a2886 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image {
  box-sizing: border-box;
}



.s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  margin: 0 !important;
  overflow: visible;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886-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-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1951c247-5bb0-49d6-bb9f-5754597a2886 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add background color handling */
  
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1951c247-5bb0-49d6-bb9f-5754597a2886 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1951c247-5bb0-49d6-bb9f-5754597a2886.shogun-image {
  box-sizing: border-box;
}



.s-1951c247-5bb0-49d6-bb9f-5754597a2886 img.shogun-image {
  
}


}
#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b223905-d988-4e21-bfa5-91e82f7f6f7b-root {
    text-align: right;
  }


#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b223905-d988-4e21-bfa5-91e82f7f6f7b-root {
    text-align: right;
  }


#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b223905-d988-4e21-bfa5-91e82f7f6f7b-root {
    text-align: right;
  }


#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b223905-d988-4e21-bfa5-91e82f7f6f7b-root {
    text-align: right;
  }


#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b223905-d988-4e21-bfa5-91e82f7f6f7b-root {
    text-align: right;
  }


#s-4b223905-d988-4e21-bfa5-91e82f7f6f7b.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-6e398a77-15a7-4a8b-886d-8ece6c5685cd {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6e398a77-15a7-4a8b-886d-8ece6c5685cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6e398a77-15a7-4a8b-886d-8ece6c5685cd {
  cursor: pointer;
}#s-6e398a77-15a7-4a8b-886d-8ece6c5685cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867-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-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image {
  box-sizing: border-box;
}



.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  
}


@media (min-width: 1200px){#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867-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-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image {
  box-sizing: border-box;
}



.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867-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-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image {
  box-sizing: border-box;
}



.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867-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-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image {
  box-sizing: border-box;
}



.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  
}


}@media (max-width: 767px){#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  margin: 0 !important;
  overflow: visible;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867-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-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6e7be9d2-851c-4c60-9ac3-4973f8412867 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add background color handling */
  
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6e7be9d2-851c-4c60-9ac3-4973f8412867.shogun-image {
  box-sizing: border-box;
}



.s-6e7be9d2-851c-4c60-9ac3-4973f8412867 img.shogun-image {
  
}


}
#s-6d3c9cdc-dd55-4f77-a00c-b8c8cc285197 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6d3c9cdc-dd55-4f77-a00c-b8c8cc285197 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-cbd194b3-706c-4384-9b11-240e6e19f61f {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-817bb2b2-817e-462c-95f4-fbf65b0f4cec {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-817bb2b2-817e-462c-95f4-fbf65b0f4cec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-817bb2b2-817e-462c-95f4-fbf65b0f4cec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-817bb2b2-817e-462c-95f4-fbf65b0f4cec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-817bb2b2-817e-462c-95f4-fbf65b0f4cec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc-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-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image {
  box-sizing: border-box;
}



.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  
}


@media (min-width: 1200px){#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc-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-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image {
  box-sizing: border-box;
}



.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc-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-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image {
  box-sizing: border-box;
}



.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc-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-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image {
  box-sizing: border-box;
}



.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  
}


}@media (max-width: 767px){#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  margin: 0 !important;
  overflow: visible;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc-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-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add background color handling */
  
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc .shogun-image-content {
  
    justify-content: center;
  
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc.shogun-image {
  box-sizing: border-box;
}



.s-bcb0b69c-9c2f-427f-9b17-9378f2b674cc img.shogun-image {
  
}


}
#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3f40a7d-8709-476d-b6d8-5fc29dacde24-root {
    text-align: right;
  }


#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d3f40a7d-8709-476d-b6d8-5fc29dacde24-root {
    text-align: right;
  }


#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3f40a7d-8709-476d-b6d8-5fc29dacde24-root {
    text-align: right;
  }


#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3f40a7d-8709-476d-b6d8-5fc29dacde24-root {
    text-align: right;
  }


#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d3f40a7d-8709-476d-b6d8-5fc29dacde24-root {
    text-align: right;
  }


#s-d3f40a7d-8709-476d-b6d8-5fc29dacde24.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-05cb3bc7-0c93-41d3-a58f-e2d53363ca39 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-05cb3bc7-0c93-41d3-a58f-e2d53363ca39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05cb3bc7-0c93-41d3-a58f-e2d53363ca39 {
  cursor: pointer;
}#s-05cb3bc7-0c93-41d3-a58f-e2d53363ca39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  margin: 0 !important;
  overflow: visible;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800-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-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add background color handling */
  
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-a78dcf36-083b-46e1-bbe4-95e869d58800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image {
  box-sizing: border-box;
}



.s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  margin: 0 !important;
  overflow: visible;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800-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-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add background color handling */
  
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a78dcf36-083b-46e1-bbe4-95e869d58800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image {
  box-sizing: border-box;
}



.s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  margin: 0 !important;
  overflow: visible;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800-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-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add background color handling */
  
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a78dcf36-083b-46e1-bbe4-95e869d58800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image {
  box-sizing: border-box;
}



.s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  margin: 0 !important;
  overflow: visible;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800-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-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add background color handling */
  
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a78dcf36-083b-46e1-bbe4-95e869d58800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image {
  box-sizing: border-box;
}



.s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  margin: 0 !important;
  overflow: visible;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800-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-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a78dcf36-083b-46e1-bbe4-95e869d58800 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add background color handling */
  
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a78dcf36-083b-46e1-bbe4-95e869d58800 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a78dcf36-083b-46e1-bbe4-95e869d58800.shogun-image {
  box-sizing: border-box;
}



.s-a78dcf36-083b-46e1-bbe4-95e869d58800 img.shogun-image {
  
}


}
#s-b2942531-7828-422b-8262-3a7b738cbbdb {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2942531-7828-422b-8262-3a7b738cbbdb .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-99e734d9-c686-4030-8585-dd8e7f6c14bd {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-627eeac8-6323-4a37-b54a-5b3a3494b9f8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-627eeac8-6323-4a37-b54a-5b3a3494b9f8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-627eeac8-6323-4a37-b54a-5b3a3494b9f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-627eeac8-6323-4a37-b54a-5b3a3494b9f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-627eeac8-6323-4a37-b54a-5b3a3494b9f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c-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-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image {
  box-sizing: border-box;
}



.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  
}


@media (min-width: 1200px){#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c-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-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image {
  box-sizing: border-box;
}



.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c-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-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image {
  box-sizing: border-box;
}



.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c-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-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image {
  box-sizing: border-box;
}



.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  
}


}@media (max-width: 767px){#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  margin: 0 !important;
  overflow: visible;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c-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-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add background color handling */
  
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c.shogun-image {
  box-sizing: border-box;
}



.s-d60f22b7-1e7d-4ca4-b53b-cd981c918b4c img.shogun-image {
  
}


}
#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ad27f82-3d0b-4a6d-a272-e606b2d91794-root {
    text-align: right;
  }


#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3ad27f82-3d0b-4a6d-a272-e606b2d91794-root {
    text-align: right;
  }


#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3ad27f82-3d0b-4a6d-a272-e606b2d91794-root {
    text-align: right;
  }


#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3ad27f82-3d0b-4a6d-a272-e606b2d91794-root {
    text-align: right;
  }


#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3ad27f82-3d0b-4a6d-a272-e606b2d91794-root {
    text-align: right;
  }


#s-3ad27f82-3d0b-4a6d-a272-e606b2d91794.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-9c4e2ac5-81e5-40e5-bfbe-00e58a8c8115 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9c4e2ac5-81e5-40e5-bfbe-00e58a8c8115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9c4e2ac5-81e5-40e5-bfbe-00e58a8c8115 {
  cursor: pointer;
}#s-9c4e2ac5-81e5-40e5-bfbe-00e58a8c8115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a-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-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image {
  box-sizing: border-box;
}



.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  
}


@media (min-width: 1200px){#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a-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-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image {
  box-sizing: border-box;
}



.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a-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-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image {
  box-sizing: border-box;
}



.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a-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-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image {
  box-sizing: border-box;
}



.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  
}


}@media (max-width: 767px){#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  margin: 0 !important;
  overflow: visible;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a-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-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add background color handling */
  
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a .shogun-image-content {
  
    justify-content: center;
  
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a.shogun-image {
  box-sizing: border-box;
}



.s-f3acc9fb-a495-4f91-ad20-8d5bab3a748a img.shogun-image {
  
}


}
#s-c87b8542-4a77-4338-b2c9-d42047a4abce {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c87b8542-4a77-4338-b2c9-d42047a4abce .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.2em;
  
  
}



#s-37454023-5949-422e-b72a-3f42fc4e6f4a {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-13c00425-1786-4907-88f1-14b157dd2dae {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-13c00425-1786-4907-88f1-14b157dd2dae"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-13c00425-1786-4907-88f1-14b157dd2dae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-13c00425-1786-4907-88f1-14b157dd2dae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c00425-1786-4907-88f1-14b157dd2dae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 100px;
text-align: left;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  margin: 0 !important;
  overflow: visible;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164-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-783ef47b-4087-404f-a2ed-c5c9951be164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add background color handling */
  
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-783ef47b-4087-404f-a2ed-c5c9951be164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image {
  box-sizing: border-box;
}



.s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  
}


@media (min-width: 1200px){#s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  margin: 0 !important;
  overflow: visible;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164-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-783ef47b-4087-404f-a2ed-c5c9951be164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add background color handling */
  
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-783ef47b-4087-404f-a2ed-c5c9951be164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image {
  box-sizing: border-box;
}



.s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  margin: 0 !important;
  overflow: visible;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164-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-783ef47b-4087-404f-a2ed-c5c9951be164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add background color handling */
  
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-783ef47b-4087-404f-a2ed-c5c9951be164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image {
  box-sizing: border-box;
}



.s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  margin: 0 !important;
  overflow: visible;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164-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-783ef47b-4087-404f-a2ed-c5c9951be164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add background color handling */
  
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-783ef47b-4087-404f-a2ed-c5c9951be164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image {
  box-sizing: border-box;
}



.s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  
}


}@media (max-width: 767px){#s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  margin: 0 !important;
  overflow: visible;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164-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-783ef47b-4087-404f-a2ed-c5c9951be164 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-783ef47b-4087-404f-a2ed-c5c9951be164 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add background color handling */
  
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-783ef47b-4087-404f-a2ed-c5c9951be164 .shogun-image-content {
  
    justify-content: center;
  
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-783ef47b-4087-404f-a2ed-c5c9951be164.shogun-image {
  box-sizing: border-box;
}



.s-783ef47b-4087-404f-a2ed-c5c9951be164 img.shogun-image {
  
}


}
#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de-root {
    text-align: right;
  }


#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de-root {
    text-align: right;
  }


#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de-root {
    text-align: right;
  }


#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de-root {
    text-align: right;
  }


#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de-root {
    text-align: right;
  }


#s-f991b48d-7fbb-4aed-a3c1-b0e89bfc58de.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(255, 253, 247, 1);
}
@media (min-width: 1200px){#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a {
  display: none;
}
#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-content-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a {
  display: none;
}
#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-content-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a {
  display: none;
}
#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-content-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a { display: none !important; }}@media (max-width: 767px){#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a {
  display: none;
}
#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a, #wrap-content-s-350e58cb-9642-4a3b-bdf2-747101a5ff2a { display: none !important; }}







#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-350e58cb-9642-4a3b-bdf2-747101a5ff2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f74db20b-b589-40d0-99fd-9c4fb4b61dc0 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-f74db20b-b589-40d0-99fd-9c4fb4b61dc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-f74db20b-b589-40d0-99fd-9c4fb4b61dc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-f74db20b-b589-40d0-99fd-9c4fb4b61dc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-f74db20b-b589-40d0-99fd-9c4fb4b61dc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-e1feeee9-b38c-412a-909d-595557c66e0b {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e1feeee9-b38c-412a-909d-595557c66e0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1feeee9-b38c-412a-909d-595557c66e0b {
  cursor: pointer;
}#s-e1feeee9-b38c-412a-909d-595557c66e0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  margin: 0 !important;
  overflow: visible;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e-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-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add background color handling */
  
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-ec43f199-905a-4f9a-bec7-906e4276dc7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image {
  box-sizing: border-box;
}



.s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  
}


@media (min-width: 1200px){#s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  margin: 0 !important;
  overflow: visible;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e-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-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add background color handling */
  
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec43f199-905a-4f9a-bec7-906e4276dc7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image {
  box-sizing: border-box;
}



.s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  margin: 0 !important;
  overflow: visible;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e-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-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add background color handling */
  
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec43f199-905a-4f9a-bec7-906e4276dc7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image {
  box-sizing: border-box;
}



.s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  margin: 0 !important;
  overflow: visible;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e-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-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add background color handling */
  
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec43f199-905a-4f9a-bec7-906e4276dc7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image {
  box-sizing: border-box;
}



.s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  
}


}@media (max-width: 767px){#s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  margin: 0 !important;
  overflow: visible;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e-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-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ec43f199-905a-4f9a-bec7-906e4276dc7e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add background color handling */
  
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ec43f199-905a-4f9a-bec7-906e4276dc7e .shogun-image-content {
  
    justify-content: center;
  
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ec43f199-905a-4f9a-bec7-906e4276dc7e.shogun-image {
  box-sizing: border-box;
}



.s-ec43f199-905a-4f9a-bec7-906e4276dc7e img.shogun-image {
  
}


}
#s-05352037-6b6c-484f-8ab9-17120058fca7 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05352037-6b6c-484f-8ab9-17120058fca7 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-ce6e2416-cf0a-420f-86c9-f5a6c9d4e8bc {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-ce6e2416-cf0a-420f-86c9-f5a6c9d4e8bc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ce6e2416-cf0a-420f-86c9-f5a6c9d4e8bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce6e2416-cf0a-420f-86c9-f5a6c9d4e8bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce6e2416-cf0a-420f-86c9-f5a6c9d4e8bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  margin: 0 !important;
  overflow: visible;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677-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-669a5020-8b8b-41af-9b07-6b116e40f677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add background color handling */
  
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-669a5020-8b8b-41af-9b07-6b116e40f677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image {
  box-sizing: border-box;
}



.s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  
}


@media (min-width: 1200px){#s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  margin: 0 !important;
  overflow: visible;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677-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-669a5020-8b8b-41af-9b07-6b116e40f677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add background color handling */
  
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-669a5020-8b8b-41af-9b07-6b116e40f677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image {
  box-sizing: border-box;
}



.s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  margin: 0 !important;
  overflow: visible;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677-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-669a5020-8b8b-41af-9b07-6b116e40f677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add background color handling */
  
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-669a5020-8b8b-41af-9b07-6b116e40f677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image {
  box-sizing: border-box;
}



.s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  margin: 0 !important;
  overflow: visible;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677-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-669a5020-8b8b-41af-9b07-6b116e40f677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add background color handling */
  
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-669a5020-8b8b-41af-9b07-6b116e40f677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image {
  box-sizing: border-box;
}



.s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  
}


}@media (max-width: 767px){#s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  margin: 0 !important;
  overflow: visible;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677-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-669a5020-8b8b-41af-9b07-6b116e40f677 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-669a5020-8b8b-41af-9b07-6b116e40f677 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add background color handling */
  
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-669a5020-8b8b-41af-9b07-6b116e40f677 .shogun-image-content {
  
    justify-content: center;
  
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-669a5020-8b8b-41af-9b07-6b116e40f677.shogun-image {
  box-sizing: border-box;
}



.s-669a5020-8b8b-41af-9b07-6b116e40f677 img.shogun-image {
  
}


}
#s-69c49cdf-296c-4f34-91f3-aeb32378f335 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-69c49cdf-296c-4f34-91f3-aeb32378f335:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-69c49cdf-296c-4f34-91f3-aeb32378f335:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-69c49cdf-296c-4f34-91f3-aeb32378f335-root {
    text-align: right;
  }


#s-69c49cdf-296c-4f34-91f3-aeb32378f335.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-69c49cdf-296c-4f34-91f3-aeb32378f335-root {
    text-align: right;
  }


#s-69c49cdf-296c-4f34-91f3-aeb32378f335.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-69c49cdf-296c-4f34-91f3-aeb32378f335-root {
    text-align: right;
  }


#s-69c49cdf-296c-4f34-91f3-aeb32378f335.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-69c49cdf-296c-4f34-91f3-aeb32378f335-root {
    text-align: right;
  }


#s-69c49cdf-296c-4f34-91f3-aeb32378f335.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-69c49cdf-296c-4f34-91f3-aeb32378f335-root {
    text-align: right;
  }


#s-69c49cdf-296c-4f34-91f3-aeb32378f335.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-f177e5b7-f528-49de-8113-cb6454a56a66 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f177e5b7-f528-49de-8113-cb6454a56a66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f177e5b7-f528-49de-8113-cb6454a56a66 {
  cursor: pointer;
}#s-f177e5b7-f528-49de-8113-cb6454a56a66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  margin: 0 !important;
  overflow: visible;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b-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-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add background color handling */
  
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-e22ff8cd-597e-4698-b0bf-e098f661c07b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image {
  box-sizing: border-box;
}



.s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  
}


@media (min-width: 1200px){#s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  margin: 0 !important;
  overflow: visible;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b-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-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add background color handling */
  
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e22ff8cd-597e-4698-b0bf-e098f661c07b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image {
  box-sizing: border-box;
}



.s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  margin: 0 !important;
  overflow: visible;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b-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-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add background color handling */
  
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e22ff8cd-597e-4698-b0bf-e098f661c07b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image {
  box-sizing: border-box;
}



.s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  margin: 0 !important;
  overflow: visible;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b-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-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add background color handling */
  
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e22ff8cd-597e-4698-b0bf-e098f661c07b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image {
  box-sizing: border-box;
}



.s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  
}


}@media (max-width: 767px){#s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  margin: 0 !important;
  overflow: visible;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b-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-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e22ff8cd-597e-4698-b0bf-e098f661c07b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add background color handling */
  
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e22ff8cd-597e-4698-b0bf-e098f661c07b .shogun-image-content {
  
    justify-content: center;
  
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e22ff8cd-597e-4698-b0bf-e098f661c07b.shogun-image {
  box-sizing: border-box;
}



.s-e22ff8cd-597e-4698-b0bf-e098f661c07b img.shogun-image {
  
}


}
#s-1b2cf4a8-be1f-47eb-8beb-9bb8f1174e6d {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1b2cf4a8-be1f-47eb-8beb-9bb8f1174e6d .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-19cff5a2-cc82-478b-abb5-5df003c36555 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-19cff5a2-cc82-478b-abb5-5df003c36555"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-19cff5a2-cc82-478b-abb5-5df003c36555"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19cff5a2-cc82-478b-abb5-5df003c36555"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19cff5a2-cc82-478b-abb5-5df003c36555"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  margin: 0 !important;
  overflow: visible;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d-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-1915c149-8597-43c3-b4c7-649b496bbe6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add background color handling */
  
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1915c149-8597-43c3-b4c7-649b496bbe6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image {
  box-sizing: border-box;
}



.s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  
}


@media (min-width: 1200px){#s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  margin: 0 !important;
  overflow: visible;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d-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-1915c149-8597-43c3-b4c7-649b496bbe6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add background color handling */
  
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1915c149-8597-43c3-b4c7-649b496bbe6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image {
  box-sizing: border-box;
}



.s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  margin: 0 !important;
  overflow: visible;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d-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-1915c149-8597-43c3-b4c7-649b496bbe6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add background color handling */
  
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1915c149-8597-43c3-b4c7-649b496bbe6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image {
  box-sizing: border-box;
}



.s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  margin: 0 !important;
  overflow: visible;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d-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-1915c149-8597-43c3-b4c7-649b496bbe6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add background color handling */
  
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1915c149-8597-43c3-b4c7-649b496bbe6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image {
  box-sizing: border-box;
}



.s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  
}


}@media (max-width: 767px){#s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  margin: 0 !important;
  overflow: visible;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d-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-1915c149-8597-43c3-b4c7-649b496bbe6d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1915c149-8597-43c3-b4c7-649b496bbe6d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add background color handling */
  
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1915c149-8597-43c3-b4c7-649b496bbe6d .shogun-image-content {
  
    justify-content: center;
  
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1915c149-8597-43c3-b4c7-649b496bbe6d.shogun-image {
  box-sizing: border-box;
}



.s-1915c149-8597-43c3-b4c7-649b496bbe6d img.shogun-image {
  
}


}
#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c56c317d-ec81-4c90-ac7e-e30457a7d06a-root {
    text-align: right;
  }


#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c56c317d-ec81-4c90-ac7e-e30457a7d06a-root {
    text-align: right;
  }


#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c56c317d-ec81-4c90-ac7e-e30457a7d06a-root {
    text-align: right;
  }


#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c56c317d-ec81-4c90-ac7e-e30457a7d06a-root {
    text-align: right;
  }


#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c56c317d-ec81-4c90-ac7e-e30457a7d06a-root {
    text-align: right;
  }


#s-c56c317d-ec81-4c90-ac7e-e30457a7d06a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-7d0ffaaf-c0d8-410c-83c2-6d7d889c777e {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-7d0ffaaf-c0d8-410c-83c2-6d7d889c777e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-7d0ffaaf-c0d8-410c-83c2-6d7d889c777e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-7d0ffaaf-c0d8-410c-83c2-6d7d889c777e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d0ffaaf-c0d8-410c-83c2-6d7d889c777e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-565e5177-ffb7-4cb8-9e81-e5428bd8f8b0 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-565e5177-ffb7-4cb8-9e81-e5428bd8f8b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-565e5177-ffb7-4cb8-9e81-e5428bd8f8b0 {
  cursor: pointer;
}#s-565e5177-ffb7-4cb8-9e81-e5428bd8f8b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  margin: 0 !important;
  overflow: visible;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26-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-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add background color handling */
  
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-07f64cdc-be7f-4b35-afd6-34682b242d26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image {
  box-sizing: border-box;
}



.s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  
}


@media (min-width: 1200px){#s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  margin: 0 !important;
  overflow: visible;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26-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-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add background color handling */
  
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07f64cdc-be7f-4b35-afd6-34682b242d26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image {
  box-sizing: border-box;
}



.s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  margin: 0 !important;
  overflow: visible;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26-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-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add background color handling */
  
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07f64cdc-be7f-4b35-afd6-34682b242d26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image {
  box-sizing: border-box;
}



.s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  margin: 0 !important;
  overflow: visible;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26-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-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add background color handling */
  
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07f64cdc-be7f-4b35-afd6-34682b242d26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image {
  box-sizing: border-box;
}



.s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  
}


}@media (max-width: 767px){#s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  margin: 0 !important;
  overflow: visible;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26-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-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-07f64cdc-be7f-4b35-afd6-34682b242d26 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add background color handling */
  
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-07f64cdc-be7f-4b35-afd6-34682b242d26 .shogun-image-content {
  
    justify-content: center;
  
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07f64cdc-be7f-4b35-afd6-34682b242d26.shogun-image {
  box-sizing: border-box;
}



.s-07f64cdc-be7f-4b35-afd6-34682b242d26 img.shogun-image {
  
}


}
#s-60d2f1ef-28fe-4d9e-bdb3-bf5f7d6b1cf7 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-60d2f1ef-28fe-4d9e-bdb3-bf5f7d6b1cf7 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-7ba47e88-ed83-4675-b4d3-462e1fa40127 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-7ba47e88-ed83-4675-b4d3-462e1fa40127"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7ba47e88-ed83-4675-b4d3-462e1fa40127"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7ba47e88-ed83-4675-b4d3-462e1fa40127"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ba47e88-ed83-4675-b4d3-462e1fa40127"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-24725783-ead3-4d59-a615-31661e21378a {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-24725783-ead3-4d59-a615-31661e21378a {
  margin: 0 !important;
  overflow: visible;
}

#s-24725783-ead3-4d59-a615-31661e21378a-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-24725783-ead3-4d59-a615-31661e21378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-24725783-ead3-4d59-a615-31661e21378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add background color handling */
  
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-24725783-ead3-4d59-a615-31661e21378a .shogun-image-content {
  
    justify-content: center;
  
}

.s-24725783-ead3-4d59-a615-31661e21378a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-24725783-ead3-4d59-a615-31661e21378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24725783-ead3-4d59-a615-31661e21378a.shogun-image {
  box-sizing: border-box;
}



.s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  
}


@media (min-width: 1200px){#s-24725783-ead3-4d59-a615-31661e21378a {
  margin: 0 !important;
  overflow: visible;
}

#s-24725783-ead3-4d59-a615-31661e21378a-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-24725783-ead3-4d59-a615-31661e21378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24725783-ead3-4d59-a615-31661e21378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add background color handling */
  
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-24725783-ead3-4d59-a615-31661e21378a .shogun-image-content {
  
    justify-content: center;
  
}

.s-24725783-ead3-4d59-a615-31661e21378a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-24725783-ead3-4d59-a615-31661e21378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24725783-ead3-4d59-a615-31661e21378a.shogun-image {
  box-sizing: border-box;
}



.s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-24725783-ead3-4d59-a615-31661e21378a {
  margin: 0 !important;
  overflow: visible;
}

#s-24725783-ead3-4d59-a615-31661e21378a-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-24725783-ead3-4d59-a615-31661e21378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24725783-ead3-4d59-a615-31661e21378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add background color handling */
  
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-24725783-ead3-4d59-a615-31661e21378a .shogun-image-content {
  
    justify-content: center;
  
}

.s-24725783-ead3-4d59-a615-31661e21378a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-24725783-ead3-4d59-a615-31661e21378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24725783-ead3-4d59-a615-31661e21378a.shogun-image {
  box-sizing: border-box;
}



.s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-24725783-ead3-4d59-a615-31661e21378a {
  margin: 0 !important;
  overflow: visible;
}

#s-24725783-ead3-4d59-a615-31661e21378a-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-24725783-ead3-4d59-a615-31661e21378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24725783-ead3-4d59-a615-31661e21378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add background color handling */
  
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-24725783-ead3-4d59-a615-31661e21378a .shogun-image-content {
  
    justify-content: center;
  
}

.s-24725783-ead3-4d59-a615-31661e21378a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-24725783-ead3-4d59-a615-31661e21378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24725783-ead3-4d59-a615-31661e21378a.shogun-image {
  box-sizing: border-box;
}



.s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  
}


}@media (max-width: 767px){#s-24725783-ead3-4d59-a615-31661e21378a {
  margin: 0 !important;
  overflow: visible;
}

#s-24725783-ead3-4d59-a615-31661e21378a-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-24725783-ead3-4d59-a615-31661e21378a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-24725783-ead3-4d59-a615-31661e21378a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add background color handling */
  
}

#s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-24725783-ead3-4d59-a615-31661e21378a .shogun-image-content {
  
    justify-content: center;
  
}

.s-24725783-ead3-4d59-a615-31661e21378a.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-24725783-ead3-4d59-a615-31661e21378a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-24725783-ead3-4d59-a615-31661e21378a.shogun-image {
  box-sizing: border-box;
}



.s-24725783-ead3-4d59-a615-31661e21378a img.shogun-image {
  
}


}
#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6-root {
    text-align: right;
  }


#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6-root {
    text-align: right;
  }


#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6-root {
    text-align: right;
  }


#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6-root {
    text-align: right;
  }


#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6-root {
    text-align: right;
  }


#s-67bd4d31-bac3-41ef-8df4-afc06e26f7a6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe-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-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: solid;
  border-radius: 5px;

}






.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image {
  box-sizing: border-box;
}



.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  
}


@media (min-width: 1200px){#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe-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-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image {
  box-sizing: border-box;
}



.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe-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-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image {
  box-sizing: border-box;
}



.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe-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-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image {
  box-sizing: border-box;
}



.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  
}


}@media (max-width: 767px){#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  margin: 0 !important;
  overflow: visible;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe-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-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add background color handling */
  
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe .shogun-image-content {
  
    justify-content: center;
  
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe.shogun-image {
  box-sizing: border-box;
}



.s-94645ebe-61c3-4cf4-bb35-3f7bb1ba9bbe img.shogun-image {
  
}


}
#s-a071e135-0eb7-47f1-bb61-e63755e6026a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-a071e135-0eb7-47f1-bb61-e63755e6026a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-a071e135-0eb7-47f1-bb61-e63755e6026a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-a071e135-0eb7-47f1-bb61-e63755e6026a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-a071e135-0eb7-47f1-bb61-e63755e6026a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-69ba39bd-7cbf-44d0-a86e-a431fac4e762 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-69ba39bd-7cbf-44d0-a86e-a431fac4e762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-69ba39bd-7cbf-44d0-a86e-a431fac4e762 {
  cursor: pointer;
}#s-69ba39bd-7cbf-44d0-a86e-a431fac4e762.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a-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-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image {
  box-sizing: border-box;
}



.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  
}


@media (min-width: 1200px){#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a-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-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image {
  box-sizing: border-box;
}



.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a-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-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image {
  box-sizing: border-box;
}



.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a-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-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image {
  box-sizing: border-box;
}



.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  
}


}@media (max-width: 767px){#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  margin: 0 !important;
  overflow: visible;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a-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-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add background color handling */
  
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a .shogun-image-content {
  
    justify-content: center;
  
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a.shogun-image {
  box-sizing: border-box;
}



.s-ce3cb682-deca-45a5-b7f2-0e35f8a12a3a img.shogun-image {
  
}


}
#s-9538f657-24fa-4189-b0a8-6a2244f96194 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9538f657-24fa-4189-b0a8-6a2244f96194 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-1bb38884-ff37-495e-8c59-dc92a31ab8f0 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-23f89d7e-7069-42b3-88fb-cfa7a4c33d2d {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-23f89d7e-7069-42b3-88fb-cfa7a4c33d2d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-23f89d7e-7069-42b3-88fb-cfa7a4c33d2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-23f89d7e-7069-42b3-88fb-cfa7a4c33d2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-23f89d7e-7069-42b3-88fb-cfa7a4c33d2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67-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-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image {
  box-sizing: border-box;
}



.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67-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-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image {
  box-sizing: border-box;
}



.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67-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-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image {
  box-sizing: border-box;
}



.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67-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-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image {
  box-sizing: border-box;
}



.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  margin: 0 !important;
  overflow: visible;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67-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-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add background color handling */
  
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1c33e85-d4bd-4733-8903-ef491a6f7b67.shogun-image {
  box-sizing: border-box;
}



.s-c1c33e85-d4bd-4733-8903-ef491a6f7b67 img.shogun-image {
  
}


}
#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf-root {
    text-align: right;
  }


#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf-root {
    text-align: right;
  }


#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf-root {
    text-align: right;
  }


#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf-root {
    text-align: right;
  }


#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf-root {
    text-align: right;
  }


#s-e0865a52-f8f1-4b86-b35f-520f2c7f16cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-9ea47d16-d74f-43cb-9aec-7979d8380e8a {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9ea47d16-d74f-43cb-9aec-7979d8380e8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ea47d16-d74f-43cb-9aec-7979d8380e8a {
  cursor: pointer;
}#s-9ea47d16-d74f-43cb-9aec-7979d8380e8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  margin: 0 !important;
  overflow: visible;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c-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-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add background color handling */
  
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image {
  box-sizing: border-box;
}



.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  
}


@media (min-width: 1200px){#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  margin: 0 !important;
  overflow: visible;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c-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-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add background color handling */
  
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image {
  box-sizing: border-box;
}



.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  margin: 0 !important;
  overflow: visible;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c-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-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add background color handling */
  
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image {
  box-sizing: border-box;
}



.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  margin: 0 !important;
  overflow: visible;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c-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-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add background color handling */
  
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image {
  box-sizing: border-box;
}



.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  
}


}@media (max-width: 767px){#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  margin: 0 !important;
  overflow: visible;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c-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-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a0013a70-ce4e-4d86-abce-a49defd5cb5c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add background color handling */
  
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c .shogun-image-content {
  
    justify-content: center;
  
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a0013a70-ce4e-4d86-abce-a49defd5cb5c.shogun-image {
  box-sizing: border-box;
}



.s-a0013a70-ce4e-4d86-abce-a49defd5cb5c img.shogun-image {
  
}


}
#s-73ca6541-3663-4252-b079-52fc7f2867db {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73ca6541-3663-4252-b079-52fc7f2867db .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-ae691d27-5ab9-4cd4-9da5-e45c918ad1cc {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-fc632570-40e6-45fc-a1f6-00499ed37151 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-fc632570-40e6-45fc-a1f6-00499ed37151"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-fc632570-40e6-45fc-a1f6-00499ed37151"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fc632570-40e6-45fc-a1f6-00499ed37151"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc632570-40e6-45fc-a1f6-00499ed37151"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1-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-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-550223c3-3424-49b1-8f15-d2c05a8225b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image {
  box-sizing: border-box;
}



.s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1-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-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-550223c3-3424-49b1-8f15-d2c05a8225b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image {
  box-sizing: border-box;
}



.s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1-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-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-550223c3-3424-49b1-8f15-d2c05a8225b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image {
  box-sizing: border-box;
}



.s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1-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-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-550223c3-3424-49b1-8f15-d2c05a8225b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image {
  box-sizing: border-box;
}



.s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  margin: 0 !important;
  overflow: visible;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1-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-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-550223c3-3424-49b1-8f15-d2c05a8225b1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add background color handling */
  
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-550223c3-3424-49b1-8f15-d2c05a8225b1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-550223c3-3424-49b1-8f15-d2c05a8225b1.shogun-image {
  box-sizing: border-box;
}



.s-550223c3-3424-49b1-8f15-d2c05a8225b1 img.shogun-image {
  
}


}
#s-6686df53-36e5-4820-b0cb-a1f407d1f71a {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-6686df53-36e5-4820-b0cb-a1f407d1f71a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6686df53-36e5-4820-b0cb-a1f407d1f71a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6686df53-36e5-4820-b0cb-a1f407d1f71a-root {
    text-align: right;
  }


#s-6686df53-36e5-4820-b0cb-a1f407d1f71a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6686df53-36e5-4820-b0cb-a1f407d1f71a-root {
    text-align: right;
  }


#s-6686df53-36e5-4820-b0cb-a1f407d1f71a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6686df53-36e5-4820-b0cb-a1f407d1f71a-root {
    text-align: right;
  }


#s-6686df53-36e5-4820-b0cb-a1f407d1f71a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6686df53-36e5-4820-b0cb-a1f407d1f71a-root {
    text-align: right;
  }


#s-6686df53-36e5-4820-b0cb-a1f407d1f71a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6686df53-36e5-4820-b0cb-a1f407d1f71a-root {
    text-align: right;
  }


#s-6686df53-36e5-4820-b0cb-a1f407d1f71a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-bee812c9-9084-4f28-b856-1f58fdbd92ac {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-bee812c9-9084-4f28-b856-1f58fdbd92ac"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-bee812c9-9084-4f28-b856-1f58fdbd92ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 992px) {
[id="s-bee812c9-9084-4f28-b856-1f58fdbd92ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 4.0px);
}

}

@media (min-width: 1200px) {
[id="s-bee812c9-9084-4f28-b856-1f58fdbd92ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 4.0px);
}

}

#s-c5352357-c949-48a4-9833-b1a1519aaf1c {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c5352357-c949-48a4-9833-b1a1519aaf1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5352357-c949-48a4-9833-b1a1519aaf1c {
  cursor: pointer;
}#s-c5352357-c949-48a4-9833-b1a1519aaf1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  margin: 0 !important;
  overflow: visible;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f-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-8d674ced-b5b5-4853-85ec-cef6591b298f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add background color handling */
  
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-8d674ced-b5b5-4853-85ec-cef6591b298f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image {
  box-sizing: border-box;
}



.s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  
}


@media (min-width: 1200px){#s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  margin: 0 !important;
  overflow: visible;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f-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-8d674ced-b5b5-4853-85ec-cef6591b298f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add background color handling */
  
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d674ced-b5b5-4853-85ec-cef6591b298f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image {
  box-sizing: border-box;
}



.s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  margin: 0 !important;
  overflow: visible;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f-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-8d674ced-b5b5-4853-85ec-cef6591b298f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add background color handling */
  
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d674ced-b5b5-4853-85ec-cef6591b298f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image {
  box-sizing: border-box;
}



.s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  margin: 0 !important;
  overflow: visible;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f-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-8d674ced-b5b5-4853-85ec-cef6591b298f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add background color handling */
  
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d674ced-b5b5-4853-85ec-cef6591b298f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image {
  box-sizing: border-box;
}



.s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  
}


}@media (max-width: 767px){#s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  margin: 0 !important;
  overflow: visible;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f-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-8d674ced-b5b5-4853-85ec-cef6591b298f {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-8d674ced-b5b5-4853-85ec-cef6591b298f {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add background color handling */
  
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-8d674ced-b5b5-4853-85ec-cef6591b298f .shogun-image-content {
  
    justify-content: center;
  
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d674ced-b5b5-4853-85ec-cef6591b298f.shogun-image {
  box-sizing: border-box;
}



.s-8d674ced-b5b5-4853-85ec-cef6591b298f img.shogun-image {
  
}


}
#s-e309cf60-b401-4acb-a102-da21b8b72e39 {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e309cf60-b401-4acb-a102-da21b8b72e39 .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-fe03d62c-11c8-4732-8592-ee28e360305e {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-92b82f23-011a-44e6-b593-f29ebea7d5b8 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-92b82f23-011a-44e6-b593-f29ebea7d5b8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-92b82f23-011a-44e6-b593-f29ebea7d5b8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-92b82f23-011a-44e6-b593-f29ebea7d5b8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-92b82f23-011a-44e6-b593-f29ebea7d5b8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb-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-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image {
  box-sizing: border-box;
}



.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  
}


@media (min-width: 1200px){#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb-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-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image {
  box-sizing: border-box;
}



.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb-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-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image {
  box-sizing: border-box;
}



.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb-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-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image {
  box-sizing: border-box;
}



.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  
}


}@media (max-width: 767px){#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  margin: 0 !important;
  overflow: visible;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb-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-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add background color handling */
  
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb .shogun-image-content {
  
    justify-content: center;
  
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb.shogun-image {
  box-sizing: border-box;
}



.s-7a2a4851-f831-4794-a6dc-bd7fa2bae7fb img.shogun-image {
  
}


}
#s-75665a35-5fa1-4122-a2c1-99feaad7ff24 {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-75665a35-5fa1-4122-a2c1-99feaad7ff24:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-75665a35-5fa1-4122-a2c1-99feaad7ff24:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75665a35-5fa1-4122-a2c1-99feaad7ff24-root {
    text-align: right;
  }


#s-75665a35-5fa1-4122-a2c1-99feaad7ff24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-75665a35-5fa1-4122-a2c1-99feaad7ff24-root {
    text-align: right;
  }


#s-75665a35-5fa1-4122-a2c1-99feaad7ff24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75665a35-5fa1-4122-a2c1-99feaad7ff24-root {
    text-align: right;
  }


#s-75665a35-5fa1-4122-a2c1-99feaad7ff24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75665a35-5fa1-4122-a2c1-99feaad7ff24-root {
    text-align: right;
  }


#s-75665a35-5fa1-4122-a2c1-99feaad7ff24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-75665a35-5fa1-4122-a2c1-99feaad7ff24-root {
    text-align: right;
  }


#s-75665a35-5fa1-4122-a2c1-99feaad7ff24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}
#s-24565406-e8fd-4148-b53a-c2981a945bc5 {
  margin-left: auto;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(182, 181, 183, 1);
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-24565406-e8fd-4148-b53a-c2981a945bc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24565406-e8fd-4148-b53a-c2981a945bc5 {
  cursor: pointer;
}#s-24565406-e8fd-4148-b53a-c2981a945bc5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  margin: 0 !important;
  overflow: visible;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264-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-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add background color handling */
  
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-color: #000;
  border-style: none;
  border-radius: 5px;

}






.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image {
  box-sizing: border-box;
}



.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  margin: 0 !important;
  overflow: visible;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264-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-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add background color handling */
  
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image {
  box-sizing: border-box;
}



.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  margin: 0 !important;
  overflow: visible;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264-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-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add background color handling */
  
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image {
  box-sizing: border-box;
}



.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  margin: 0 !important;
  overflow: visible;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264-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-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add background color handling */
  
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image {
  box-sizing: border-box;
}



.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  margin: 0 !important;
  overflow: visible;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264-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-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e03fa9ff-a04c-4ba7-82c5-224efa918264 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add background color handling */
  
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e03fa9ff-a04c-4ba7-82c5-224efa918264.shogun-image {
  box-sizing: border-box;
}



.s-e03fa9ff-a04c-4ba7-82c5-224efa918264 img.shogun-image {
  
}


}
#s-261bb6f0-3f0d-4354-8c50-2f8eb72252ba {
  margin-top: 5px;
margin-left: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-261bb6f0-3f0d-4354-8c50-2f8eb72252ba .shogun-heading-component h1 {
  color: rgba(43, 43, 43, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.2em;
  
  
}



#s-593317ac-c958-4a18-ac8f-29ffd5571094 {
  margin-top: -10px;
margin-left: 10px;
margin-right: auto;
}

#s-7f2fcc51-e336-4ca7-ace8-d72eb6942960 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-7f2fcc51-e336-4ca7-ace8-d72eb6942960"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-7f2fcc51-e336-4ca7-ace8-d72eb6942960"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f2fcc51-e336-4ca7-ace8-d72eb6942960"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f2fcc51-e336-4ca7-ace8-d72eb6942960"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  margin-top: 4px;
margin-left: 8px;
margin-right: auto;
max-width: 88px;
text-align: left;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  margin: 0 !important;
  overflow: visible;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa-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-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 8px;
  
  margin-top: 4px;
  
}

.shg-image-content-margin-container-s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add background color handling */
  
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image {
  box-sizing: border-box;
}



.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  
}


@media (min-width: 1200px){#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  margin: 0 !important;
  overflow: visible;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa-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-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add background color handling */
  
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image {
  box-sizing: border-box;
}



.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  margin: 0 !important;
  overflow: visible;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa-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-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add background color handling */
  
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image {
  box-sizing: border-box;
}



.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  margin: 0 !important;
  overflow: visible;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa-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-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add background color handling */
  
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image {
  box-sizing: border-box;
}



.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  
}


}@media (max-width: 767px){#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  margin: 0 !important;
  overflow: visible;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa-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-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e25de0e4-5443-48c5-8981-9ac950a0d9fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add background color handling */
  
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e25de0e4-5443-48c5-8981-9ac950a0d9fa.shogun-image {
  box-sizing: border-box;
}



.s-e25de0e4-5443-48c5-8981-9ac950a0d9fa img.shogun-image {
  
}


}
#s-759014cd-04c2-403a-bacb-176e78fddaca {
  margin-left: -20px;
margin-right: auto;
padding-top: 5px;
padding-left: 15px;
padding-bottom: 5px;
padding-right: 15px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 5px;
background-color: rgba(43, 43, 43, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-759014cd-04c2-403a-bacb-176e78fddaca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-759014cd-04c2-403a-bacb-176e78fddaca:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-759014cd-04c2-403a-bacb-176e78fddaca-root {
    text-align: right;
  }


#s-759014cd-04c2-403a-bacb-176e78fddaca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-759014cd-04c2-403a-bacb-176e78fddaca-root {
    text-align: right;
  }


#s-759014cd-04c2-403a-bacb-176e78fddaca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-759014cd-04c2-403a-bacb-176e78fddaca-root {
    text-align: right;
  }


#s-759014cd-04c2-403a-bacb-176e78fddaca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-759014cd-04c2-403a-bacb-176e78fddaca-root {
    text-align: right;
  }


#s-759014cd-04c2-403a-bacb-176e78fddaca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-759014cd-04c2-403a-bacb-176e78fddaca-root {
    text-align: right;
  }


#s-759014cd-04c2-403a-bacb-176e78fddaca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: DM 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;
  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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
