.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-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-c24cae56-690d-488f-aa88-0341c4a57924 {
  margin-top: 2px;
}
}







#s-c24cae56-690d-488f-aa88-0341c4a57924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c24cae56-690d-488f-aa88-0341c4a57924.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 1200px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-top: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-top: 20px;
margin-bottom: 0px;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-f99b33b4-f66c-4836-b70b-5472a538ca00 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-f99b33b4-f66c-4836-b70b-5472a538ca00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f99b33b4-f66c-4836-b70b-5472a538ca00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-419fa85f-6c7b-41e9-9d14-741cf9a54548 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-419fa85f-6c7b-41e9-9d14-741cf9a54548 .shogun-heading-component h1 {
  color: ;
  font-weight:  900 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-01c04b59-c082-4059-b679-66caf0bab4b8 {
  margin-left: auto;
margin-right: auto;
}

#s-01c04b59-c082-4059-b679-66caf0bab4b8 hr {
  border-top: 2px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px){#s-e010462f-3f3a-4058-b3fb-6960a6b170f9 {
  margin-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e010462f-3f3a-4058-b3fb-6960a6b170f9 {
  margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e010462f-3f3a-4058-b3fb-6960a6b170f9 {
  margin-bottom: 0px;
}
}@media (max-width: 767px){#s-e010462f-3f3a-4058-b3fb-6960a6b170f9 {
  margin-bottom: 0px;
}
}
.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-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  margin-left: auto;
margin-right: auto;
max-width: 3000px;
aspect-ratio: 3000/1334;
text-align: center;
}
@media (max-width: 767px){#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  margin-top: 20px;
}
}
#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a-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-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 0px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }

    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-link {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
  box-sizing: border-box;
}



.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
      --shg-aspect-ratio: calc(3000/1334); 
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
      position: relative;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

@media (min-width: 1200px){#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a-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-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }

    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-link {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
  box-sizing: border-box;
}



.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
      --shg-aspect-ratio: calc(3000/1334); 
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
      position: relative;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a-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-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }

    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-link {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
  box-sizing: border-box;
}



.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
      --shg-aspect-ratio: calc(3000/1334); 
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
      position: relative;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a-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-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }

    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-link {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
  box-sizing: border-box;
}



.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
      --shg-aspect-ratio: calc(3000/1334); 
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
      position: relative;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}@media (max-width: 767px){#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  margin: 0 !important;
  overflow: visible;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a-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-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 20px;
  
}

.shg-image-content-margin-container-s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add background color handling */
  
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }

    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-link {
      aspect-ratio: 3000/1334;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 3000px;
  }



  img.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
    
    
    
    max-height: 3000px;
  }


.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image {
  box-sizing: border-box;
}



.s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a {
      --shg-aspect-ratio: calc(3000/1334); 
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container {
      position: relative;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc5b688d-4c19-4f9d-b589-f1c98e420b5a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 3000px;
    }
  }

}
#s-01d476be-1713-4587-9485-2da55c7e47e6 {
  margin-top: 25px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 30px;
padding-left: 3%;
padding-bottom: 30px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-01d476be-1713-4587-9485-2da55c7e47e6 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01d476be-1713-4587-9485-2da55c7e47e6 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-01d476be-1713-4587-9485-2da55c7e47e6 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-01d476be-1713-4587-9485-2da55c7e47e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01d476be-1713-4587-9485-2da55c7e47e6.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;
}

@media (min-width: 0px) {
[id="s-176f99e1-f287-4eff-a627-6acd917a8244"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-176f99e1-f287-4eff-a627-6acd917a8244"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-176f99e1-f287-4eff-a627-6acd917a8244"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-176f99e1-f287-4eff-a627-6acd917a8244"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-176f99e1-f287-4eff-a627-6acd917a8244"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-176f99e1-f287-4eff-a627-6acd917a8244"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-176f99e1-f287-4eff-a627-6acd917a8244"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178-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-1e98112e-0aaa-441d-910d-d74f13c99178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
  box-sizing: border-box;
}



.s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e98112e-0aaa-441d-910d-d74f13c99178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
      position: relative;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

@media (min-width: 1200px){#s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178-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-1e98112e-0aaa-441d-910d-d74f13c99178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
  box-sizing: border-box;
}



.s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e98112e-0aaa-441d-910d-d74f13c99178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
      position: relative;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178-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-1e98112e-0aaa-441d-910d-d74f13c99178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
  box-sizing: border-box;
}



.s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e98112e-0aaa-441d-910d-d74f13c99178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
      position: relative;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178-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-1e98112e-0aaa-441d-910d-d74f13c99178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
  box-sizing: border-box;
}



.s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e98112e-0aaa-441d-910d-d74f13c99178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
      position: relative;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}@media (max-width: 767px){#s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  margin: 0 !important;
  overflow: visible;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178-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-1e98112e-0aaa-441d-910d-d74f13c99178 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1e98112e-0aaa-441d-910d-d74f13c99178 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add background color handling */
  
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1e98112e-0aaa-441d-910d-d74f13c99178 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1200px;
  }



  img.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
    
    
    
    max-height: 1200px;
  }


.s-1e98112e-0aaa-441d-910d-d74f13c99178 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image {
  box-sizing: border-box;
}



.s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1e98112e-0aaa-441d-910d-d74f13c99178 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container {
      position: relative;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1e98112e-0aaa-441d-910d-d74f13c99178 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1200px;
    }
  }

}
.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

@media (max-width: 767px){#s-a740c1fe-a43b-4cca-a0be-e5325c5f4782 {
  margin-top: 15px;
}
}
#s-a740c1fe-a43b-4cca-a0be-e5325c5f4782 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 3px;
}

#s-a740c1fe-a43b-4cca-a0be-e5325c5f4782 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a740c1fe-a43b-4cca-a0be-e5325c5f4782 td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a740c1fe-a43b-4cca-a0be-e5325c5f4782 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a740c1fe-a43b-4cca-a0be-e5325c5f4782 td.shogun-table-column, #s-a740c1fe-a43b-4cca-a0be-e5325c5f4782 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 25px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 30px;
margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 30px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  margin-top: 10px;
margin-left: 2%;
margin-right: 2%;
}
}
#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b {
  background-image: url();
}








#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17d83c9a-7625-4dfe-b86e-b3f48206ff4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b007d21-a9b5-4a89-92e9-58f0b14f1a36 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-ede30aec-7ac5-42a1-bec5-89e6e8aa9235 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-24b07d47-cfbf-4602-ac89-cffc965448bd {
  margin-top: 20px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-24b07d47-cfbf-4602-ac89-cffc965448bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-229fb43d-b892-42ec-9c18-3f5fbd964d37 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-229fb43d-b892-42ec-9c18-3f5fbd964d37 {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-229fb43d-b892-42ec-9c18-3f5fbd964d37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-229fb43d-b892-42ec-9c18-3f5fbd964d37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  max-width: 2999px;
aspect-ratio: 4/3;
text-align: center;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}



.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
      position: relative;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

@media (min-width: 1200px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}



.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
      position: relative;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}



.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
      position: relative;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}



.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
      position: relative;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}@media (max-width: 767px){#s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  margin: 0 !important;
  overflow: visible;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372-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-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add background color handling */
  
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2999px;
  }



  img.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
    
    
    
    max-height: 2999px;
  }


.s-2ce8c3f9-32c1-469f-b036-cc487134d372 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image {
  box-sizing: border-box;
}



.s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container {
      position: relative;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2ce8c3f9-32c1-469f-b036-cc487134d372 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2999px;
    }
  }

}
#s-95409aca-4a07-4423-9c9d-28799a68126b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-80f86d02-076a-4916-9573-a76bc4350daf {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-80f86d02-076a-4916-9573-a76bc4350daf {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 3%;
padding-right: 3%;
}
}







#s-80f86d02-076a-4916-9573-a76bc4350daf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80f86d02-076a-4916-9573-a76bc4350daf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  max-width: 2882px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin-top: 15px;
}
}
#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-368255f5-40ad-442e-99a7-38fbad17bf21 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
      position: relative;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

@media (min-width: 1200px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-368255f5-40ad-442e-99a7-38fbad17bf21 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
      position: relative;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-368255f5-40ad-442e-99a7-38fbad17bf21 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
      position: relative;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-368255f5-40ad-442e-99a7-38fbad17bf21 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
      position: relative;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}@media (max-width: 767px){#s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  margin: 0 !important;
  overflow: visible;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21-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-368255f5-40ad-442e-99a7-38fbad17bf21 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-368255f5-40ad-442e-99a7-38fbad17bf21 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add background color handling */
  
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-368255f5-40ad-442e-99a7-38fbad17bf21 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2882px;
  }



  img.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
    
    
    
    max-height: 2882px;
  }


.s-368255f5-40ad-442e-99a7-38fbad17bf21 .shogun-image-content {
  
    justify-content: center;
  
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shg-align-container {
  display: flex;
  justify-content: center
}

.s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image {
  box-sizing: border-box;
}



.s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-368255f5-40ad-442e-99a7-38fbad17bf21 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container {
      position: relative;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-368255f5-40ad-442e-99a7-38fbad17bf21 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2882px;
    }
  }

}
#s-0c4bf196-8886-40be-9002-d169e70b0c56 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7deb0fd9-244a-46e0-920b-91141575e45b {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-7deb0fd9-244a-46e0-920b-91141575e45b {
  padding-left: 3%;
padding-right: 3%;
}
}







#s-7deb0fd9-244a-46e0-920b-91141575e45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7deb0fd9-244a-46e0-920b-91141575e45b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  max-width: 2988px;
aspect-ratio: 4/3;
text-align: center;
}
@media (max-width: 767px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin-top: 15px;
}
}
#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
      position: relative;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

@media (min-width: 1200px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
      position: relative;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
      position: relative;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
      position: relative;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}@media (max-width: 767px){#s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  margin: 0 !important;
  overflow: visible;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69-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-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add background color handling */
  
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2988px;
  }



  img.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
    
    
    
    max-height: 2988px;
  }


.s-ef6c7580-43b4-4f01-976f-5427e3765f69 .shogun-image-content {
  
    justify-content: center;
  
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image {
  box-sizing: border-box;
}



.s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container {
      position: relative;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ef6c7580-43b4-4f01-976f-5427e3765f69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2988px;
    }
  }

}
#s-5a7cbdb6-2590-4aa0-b285-df46f1f15445 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-f68c0d75-d095-4101-bbfd-e063b23495c0 {
  margin-left: 2%;
margin-right: 2%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-f68c0d75-d095-4101-bbfd-e063b23495c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f68c0d75-d095-4101-bbfd-e063b23495c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efc7ad58-4ecf-4eaf-b540-ce9086bdeaa9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-efc7ad58-4ecf-4eaf-b540-ce9086bdeaa9 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfd7e774-e7ee-4f41-8f8a-169fb3c56e89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c1f9a228-9d8e-4bc6-95fc-3043c90dc4c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  max-width: 2048px;
aspect-ratio: 2048/968;
text-align: center;
}
@media (max-width: 767px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin-top: 15px;
}
}
#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }

    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-link {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
      --shg-aspect-ratio: calc(2048/968); 
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
      position: relative;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }

    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-link {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
      --shg-aspect-ratio: calc(2048/968); 
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
      position: relative;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }

    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-link {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
      --shg-aspect-ratio: calc(2048/968); 
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
      position: relative;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }

    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-link {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
      --shg-aspect-ratio: calc(2048/968); 
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
      position: relative;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  margin: 0 !important;
  overflow: visible;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8-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-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add background color handling */
  
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }

    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-link {
      aspect-ratio: 2048/968;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image {
  box-sizing: border-box;
}



.s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 {
      --shg-aspect-ratio: calc(2048/968); 
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container {
      position: relative;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2736dbf9-7fff-4c6d-8c21-03f22ae529b8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-beed1c95-5322-4892-964e-db17153adb0f {
  margin-left: auto;
margin-right: auto;
}

#s-beed1c95-5322-4892-964e-db17153adb0f hr {
  border-top: 2px solid #ddd;
}

#s-d562c48b-a304-4d85-b6ee-2ab1aea47983 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-d562c48b-a304-4d85-b6ee-2ab1aea47983"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d562c48b-a304-4d85-b6ee-2ab1aea47983"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-d562c48b-a304-4d85-b6ee-2ab1aea47983"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-d562c48b-a304-4d85-b6ee-2ab1aea47983"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-b47c7823-bb30-4fd4-a761-9e980063c68a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b47c7823-bb30-4fd4-a761-9e980063c68a .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b148cfc1-0e5e-452b-9390-a373936ca727 {
  margin-left: auto;
margin-right: auto;
}

#s-435fb142-7189-490c-851b-a26b5b754e50 {
  max-width: 2048px;
aspect-ratio: 2048/1714;
text-align: center;
}
@media (max-width: 767px){#s-435fb142-7189-490c-851b-a26b5b754e50 {
  margin-top: 15px;
}
}
#s-435fb142-7189-490c-851b-a26b5b754e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-435fb142-7189-490c-851b-a26b5b754e50-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-435fb142-7189-490c-851b-a26b5b754e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-435fb142-7189-490c-851b-a26b5b754e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
  box-sizing: border-box;
}



.s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-435fb142-7189-490c-851b-a26b5b754e50 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
      position: relative;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-435fb142-7189-490c-851b-a26b5b754e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-435fb142-7189-490c-851b-a26b5b754e50-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-435fb142-7189-490c-851b-a26b5b754e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-435fb142-7189-490c-851b-a26b5b754e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
  box-sizing: border-box;
}



.s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-435fb142-7189-490c-851b-a26b5b754e50 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
      position: relative;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-435fb142-7189-490c-851b-a26b5b754e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-435fb142-7189-490c-851b-a26b5b754e50-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-435fb142-7189-490c-851b-a26b5b754e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-435fb142-7189-490c-851b-a26b5b754e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
  box-sizing: border-box;
}



.s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-435fb142-7189-490c-851b-a26b5b754e50 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
      position: relative;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-435fb142-7189-490c-851b-a26b5b754e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-435fb142-7189-490c-851b-a26b5b754e50-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-435fb142-7189-490c-851b-a26b5b754e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-435fb142-7189-490c-851b-a26b5b754e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
  box-sizing: border-box;
}



.s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-435fb142-7189-490c-851b-a26b5b754e50 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
      position: relative;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-435fb142-7189-490c-851b-a26b5b754e50 {
  margin: 0 !important;
  overflow: visible;
}

#s-435fb142-7189-490c-851b-a26b5b754e50-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-435fb142-7189-490c-851b-a26b5b754e50 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-435fb142-7189-490c-851b-a26b5b754e50 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add background color handling */
  
}

#s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }

    #s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-link {
      aspect-ratio: 2048/1714;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-435fb142-7189-490c-851b-a26b5b754e50 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-435fb142-7189-490c-851b-a26b5b754e50 .shogun-image-content {
  
    justify-content: center;
  
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shg-align-container {
  display: flex;
  justify-content: center
}

.s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image {
  box-sizing: border-box;
}



.s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-435fb142-7189-490c-851b-a26b5b754e50 {
      --shg-aspect-ratio: calc(2048/1714); 
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container {
      position: relative;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-435fb142-7189-490c-851b-a26b5b754e50 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-300717f3-5c01-4d94-a660-9dafd51950ad {
  margin-left: auto;
margin-right: auto;
}

#s-300717f3-5c01-4d94-a660-9dafd51950ad hr {
  border-top: 2px solid #ddd;
}

#s-61abdf4a-da9c-485a-9669-793610ed9232 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-61abdf4a-da9c-485a-9669-793610ed9232 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-be82bdf9-8b7f-4bfe-a1ff-b5e0873797e3 {
  margin-left: auto;
margin-right: auto;
}

#s-de77cbe4-665f-4b30-a3a8-e21484f4c0d4 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de77cbe4-665f-4b30-a3a8-e21484f4c0d4 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-76da5f24-0514-4675-b677-d91eb9570b9b {
  margin-left: auto;
margin-right: auto;
}

#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b {
  margin-left: 2%;
margin-right: 2%;
padding-left: 3%;
padding-right: 3%;
}
}







#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b4cf9dee-4f20-407e-ba96-1903ad279b2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1792fc71-19ad-4d4c-9654-130fd6ac2480 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-1792fc71-19ad-4d4c-9654-130fd6ac2480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-29330fb2-2ed3-4ae4-8ab7-8328dab3e3e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29330fb2-2ed3-4ae4-8ab7-8328dab3e3e3 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-f0e2700a-3995-490e-a747-dad3e6307ffc {
  margin-left: auto;
margin-right: auto;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  max-width: 2560px;
aspect-ratio: 16/9;
text-align: center;
}
@media (max-width: 767px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin-top: 15px;
}
}
#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

@media (min-width: 1200px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}@media (max-width: 767px){#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  margin: 0 !important;
  overflow: visible;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3-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-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 15px;
  
}

.shg-image-content-margin-container-s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add background color handling */
  
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }

    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-link {
      aspect-ratio: 16/9;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2560px;
  }



  img.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
    
    
    
    max-height: 2560px;
  }


.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image {
  box-sizing: border-box;
}



.s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 {
      --shg-aspect-ratio: calc(16/9); 
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container {
      position: relative;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc24467b-ce33-4c29-ad11-be5cd5f5f7b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2560px;
    }
  }

}
#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 25px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-bottom: 10px;
padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
padding-bottom: 30px;
}
}@media (max-width: 767px){#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c {
  margin-left: 2%;
margin-right: 2%;
padding-left: 3%;
}
}







#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-516c37d4-3f3d-4139-8cd3-8ea4b7b8828c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b405aa6-28b7-4a4a-8cd1-3f17e1bb4d06 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b405aa6-28b7-4a4a-8cd1-3f17e1bb4d06 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-3d9f4480-aac6-4e4a-b098-73f00cfb0bb1 {
  margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
padding-bottom: 0px;
}

#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-top: 0px;
margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 {
  background-image: url();
}








#s-4b19e931-5ca7-482e-a859-b83c5da9ee53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b19e931-5ca7-482e-a859-b83c5da9ee53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f405126d-453d-4a2f-993b-163e1cc31c77 {
  margin-top: 0px;
margin-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f405126d-453d-4a2f-993b-163e1cc31c77 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f405126d-453d-4a2f-993b-163e1cc31c77"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-6a6da23b-b042-4f1c-b621-4da3b27d6791 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-6a6da23b-b042-4f1c-b621-4da3b27d6791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a6da23b-b042-4f1c-b621-4da3b27d6791.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  margin: 0 !important;
  overflow: visible;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a-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-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add background color handling */
  
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a .shogun-image-content {
  
    justify-content: center;
  
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image {
  box-sizing: border-box;
}



.s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container {
      position: relative;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30ddaa7a-01b5-431c-98f1-3e69a9e44a6a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-f90cc9b7-548a-4ab7-9f31-0513ab8d9e8f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f90cc9b7-548a-4ab7-9f31-0513ab8d9e8f .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-f97f3aeb-6960-46ef-be1d-69ae9ff81d2a {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-f97f3aeb-6960-46ef-be1d-69ae9ff81d2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f97f3aeb-6960-46ef-be1d-69ae9ff81d2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2479bc4-597e-48ba-8a19-d17a62e64b2d {
  margin-left: auto;
margin-right: auto;
}

#s-4b302cdb-8021-4a3e-8527-1abb68af5699 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-4b302cdb-8021-4a3e-8527-1abb68af5699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b302cdb-8021-4a3e-8527-1abb68af5699.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa42b39a-7cf7-4e98-9a82-9fa526b59e06 {
  margin-left: auto;
margin-right: auto;
}

#s-905ff48f-d390-4582-8601-781e959f42b9 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-905ff48f-d390-4582-8601-781e959f42b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-905ff48f-d390-4582-8601-781e959f42b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-990211ff-250c-472f-8903-bd9e8ca25861 {
  margin: 0 !important;
  overflow: visible;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861-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-990211ff-250c-472f-8903-bd9e8ca25861 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-990211ff-250c-472f-8903-bd9e8ca25861 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add background color handling */
  
}

#s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-990211ff-250c-472f-8903-bd9e8ca25861 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-990211ff-250c-472f-8903-bd9e8ca25861 .shogun-image-content {
  
    justify-content: center;
  
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shg-align-container {
  display: flex;
  justify-content: center
}

.s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image {
  box-sizing: border-box;
}



.s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-990211ff-250c-472f-8903-bd9e8ca25861 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container {
      position: relative;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-990211ff-250c-472f-8903-bd9e8ca25861 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-580306c1-70f4-4d9d-ba4f-36742415f307 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-580306c1-70f4-4d9d-ba4f-36742415f307 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-34d5359e-3a58-4add-b9e8-ffe600a13c62 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-34d5359e-3a58-4add-b9e8-ffe600a13c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-34d5359e-3a58-4add-b9e8-ffe600a13c62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e285507d-dc7a-4059-bd71-160d55d4ea25 {
  margin-left: auto;
margin-right: auto;
}

#s-1b4c0ec5-d638-4ba2-92b6-59d4c9e807c7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-1b4c0ec5-d638-4ba2-92b6-59d4c9e807c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b4c0ec5-d638-4ba2-92b6-59d4c9e807c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99133c3c-8c3e-4316-b241-1789a32ef2cb {
  margin-left: auto;
margin-right: auto;
}

#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614 {
  margin-top: 10px;
}
}







#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-329ba2aa-1e02-4eaf-8f40-13b31c13c614.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  margin: 0 !important;
  overflow: visible;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2-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-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add background color handling */
  
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image {
  box-sizing: border-box;
}



.s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container {
      position: relative;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a71baebb-ed66-49b8-be4a-7cb5980d41d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-f9c2a358-6000-4bed-817c-a214e87157aa {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f9c2a358-6000-4bed-817c-a214e87157aa .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-c67551c5-2f5f-47fa-b15a-7565258968ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-c67551c5-2f5f-47fa-b15a-7565258968ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c67551c5-2f5f-47fa-b15a-7565258968ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68648915-3578-4f86-8990-45809fdccbb2 {
  margin-left: auto;
margin-right: auto;
}

#s-c1ab77af-a168-446e-a38e-25e3eb793bd2 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-c1ab77af-a168-446e-a38e-25e3eb793bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1ab77af-a168-446e-a38e-25e3eb793bd2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aa08c6b-7ba4-419e-a118-4dc1f86c6d23 {
  margin-left: auto;
margin-right: auto;
}

#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-left: 5%;
padding-bottom: 15px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}
@media (max-width: 767px){#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4 {
  margin-top: 10px;
}
}







#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6c224905-83a7-4a02-bbd5-48d2a57d8ac4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  max-width: 200px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-color: #000;
  border-style: solid;
  border-radius: 3px;

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

@media (min-width: 1200px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}@media (max-width: 767px){#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  margin: 0 !important;
  overflow: visible;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0-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-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add background color handling */
  
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 200px;
  }



  img.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
    
    
    
    max-height: 200px;
  }


.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image {
  box-sizing: border-box;
}



.s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container {
      position: relative;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2803848a-d280-4ac6-93f8-28a58dc8c6a0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 200px;
    }
  }

}
#s-e8d01af2-b7b0-4c7a-8f2a-87a157ffdc97 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d01af2-b7b0-4c7a-8f2a-87a157ffdc97 .shogun-heading-component h1 {
  color: ;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-e36795c7-e493-4940-bbae-da56a470d692 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(227, 227, 227, 1);
}








#s-e36795c7-e493-4940-bbae-da56a470d692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e36795c7-e493-4940-bbae-da56a470d692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdeb0cd5-025c-4b6a-aaf9-5d9f67e3d367 {
  margin-left: auto;
margin-right: auto;
}

#s-d12b63e0-02a4-4a42-a33a-c9e257ba04b5 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 5%;
padding-bottom: 10px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 5px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
}








#s-d12b63e0-02a4-4a42-a33a-c9e257ba04b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d12b63e0-02a4-4a42-a33a-c9e257ba04b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b05236eb-3209-452f-a817-ce5dd703314b {
  margin-left: auto;
margin-right: auto;
}

#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(242, 242, 242, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-2b99f2a0-c7b3-4613-8e94-e0763c451054 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b99f2a0-c7b3-4613-8e94-e0763c451054.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87d8e333-ffe0-4d97-9fce-c25c69005175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87d8e333-ffe0-4d97-9fce-c25c69005175 .shogun-heading-component h1 {
  color: rgba(40, 40, 40, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-f02edcd7-9442-4951-ad74-d57abced2b80 {
  margin-left: auto;
margin-right: auto;
}

#s-f02edcd7-9442-4951-ad74-d57abced2b80 hr {
  border-top: 2px solid #ddd;
}

#s-07651448-d12a-4b17-aaef-804e04544a71 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-07651448-d12a-4b17-aaef-804e04544a71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
aspect-ratio: 1378/1501;
text-align: center;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

@media (min-width: 1200px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}@media (max-width: 767px){#s-555c8c17-8244-473e-9732-5855dc5c98ff {
  margin: 0 !important;
  overflow: visible;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff-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-555c8c17-8244-473e-9732-5855dc5c98ff {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-555c8c17-8244-473e-9732-5855dc5c98ff {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add background color handling */
  
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }

    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-link {
      aspect-ratio: 1378/1501;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-555c8c17-8244-473e-9732-5855dc5c98ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 500px;
  }



  img.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
    
    
    
    max-height: 500px;
  }


.s-555c8c17-8244-473e-9732-5855dc5c98ff .shogun-image-content {
  
    justify-content: center;
  
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image {
  box-sizing: border-box;
}



.s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-555c8c17-8244-473e-9732-5855dc5c98ff {
      --shg-aspect-ratio: calc(1378/1501); 
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container {
      position: relative;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-555c8c17-8244-473e-9732-5855dc5c98ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 500px;
    }
  }

}
@media (max-width: 767px){#s-f803ba33-1b64-482a-a98f-45fa15edb8df {
  margin-top: 30px;
}
}
#s-f803ba33-1b64-482a-a98f-45fa15edb8df .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 3px;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-column {
  background-color: rgba(40, 40, 40, 1);
  padding: 10px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: rgba(255, 255, 255, 1);
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-column, #s-f803ba33-1b64-482a-a98f-45fa15edb8df td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

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

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

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

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

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

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

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

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

#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3b932c48-e35d-46e0-8fe1-efbbda8f3897-root {
    text-align: center;
  }


#s-3b932c48-e35d-46e0-8fe1-efbbda8f3897.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c-root {
    text-align: center;
  }


#s-6ebbc7f0-60f9-4c9b-92c6-ac8a8daa102c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-2057576c-8540-416d-a7b1-50dbf5270175 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
background-color: rgba(165, 0, 0, 1);
text-align: center;
text-decoration: none;
}
#s-2057576c-8540-416d-a7b1-50dbf5270175:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2057576c-8540-416d-a7b1-50dbf5270175:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2057576c-8540-416d-a7b1-50dbf5270175-root {
    text-align: center;
  }


#s-2057576c-8540-416d-a7b1-50dbf5270175.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
padding-top: 20px;
padding-left: 3%;
padding-bottom: 20px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(227, 227, 227, 1);
border-style: solid;
border-radius: 3px;
min-height: 50px;
background-color: rgba(40, 40, 40, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-219270e3-c344-4b36-9a61-1d610371fd15 {
  margin-left: 2%;
margin-right: 2%;
}
}







#s-219270e3-c344-4b36-9a61-1d610371fd15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-219270e3-c344-4b36-9a61-1d610371fd15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be2ea22c-dcb5-4b76-ad6f-6ba428faa68c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-be2ea22c-dcb5-4b76-ad6f-6ba428faa68c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}



#s-343e51be-13f0-411a-8779-076fae69b36e {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-343e51be-13f0-411a-8779-076fae69b36e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-fa456bbf-ae1f-4192-896f-0224a9a7353e {
  margin-left: auto;
margin-right: auto;
}

#s-9ced581e-cc50-48f8-9367-0b8945213341 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-e1040a22-c3b6-4d8b-aadf-1bc8f88ba709 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-e1040a22-c3b6-4d8b-aadf-1bc8f88ba709 {
  margin-top: 20px;
}
}
#s-d3f36ee8-d33b-40b7-94a4-d028329391a2 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-80d03f5f-0a5e-432c-aef7-e195d2eb11f0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-80d03f5f-0a5e-432c-aef7-e195d2eb11f0 {
  margin-top: 20px;
}
}
#s-d3f8435c-f12f-4495-a190-4271cec98c1f {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-47d53e6a-773f-43f5-b74f-ecfd9012c3c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-d2baf06f-10db-4e2b-9f1e-ec8b8c977b70 {
  margin-left: auto;
margin-right: auto;
}

#s-77bd8db0-442b-436e-b4eb-883bf5adfc8a {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-5d10a56b-3ab0-4566-b24c-ec2f92449f51 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 3px;
}
@media (max-width: 767px){#s-5d10a56b-3ab0-4566-b24c-ec2f92449f51 {
  margin-top: 20px;
}
}
#s-51d1b256-a353-4d5e-b46f-6f23d1a0acca {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

#s-ed964b66-23ad-4c3b-b867-12909f76634c {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-ed964b66-23ad-4c3b-b867-12909f76634c {
  margin-top: 20px;
}
}
#s-9ca2d358-a39c-4baf-a316-1f373571ac24 {
  margin-top: 10px;
margin-left: auto;
margin-right: auto;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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;
}
