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

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

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

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

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

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

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

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

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

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

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

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

#s-b05a568c-57bb-40dd-94ee-a954286d904d {
  margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b05a568c-57bb-40dd-94ee-a954286d904d {
  margin-top: 0%;
margin-bottom: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b05a568c-57bb-40dd-94ee-a954286d904d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b05a568c-57bb-40dd-94ee-a954286d904d {
  display: none;
}
#s-b05a568c-57bb-40dd-94ee-a954286d904d, #wrap-s-b05a568c-57bb-40dd-94ee-a954286d904d, #wrap-content-s-b05a568c-57bb-40dd-94ee-a954286d904d { display: none !important; }}@media (max-width: 767px){#s-b05a568c-57bb-40dd-94ee-a954286d904d {
  display: none;
}
#s-b05a568c-57bb-40dd-94ee-a954286d904d, #wrap-s-b05a568c-57bb-40dd-94ee-a954286d904d, #wrap-content-s-b05a568c-57bb-40dd-94ee-a954286d904d { display: none !important; }}







#s-b05a568c-57bb-40dd-94ee-a954286d904d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b05a568c-57bb-40dd-94ee-a954286d904d.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  margin-left: 2%;
margin-right: 2%;
max-width: 2048px;
text-align: center;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249-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-c8acd435-31f0-4729-80ca-0b2458c28249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  
  
}

.shg-image-content-margin-container-s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8acd435-31f0-4729-80ca-0b2458c28249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image {
  box-sizing: border-box;
}



.s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  
}


@media (min-width: 1200px){#s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249-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-c8acd435-31f0-4729-80ca-0b2458c28249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8acd435-31f0-4729-80ca-0b2458c28249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image {
  box-sizing: border-box;
}



.s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249-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-c8acd435-31f0-4729-80ca-0b2458c28249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8acd435-31f0-4729-80ca-0b2458c28249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image {
  box-sizing: border-box;
}



.s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249-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-c8acd435-31f0-4729-80ca-0b2458c28249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8acd435-31f0-4729-80ca-0b2458c28249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image {
  box-sizing: border-box;
}



.s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  
}


}@media (max-width: 767px){#s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  margin: 0 !important;
  overflow: visible;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249-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-c8acd435-31f0-4729-80ca-0b2458c28249 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c8acd435-31f0-4729-80ca-0b2458c28249 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add background color handling */
  
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-c8acd435-31f0-4729-80ca-0b2458c28249 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8acd435-31f0-4729-80ca-0b2458c28249.shogun-image {
  box-sizing: border-box;
}



.s-c8acd435-31f0-4729-80ca-0b2458c28249 img.shogun-image {
  
}


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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-96299abb-a94b-477f-ac98-daa08f74de72 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-96299abb-a94b-477f-ac98-daa08f74de72 {
  margin-left: 0%;
margin-bottom: -20px;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96299abb-a94b-477f-ac98-daa08f74de72 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: -3%;
}
}
#s-96299abb-a94b-477f-ac98-daa08f74de72 .shg-proportional-font-size,
#s-96299abb-a94b-477f-ac98-daa08f74de72 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.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: #121212;
  font-family: "Bauer Bodoni";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-f7447741-6726-43cd-846f-8b3f8451900f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f7447741-6726-43cd-846f-8b3f8451900f {
  margin-top: 0%;
margin-left: 0%;
margin-right: 0%;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7447741-6726-43cd-846f-8b3f8451900f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-f7447741-6726-43cd-846f-8b3f8451900f .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-f7447741-6726-43cd-846f-8b3f8451900f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f7447741-6726-43cd-846f-8b3f8451900f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


}
.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: 400;
  font-family: "Futura";
}

.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-346cb627-f1ca-4f65-b079-461c6d6932cf {
  margin-left: 25%;
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: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(40, 48, 66, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-346cb627-f1ca-4f65-b079-461c6d6932cf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWI3OTU0NTItZWVhZS00ZmJjLWFjMzctYjczZmFlZmE0YjEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYjc5NTQ1Mi1lZWFlLTRmYmMtYWMzNy1iNzNmYWVmYTRiMTMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0.5) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;
color: rgba(255, 255, 255, 1) !important;}#s-346cb627-f1ca-4f65-b079-461c6d6932cf:active {background-color: rgba(58, 88, 123, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-346cb627-f1ca-4f65-b079-461c6d6932cf {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
background-image: none;
background-color: rgba(236, 208, 23, 0);
hover-type: color;
color: rgba(254, 254, 254, 1);
text-align: center;
}
#s-346cb627-f1ca-4f65-b079-461c6d6932cf:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0.5) !important;
background-color: rgba(236, 208, 23, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.75) !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-346cb627-f1ca-4f65-b079-461c6d6932cf {
  margin-left: 0%;
margin-right: 0%;
background-image: none;
background-color: rgba(236, 208, 23, 0);
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-346cb627-f1ca-4f65-b079-461c6d6932cf:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0.5) !important;
background-color: rgba(236, 208, 23, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.75) !important;}}

  #s-346cb627-f1ca-4f65-b079-461c6d6932cf-root {
    text-align: center;
  }


#s-346cb627-f1ca-4f65-b079-461c6d6932cf.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-346cb627-f1ca-4f65-b079-461c6d6932cf-root {
    text-align: center;
  }


#s-346cb627-f1ca-4f65-b079-461c6d6932cf.shg-btn {
  color: rgba(254, 254, 254, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-346cb627-f1ca-4f65-b079-461c6d6932cf-root {
    text-align: center;
  }


#s-346cb627-f1ca-4f65-b079-461c6d6932cf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-346cb627-f1ca-4f65-b079-461c6d6932cf-root {
    text-align: center;
  }


#s-346cb627-f1ca-4f65-b079-461c6d6932cf.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-346cb627-f1ca-4f65-b079-461c6d6932cf-root {
    text-align: center;
  }


#s-346cb627-f1ca-4f65-b079-461c6d6932cf.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-63bf358d-5b61-4216-b29d-04eede8d71bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-63bf358d-5b61-4216-b29d-04eede8d71bb {
  display: none;
}
#s-63bf358d-5b61-4216-b29d-04eede8d71bb, #wrap-s-63bf358d-5b61-4216-b29d-04eede8d71bb, #wrap-content-s-63bf358d-5b61-4216-b29d-04eede8d71bb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63bf358d-5b61-4216-b29d-04eede8d71bb {
  display: none;
}
#s-63bf358d-5b61-4216-b29d-04eede8d71bb, #wrap-s-63bf358d-5b61-4216-b29d-04eede8d71bb, #wrap-content-s-63bf358d-5b61-4216-b29d-04eede8d71bb { display: none !important; }}@media (max-width: 767px){#s-63bf358d-5b61-4216-b29d-04eede8d71bb {
  display: none;
}
#s-63bf358d-5b61-4216-b29d-04eede8d71bb, #wrap-s-63bf358d-5b61-4216-b29d-04eede8d71bb, #wrap-content-s-63bf358d-5b61-4216-b29d-04eede8d71bb { display: none !important; }}







#s-63bf358d-5b61-4216-b29d-04eede8d71bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63bf358d-5b61-4216-b29d-04eede8d71bb.shg-box.shg-c {
  justify-content: center;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  text-align: center;
}
}
#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1-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-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image {
  box-sizing: border-box;
}



.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1-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-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image {
  box-sizing: border-box;
}



.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1-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-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image {
  box-sizing: border-box;
}



.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1-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-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  
}

.shg-image-content-margin-container-s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image {
  box-sizing: border-box;
}



.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  margin: 0 !important;
  overflow: visible;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1-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-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add background color handling */
  
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1.shogun-image {
  box-sizing: border-box;
}



.s-41c96bbd-5c06-4769-bdfe-475b53ce1dd1 img.shogun-image {
  
}


}
#s-cf2b3fba-cd04-4bb8-9dce-527ccabf6ebf {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf2b3fba-cd04-4bb8-9dce-527ccabf6ebf {
  margin-bottom: -3%;
}
}
#s-cf2b3fba-cd04-4bb8-9dce-527ccabf6ebf .shg-proportional-font-size,
#s-cf2b3fba-cd04-4bb8-9dce-527ccabf6ebf .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-352b2e0b-7a76-4e33-b5af-75ead4ec1a36 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-352b2e0b-7a76-4e33-b5af-75ead4ec1a36 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-352b2e0b-7a76-4e33-b5af-75ead4ec1a36 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-19416d03-1d04-4b42-835e-9d26dde9eb1f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-19416d03-1d04-4b42-835e-9d26dde9eb1f:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-19416d03-1d04-4b42-835e-9d26dde9eb1f:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-19416d03-1d04-4b42-835e-9d26dde9eb1f {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
color: rgba(255, 255, 255, 1);
}
#s-19416d03-1d04-4b42-835e-9d26dde9eb1f:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.75) !important;}}@media (max-width: 767px){#s-19416d03-1d04-4b42-835e-9d26dde9eb1f {
  margin-top: 0%;
margin-bottom: 47%;
padding-top: 0%;
padding-bottom: 0%;
color: rgba(236, 208, 23, 1);
}
#s-19416d03-1d04-4b42-835e-9d26dde9eb1f:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(236, 208, 23, 0.8) !important;}}

  #s-19416d03-1d04-4b42-835e-9d26dde9eb1f-root {
    text-align: center;
  }


#s-19416d03-1d04-4b42-835e-9d26dde9eb1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-19416d03-1d04-4b42-835e-9d26dde9eb1f-root {
    text-align: center;
  }


#s-19416d03-1d04-4b42-835e-9d26dde9eb1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-19416d03-1d04-4b42-835e-9d26dde9eb1f-root {
    text-align: center;
  }


#s-19416d03-1d04-4b42-835e-9d26dde9eb1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-19416d03-1d04-4b42-835e-9d26dde9eb1f-root {
    text-align: center;
  }


#s-19416d03-1d04-4b42-835e-9d26dde9eb1f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-19416d03-1d04-4b42-835e-9d26dde9eb1f-root {
    text-align: center;
  }


#s-19416d03-1d04-4b42-835e-9d26dde9eb1f.shg-btn {
  color: rgba(236, 208, 23, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 {
  display: none;
}
#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6, #wrap-s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6, #wrap-content-s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 {
  display: none;
}
#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6, #wrap-s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6, #wrap-content-s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 {
  display: none;
}
#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6, #wrap-s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6, #wrap-content-s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 { display: none !important; }}







#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8ac3b2f6-28c9-48fc-ab4a-83f97f45cdd6.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* 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-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c13caba6-6ca3-4f08-8d7f-009fbb3fa5f6.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-2859e478-caaa-4d55-a9da-cb099302c738 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-2859e478-caaa-4d55-a9da-cb099302c738:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2859e478-caaa-4d55-a9da-cb099302c738:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2859e478-caaa-4d55-a9da-cb099302c738 {
  margin-top: 135%;
margin-bottom: 0%;
background-image: none;
background-color: rgba(37, 37, 37, 0);
hover-type: color;
}
#s-2859e478-caaa-4d55-a9da-cb099302c738:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 0.75) !important;}}

  #s-2859e478-caaa-4d55-a9da-cb099302c738-root {
    text-align: center;
  }


#s-2859e478-caaa-4d55-a9da-cb099302c738.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2859e478-caaa-4d55-a9da-cb099302c738-root {
    text-align: center;
  }


#s-2859e478-caaa-4d55-a9da-cb099302c738.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2859e478-caaa-4d55-a9da-cb099302c738-root {
    text-align: center;
  }


#s-2859e478-caaa-4d55-a9da-cb099302c738.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2859e478-caaa-4d55-a9da-cb099302c738-root {
    text-align: center;
  }


#s-2859e478-caaa-4d55-a9da-cb099302c738.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2859e478-caaa-4d55-a9da-cb099302c738-root {
    text-align: center;
  }


#s-2859e478-caaa-4d55-a9da-cb099302c738.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 {
  display: none;
}
#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3, #wrap-s-e056e5a3-1de1-418f-99b3-49c453f7f3d3, #wrap-content-s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 {
  display: none;
}
#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3, #wrap-s-e056e5a3-1de1-418f-99b3-49c453f7f3d3, #wrap-content-s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 {
  
}
}@media (max-width: 767px){#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 {
  
}
}







#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e056e5a3-1de1-418f-99b3-49c453f7f3d3.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6 {
  margin-top: 0px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6 {
  display: none;
}
#s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6, #wrap-s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6, #wrap-content-s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6 {
  display: none;
}
#s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6, #wrap-s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6, #wrap-content-s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6 { display: none !important; }}
#s-a87fb0ec-104b-4a75-b42b-01c2fdeef1c6 hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-35d9cc07-cbdd-4197-b7ee-41159635a0bb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-35d9cc07-cbdd-4197-b7ee-41159635a0bb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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: #121212;
  font-family: "Bauer Bodoni";
  font-weight: 400;
}

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

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

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

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

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

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

.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: #121212;
  font-family: "Bauer Bodoni";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: #121212;
  font-family: "Futura";
  font-weight: 400;
}

#s-6c7aee6e-9540-4d45-a531-0bb813db8908 {
  margin-left: 5%;
margin-right: 5%;
}

#s-01068f7d-d034-48a0-a504-72be8260c452 {
  margin-top: 0px;
margin-left: 25%;
margin-bottom: 0px;
margin-right: 25%;
max-width: 1536px;
aspect-ratio: 1536/700;
text-align: center;
}

#s-01068f7d-d034-48a0-a504-72be8260c452 {
  margin: 0 !important;
  overflow: visible;
}

#s-01068f7d-d034-48a0-a504-72be8260c452-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-01068f7d-d034-48a0-a504-72be8260c452 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-01068f7d-d034-48a0-a504-72be8260c452 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add background color handling */
  
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
  box-sizing: border-box;
}



.s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01068f7d-d034-48a0-a504-72be8260c452 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
      position: relative;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

@media (min-width: 1200px){#s-01068f7d-d034-48a0-a504-72be8260c452 {
  margin: 0 !important;
  overflow: visible;
}

#s-01068f7d-d034-48a0-a504-72be8260c452-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-01068f7d-d034-48a0-a504-72be8260c452 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01068f7d-d034-48a0-a504-72be8260c452 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add background color handling */
  
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
  box-sizing: border-box;
}



.s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01068f7d-d034-48a0-a504-72be8260c452 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
      position: relative;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-01068f7d-d034-48a0-a504-72be8260c452 {
  margin: 0 !important;
  overflow: visible;
}

#s-01068f7d-d034-48a0-a504-72be8260c452-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-01068f7d-d034-48a0-a504-72be8260c452 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01068f7d-d034-48a0-a504-72be8260c452 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add background color handling */
  
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
  box-sizing: border-box;
}



.s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01068f7d-d034-48a0-a504-72be8260c452 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
      position: relative;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-01068f7d-d034-48a0-a504-72be8260c452 {
  margin: 0 !important;
  overflow: visible;
}

#s-01068f7d-d034-48a0-a504-72be8260c452-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-01068f7d-d034-48a0-a504-72be8260c452 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01068f7d-d034-48a0-a504-72be8260c452 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add background color handling */
  
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
  box-sizing: border-box;
}



.s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01068f7d-d034-48a0-a504-72be8260c452 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
      position: relative;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (max-width: 767px){#s-01068f7d-d034-48a0-a504-72be8260c452 {
  margin: 0 !important;
  overflow: visible;
}

#s-01068f7d-d034-48a0-a504-72be8260c452-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-01068f7d-d034-48a0-a504-72be8260c452 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-01068f7d-d034-48a0-a504-72be8260c452 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add background color handling */
  
}

#s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01068f7d-d034-48a0-a504-72be8260c452 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-01068f7d-d034-48a0-a504-72be8260c452 .shogun-image-content {
  
    justify-content: center;
  
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image {
  box-sizing: border-box;
}



.s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-01068f7d-d034-48a0-a504-72be8260c452 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container {
      position: relative;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01068f7d-d034-48a0-a504-72be8260c452 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}
#s-dd4396c4-61ae-4145-8095-d70e092c4ff7 {
  margin-top: 0px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(32, 32, 32, 1);
}
#s-dd4396c4-61ae-4145-8095-d70e092c4ff7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(71, 71, 71, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-dd4396c4-61ae-4145-8095-d70e092c4ff7:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(65, 65, 65, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dd4396c4-61ae-4145-8095-d70e092c4ff7-root {
    text-align: center;
  }


#s-dd4396c4-61ae-4145-8095-d70e092c4ff7.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dd4396c4-61ae-4145-8095-d70e092c4ff7-root {
    text-align: center;
  }


#s-dd4396c4-61ae-4145-8095-d70e092c4ff7.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd4396c4-61ae-4145-8095-d70e092c4ff7-root {
    text-align: center;
  }


#s-dd4396c4-61ae-4145-8095-d70e092c4ff7.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd4396c4-61ae-4145-8095-d70e092c4ff7-root {
    text-align: center;
  }


#s-dd4396c4-61ae-4145-8095-d70e092c4ff7.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dd4396c4-61ae-4145-8095-d70e092c4ff7-root {
    text-align: center;
  }


#s-dd4396c4-61ae-4145-8095-d70e092c4ff7.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  margin-left: 4%;
margin-right: 4%;
max-width: 2048px;
text-align: center;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  margin: 0 !important;
  overflow: visible;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb-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-bd01769d-77b5-4407-81e1-8896dcf62beb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  
  
}

.shg-image-content-margin-container-s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add background color handling */
  
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image {
  box-sizing: border-box;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  
}


@media (min-width: 1200px){#s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  margin: 0 !important;
  overflow: visible;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb-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-bd01769d-77b5-4407-81e1-8896dcf62beb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add background color handling */
  
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image {
  box-sizing: border-box;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  margin: 0 !important;
  overflow: visible;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb-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-bd01769d-77b5-4407-81e1-8896dcf62beb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add background color handling */
  
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image {
  box-sizing: border-box;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  margin: 0 !important;
  overflow: visible;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb-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-bd01769d-77b5-4407-81e1-8896dcf62beb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add background color handling */
  
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image {
  box-sizing: border-box;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  
}


}@media (max-width: 767px){#s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  margin: 0 !important;
  overflow: visible;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb-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-bd01769d-77b5-4407-81e1-8896dcf62beb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bd01769d-77b5-4407-81e1-8896dcf62beb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add background color handling */
  
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shogun-image-content {
  
    justify-content: center;
  
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd01769d-77b5-4407-81e1-8896dcf62beb.shogun-image {
  box-sizing: border-box;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-bd01769d-77b5-4407-81e1-8896dcf62beb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-bd01769d-77b5-4407-81e1-8896dcf62beb img.shogun-image {
  
}


}
#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 {
  margin-top: 8%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 {
  margin-top: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 {
  display: none;
}
#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633, #wrap-s-cc5182f6-2e49-47d2-ac4b-80ce9082b633, #wrap-content-s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 { display: none !important; }}@media (max-width: 767px){#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 {
  display: none;
}
#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633, #wrap-s-cc5182f6-2e49-47d2-ac4b-80ce9082b633, #wrap-content-s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 { display: none !important; }}







#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cc5182f6-2e49-47d2-ac4b-80ce9082b633.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-14953eed-7c50-4ac5-a585-a1c36f4d0772 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}
@media (min-width: 1200px){#s-14953eed-7c50-4ac5-a585-a1c36f4d0772 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-14953eed-7c50-4ac5-a585-a1c36f4d0772"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14953eed-7c50-4ac5-a585-a1c36f4d0772"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-14953eed-7c50-4ac5-a585-a1c36f4d0772"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-14953eed-7c50-4ac5-a585-a1c36f4d0772"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-14953eed-7c50-4ac5-a585-a1c36f4d0772"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-14953eed-7c50-4ac5-a585-a1c36f4d0772"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-14953eed-7c50-4ac5-a585-a1c36f4d0772"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-639cd81d-8dbf-494d-a9e9-70f502a4400b {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-639cd81d-8dbf-494d-a9e9-70f502a4400b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: left;
}



#s-ffec78ce-963d-4c7d-a632-19d1ef83b329 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-ffec78ce-963d-4c7d-a632-19d1ef83b329 {
  margin-top: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffec78ce-963d-4c7d-a632-19d1ef83b329 {
  margin-top: 4%;
}
}
#s-d578fd36-8ac4-4644-ba07-f7757ca2c7e1 {
  margin-top: -15px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-d578fd36-8ac4-4644-ba07-f7757ca2c7e1 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-d578fd36-8ac4-4644-ba07-f7757ca2c7e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d578fd36-8ac4-4644-ba07-f7757ca2c7e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d578fd36-8ac4-4644-ba07-f7757ca2c7e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d578fd36-8ac4-4644-ba07-f7757ca2c7e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  margin-left: auto;
margin-right: auto;
max-width: 1536px;
aspect-ratio: 1536/700;
text-align: center;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  margin: 0 !important;
  overflow: visible;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e-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-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add background color handling */
  
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
  box-sizing: border-box;
}



.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
      position: relative;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

@media (min-width: 1200px){#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  margin: 0 !important;
  overflow: visible;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e-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-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add background color handling */
  
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
  box-sizing: border-box;
}



.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
      position: relative;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  margin: 0 !important;
  overflow: visible;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e-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-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add background color handling */
  
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
  box-sizing: border-box;
}



.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
      position: relative;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  margin: 0 !important;
  overflow: visible;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e-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-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add background color handling */
  
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
  box-sizing: border-box;
}



.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
      position: relative;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (max-width: 767px){#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  margin: 0 !important;
  overflow: visible;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e-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-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add background color handling */
  
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e .shogun-image-content {
  
    justify-content: center;
  
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image {
  box-sizing: border-box;
}



.s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container {
      position: relative;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6408e396-ffcf-4a5f-a1dc-a4b6d60bf62e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}
#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  margin-left: 4%;
margin-right: 4%;
max-width: 2048px;
text-align: center;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  margin: 0 !important;
  overflow: visible;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12-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-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 4%;
  margin-right: 4%;
  
  
}

.shg-image-content-margin-container-s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add background color handling */
  
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image {
  box-sizing: border-box;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  
}


@media (min-width: 1200px){#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  margin: 0 !important;
  overflow: visible;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12-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-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add background color handling */
  
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  border-left-width: 2px;
  border-right-width: 2px;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-color: #000;
  border-style: solid;
  

}






.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image {
  box-sizing: border-box;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  margin: 0 !important;
  overflow: visible;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12-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-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add background color handling */
  
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image {
  box-sizing: border-box;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  margin: 0 !important;
  overflow: visible;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12-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-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add background color handling */
  
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image {
  box-sizing: border-box;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  
}


}@media (max-width: 767px){#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  margin: 0 !important;
  overflow: visible;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12-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-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add background color handling */
  
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shogun-image-content {
  
    justify-content: center;
  
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-54066eef-c2b8-4bf8-b15e-52bdba98ad12.shogun-image {
  box-sizing: border-box;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-54066eef-c2b8-4bf8-b15e-52bdba98ad12 img.shogun-image {
  
}


}
#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577 {
  margin-top: 0%;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(32, 32, 32, 1);
}
#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(71, 71, 71, 0) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(65, 65, 65, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f9598f0a-c698-4c14-b9ee-c2ec8c393577-root {
    text-align: center;
  }


#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f9598f0a-c698-4c14-b9ee-c2ec8c393577-root {
    text-align: center;
  }


#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f9598f0a-c698-4c14-b9ee-c2ec8c393577-root {
    text-align: center;
  }


#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f9598f0a-c698-4c14-b9ee-c2ec8c393577-root {
    text-align: center;
  }


#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f9598f0a-c698-4c14-b9ee-c2ec8c393577-root {
    text-align: center;
  }


#s-f9598f0a-c698-4c14-b9ee-c2ec8c393577.shg-btn {
  color: rgba(32, 32, 32, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-28696804-ab7a-451f-89ca-33dc876e25d2 {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-28696804-ab7a-451f-89ca-33dc876e25d2 {
  display: none;
}
#s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-content-s-28696804-ab7a-451f-89ca-33dc876e25d2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-28696804-ab7a-451f-89ca-33dc876e25d2 {
  display: none;
}
#s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-content-s-28696804-ab7a-451f-89ca-33dc876e25d2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-28696804-ab7a-451f-89ca-33dc876e25d2 {
  display: none;
}
#s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-content-s-28696804-ab7a-451f-89ca-33dc876e25d2 { display: none !important; }}@media (max-width: 767px){#s-28696804-ab7a-451f-89ca-33dc876e25d2 {
  display: none;
}
#s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-s-28696804-ab7a-451f-89ca-33dc876e25d2, #wrap-content-s-28696804-ab7a-451f-89ca-33dc876e25d2 { display: none !important; }}







#s-28696804-ab7a-451f-89ca-33dc876e25d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-28696804-ab7a-451f-89ca-33dc876e25d2.shg-box.shg-c {
  justify-content: center;
}

#s-e3462a1a-8302-4223-aa04-2130f6af1f7e {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}
@media (max-width: 767px){#s-e3462a1a-8302-4223-aa04-2130f6af1f7e {
  margin-bottom: -5px;
}
}
#s-a26b3d2e-e5c1-43ec-83a1-3d68598c3d23 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a26b3d2e-e5c1-43ec-83a1-3d68598c3d23 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062 {
  margin-top: -5%;
margin-left: 40%;
margin-bottom: -5%;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062 {
  display: none;
}
#s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062, #wrap-s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062, #wrap-content-s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062 {
  display: none;
}
#s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062, #wrap-s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062, #wrap-content-s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062 { display: none !important; }}
#s-821b2d15-b95e-4f4b-95b4-bfb5de3ef062 hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-8ebf5e7c-3bbb-4b2c-9df6-ab382800877b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
}

#s-78324810-1322-4233-aa3a-b1daf20a9e37 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}








#s-78324810-1322-4233-aa3a-b1daf20a9e37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-78324810-1322-4233-aa3a-b1daf20a9e37.shg-box.shg-c {
  justify-content: center;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-945ae1fa-e8d4-4766-909f-750ea678955c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-945ae1fa-e8d4-4766-909f-750ea678955c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-945ae1fa-e8d4-4766-909f-750ea678955c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-945ae1fa-e8d4-4766-909f-750ea678955c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-945ae1fa-e8d4-4766-909f-750ea678955c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-945ae1fa-e8d4-4766-909f-750ea678955c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-945ae1fa-e8d4-4766-909f-750ea678955c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-945ae1fa-e8d4-4766-909f-750ea678955c {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-945ae1fa-e8d4-4766-909f-750ea678955c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c img.shogun-image {
  width: 100%;
  
  
  max-width: 1080px;

      
    max-width: 1080px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-945ae1fa-e8d4-4766-909f-750ea678955c .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-945ae1fa-e8d4-4766-909f-750ea678955c.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-fc589692-0272-4488-b35b-7a053c1ba7a9 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-fc589692-0272-4488-b35b-7a053c1ba7a9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc589692-0272-4488-b35b-7a053c1ba7a9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc589692-0272-4488-b35b-7a053c1ba7a9-root {
    text-align: center;
  }


#s-fc589692-0272-4488-b35b-7a053c1ba7a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc589692-0272-4488-b35b-7a053c1ba7a9-root {
    text-align: center;
  }


#s-fc589692-0272-4488-b35b-7a053c1ba7a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc589692-0272-4488-b35b-7a053c1ba7a9-root {
    text-align: center;
  }


#s-fc589692-0272-4488-b35b-7a053c1ba7a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc589692-0272-4488-b35b-7a053c1ba7a9-root {
    text-align: center;
  }


#s-fc589692-0272-4488-b35b-7a053c1ba7a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc589692-0272-4488-b35b-7a053c1ba7a9-root {
    text-align: center;
  }


#s-fc589692-0272-4488-b35b-7a053c1ba7a9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 {
  display: none;
}
#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-content-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 {
  display: none;
}
#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-content-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 {
  display: none;
}
#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-content-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 { display: none !important; }}@media (max-width: 767px){#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 {
  display: none;
}
#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6, #wrap-content-s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 { display: none !important; }}







#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-662288f7-d8a7-41ce-b1d2-c85da2313cc6.shg-box.shg-c {
  justify-content: center;
}

#s-250b2c42-8857-4284-96e7-36b413650567 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-250b2c42-8857-4284-96e7-36b413650567 {
  
}
}@media (max-width: 767px){#s-250b2c42-8857-4284-96e7-36b413650567 {
  display: none;
}
#s-250b2c42-8857-4284-96e7-36b413650567, #wrap-s-250b2c42-8857-4284-96e7-36b413650567, #wrap-content-s-250b2c42-8857-4284-96e7-36b413650567 { display: none !important; }}







#s-250b2c42-8857-4284-96e7-36b413650567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-250b2c42-8857-4284-96e7-36b413650567.shg-box.shg-c {
  justify-content: center;
}

#s-e5dec967-3f23-42a0-8d0a-08c794bae0d1 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-e5dec967-3f23-42a0-8d0a-08c794bae0d1 {
  display: none;
}
#s-e5dec967-3f23-42a0-8d0a-08c794bae0d1, #wrap-s-e5dec967-3f23-42a0-8d0a-08c794bae0d1, #wrap-content-s-e5dec967-3f23-42a0-8d0a-08c794bae0d1 { display: none !important; }}@media (max-width: 767px){#s-e5dec967-3f23-42a0-8d0a-08c794bae0d1 {
  display: none;
}
#s-e5dec967-3f23-42a0-8d0a-08c794bae0d1, #wrap-s-e5dec967-3f23-42a0-8d0a-08c794bae0d1, #wrap-content-s-e5dec967-3f23-42a0-8d0a-08c794bae0d1 { display: none !important; }}
#s-a6e41817-7919-4a8a-abd8-1117eaad6214 {
  margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a6e41817-7919-4a8a-abd8-1117eaad6214 {
  display: none;
}
#s-a6e41817-7919-4a8a-abd8-1117eaad6214, #wrap-s-a6e41817-7919-4a8a-abd8-1117eaad6214, #wrap-content-s-a6e41817-7919-4a8a-abd8-1117eaad6214 { display: none !important; }}@media (max-width: 767px){#s-a6e41817-7919-4a8a-abd8-1117eaad6214 {
  display: none;
}
#s-a6e41817-7919-4a8a-abd8-1117eaad6214, #wrap-s-a6e41817-7919-4a8a-abd8-1117eaad6214, #wrap-content-s-a6e41817-7919-4a8a-abd8-1117eaad6214 { display: none !important; }}
#s-a6e41817-7919-4a8a-abd8-1117eaad6214 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}



#s-4256a06a-c0c5-429e-a941-8f4aad869b0c {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4256a06a-c0c5-429e-a941-8f4aad869b0c {
  display: none;
}
#s-4256a06a-c0c5-429e-a941-8f4aad869b0c, #wrap-s-4256a06a-c0c5-429e-a941-8f4aad869b0c, #wrap-content-s-4256a06a-c0c5-429e-a941-8f4aad869b0c { display: none !important; }}@media (max-width: 767px){#s-4256a06a-c0c5-429e-a941-8f4aad869b0c {
  display: none;
}
#s-4256a06a-c0c5-429e-a941-8f4aad869b0c, #wrap-s-4256a06a-c0c5-429e-a941-8f4aad869b0c, #wrap-content-s-4256a06a-c0c5-429e-a941-8f4aad869b0c { display: none !important; }}
#s-463fa0a8-9d70-4ac9-97a4-5635efeebe12 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -20px;
margin-right: auto;
}
@media (min-width: 1200px){#s-463fa0a8-9d70-4ac9-97a4-5635efeebe12 {
  display: none;
}
#s-463fa0a8-9d70-4ac9-97a4-5635efeebe12, #wrap-s-463fa0a8-9d70-4ac9-97a4-5635efeebe12, #wrap-content-s-463fa0a8-9d70-4ac9-97a4-5635efeebe12 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-463fa0a8-9d70-4ac9-97a4-5635efeebe12 {
  display: none;
}
#s-463fa0a8-9d70-4ac9-97a4-5635efeebe12, #wrap-s-463fa0a8-9d70-4ac9-97a4-5635efeebe12, #wrap-content-s-463fa0a8-9d70-4ac9-97a4-5635efeebe12 { display: none !important; }}
#s-8b43f3da-da6f-4634-8fb4-333704cf4739 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8b43f3da-da6f-4634-8fb4-333704cf4739 {
  display: none;
}
#s-8b43f3da-da6f-4634-8fb4-333704cf4739, #wrap-s-8b43f3da-da6f-4634-8fb4-333704cf4739, #wrap-content-s-8b43f3da-da6f-4634-8fb4-333704cf4739 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8b43f3da-da6f-4634-8fb4-333704cf4739 {
  display: none;
}
#s-8b43f3da-da6f-4634-8fb4-333704cf4739, #wrap-s-8b43f3da-da6f-4634-8fb4-333704cf4739, #wrap-content-s-8b43f3da-da6f-4634-8fb4-333704cf4739 { display: none !important; }}
#s-8b43f3da-da6f-4634-8fb4-333704cf4739 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-8b43f3da-da6f-4634-8fb4-333704cf4739 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1195;
text-align: center;
}
@media (min-width: 1200px){#s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  display: none;
}
#s-397f95c5-7141-438a-ac53-3ca6605b8c30, #wrap-s-397f95c5-7141-438a-ac53-3ca6605b8c30, #wrap-content-s-397f95c5-7141-438a-ac53-3ca6605b8c30 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  display: none;
}
#s-397f95c5-7141-438a-ac53-3ca6605b8c30, #wrap-s-397f95c5-7141-438a-ac53-3ca6605b8c30, #wrap-content-s-397f95c5-7141-438a-ac53-3ca6605b8c30 { display: none !important; }}@media (max-width: 767px){#s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  max-width: 2048px;
aspect-ratio: 1080/1920;
}
}
#s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  margin: 0 !important;
  overflow: visible;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30-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-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add background color handling */
  
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
  box-sizing: border-box;
}



.s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
      position: relative;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  margin: 0 !important;
  overflow: visible;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30-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-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add background color handling */
  
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
  box-sizing: border-box;
}



.s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
      position: relative;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 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-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  margin: 0 !important;
  overflow: visible;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30-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-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add background color handling */
  
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
  box-sizing: border-box;
}



.s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
      position: relative;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 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-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  margin: 0 !important;
  overflow: visible;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30-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-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add background color handling */
  
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
  box-sizing: border-box;
}



.s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
      position: relative;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  margin: 0 !important;
  overflow: visible;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30-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-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add background color handling */
  
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-397f95c5-7141-438a-ac53-3ca6605b8c30 .shogun-image-content {
  
    justify-content: center;
  
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shg-align-container {
  display: flex;
  justify-content: center
}

.s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image {
  box-sizing: border-box;
}



.s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container {
      position: relative;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-397f95c5-7141-438a-ac53-3ca6605b8c30 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba {
  display: none;
}
#s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba, #wrap-s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba, #wrap-content-s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba {
  display: none;
}
#s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba, #wrap-s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba, #wrap-content-s-743df2a3-5cdc-47d0-a7bb-76066bb4e5ba { display: none !important; }}
#s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 2048/1195;
text-align: center;
}
@media (max-width: 767px){#s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  display: none;
}
#s-d61b3b39-de33-47da-83f8-3810ddb98544, #wrap-s-d61b3b39-de33-47da-83f8-3810ddb98544, #wrap-content-s-d61b3b39-de33-47da-83f8-3810ddb98544 { display: none !important; }}
#s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  margin: 0 !important;
  overflow: visible;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544-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-d61b3b39-de33-47da-83f8-3810ddb98544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add background color handling */
  
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
  box-sizing: border-box;
}



.s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d61b3b39-de33-47da-83f8-3810ddb98544 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
      position: relative;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  margin: 0 !important;
  overflow: visible;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544-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-d61b3b39-de33-47da-83f8-3810ddb98544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add background color handling */
  
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
  box-sizing: border-box;
}



.s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d61b3b39-de33-47da-83f8-3810ddb98544 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
      position: relative;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544 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-d61b3b39-de33-47da-83f8-3810ddb98544 {
  margin: 0 !important;
  overflow: visible;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544-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-d61b3b39-de33-47da-83f8-3810ddb98544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add background color handling */
  
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
  box-sizing: border-box;
}



.s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d61b3b39-de33-47da-83f8-3810ddb98544 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
      position: relative;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544 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-d61b3b39-de33-47da-83f8-3810ddb98544 {
  margin: 0 !important;
  overflow: visible;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544-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-d61b3b39-de33-47da-83f8-3810ddb98544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add background color handling */
  
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
  box-sizing: border-box;
}



.s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d61b3b39-de33-47da-83f8-3810ddb98544 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
      position: relative;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  margin: 0 !important;
  overflow: visible;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544-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-d61b3b39-de33-47da-83f8-3810ddb98544 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d61b3b39-de33-47da-83f8-3810ddb98544 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add background color handling */
  
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }

    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-link {
      aspect-ratio: 2048/1195;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d61b3b39-de33-47da-83f8-3810ddb98544 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-d61b3b39-de33-47da-83f8-3810ddb98544 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image {
  box-sizing: border-box;
}



.s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d61b3b39-de33-47da-83f8-3810ddb98544 {
      --shg-aspect-ratio: calc(2048/1195); 
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container {
      position: relative;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d61b3b39-de33-47da-83f8-3810ddb98544 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b {
  display: none;
}
#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b, #wrap-s-f3dc053b-79f7-4e37-95e8-a878ed309e1b, #wrap-content-s-f3dc053b-79f7-4e37-95e8-a878ed309e1b { display: none !important; }}

  #s-f3dc053b-79f7-4e37-95e8-a878ed309e1b-root {
    text-align: center;
  }


#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f3dc053b-79f7-4e37-95e8-a878ed309e1b-root {
    text-align: center;
  }


#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f3dc053b-79f7-4e37-95e8-a878ed309e1b-root {
    text-align: center;
  }


#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f3dc053b-79f7-4e37-95e8-a878ed309e1b-root {
    text-align: center;
  }


#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f3dc053b-79f7-4e37-95e8-a878ed309e1b-root {
    text-align: center;
  }


#s-f3dc053b-79f7-4e37-95e8-a878ed309e1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b7120949-b2da-4eb3-a35e-ef206a6afb05 {
  margin-top: 7%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b7120949-b2da-4eb3-a35e-ef206a6afb05 {
  display: none;
}
#s-b7120949-b2da-4eb3-a35e-ef206a6afb05, #wrap-s-b7120949-b2da-4eb3-a35e-ef206a6afb05, #wrap-content-s-b7120949-b2da-4eb3-a35e-ef206a6afb05 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b7120949-b2da-4eb3-a35e-ef206a6afb05 {
  display: none;
}
#s-b7120949-b2da-4eb3-a35e-ef206a6afb05, #wrap-s-b7120949-b2da-4eb3-a35e-ef206a6afb05, #wrap-content-s-b7120949-b2da-4eb3-a35e-ef206a6afb05 { display: none !important; }}







#s-b7120949-b2da-4eb3-a35e-ef206a6afb05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7120949-b2da-4eb3-a35e-ef206a6afb05.shg-box.shg-c {
  justify-content: center;
}

#s-2ccc7482-822f-4917-bacc-04492da0b5a9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2ccc7482-822f-4917-bacc-04492da0b5a9 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa {
  margin-top: 0px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa {
  display: none;
}
#s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa, #wrap-s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa, #wrap-content-s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa {
  display: none;
}
#s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa, #wrap-s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa, #wrap-content-s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa { display: none !important; }}
#s-e8ae8324-a7af-4987-8a6b-fcbcd7835efa hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-6a84f370-458b-4f68-b02c-0caeea96f3e3 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-6a84f370-458b-4f68-b02c-0caeea96f3e3 {
  margin-top: 1%;
margin-bottom: 1%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a84f370-458b-4f68-b02c-0caeea96f3e3 {
  margin-top: 1%;
margin-bottom: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a84f370-458b-4f68-b02c-0caeea96f3e3 {
  display: none;
}
#s-6a84f370-458b-4f68-b02c-0caeea96f3e3, #wrap-s-6a84f370-458b-4f68-b02c-0caeea96f3e3, #wrap-content-s-6a84f370-458b-4f68-b02c-0caeea96f3e3 { display: none !important; }}@media (max-width: 767px){#s-6a84f370-458b-4f68-b02c-0caeea96f3e3 {
  display: none;
}
#s-6a84f370-458b-4f68-b02c-0caeea96f3e3, #wrap-s-6a84f370-458b-4f68-b02c-0caeea96f3e3, #wrap-content-s-6a84f370-458b-4f68-b02c-0caeea96f3e3 { display: none !important; }}
#s-6a84f370-458b-4f68-b02c-0caeea96f3e3 hr {
  border-top: 1px solid rgba(141, 141, 141, 0.75);
}

#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab {
  display: none;
}
#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab, #wrap-s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab, #wrap-content-s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab { display: none !important; }}@media (max-width: 767px){#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab {
  display: none;
}
#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab, #wrap-s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab, #wrap-content-s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab { display: none !important; }}







#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8ed5ef9-3b7b-4b49-8aa2-79c1b9629fab.shg-box.shg-c {
  justify-content: center;
}

#s-507eda07-782f-4404-8b06-3e4ebf14d4b6 {
  margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-507eda07-782f-4404-8b06-3e4ebf14d4b6 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: center;
}



#s-601fb0e4-c7eb-498b-b0b7-45b377d5e3db {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-601fb0e4-c7eb-498b-b0b7-45b377d5e3db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-601fb0e4-c7eb-498b-b0b7-45b377d5e3db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-601fb0e4-c7eb-498b-b0b7-45b377d5e3db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-601fb0e4-c7eb-498b-b0b7-45b377d5e3db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-28723be9-b1ad-4af1-b365-e1314375708a {
  max-width: 2048px;
text-align: center;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a {
  margin: 0 !important;
  overflow: visible;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a-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-28723be9-b1ad-4af1-b365-e1314375708a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28723be9-b1ad-4af1-b365-e1314375708a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add background color handling */
  
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28723be9-b1ad-4af1-b365-e1314375708a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image {
  box-sizing: border-box;
}



.s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  
}


@media (min-width: 1200px){#s-28723be9-b1ad-4af1-b365-e1314375708a {
  margin: 0 !important;
  overflow: visible;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a-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-28723be9-b1ad-4af1-b365-e1314375708a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28723be9-b1ad-4af1-b365-e1314375708a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add background color handling */
  
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28723be9-b1ad-4af1-b365-e1314375708a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image {
  box-sizing: border-box;
}



.s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-28723be9-b1ad-4af1-b365-e1314375708a {
  margin: 0 !important;
  overflow: visible;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a-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-28723be9-b1ad-4af1-b365-e1314375708a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28723be9-b1ad-4af1-b365-e1314375708a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add background color handling */
  
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28723be9-b1ad-4af1-b365-e1314375708a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image {
  box-sizing: border-box;
}



.s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-28723be9-b1ad-4af1-b365-e1314375708a {
  margin: 0 !important;
  overflow: visible;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a-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-28723be9-b1ad-4af1-b365-e1314375708a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28723be9-b1ad-4af1-b365-e1314375708a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add background color handling */
  
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28723be9-b1ad-4af1-b365-e1314375708a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image {
  box-sizing: border-box;
}



.s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  
}


}@media (max-width: 767px){#s-28723be9-b1ad-4af1-b365-e1314375708a {
  margin: 0 !important;
  overflow: visible;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a-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-28723be9-b1ad-4af1-b365-e1314375708a {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-28723be9-b1ad-4af1-b365-e1314375708a {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add background color handling */
  
}

#s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-28723be9-b1ad-4af1-b365-e1314375708a .shogun-image-content {
  
    justify-content: center;
  
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28723be9-b1ad-4af1-b365-e1314375708a.shogun-image {
  box-sizing: border-box;
}



.s-28723be9-b1ad-4af1-b365-e1314375708a img.shogun-image {
  
}


}
#s-84bb50db-2e8a-4db4-9997-2ce435bd9c8f {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84bb50db-2e8a-4db4-9997-2ce435bd9c8f .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-84bb50db-2e8a-4db4-9997-2ce435bd9c8f .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}


#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  max-width: 2048px;
text-align: center;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  margin: 0 !important;
  overflow: visible;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c-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-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add background color handling */
  
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image {
  box-sizing: border-box;
}



.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  
}


@media (min-width: 1200px){#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  margin: 0 !important;
  overflow: visible;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c-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-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add background color handling */
  
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image {
  box-sizing: border-box;
}



.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  margin: 0 !important;
  overflow: visible;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c-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-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add background color handling */
  
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image {
  box-sizing: border-box;
}



.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  margin: 0 !important;
  overflow: visible;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c-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-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add background color handling */
  
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image {
  box-sizing: border-box;
}



.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  
}


}@media (max-width: 767px){#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  margin: 0 !important;
  overflow: visible;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c-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-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b25bd74e-fba7-451e-87cb-40d0cbfb474c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add background color handling */
  
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c .shogun-image-content {
  
    justify-content: center;
  
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b25bd74e-fba7-451e-87cb-40d0cbfb474c.shogun-image {
  box-sizing: border-box;
}



.s-b25bd74e-fba7-451e-87cb-40d0cbfb474c img.shogun-image {
  
}


}
#s-a2a5f47c-02f8-4524-aba3-d42a0088cf34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2a5f47c-02f8-4524-aba3-d42a0088cf34 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a2a5f47c-02f8-4524-aba3-d42a0088cf34 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 1200px){#s-a2a5f47c-02f8-4524-aba3-d42a0088cf34 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a2a5f47c-02f8-4524-aba3-d42a0088cf34 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-a2a5f47c-02f8-4524-aba3-d42a0088cf34 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-a2a5f47c-02f8-4524-aba3-d42a0088cf34 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}
@media (min-width: 0px) {
[id="s-6d24e8dd-e2ae-4157-9632-a283488d8119"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d24e8dd-e2ae-4157-9632-a283488d8119"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6d24e8dd-e2ae-4157-9632-a283488d8119"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d24e8dd-e2ae-4157-9632-a283488d8119"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9b9046df-d698-4643-843b-d5c143066a47 {
  max-width: 2048px;
text-align: center;
}

#s-9b9046df-d698-4643-843b-d5c143066a47 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9046df-d698-4643-843b-d5c143066a47-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-9b9046df-d698-4643-843b-d5c143066a47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9046df-d698-4643-843b-d5c143066a47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b9046df-d698-4643-843b-d5c143066a47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image {
  box-sizing: border-box;
}



.s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  
}


@media (min-width: 1200px){#s-9b9046df-d698-4643-843b-d5c143066a47 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9046df-d698-4643-843b-d5c143066a47-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-9b9046df-d698-4643-843b-d5c143066a47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9046df-d698-4643-843b-d5c143066a47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b9046df-d698-4643-843b-d5c143066a47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image {
  box-sizing: border-box;
}



.s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-9b9046df-d698-4643-843b-d5c143066a47 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9046df-d698-4643-843b-d5c143066a47-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-9b9046df-d698-4643-843b-d5c143066a47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9046df-d698-4643-843b-d5c143066a47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b9046df-d698-4643-843b-d5c143066a47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image {
  box-sizing: border-box;
}



.s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-9b9046df-d698-4643-843b-d5c143066a47 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9046df-d698-4643-843b-d5c143066a47-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-9b9046df-d698-4643-843b-d5c143066a47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9046df-d698-4643-843b-d5c143066a47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b9046df-d698-4643-843b-d5c143066a47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image {
  box-sizing: border-box;
}



.s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  
}


}@media (max-width: 767px){#s-9b9046df-d698-4643-843b-d5c143066a47 {
  margin: 0 !important;
  overflow: visible;
}

#s-9b9046df-d698-4643-843b-d5c143066a47-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-9b9046df-d698-4643-843b-d5c143066a47 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9b9046df-d698-4643-843b-d5c143066a47 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add background color handling */
  
}

#s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-9b9046df-d698-4643-843b-d5c143066a47 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9b9046df-d698-4643-843b-d5c143066a47.shogun-image {
  box-sizing: border-box;
}



.s-9b9046df-d698-4643-843b-d5c143066a47 img.shogun-image {
  
}


}
#s-0d9da395-e510-461f-ac42-043fb93dd873 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d9da395-e510-461f-ac42-043fb93dd873 {
  
}
}@media (max-width: 767px){#s-0d9da395-e510-461f-ac42-043fb93dd873 {
  
}
}
#s-0d9da395-e510-461f-ac42-043fb93dd873 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-0d9da395-e510-461f-ac42-043fb93dd873 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}


#s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  max-width: 2048px;
text-align: center;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  margin: 0 !important;
  overflow: visible;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d-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-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add background color handling */
  
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75faed4e-1005-491c-a72f-f46a64ac5e5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image {
  box-sizing: border-box;
}



.s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  
}


@media (min-width: 1200px){#s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  margin: 0 !important;
  overflow: visible;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d-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-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add background color handling */
  
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75faed4e-1005-491c-a72f-f46a64ac5e5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image {
  box-sizing: border-box;
}



.s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  margin: 0 !important;
  overflow: visible;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d-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-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add background color handling */
  
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75faed4e-1005-491c-a72f-f46a64ac5e5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image {
  box-sizing: border-box;
}



.s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  margin: 0 !important;
  overflow: visible;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d-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-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add background color handling */
  
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75faed4e-1005-491c-a72f-f46a64ac5e5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image {
  box-sizing: border-box;
}



.s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  
}


}@media (max-width: 767px){#s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  margin: 0 !important;
  overflow: visible;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d-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-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-75faed4e-1005-491c-a72f-f46a64ac5e5d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add background color handling */
  
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-75faed4e-1005-491c-a72f-f46a64ac5e5d .shogun-image-content {
  
    justify-content: center;
  
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75faed4e-1005-491c-a72f-f46a64ac5e5d.shogun-image {
  box-sizing: border-box;
}



.s-75faed4e-1005-491c-a72f-f46a64ac5e5d img.shogun-image {
  
}


}
#s-c3e5ac11-ff38-4f4f-b409-0e04f830f712 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c3e5ac11-ff38-4f4f-b409-0e04f830f712 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-c3e5ac11-ff38-4f4f-b409-0e04f830f712 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}


#s-375823c7-83dc-4d5f-a3c8-f000afc21fb7 {
  margin-left: 25%;
margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-375823c7-83dc-4d5f-a3c8-f000afc21fb7 {
  display: none;
}
#s-375823c7-83dc-4d5f-a3c8-f000afc21fb7, #wrap-s-375823c7-83dc-4d5f-a3c8-f000afc21fb7, #wrap-content-s-375823c7-83dc-4d5f-a3c8-f000afc21fb7 { display: none !important; }}@media (max-width: 767px){#s-375823c7-83dc-4d5f-a3c8-f000afc21fb7 {
  display: none;
}
#s-375823c7-83dc-4d5f-a3c8-f000afc21fb7, #wrap-s-375823c7-83dc-4d5f-a3c8-f000afc21fb7, #wrap-content-s-375823c7-83dc-4d5f-a3c8-f000afc21fb7 { display: none !important; }}
#s-375823c7-83dc-4d5f-a3c8-f000afc21fb7 hr {
  border-top: 1px solid rgba(141, 141, 141, 0.75);
}

#s-183a7d31-6f7a-46b9-a664-c382639b0337 {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-183a7d31-6f7a-46b9-a664-c382639b0337 {
  display: none;
}
#s-183a7d31-6f7a-46b9-a664-c382639b0337, #wrap-s-183a7d31-6f7a-46b9-a664-c382639b0337, #wrap-content-s-183a7d31-6f7a-46b9-a664-c382639b0337 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-183a7d31-6f7a-46b9-a664-c382639b0337 {
  display: none;
}
#s-183a7d31-6f7a-46b9-a664-c382639b0337, #wrap-s-183a7d31-6f7a-46b9-a664-c382639b0337, #wrap-content-s-183a7d31-6f7a-46b9-a664-c382639b0337 { display: none !important; }}







#s-183a7d31-6f7a-46b9-a664-c382639b0337 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-183a7d31-6f7a-46b9-a664-c382639b0337.shg-box.shg-c {
  justify-content: center;
}

#s-e060913a-56b1-41d6-94ad-26b049681033 {
  margin-bottom: 2%;
max-width: 2048px;
text-align: center;
}
@media (min-width: 1200px){#s-e060913a-56b1-41d6-94ad-26b049681033 {
  display: none;
}
#s-e060913a-56b1-41d6-94ad-26b049681033, #wrap-s-e060913a-56b1-41d6-94ad-26b049681033, #wrap-content-s-e060913a-56b1-41d6-94ad-26b049681033 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e060913a-56b1-41d6-94ad-26b049681033 {
  display: none;
}
#s-e060913a-56b1-41d6-94ad-26b049681033, #wrap-s-e060913a-56b1-41d6-94ad-26b049681033, #wrap-content-s-e060913a-56b1-41d6-94ad-26b049681033 { display: none !important; }}
#s-e060913a-56b1-41d6-94ad-26b049681033 {
  margin: 0 !important;
  overflow: visible;
}

#s-e060913a-56b1-41d6-94ad-26b049681033-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-e060913a-56b1-41d6-94ad-26b049681033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-e060913a-56b1-41d6-94ad-26b049681033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add background color handling */
  
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e060913a-56b1-41d6-94ad-26b049681033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image {
  box-sizing: border-box;
}



.s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  
}


@media (min-width: 1200px){#s-e060913a-56b1-41d6-94ad-26b049681033 {
  margin: 0 !important;
  overflow: visible;
}

#s-e060913a-56b1-41d6-94ad-26b049681033-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-e060913a-56b1-41d6-94ad-26b049681033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e060913a-56b1-41d6-94ad-26b049681033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add background color handling */
  
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e060913a-56b1-41d6-94ad-26b049681033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image {
  box-sizing: border-box;
}



.s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e060913a-56b1-41d6-94ad-26b049681033 {
  margin: 0 !important;
  overflow: visible;
}

#s-e060913a-56b1-41d6-94ad-26b049681033-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-e060913a-56b1-41d6-94ad-26b049681033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e060913a-56b1-41d6-94ad-26b049681033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add background color handling */
  
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e060913a-56b1-41d6-94ad-26b049681033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image {
  box-sizing: border-box;
}



.s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-e060913a-56b1-41d6-94ad-26b049681033 {
  margin: 0 !important;
  overflow: visible;
}

#s-e060913a-56b1-41d6-94ad-26b049681033-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-e060913a-56b1-41d6-94ad-26b049681033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e060913a-56b1-41d6-94ad-26b049681033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add background color handling */
  
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e060913a-56b1-41d6-94ad-26b049681033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image {
  box-sizing: border-box;
}



.s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  
}


}@media (max-width: 767px){#s-e060913a-56b1-41d6-94ad-26b049681033 {
  margin: 0 !important;
  overflow: visible;
}

#s-e060913a-56b1-41d6-94ad-26b049681033-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-e060913a-56b1-41d6-94ad-26b049681033 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e060913a-56b1-41d6-94ad-26b049681033 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add background color handling */
  
}

#s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-e060913a-56b1-41d6-94ad-26b049681033 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e060913a-56b1-41d6-94ad-26b049681033.shogun-image {
  box-sizing: border-box;
}



.s-e060913a-56b1-41d6-94ad-26b049681033 img.shogun-image {
  
}


}
#s-4940ece1-bda0-4a83-81fa-eea535fbf1b0 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4940ece1-bda0-4a83-81fa-eea535fbf1b0 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-4940ece1-bda0-4a83-81fa-eea535fbf1b0 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-4940ece1-bda0-4a83-81fa-eea535fbf1b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-4940ece1-bda0-4a83-81fa-eea535fbf1b0 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}@media (max-width: 767px){#s-4940ece1-bda0-4a83-81fa-eea535fbf1b0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-4940ece1-bda0-4a83-81fa-eea535fbf1b0 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(226, 226, 226, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7 {
  color: rgba(255, 255, 255, 1);
}
}@media (max-width: 767px){#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7 {
  color: rgba(255, 255, 255, 1);
}
}

  #s-65fbac66-8436-4c9e-b582-b21fea5ae5c7-root {
    text-align: center;
  }


#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65fbac66-8436-4c9e-b582-b21fea5ae5c7-root {
    text-align: center;
  }


#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65fbac66-8436-4c9e-b582-b21fea5ae5c7-root {
    text-align: center;
  }


#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65fbac66-8436-4c9e-b582-b21fea5ae5c7-root {
    text-align: center;
  }


#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65fbac66-8436-4c9e-b582-b21fea5ae5c7-root {
    text-align: center;
  }


#s-65fbac66-8436-4c9e-b582-b21fea5ae5c7.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf {
  display: none;
}
#s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf, #wrap-s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf, #wrap-content-s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf {
  display: none;
}
#s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf, #wrap-s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf, #wrap-content-s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf { display: none !important; }}







#s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6b7fddaf-4799-4e25-9bb3-ded2e82d3cdf.shg-box.shg-c {
  justify-content: center;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  margin-bottom: 2%;
max-width: 2048px;
text-align: center;
}
@media (min-width: 1200px){#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  display: none;
}
#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8, #wrap-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8, #wrap-content-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  display: none;
}
#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8, #wrap-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8, #wrap-content-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 { display: none !important; }}
#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8-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-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image {
  box-sizing: border-box;
}



.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  
}


@media (min-width: 1200px){#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8-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-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image {
  box-sizing: border-box;
}



.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8-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-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image {
  box-sizing: border-box;
}



.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8-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-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image {
  box-sizing: border-box;
}



.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  
}


}@media (max-width: 767px){#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  margin: 0 !important;
  overflow: visible;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8-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-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add background color handling */
  
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7c1f3290-c822-4227-9ade-ccc199bd4fb8.shogun-image {
  box-sizing: border-box;
}



.s-7c1f3290-c822-4227-9ade-ccc199bd4fb8 img.shogun-image {
  
}


}
#s-09430986-4fa5-4bba-8a17-ec9844f530e2 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-09430986-4fa5-4bba-8a17-ec9844f530e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09430986-4fa5-4bba-8a17-ec9844f530e2 {
  display: none;
}
#s-09430986-4fa5-4bba-8a17-ec9844f530e2, #wrap-s-09430986-4fa5-4bba-8a17-ec9844f530e2, #wrap-content-s-09430986-4fa5-4bba-8a17-ec9844f530e2 { display: none !important; }}
#s-09430986-4fa5-4bba-8a17-ec9844f530e2 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-09430986-4fa5-4bba-8a17-ec9844f530e2 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}


#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(226, 226, 226, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-dbdffd4a-4861-41a4-9eb6-310a7c87278a-root {
    text-align: center;
  }


#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-dbdffd4a-4861-41a4-9eb6-310a7c87278a-root {
    text-align: center;
  }


#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbdffd4a-4861-41a4-9eb6-310a7c87278a-root {
    text-align: center;
  }


#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dbdffd4a-4861-41a4-9eb6-310a7c87278a-root {
    text-align: center;
  }


#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-dbdffd4a-4861-41a4-9eb6-310a7c87278a-root {
    text-align: center;
  }


#s-dbdffd4a-4861-41a4-9eb6-310a7c87278a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a83aea98-f7a3-4c41-9572-be9fd01a605a {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a83aea98-f7a3-4c41-9572-be9fd01a605a {
  display: none;
}
#s-a83aea98-f7a3-4c41-9572-be9fd01a605a, #wrap-s-a83aea98-f7a3-4c41-9572-be9fd01a605a, #wrap-content-s-a83aea98-f7a3-4c41-9572-be9fd01a605a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a83aea98-f7a3-4c41-9572-be9fd01a605a {
  display: none;
}
#s-a83aea98-f7a3-4c41-9572-be9fd01a605a, #wrap-s-a83aea98-f7a3-4c41-9572-be9fd01a605a, #wrap-content-s-a83aea98-f7a3-4c41-9572-be9fd01a605a { display: none !important; }}







#s-a83aea98-f7a3-4c41-9572-be9fd01a605a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a83aea98-f7a3-4c41-9572-be9fd01a605a.shg-box.shg-c {
  justify-content: center;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  max-width: 2048px;
text-align: center;
}
@media (min-width: 1200px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  display: none;
}
#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1, #wrap-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1, #wrap-content-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  display: none;
}
#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1, #wrap-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1, #wrap-content-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  margin-top: 0%;
margin-bottom: 2%;
}
}@media (max-width: 767px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  margin-top: 0%;
margin-bottom: 2%;
}
}
#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1-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-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image {
  box-sizing: border-box;
}



.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  
}


@media (min-width: 1200px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1-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-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image {
  box-sizing: border-box;
}



.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1-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-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image {
  box-sizing: border-box;
}



.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1-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-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image {
  box-sizing: border-box;
}



.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  
}


}@media (max-width: 767px){#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  margin: 0 !important;
  overflow: visible;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1-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-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0%;
  margin-bottom: 2%;
}

.shg-image-content-margin-container-s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add background color handling */
  
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b18561f-5ac7-4ea6-8414-f7279c0674a1.shogun-image {
  box-sizing: border-box;
}



.s-1b18561f-5ac7-4ea6-8414-f7279c0674a1 img.shogun-image {
  
}


}
#s-5edfe734-b194-40d7-b68e-cb41a2d2122a {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-5edfe734-b194-40d7-b68e-cb41a2d2122a {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
}
#s-5edfe734-b194-40d7-b68e-cb41a2d2122a .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-5edfe734-b194-40d7-b68e-cb41a2d2122a .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}


#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(226, 226, 226, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3-root {
    text-align: center;
  }


#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3-root {
    text-align: center;
  }


#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3-root {
    text-align: center;
  }


#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3-root {
    text-align: center;
  }


#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3-root {
    text-align: center;
  }


#s-a4bdf515-ec54-4ed2-bb76-b2c0b86454e3.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  max-width: 2048px;
text-align: center;
}
@media (min-width: 1200px){#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  display: none;
}
#s-a22ca19c-7db2-4662-b09f-74d83ba20a56, #wrap-s-a22ca19c-7db2-4662-b09f-74d83ba20a56, #wrap-content-s-a22ca19c-7db2-4662-b09f-74d83ba20a56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  display: none;
}
#s-a22ca19c-7db2-4662-b09f-74d83ba20a56, #wrap-s-a22ca19c-7db2-4662-b09f-74d83ba20a56, #wrap-content-s-a22ca19c-7db2-4662-b09f-74d83ba20a56 { display: none !important; }}
#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56-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-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image {
  box-sizing: border-box;
}



.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  
}


@media (min-width: 1200px){#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56-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-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image {
  box-sizing: border-box;
}



.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56-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-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image {
  box-sizing: border-box;
}



.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56-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-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image {
  box-sizing: border-box;
}



.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  
}


}@media (max-width: 767px){#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  margin: 0 !important;
  overflow: visible;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56-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-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a22ca19c-7db2-4662-b09f-74d83ba20a56 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add background color handling */
  
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a22ca19c-7db2-4662-b09f-74d83ba20a56.shogun-image {
  box-sizing: border-box;
}



.s-a22ca19c-7db2-4662-b09f-74d83ba20a56 img.shogun-image {
  
}


}
#s-71f85ed7-7bd7-4ad1-a34f-40a49fa87640 {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-71f85ed7-7bd7-4ad1-a34f-40a49fa87640 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-71f85ed7-7bd7-4ad1-a34f-40a49fa87640 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-71f85ed7-7bd7-4ad1-a34f-40a49fa87640 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}


#s-2be7240f-2c72-4078-a3ed-b20199fc3186 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-2be7240f-2c72-4078-a3ed-b20199fc3186:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2be7240f-2c72-4078-a3ed-b20199fc3186:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(226, 226, 226, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2be7240f-2c72-4078-a3ed-b20199fc3186-root {
    text-align: center;
  }


#s-2be7240f-2c72-4078-a3ed-b20199fc3186.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2be7240f-2c72-4078-a3ed-b20199fc3186-root {
    text-align: center;
  }


#s-2be7240f-2c72-4078-a3ed-b20199fc3186.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2be7240f-2c72-4078-a3ed-b20199fc3186-root {
    text-align: center;
  }


#s-2be7240f-2c72-4078-a3ed-b20199fc3186.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2be7240f-2c72-4078-a3ed-b20199fc3186-root {
    text-align: center;
  }


#s-2be7240f-2c72-4078-a3ed-b20199fc3186.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2be7240f-2c72-4078-a3ed-b20199fc3186-root {
    text-align: center;
  }


#s-2be7240f-2c72-4078-a3ed-b20199fc3186.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c {
  display: none;
}
#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c, #wrap-s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c, #wrap-content-s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c { display: none !important; }}@media (max-width: 767px){#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c {
  display: none;
}
#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c, #wrap-s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c, #wrap-content-s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c { display: none !important; }}







#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0cd3ce28-40fa-4bc6-b9fb-4c07755a3c4c.shg-box.shg-c {
  justify-content: center;
}

#s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c {
  margin-top: 0px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c {
  display: none;
}
#s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c, #wrap-s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c, #wrap-content-s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c {
  display: none;
}
#s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c, #wrap-s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c, #wrap-content-s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c { display: none !important; }}
#s-3dc11e97-e256-4fc7-8a58-8c4fcb72065c hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-a68636e9-4041-4f1c-9273-d7d67ee95352 {
  margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-cefce879-47f4-4da8-bd71-9b1389fda706 {
  margin-top: -7px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cefce879-47f4-4da8-bd71-9b1389fda706 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  
}



#s-ef35401c-ddbf-459a-a778-016ddebd8dcf {
  margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ef35401c-ddbf-459a-a778-016ddebd8dcf {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ef35401c-ddbf-459a-a778-016ddebd8dcf {
  margin-top: 2%;
}
}
#s-a0386b15-6383-4330-80d3-5129d77656a6 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-a0386b15-6383-4330-80d3-5129d77656a6 {
  background-image: url(https://i.shgcdn.com/c9d38121-a4f5-42e5-b2eb-1691893e20f6/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-position: center center;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0386b15-6383-4330-80d3-5129d77656a6 {
  background-image: url(https://i.shgcdn.com/c9d38121-a4f5-42e5-b2eb-1691893e20f6/);
background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
}
@media (min-width: 0px) {
[id="s-a0386b15-6383-4330-80d3-5129d77656a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0386b15-6383-4330-80d3-5129d77656a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-a0386b15-6383-4330-80d3-5129d77656a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-a0386b15-6383-4330-80d3-5129d77656a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (min-width: 1200px){#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
}
#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb-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-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image {
  box-sizing: border-box;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  
}


@media (min-width: 1200px){#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb-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-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  padding-top: 0%;
  padding-bottom: 0%;
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image {
  box-sizing: border-box;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb-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-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image {
  box-sizing: border-box;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb-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-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image {
  box-sizing: border-box;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  
}


}@media (max-width: 767px){#s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  margin: 0 !important;
  overflow: visible;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb-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-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-90eb3f48-e24a-4ac8-89da-451a91146cbb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add background color handling */
  
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shogun-image-content {
  
    justify-content: center;
  
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90eb3f48-e24a-4ac8-89da-451a91146cbb.shogun-image {
  box-sizing: border-box;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-90eb3f48-e24a-4ac8-89da-451a91146cbb .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-90eb3f48-e24a-4ac8-89da-451a91146cbb img.shogun-image {
  
}


}
#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
}
}
#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 5%;
  margin-bottom: 5%;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-85c2cc59-f3df-463b-86a0-882ff794cdb8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-85c2cc59-f3df-463b-86a0-882ff794cdb8.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-85c2cc59-f3df-463b-86a0-882ff794cdb8 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b0742605-2e82-4b29-a6d2-1dd919ea14f1-root {
    text-align: center;
  }


#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0742605-2e82-4b29-a6d2-1dd919ea14f1-root {
    text-align: center;
  }


#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0742605-2e82-4b29-a6d2-1dd919ea14f1-root {
    text-align: center;
  }


#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0742605-2e82-4b29-a6d2-1dd919ea14f1-root {
    text-align: center;
  }


#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0742605-2e82-4b29-a6d2-1dd919ea14f1-root {
    text-align: center;
  }


#s-b0742605-2e82-4b29-a6d2-1dd919ea14f1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-15463b85-30f4-4918-8a42-a7e57a248ecc {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-15463b85-30f4-4918-8a42-a7e57a248ecc {
  display: none;
}
#s-15463b85-30f4-4918-8a42-a7e57a248ecc, #wrap-s-15463b85-30f4-4918-8a42-a7e57a248ecc, #wrap-content-s-15463b85-30f4-4918-8a42-a7e57a248ecc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15463b85-30f4-4918-8a42-a7e57a248ecc {
  display: none;
}
#s-15463b85-30f4-4918-8a42-a7e57a248ecc, #wrap-s-15463b85-30f4-4918-8a42-a7e57a248ecc, #wrap-content-s-15463b85-30f4-4918-8a42-a7e57a248ecc { display: none !important; }}







#s-15463b85-30f4-4918-8a42-a7e57a248ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-15463b85-30f4-4918-8a42-a7e57a248ecc.shg-box.shg-c {
  justify-content: center;
}

#s-30875979-935c-4695-9d96-2a06804b5d2f {
  margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}
@media (max-width: 767px){#s-30875979-935c-4695-9d96-2a06804b5d2f {
  margin-bottom: 2px;
}
}
#s-321fd1e5-c3bd-41ec-a2d5-b055e1449777 {
  margin-top: -15px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-321fd1e5-c3bd-41ec-a2d5-b055e1449777 {
  margin-top: -10px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-321fd1e5-c3bd-41ec-a2d5-b055e1449777 {
  margin-top: -10px;
margin-left: 5%;
margin-right: 5%;
}
}
#s-321fd1e5-c3bd-41ec-a2d5-b055e1449777 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cafda8e4-ac9c-4fe9-a038-e9feea514afc {
  margin-top: -5%;
margin-left: 40%;
margin-bottom: -5%;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-cafda8e4-ac9c-4fe9-a038-e9feea514afc {
  display: none;
}
#s-cafda8e4-ac9c-4fe9-a038-e9feea514afc, #wrap-s-cafda8e4-ac9c-4fe9-a038-e9feea514afc, #wrap-content-s-cafda8e4-ac9c-4fe9-a038-e9feea514afc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cafda8e4-ac9c-4fe9-a038-e9feea514afc {
  display: none;
}
#s-cafda8e4-ac9c-4fe9-a038-e9feea514afc, #wrap-s-cafda8e4-ac9c-4fe9-a038-e9feea514afc, #wrap-content-s-cafda8e4-ac9c-4fe9-a038-e9feea514afc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cafda8e4-ac9c-4fe9-a038-e9feea514afc {
  margin-top: -20px;
margin-bottom: -12px;
}
}
#s-cafda8e4-ac9c-4fe9-a038-e9feea514afc hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-05d0dc0c-dc70-4118-9a95-d5abc16c1f5d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 10px;
}

#s-4b8e1546-069f-40e6-afff-b5041834f2f4 {
  background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
background-position: center center;
}








#s-4b8e1546-069f-40e6-afff-b5041834f2f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b8e1546-069f-40e6-afff-b5041834f2f4.shg-box.shg-c {
  justify-content: center;
}

/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-47b81bcb-046d-4418-879a-d354a8e8879a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-prev,
#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-next {
  
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-prev svg,
#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-prev {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-next {
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 30px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-prev,
#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-prev svg,
#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-next {
  
    right: 2% !important;
  
  display:  none ;
  align-items: center;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-47b81bcb-046d-4418-879a-d354a8e8879a .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-733286a4-0c5a-4dd9-8941-a5e94f773b20 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-733286a4-0c5a-4dd9-8941-a5e94f773b20 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-prev,
#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-next {
  
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-prev svg,
#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
@media (max-width: 767px){/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
    --swiper-pagination-bottom: 14px !important;
    padding: 0 !important;
  
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-prev,
#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-next {
  
    height: 100% !important;
  
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-prev svg,
#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-prev {
  
    left: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-next {
  
    right: 2% !important;
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-733286a4-0c5a-4dd9-8941-a5e94f773b20 .swiper-pagination {
  position:  absolute ;
  display: flex;
  margin-top:  0 ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}
}
#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52-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-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image {
  box-sizing: border-box;
}



.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  
}


@media (min-width: 1200px){#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52-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-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image {
  box-sizing: border-box;
}



.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52-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-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image {
  box-sizing: border-box;
}



.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52-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-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image {
  box-sizing: border-box;
}



.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  
}


}@media (max-width: 767px){#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  margin: 0 !important;
  overflow: visible;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52-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-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bb147254-502a-4594-9d2e-d14ce0fa9c52 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add background color handling */
  
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 .shogun-image-content {
  
    justify-content: center;
  
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb147254-502a-4594-9d2e-d14ce0fa9c52.shogun-image {
  box-sizing: border-box;
}



.s-bb147254-502a-4594-9d2e-d14ce0fa9c52 img.shogun-image {
  
}


}
#s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  margin: 0 !important;
  overflow: visible;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840-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-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add background color handling */
  
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60f497d4-35d0-4c4f-a06a-476377e2d840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image {
  box-sizing: border-box;
}



.s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  
}


@media (min-width: 1200px){#s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  margin: 0 !important;
  overflow: visible;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840-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-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add background color handling */
  
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60f497d4-35d0-4c4f-a06a-476377e2d840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image {
  box-sizing: border-box;
}



.s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  margin: 0 !important;
  overflow: visible;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840-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-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add background color handling */
  
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60f497d4-35d0-4c4f-a06a-476377e2d840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image {
  box-sizing: border-box;
}



.s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  margin: 0 !important;
  overflow: visible;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840-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-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add background color handling */
  
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60f497d4-35d0-4c4f-a06a-476377e2d840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image {
  box-sizing: border-box;
}



.s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  
}


}@media (max-width: 767px){#s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  margin: 0 !important;
  overflow: visible;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840-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-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-60f497d4-35d0-4c4f-a06a-476377e2d840 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add background color handling */
  
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-60f497d4-35d0-4c4f-a06a-476377e2d840 .shogun-image-content {
  
    justify-content: center;
  
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shg-align-container {
  display: flex;
  justify-content: center
}

.s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-60f497d4-35d0-4c4f-a06a-476377e2d840.shogun-image {
  box-sizing: border-box;
}



.s-60f497d4-35d0-4c4f-a06a-476377e2d840 img.shogun-image {
  
}


}
#s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  margin: 0 !important;
  overflow: visible;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b-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-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add background color handling */
  
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7ad60e2-1772-4783-9d36-365c05c3f35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image {
  box-sizing: border-box;
}



.s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  
}


@media (min-width: 1200px){#s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  margin: 0 !important;
  overflow: visible;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b-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-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add background color handling */
  
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7ad60e2-1772-4783-9d36-365c05c3f35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image {
  box-sizing: border-box;
}



.s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  margin: 0 !important;
  overflow: visible;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b-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-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add background color handling */
  
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7ad60e2-1772-4783-9d36-365c05c3f35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image {
  box-sizing: border-box;
}



.s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  margin: 0 !important;
  overflow: visible;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b-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-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add background color handling */
  
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7ad60e2-1772-4783-9d36-365c05c3f35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image {
  box-sizing: border-box;
}



.s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  
}


}@media (max-width: 767px){#s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  margin: 0 !important;
  overflow: visible;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b-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-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b7ad60e2-1772-4783-9d36-365c05c3f35b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add background color handling */
  
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-b7ad60e2-1772-4783-9d36-365c05c3f35b .shogun-image-content {
  
    justify-content: center;
  
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7ad60e2-1772-4783-9d36-365c05c3f35b.shogun-image {
  box-sizing: border-box;
}



.s-b7ad60e2-1772-4783-9d36-365c05c3f35b img.shogun-image {
  
}


}
#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296 {
  margin-top: 7%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296-root {
    text-align: center;
  }


#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296-root {
    text-align: center;
  }


#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296-root {
    text-align: center;
  }


#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296-root {
    text-align: center;
  }


#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296-root {
    text-align: center;
  }


#s-1a4c31da-63b8-4db2-b4c2-4a1b8d6ca296.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-18b2e347-5b46-4be7-8c31-945aa3cf32f4 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18b2e347-5b46-4be7-8c31-945aa3cf32f4 {
  display: none;
}
#s-18b2e347-5b46-4be7-8c31-945aa3cf32f4, #wrap-s-18b2e347-5b46-4be7-8c31-945aa3cf32f4, #wrap-content-s-18b2e347-5b46-4be7-8c31-945aa3cf32f4 { display: none !important; }}@media (max-width: 767px){#s-18b2e347-5b46-4be7-8c31-945aa3cf32f4 {
  display: none;
}
#s-18b2e347-5b46-4be7-8c31-945aa3cf32f4, #wrap-s-18b2e347-5b46-4be7-8c31-945aa3cf32f4, #wrap-content-s-18b2e347-5b46-4be7-8c31-945aa3cf32f4 { display: none !important; }}
#s-18b2e347-5b46-4be7-8c31-945aa3cf32f4 hr {
  border-top: 1px solid rgba(141, 141, 141, 0.75);
}

#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc {
  margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc {
  display: none;
}
#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc, #wrap-s-717f9966-a5a8-41af-8ba0-edc4a522d6dc, #wrap-content-s-717f9966-a5a8-41af-8ba0-edc4a522d6dc { display: none !important; }}@media (max-width: 767px){#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc {
  display: none;
}
#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc, #wrap-s-717f9966-a5a8-41af-8ba0-edc4a522d6dc, #wrap-content-s-717f9966-a5a8-41af-8ba0-edc4a522d6dc { display: none !important; }}







#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-717f9966-a5a8-41af-8ba0-edc4a522d6dc.shg-box.shg-c {
  justify-content: center;
}

#s-9e85a451-17a5-4dcd-b25a-d3f5aac45082 {
  margin-top: 30px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e85a451-17a5-4dcd-b25a-d3f5aac45082 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: center;
}



#s-8f301edc-537c-424b-933d-9585d9390726 {
  margin-top: -2%;
margin-left: 10%;
margin-bottom: 3%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-8f301edc-537c-424b-933d-9585d9390726 {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8f301edc-537c-424b-933d-9585d9390726 {
  margin-top: 2%;
}
}
#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01b1d8f2-6a81-4476-a4ca-9942d1b402a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-f8698675-948d-4b81-95dd-cdd942d5e95c {
  margin-top: 2%;
margin-bottom: 0%;
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: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-f8698675-948d-4b81-95dd-cdd942d5e95c:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0.5) !important;
background-color: rgba(34, 34, 34, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 1) !important;}#s-f8698675-948d-4b81-95dd-cdd942d5e95c:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8698675-948d-4b81-95dd-cdd942d5e95c-root {
    text-align: center;
  }


#s-f8698675-948d-4b81-95dd-cdd942d5e95c.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8698675-948d-4b81-95dd-cdd942d5e95c-root {
    text-align: center;
  }


#s-f8698675-948d-4b81-95dd-cdd942d5e95c.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8698675-948d-4b81-95dd-cdd942d5e95c-root {
    text-align: center;
  }


#s-f8698675-948d-4b81-95dd-cdd942d5e95c.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8698675-948d-4b81-95dd-cdd942d5e95c-root {
    text-align: center;
  }


#s-f8698675-948d-4b81-95dd-cdd942d5e95c.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8698675-948d-4b81-95dd-cdd942d5e95c-root {
    text-align: center;
  }


#s-f8698675-948d-4b81-95dd-cdd942d5e95c.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d {
  display: none;
}
#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d, #wrap-s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d, #wrap-content-s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d { display: none !important; }}@media (max-width: 767px){#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d {
  display: none;
}
#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d, #wrap-s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d, #wrap-content-s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d { display: none !important; }}







#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c4e9d12e-7d24-4cb3-9ae9-4e20ac50c28d.shg-box.shg-c {
  justify-content: center;
}

#s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190 {
  margin-top: 5%;
margin-left: 0px;
margin-bottom: 5%;
margin-right: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190 {
  display: none;
}
#s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190, #wrap-s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190, #wrap-content-s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190 {
  display: none;
}
#s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190, #wrap-s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190, #wrap-content-s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190 { display: none !important; }}







#s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-44bb354d-5a81-4ca0-8e0f-e672aa9c1190.shg-box.shg-c {
  justify-content: center;
}

#s-3e5b4fd2-377d-467b-8b80-a139a40d3707 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e5b4fd2-377d-467b-8b80-a139a40d3707 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8ec29016-24af-4439-97fa-40cad2d86b9d {
  margin-top: -20px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8ec29016-24af-4439-97fa-40cad2d86b9d hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  margin-left: 22%;
margin-bottom: 5px;
margin-right: 22%;
max-width: 2837px;
aspect-ratio: 1/1;
text-align: center;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  margin: 0 !important;
  overflow: visible;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8-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-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 22%;
  margin-right: 22%;
  
  margin-bottom: 5px;
}

.shg-image-content-margin-container-s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add background color handling */
  
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 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;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2837px;
  }



  img.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
    
    
    
    max-height: 2837px;
  }


.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
  box-sizing: border-box;
}



.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
      position: relative;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2837px;
    }
  }

@media (min-width: 1200px){#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  margin: 0 !important;
  overflow: visible;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8-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-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add background color handling */
  
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2837px;
  }



  img.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
    
    
    
    max-height: 2837px;
  }


.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
  box-sizing: border-box;
}



.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
      position: relative;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2837px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  margin: 0 !important;
  overflow: visible;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8-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-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add background color handling */
  
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2837px;
  }



  img.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
    
    
    
    max-height: 2837px;
  }


.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
  box-sizing: border-box;
}



.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
      position: relative;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2837px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  margin: 0 !important;
  overflow: visible;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8-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-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add background color handling */
  
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2837px;
  }



  img.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
    
    
    
    max-height: 2837px;
  }


.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
  box-sizing: border-box;
}



.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
      position: relative;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2837px;
    }
  }

}@media (max-width: 767px){#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  margin: 0 !important;
  overflow: visible;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8-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-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add background color handling */
  
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2837px;
  }



  img.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
    
    
    
    max-height: 2837px;
  }


.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image {
  box-sizing: border-box;
}



.s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container {
      position: relative;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5190f5e0-bdc1-48a6-a846-b052979d2ff8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2837px;
    }
  }

}
#s-314c4190-d53e-4a4d-a5f2-8ecb28af8bea {
  margin-left: 10%;
margin-right: 10%;
padding-left: 0%;
padding-right: 0%;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  margin-left: 30%;
margin-right: 30%;
max-width: 1536px;
aspect-ratio: 1536/700;
text-align: center;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1-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-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 30%;
  margin-right: 30%;
  
  
}

.shg-image-content-margin-container-s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
  box-sizing: border-box;
}



.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
      position: relative;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

@media (min-width: 1200px){#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1-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-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
  box-sizing: border-box;
}



.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
      position: relative;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1-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-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
  box-sizing: border-box;
}



.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
      position: relative;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1-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-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
  box-sizing: border-box;
}



.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
      position: relative;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}@media (max-width: 767px){#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  margin: 0 !important;
  overflow: visible;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1-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-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add background color handling */
  
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }

    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-link {
      aspect-ratio: 1536/700;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1536px;
  }



  img.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
    
    
    
    max-height: 1536px;
  }


.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 .shogun-image-content {
  
    justify-content: center;
  
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image {
  box-sizing: border-box;
}



.s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 {
      --shg-aspect-ratio: calc(1536/700); 
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container {
      position: relative;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b6c5020a-9888-41d6-91b8-f903e4f010f1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1536px;
    }
  }

}
#s-430e76e5-ac09-453c-8937-be270e4c2f09 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-430e76e5-ac09-453c-8937-be270e4c2f09 {
  display: none;
}
#s-430e76e5-ac09-453c-8937-be270e4c2f09, #wrap-s-430e76e5-ac09-453c-8937-be270e4c2f09, #wrap-content-s-430e76e5-ac09-453c-8937-be270e4c2f09 { display: none !important; }}@media (max-width: 767px){#s-430e76e5-ac09-453c-8937-be270e4c2f09 {
  display: none;
}
#s-430e76e5-ac09-453c-8937-be270e4c2f09, #wrap-s-430e76e5-ac09-453c-8937-be270e4c2f09, #wrap-content-s-430e76e5-ac09-453c-8937-be270e4c2f09 { display: none !important; }}
#s-430e76e5-ac09-453c-8937-be270e4c2f09 hr {
  border-top: 1px solid rgba(141, 141, 141, 0.75);
}

#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef {
  margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef {
  margin-left: 0%;
margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef {
  display: none;
}
#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef, #wrap-s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef, #wrap-content-s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef { display: none !important; }}@media (max-width: 767px){#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef {
  display: none;
}
#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef, #wrap-s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef, #wrap-content-s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef { display: none !important; }}







#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f8f3164-a5e0-4d79-b17b-60a23f47dcef.shg-box.shg-c {
  justify-content: center;
}

#s-950a454e-93ed-444a-9206-a64ead34891b {
  margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-950a454e-93ed-444a-9206-a64ead34891b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: center;
}



#s-aa537d5f-51d1-4cc1-a4c5-6f7b5dcc1c96 {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-aa537d5f-51d1-4cc1-a4c5-6f7b5dcc1c96 {
  margin-top: 2%;
}
}
#s-131379e3-a273-4a35-9c8d-22bb6eefd04c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-131379e3-a273-4a35-9c8d-22bb6eefd04c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-131379e3-a273-4a35-9c8d-22bb6eefd04c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-131379e3-a273-4a35-9c8d-22bb6eefd04c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-131379e3-a273-4a35-9c8d-22bb6eefd04c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d90928ae-c036-40eb-9266-6962d8086850 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-d90928ae-c036-40eb-9266-6962d8086850 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d90928ae-c036-40eb-9266-6962d8086850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d90928ae-c036-40eb-9266-6962d8086850 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d90928ae-c036-40eb-9266-6962d8086850 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-d90928ae-c036-40eb-9266-6962d8086850 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d90928ae-c036-40eb-9266-6962d8086850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d90928ae-c036-40eb-9266-6962d8086850 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d90928ae-c036-40eb-9266-6962d8086850 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-d90928ae-c036-40eb-9266-6962d8086850 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d90928ae-c036-40eb-9266-6962d8086850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d90928ae-c036-40eb-9266-6962d8086850 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d90928ae-c036-40eb-9266-6962d8086850 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: translateX(-42%) translateY(-42%) scale(1.8399999999999999);
  transform-origin: top left;
}




.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-d90928ae-c036-40eb-9266-6962d8086850 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d90928ae-c036-40eb-9266-6962d8086850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d90928ae-c036-40eb-9266-6962d8086850 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d90928ae-c036-40eb-9266-6962d8086850 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-d90928ae-c036-40eb-9266-6962d8086850 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-d90928ae-c036-40eb-9266-6962d8086850-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-d90928ae-c036-40eb-9266-6962d8086850 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-d90928ae-c036-40eb-9266-6962d8086850 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-d90928ae-c036-40eb-9266-6962d8086850 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d90928ae-c036-40eb-9266-6962d8086850.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-d90928ae-c036-40eb-9266-6962d8086850 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 {
  margin-top: 0px;
padding-top: 9px;
padding-bottom: 9px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 {
  
}
}@media (max-width: 767px){#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 {
  
}
}
#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 1200px){#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-f30e5a50-384b-4916-88d8-61e6e1151ec5 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-68f622af-29a7-4b55-9b21-42f4ac163029 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shg-align-container {
  display: flex;
  justify-content: center
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-68f622af-29a7-4b55-9b21-42f4ac163029.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-68f622af-29a7-4b55-9b21-42f4ac163029 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-fa50343b-11bb-41bb-84bd-7fc419ff83cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-fa50343b-11bb-41bb-84bd-7fc419ff83cb {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-fa50343b-11bb-41bb-84bd-7fc419ff83cb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-fa50343b-11bb-41bb-84bd-7fc419ff83cb .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-fa50343b-11bb-41bb-84bd-7fc419ff83cb .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-0105f734-4723-4332-bd2d-4d97fe425f34 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0105f734-4723-4332-bd2d-4d97fe425f34.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-0105f734-4723-4332-bd2d-4d97fe425f34 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-c1851e48-1906-4324-8b15-7a00d5650f7b {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c1851e48-1906-4324-8b15-7a00d5650f7b {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-c1851e48-1906-4324-8b15-7a00d5650f7b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-c1851e48-1906-4324-8b15-7a00d5650f7b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c1851e48-1906-4324-8b15-7a00d5650f7b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a {
  margin-top: 2%;
margin-bottom: 0%;
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: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0.5) !important;
background-color: rgba(34, 34, 34, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 1) !important;}#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a-root {
    text-align: center;
  }


#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a-root {
    text-align: center;
  }


#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a-root {
    text-align: center;
  }


#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a-root {
    text-align: center;
  }


#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a-root {
    text-align: center;
  }


#s-d78a6400-9b6d-4dbf-9f1c-6d1f9466215a.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9e8714be-8ccd-44d4-b61c-b99d7206bb13 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9e8714be-8ccd-44d4-b61c-b99d7206bb13 {
  display: none;
}
#s-9e8714be-8ccd-44d4-b61c-b99d7206bb13, #wrap-s-9e8714be-8ccd-44d4-b61c-b99d7206bb13, #wrap-content-s-9e8714be-8ccd-44d4-b61c-b99d7206bb13 { display: none !important; }}@media (max-width: 767px){#s-9e8714be-8ccd-44d4-b61c-b99d7206bb13 {
  display: none;
}
#s-9e8714be-8ccd-44d4-b61c-b99d7206bb13, #wrap-s-9e8714be-8ccd-44d4-b61c-b99d7206bb13, #wrap-content-s-9e8714be-8ccd-44d4-b61c-b99d7206bb13 { display: none !important; }}
#s-9e8714be-8ccd-44d4-b61c-b99d7206bb13 hr {
  border-top: 1px solid rgba(141, 141, 141, 0.75);
}

#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 {
  margin-left: 25%;
margin-right: 25%;
}
@media (min-width: 1200px){#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 {
  display: none;
}
#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-content-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 {
  display: none;
}
#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-content-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 {
  display: none;
}
#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-content-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 { display: none !important; }}@media (max-width: 767px){#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 {
  display: none;
}
#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0, #wrap-content-s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 { display: none !important; }}
#s-ab97c27c-6c3c-428b-9bcb-56dc45ff53c0 hr {
  border-top: 1px solid rgba(141, 141, 141, 0.75);
}

#s-06c1d2da-63db-4e69-a19e-3a261df07b07 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-06c1d2da-63db-4e69-a19e-3a261df07b07 {
  display: none;
}
#s-06c1d2da-63db-4e69-a19e-3a261df07b07, #wrap-s-06c1d2da-63db-4e69-a19e-3a261df07b07, #wrap-content-s-06c1d2da-63db-4e69-a19e-3a261df07b07 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06c1d2da-63db-4e69-a19e-3a261df07b07 {
  display: none;
}
#s-06c1d2da-63db-4e69-a19e-3a261df07b07, #wrap-s-06c1d2da-63db-4e69-a19e-3a261df07b07, #wrap-content-s-06c1d2da-63db-4e69-a19e-3a261df07b07 { display: none !important; }}







#s-06c1d2da-63db-4e69-a19e-3a261df07b07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06c1d2da-63db-4e69-a19e-3a261df07b07.shg-box.shg-c {
  justify-content: center;
}

#s-079c0c9f-f636-41c6-b3cf-fc62d6ac2f28 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: -15px;
margin-right: auto;
}
@media (max-width: 767px){#s-079c0c9f-f636-41c6-b3cf-fc62d6ac2f28 {
  margin-bottom: 0px;
}
}
#s-b6e422d6-0426-4418-85fc-5cb5d4610959 {
  margin-top: -10px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-b6e422d6-0426-4418-85fc-5cb5d4610959 {
  display: none;
}
#s-b6e422d6-0426-4418-85fc-5cb5d4610959, #wrap-s-b6e422d6-0426-4418-85fc-5cb5d4610959, #wrap-content-s-b6e422d6-0426-4418-85fc-5cb5d4610959 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b6e422d6-0426-4418-85fc-5cb5d4610959 {
  display: none;
}
#s-b6e422d6-0426-4418-85fc-5cb5d4610959, #wrap-s-b6e422d6-0426-4418-85fc-5cb5d4610959, #wrap-content-s-b6e422d6-0426-4418-85fc-5cb5d4610959 { display: none !important; }}
#s-b6e422d6-0426-4418-85fc-5cb5d4610959 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-d35968fe-d1f2-4c12-873d-1161fe9cbda4 {
  margin-top: -20px;
margin-left: 40%;
margin-bottom: -12px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d35968fe-d1f2-4c12-873d-1161fe9cbda4 hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-f3e730dc-d227-4f8a-9690-51935561a855 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f3e730dc-d227-4f8a-9690-51935561a855 {
  display: none;
}
#s-f3e730dc-d227-4f8a-9690-51935561a855, #wrap-s-f3e730dc-d227-4f8a-9690-51935561a855, #wrap-content-s-f3e730dc-d227-4f8a-9690-51935561a855 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f3e730dc-d227-4f8a-9690-51935561a855 {
  display: none;
}
#s-f3e730dc-d227-4f8a-9690-51935561a855, #wrap-s-f3e730dc-d227-4f8a-9690-51935561a855, #wrap-content-s-f3e730dc-d227-4f8a-9690-51935561a855 { display: none !important; }}
#s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  margin-left: 2%;
margin-right: 2%;
}
}
#s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 2%;
  margin-right: 2%;
  
  
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-bd1d4014-5c33-4456-9082-39a74a268ec5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-bd1d4014-5c33-4456-9082-39a74a268ec5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bd1d4014-5c33-4456-9082-39a74a268ec5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-3185634c-c9fb-46f8-b53b-6725db2830f5 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-3185634c-c9fb-46f8-b53b-6725db2830f5:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 1) !important;}#s-3185634c-c9fb-46f8-b53b-6725db2830f5:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-3185634c-c9fb-46f8-b53b-6725db2830f5 {
  display: none;
}
#s-3185634c-c9fb-46f8-b53b-6725db2830f5, #wrap-s-3185634c-c9fb-46f8-b53b-6725db2830f5, #wrap-content-s-3185634c-c9fb-46f8-b53b-6725db2830f5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3185634c-c9fb-46f8-b53b-6725db2830f5 {
  display: none;
}
#s-3185634c-c9fb-46f8-b53b-6725db2830f5, #wrap-s-3185634c-c9fb-46f8-b53b-6725db2830f5, #wrap-content-s-3185634c-c9fb-46f8-b53b-6725db2830f5 { display: none !important; }}@media (max-width: 767px){#s-3185634c-c9fb-46f8-b53b-6725db2830f5 {
  margin-top: 7%;
margin-bottom: 7%;
}
}

  #s-3185634c-c9fb-46f8-b53b-6725db2830f5-root {
    text-align: center;
  }


#s-3185634c-c9fb-46f8-b53b-6725db2830f5.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3185634c-c9fb-46f8-b53b-6725db2830f5-root {
    text-align: center;
  }


#s-3185634c-c9fb-46f8-b53b-6725db2830f5.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3185634c-c9fb-46f8-b53b-6725db2830f5-root {
    text-align: center;
  }


#s-3185634c-c9fb-46f8-b53b-6725db2830f5.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3185634c-c9fb-46f8-b53b-6725db2830f5-root {
    text-align: center;
  }


#s-3185634c-c9fb-46f8-b53b-6725db2830f5.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3185634c-c9fb-46f8-b53b-6725db2830f5-root {
    text-align: center;
  }


#s-3185634c-c9fb-46f8-b53b-6725db2830f5.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a602fc29-74d1-4d90-a0e7-54217fe80edc {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-a602fc29-74d1-4d90-a0e7-54217fe80edc {
  display: none;
}
#s-a602fc29-74d1-4d90-a0e7-54217fe80edc, #wrap-s-a602fc29-74d1-4d90-a0e7-54217fe80edc, #wrap-content-s-a602fc29-74d1-4d90-a0e7-54217fe80edc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a602fc29-74d1-4d90-a0e7-54217fe80edc {
  display: none;
}
#s-a602fc29-74d1-4d90-a0e7-54217fe80edc, #wrap-s-a602fc29-74d1-4d90-a0e7-54217fe80edc, #wrap-content-s-a602fc29-74d1-4d90-a0e7-54217fe80edc { display: none !important; }}







#s-a602fc29-74d1-4d90-a0e7-54217fe80edc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a602fc29-74d1-4d90-a0e7-54217fe80edc.shg-box.shg-c {
  justify-content: center;
}

#s-96629b33-c8f0-412e-a00a-47c5c1703933 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-96629b33-c8f0-412e-a00a-47c5c1703933 {
  display: none;
}
#s-96629b33-c8f0-412e-a00a-47c5c1703933, #wrap-s-96629b33-c8f0-412e-a00a-47c5c1703933, #wrap-content-s-96629b33-c8f0-412e-a00a-47c5c1703933 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96629b33-c8f0-412e-a00a-47c5c1703933 {
  display: none;
}
#s-96629b33-c8f0-412e-a00a-47c5c1703933, #wrap-s-96629b33-c8f0-412e-a00a-47c5c1703933, #wrap-content-s-96629b33-c8f0-412e-a00a-47c5c1703933 { display: none !important; }}
#s-96629b33-c8f0-412e-a00a-47c5c1703933 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-f8cf4143-8f8d-4eed-83d3-73b52783f8cc {
  margin-top: -20px;
margin-left: 40%;
margin-bottom: -12px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f8cf4143-8f8d-4eed-83d3-73b52783f8cc hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-06232e7b-4e71-411b-84fa-bdb0ec4336e2 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-06232e7b-4e71-411b-84fa-bdb0ec4336e2 {
  display: none;
}
#s-06232e7b-4e71-411b-84fa-bdb0ec4336e2, #wrap-s-06232e7b-4e71-411b-84fa-bdb0ec4336e2, #wrap-content-s-06232e7b-4e71-411b-84fa-bdb0ec4336e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06232e7b-4e71-411b-84fa-bdb0ec4336e2 {
  display: none;
}
#s-06232e7b-4e71-411b-84fa-bdb0ec4336e2, #wrap-s-06232e7b-4e71-411b-84fa-bdb0ec4336e2, #wrap-content-s-06232e7b-4e71-411b-84fa-bdb0ec4336e2 { display: none !important; }}
#s-b3610e48-c2ab-4674-aa6f-f3106c852402 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-b3610e48-c2ab-4674-aa6f-f3106c852402"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b3610e48-c2ab-4674-aa6f-f3106c852402"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b3610e48-c2ab-4674-aa6f-f3106c852402"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b3610e48-c2ab-4674-aa6f-f3106c852402"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2268c9fa-ca32-4722-b65a-0255abd1db6e {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 48.4% 41.7%;
     object-position: 48.4% 41.7%;
  transform: none;
  transform-origin: none;
}




.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2268c9fa-ca32-4722-b65a-0255abd1db6e.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2268c9fa-ca32-4722-b65a-0255abd1db6e .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-bdfa49a2-53aa-4da3-a458-80730f53528e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bdfa49a2-53aa-4da3-a458-80730f53528e {
  display: none;
}
#s-bdfa49a2-53aa-4da3-a458-80730f53528e, #wrap-s-bdfa49a2-53aa-4da3-a458-80730f53528e, #wrap-content-s-bdfa49a2-53aa-4da3-a458-80730f53528e { display: none !important; }}@media (max-width: 767px){#s-bdfa49a2-53aa-4da3-a458-80730f53528e {
  margin-top: 250px;
margin-bottom: 0px;
}
}
#s-bdfa49a2-53aa-4da3-a458-80730f53528e .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-bdfa49a2-53aa-4da3-a458-80730f53528e .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-00649a33-f564-4507-80da-3d207f1da459 {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-00649a33-f564-4507-80da-3d207f1da459 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-00649a33-f564-4507-80da-3d207f1da459 {
  margin-top: 50%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
display: none;
}
#s-00649a33-f564-4507-80da-3d207f1da459, #wrap-s-00649a33-f564-4507-80da-3d207f1da459, #wrap-content-s-00649a33-f564-4507-80da-3d207f1da459 { display: none !important; }}
#s-00649a33-f564-4507-80da-3d207f1da459 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-00649a33-f564-4507-80da-3d207f1da459 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-00649a33-f564-4507-80da-3d207f1da459 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-00649a33-f564-4507-80da-3d207f1da459 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-00649a33-f564-4507-80da-3d207f1da459 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-00649a33-f564-4507-80da-3d207f1da459 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

}
#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-e19d16e5-afcd-4fce-aced-4f1e2f29dc77 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-f818f00b-03c2-48c1-8b63-1e76603b4211 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f818f00b-03c2-48c1-8b63-1e76603b4211 {
  display: none;
}
#s-f818f00b-03c2-48c1-8b63-1e76603b4211, #wrap-s-f818f00b-03c2-48c1-8b63-1e76603b4211, #wrap-content-s-f818f00b-03c2-48c1-8b63-1e76603b4211 { display: none !important; }}@media (max-width: 767px){#s-f818f00b-03c2-48c1-8b63-1e76603b4211 {
  margin-top: 180px;
}
}
#s-f818f00b-03c2-48c1-8b63-1e76603b4211 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-f818f00b-03c2-48c1-8b63-1e76603b4211 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 {
  margin-top: 40%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
display: none;
}
#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3, #wrap-s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3, #wrap-content-s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 { display: none !important; }}
#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-02cda84d-b71d-46f3-b5c1-7aab89b5b9b3 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-7f95551d-df28-4c39-91c0-41cacd50eed4 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7f95551d-df28-4c39-91c0-41cacd50eed4.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-7f95551d-df28-4c39-91c0-41cacd50eed4 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-b28102e4-bc12-43d1-abb6-157d240a0b85 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b28102e4-bc12-43d1-abb6-157d240a0b85 {
  display: none;
}
#s-b28102e4-bc12-43d1-abb6-157d240a0b85, #wrap-s-b28102e4-bc12-43d1-abb6-157d240a0b85, #wrap-content-s-b28102e4-bc12-43d1-abb6-157d240a0b85 { display: none !important; }}@media (max-width: 767px){#s-b28102e4-bc12-43d1-abb6-157d240a0b85 {
  margin-top: 275px;
}
}
#s-b28102e4-bc12-43d1-abb6-157d240a0b85 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-b28102e4-bc12-43d1-abb6-157d240a0b85 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed {
  margin-top: 50%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
display: none;
}
#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed, #wrap-s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed, #wrap-content-s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed { display: none !important; }}
#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-2231735d-afc2-4be2-8e3e-9a8b0b5844ed .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 1) !important;}#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304 {
  display: none;
}
#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304, #wrap-s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304, #wrap-content-s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304 {
  display: none;
}
#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304, #wrap-s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304, #wrap-content-s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304 { display: none !important; }}@media (max-width: 767px){#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304 {
  margin-top: 7%;
margin-bottom: 7%;
}
}

  #s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304-root {
    text-align: center;
  }


#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304-root {
    text-align: center;
  }


#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304-root {
    text-align: center;
  }


#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304-root {
    text-align: center;
  }


#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304-root {
    text-align: center;
  }


#s-514dd0cc-e2f4-4eb1-be9d-ff5fd61c1304.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ae3d8a63-3b49-463b-bff8-cc84604a52de {
  margin-top: 5%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-ae3d8a63-3b49-463b-bff8-cc84604a52de {
  display: none;
}
#s-ae3d8a63-3b49-463b-bff8-cc84604a52de, #wrap-s-ae3d8a63-3b49-463b-bff8-cc84604a52de, #wrap-content-s-ae3d8a63-3b49-463b-bff8-cc84604a52de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae3d8a63-3b49-463b-bff8-cc84604a52de {
  display: none;
}
#s-ae3d8a63-3b49-463b-bff8-cc84604a52de, #wrap-s-ae3d8a63-3b49-463b-bff8-cc84604a52de, #wrap-content-s-ae3d8a63-3b49-463b-bff8-cc84604a52de { display: none !important; }}







#s-ae3d8a63-3b49-463b-bff8-cc84604a52de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ae3d8a63-3b49-463b-bff8-cc84604a52de.shg-box.shg-c {
  justify-content: center;
}

#s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3 {
  display: none;
}
#s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3, #wrap-s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3, #wrap-content-s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3 {
  display: none;
}
#s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3, #wrap-s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3, #wrap-content-s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3 { display: none !important; }}
#s-a3d8c791-8ff4-4cbb-ba47-e5d6112505a3 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c192da0e-c85c-4ac1-865c-0161b4bf503b {
  margin-top: -20px;
margin-left: 40%;
margin-bottom: -12px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-c192da0e-c85c-4ac1-865c-0161b4bf503b hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-ea462d4a-f835-4ea8-97f2-361dd11d08dd {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-ea462d4a-f835-4ea8-97f2-361dd11d08dd {
  display: none;
}
#s-ea462d4a-f835-4ea8-97f2-361dd11d08dd, #wrap-s-ea462d4a-f835-4ea8-97f2-361dd11d08dd, #wrap-content-s-ea462d4a-f835-4ea8-97f2-361dd11d08dd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea462d4a-f835-4ea8-97f2-361dd11d08dd {
  display: none;
}
#s-ea462d4a-f835-4ea8-97f2-361dd11d08dd, #wrap-s-ea462d4a-f835-4ea8-97f2-361dd11d08dd, #wrap-content-s-ea462d4a-f835-4ea8-97f2-361dd11d08dd { display: none !important; }}
#s-29237607-680f-4cb0-bc32-3a46683d9531 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-29237607-680f-4cb0-bc32-3a46683d9531"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29237607-680f-4cb0-bc32-3a46683d9531"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29237607-680f-4cb0-bc32-3a46683d9531"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29237607-680f-4cb0-bc32-3a46683d9531"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-407f46c0-24e9-41e9-b4e9-5462cca198a2 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 48.4% 41.7%;
     object-position: 48.4% 41.7%;
  transform: none;
  transform-origin: none;
}




.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-407f46c0-24e9-41e9-b4e9-5462cca198a2.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-407f46c0-24e9-41e9-b4e9-5462cca198a2 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-92af68f5-f657-4c21-845d-8154dace45e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-92af68f5-f657-4c21-845d-8154dace45e0 {
  display: none;
}
#s-92af68f5-f657-4c21-845d-8154dace45e0, #wrap-s-92af68f5-f657-4c21-845d-8154dace45e0, #wrap-content-s-92af68f5-f657-4c21-845d-8154dace45e0 { display: none !important; }}@media (max-width: 767px){#s-92af68f5-f657-4c21-845d-8154dace45e0 {
  margin-top: 250px;
}
}
#s-92af68f5-f657-4c21-845d-8154dace45e0 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-92af68f5-f657-4c21-845d-8154dace45e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-c0e81845-957f-4c67-9302-008f4bb6f651 {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0e81845-957f-4c67-9302-008f4bb6f651 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c0e81845-957f-4c67-9302-008f4bb6f651 {
  margin-top: 50%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
display: none;
}
#s-c0e81845-957f-4c67-9302-008f4bb6f651, #wrap-s-c0e81845-957f-4c67-9302-008f4bb6f651, #wrap-content-s-c0e81845-957f-4c67-9302-008f4bb6f651 { display: none !important; }}
#s-c0e81845-957f-4c67-9302-008f4bb6f651 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-c0e81845-957f-4c67-9302-008f4bb6f651 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-c0e81845-957f-4c67-9302-008f4bb6f651 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-c0e81845-957f-4c67-9302-008f4bb6f651 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-c0e81845-957f-4c67-9302-008f4bb6f651 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-c0e81845-957f-4c67-9302-008f4bb6f651 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

}
#s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b1554882-c994-478b-a061-0c9f7be30ee5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1554882-c994-478b-a061-0c9f7be30ee5.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b1554882-c994-478b-a061-0c9f7be30ee5 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-c3429369-083c-4edd-a79d-3a3a6e0a3e01 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c3429369-083c-4edd-a79d-3a3a6e0a3e01 {
  display: none;
}
#s-c3429369-083c-4edd-a79d-3a3a6e0a3e01, #wrap-s-c3429369-083c-4edd-a79d-3a3a6e0a3e01, #wrap-content-s-c3429369-083c-4edd-a79d-3a3a6e0a3e01 { display: none !important; }}@media (max-width: 767px){#s-c3429369-083c-4edd-a79d-3a3a6e0a3e01 {
  margin-top: 250px;
}
}
#s-c3429369-083c-4edd-a79d-3a3a6e0a3e01 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-c3429369-083c-4edd-a79d-3a3a6e0a3e01 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a {
  margin-top: 40%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
display: none;
}
#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a, #wrap-s-89204b1b-9f87-427e-b6ab-ad2fdd36409a, #wrap-content-s-89204b1b-9f87-427e-b6ab-ad2fdd36409a { display: none !important; }}
#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-89204b1b-9f87-427e-b6ab-ad2fdd36409a .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}
@media (max-width: 767px){#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}
}
#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a13a7eb6-627d-4d1f-9a7b-f1069c272381.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-a13a7eb6-627d-4d1f-9a7b-f1069c272381 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24 {
  display: none;
}
#s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24, #wrap-s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24, #wrap-content-s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24 { display: none !important; }}@media (max-width: 767px){#s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24 {
  margin-top: 250px;
margin-bottom: 250px;
}
}
#s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (max-width: 767px){#s-3f8c8315-ec93-4d25-85ea-bbd2f35f3e24 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b {
  margin-top: 25%;
margin-left: 21%;
margin-right: 21%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b {
  margin-top: 50%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
display: none;
}
#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b, #wrap-s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b, #wrap-content-s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b { display: none !important; }}
#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


#s-4d2949f6-7f4f-4ff3-b44a-d1475dd5a47b .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-1051d3af-1605-45ea-9050-600c86473211 {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-1051d3af-1605-45ea-9050-600c86473211:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 1) !important;}#s-1051d3af-1605-45ea-9050-600c86473211:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-1051d3af-1605-45ea-9050-600c86473211 {
  display: none;
}
#s-1051d3af-1605-45ea-9050-600c86473211, #wrap-s-1051d3af-1605-45ea-9050-600c86473211, #wrap-content-s-1051d3af-1605-45ea-9050-600c86473211 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1051d3af-1605-45ea-9050-600c86473211 {
  display: none;
}
#s-1051d3af-1605-45ea-9050-600c86473211, #wrap-s-1051d3af-1605-45ea-9050-600c86473211, #wrap-content-s-1051d3af-1605-45ea-9050-600c86473211 { display: none !important; }}@media (max-width: 767px){#s-1051d3af-1605-45ea-9050-600c86473211 {
  margin-top: 7%;
margin-bottom: 7%;
}
}

  #s-1051d3af-1605-45ea-9050-600c86473211-root {
    text-align: center;
  }


#s-1051d3af-1605-45ea-9050-600c86473211.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1051d3af-1605-45ea-9050-600c86473211-root {
    text-align: center;
  }


#s-1051d3af-1605-45ea-9050-600c86473211.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1051d3af-1605-45ea-9050-600c86473211-root {
    text-align: center;
  }


#s-1051d3af-1605-45ea-9050-600c86473211.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1051d3af-1605-45ea-9050-600c86473211-root {
    text-align: center;
  }


#s-1051d3af-1605-45ea-9050-600c86473211.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1051d3af-1605-45ea-9050-600c86473211-root {
    text-align: center;
  }


#s-1051d3af-1605-45ea-9050-600c86473211.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d24b11ae-7691-4b52-a0f4-515a1ff61089 {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-d24b11ae-7691-4b52-a0f4-515a1ff61089 {
  display: none;
}
#s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-content-s-d24b11ae-7691-4b52-a0f4-515a1ff61089 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d24b11ae-7691-4b52-a0f4-515a1ff61089 {
  display: none;
}
#s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-content-s-d24b11ae-7691-4b52-a0f4-515a1ff61089 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d24b11ae-7691-4b52-a0f4-515a1ff61089 {
  display: none;
}
#s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-content-s-d24b11ae-7691-4b52-a0f4-515a1ff61089 { display: none !important; }}@media (max-width: 767px){#s-d24b11ae-7691-4b52-a0f4-515a1ff61089 {
  display: none;
}
#s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-s-d24b11ae-7691-4b52-a0f4-515a1ff61089, #wrap-content-s-d24b11ae-7691-4b52-a0f4-515a1ff61089 { display: none !important; }}







#s-d24b11ae-7691-4b52-a0f4-515a1ff61089 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d24b11ae-7691-4b52-a0f4-515a1ff61089.shg-box.shg-c {
  justify-content: center;
}

#s-a529767a-b61e-44d1-8e9e-073e9eb3612b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a529767a-b61e-44d1-8e9e-073e9eb3612b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-01600a73-29a0-4ff7-b375-4ad252ab5788 {
  margin-top: -20px;
margin-left: 40%;
margin-bottom: -12px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-01600a73-29a0-4ff7-b375-4ad252ab5788 hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-049fdf2b-a52f-4767-9b2a-004623831894 {
  margin-top: -2%;
margin-left: 5%;
margin-right: 5%;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-root {
  display: grid;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 20px;
}

.shg-default-column-count-2 {
  grid-template-columns: repeat(2, 1fr);
}

.shg-default-column-count-3 {
  grid-template-columns: repeat(3, 1fr);
}

.shg-default-column-count-4 {
  grid-template-columns: repeat(4, 1fr);
}

.shg-default-column-count-5 {
  grid-template-columns: repeat(5, 1fr);
}

.shg-default-column-count-6 {
  grid-template-columns: repeat(6, 1fr);
}

.shg-category-grid .shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

@media (max-width: 767px) {
  .shg-category-root.stacked {
    display: block;
  }
}

/* Swiper CSS - Duplicated from SliderV3 base.css */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
  * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-d57a977a-7b9e-493b-a42f-f5966ed200f7 {
  margin-left: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-d57a977a-7b9e-493b-a42f-f5966ed200f7 {
  display: none;
}
#s-d57a977a-7b9e-493b-a42f-f5966ed200f7, #wrap-s-d57a977a-7b9e-493b-a42f-f5966ed200f7, #wrap-content-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d57a977a-7b9e-493b-a42f-f5966ed200f7 {
  display: none;
}
#s-d57a977a-7b9e-493b-a42f-f5966ed200f7, #wrap-s-d57a977a-7b9e-493b-a42f-f5966ed200f7, #wrap-content-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 { display: none !important; }}
#s-d57a977a-7b9e-493b-a42f-f5966ed200f7 .shg-dynamic-column-count {
  grid-template-columns: repeat(2, 1fr);
}


#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 {
  --swiper-pagination-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(113, 113, 113, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(113, 113, 113, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 > .swiper-button-prev,
#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 > .swiper-button-next {
  
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 > .swiper-button-prev svg,
#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 > .swiper-button-next svg {
  fill: rgba(113, 113, 113, 1) !important;
  stroke: rgba(113, 113, 113, 1) !important;
  
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 .swiper-pagination-bullet-active {
  background-color: rgba(113, 113, 113, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-d57a977a-7b9e-493b-a42f-f5966ed200f7 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-f61a2619-ffdd-446d-94d2-c34422b9e513 {
  margin-left: auto;
margin-right: auto;
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: -moz-max-content;
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cea03c5f-3b11-4f92-92c5-0c8c3896b76b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: #121212;
  font-family: "Bauer Bodoni";
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-9e4a8587-d201-48fb-9f6d-fa290fee4b9e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e4a8587-d201-48fb-9f6d-fa290fee4b9e .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-5dc7de13-f8d2-41b5-98c8-c8c5d2150f7b {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-5dc7de13-f8d2-41b5-98c8-c8c5d2150f7b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-5dc7de13-f8d2-41b5-98c8-c8c5d2150f7b .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-5dc7de13-f8d2-41b5-98c8-c8c5d2150f7b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0bbffa7f-0744-4787-b7d9-449c34bae548 {
  margin-left: auto;
margin-right: auto;
}

#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cc31fef7-a3e1-4f04-b8bd-96b6abd65d04 img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6cf1253a-f195-4154-992b-4583cb865cc1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6cf1253a-f195-4154-992b-4583cb865cc1 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-83f26b74-69cf-4b0d-a1b4-9eae7bd19050 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-83f26b74-69cf-4b0d-a1b4-9eae7bd19050 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-83f26b74-69cf-4b0d-a1b4-9eae7bd19050 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-83f26b74-69cf-4b0d-a1b4-9eae7bd19050 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a2e85078-305b-4739-b310-6b920e186cdf {
  margin-left: auto;
margin-right: auto;
}

#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90ad5bdc-fa1c-491c-ac25-fa3c9467ad6b img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-6ea8c056-925b-4337-9fcd-7f820c7c4271 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ea8c056-925b-4337-9fcd-7f820c7c4271 .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-41733a77-6496-4c8d-9fd9-33ec251397a4 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-41733a77-6496-4c8d-9fd9-33ec251397a4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-41733a77-6496-4c8d-9fd9-33ec251397a4 .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-41733a77-6496-4c8d-9fd9-33ec251397a4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1fa188cc-f3ba-434d-8184-7dbd99e4cef8 {
  margin-left: auto;
margin-right: auto;
}

#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}



.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){

.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){

.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){

.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){

.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3e802bee-c122-43d0-b0b9-72c7da0fbcad img.shogun-image {
  width: 100%;
  height: auto;
}





  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8a07bbac-7715-4b6a-ba85-0dcf87143f7f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8a07bbac-7715-4b6a-ba85-0dcf87143f7f .shg-product-title-component h3 span {
  
  
  
  
  font-size: 18px;
  
  
  
}

#s-952111fc-98a1-4f9f-910c-8c69106a46aa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-952111fc-98a1-4f9f-910c-8c69106a46aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  
  
  font-style:  normal ;
}

#s-952111fc-98a1-4f9f-910c-8c69106a46aa .shg-product-price {
  color: #000;
  
  
  font-style:  normal ;
  font-size: 14px;
}

#s-952111fc-98a1-4f9f-910c-8c69106a46aa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 1) !important;}#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d {
  display: none;
}
#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d, #wrap-s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d, #wrap-content-s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d {
  display: none;
}
#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d, #wrap-s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d, #wrap-content-s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d { display: none !important; }}

  #s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d-root {
    text-align: center;
  }


#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d-root {
    text-align: center;
  }


#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d-root {
    text-align: center;
  }


#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d-root {
    text-align: center;
  }


#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d-root {
    text-align: center;
  }


#s-9e19ffeb-0590-4d1e-adf2-1a2e9c63483d.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed {
  margin-left: 2%;
margin-bottom: 30px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed {
  margin-left: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed {
  display: none;
}
#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed, #wrap-s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed, #wrap-content-s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed { display: none !important; }}@media (max-width: 767px){#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed {
  display: none;
}
#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed, #wrap-s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed, #wrap-content-s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed { display: none !important; }}







#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6ac3081-3d25-40e4-91e6-8e7627fbd0ed.shg-box.shg-c {
  justify-content: center;
}

#s-422e6fca-9089-46a7-8ca9-ed4c05551a30 {
  margin-top: -10px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-422e6fca-9089-46a7-8ca9-ed4c05551a30 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 44px;
  
  
  text-align: center;
}



#s-a3932956-3bf0-4e2b-866a-9a5e6ea15f3a {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-a3932956-3bf0-4e2b-866a-9a5e6ea15f3a {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3932956-3bf0-4e2b-866a-9a5e6ea15f3a {
  margin-top: 2%;
}
}
#s-5748bc74-79a5-4c22-aeeb-c0c507dc85d4 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-5748bc74-79a5-4c22-aeeb-c0c507dc85d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5748bc74-79a5-4c22-aeeb-c0c507dc85d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5748bc74-79a5-4c22-aeeb-c0c507dc85d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5748bc74-79a5-4c22-aeeb-c0c507dc85d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5464bd4-0cee-40c4-a1cf-70c4bb940138.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-f5464bd4-0cee-40c4-a1cf-70c4bb940138 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-56789075-2140-410d-9d45-5c97a29f48c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-56789075-2140-410d-9d45-5c97a29f48c6 {
  margin-top: 0px;
padding-top: 9px;
padding-bottom: 9px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-56789075-2140-410d-9d45-5c97a29f48c6 {
  
}
}@media (max-width: 767px){#s-56789075-2140-410d-9d45-5c97a29f48c6 {
  
}
}
#s-56789075-2140-410d-9d45-5c97a29f48c6 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-56789075-2140-410d-9d45-5c97a29f48c6 .shogun-heading-component h1 a {
  color: rgba(226, 226, 226, 1);
}

@media (min-width: 1200px){#s-56789075-2140-410d-9d45-5c97a29f48c6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


#s-56789075-2140-410d-9d45-5c97a29f48c6 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-56789075-2140-410d-9d45-5c97a29f48c6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-56789075-2140-410d-9d45-5c97a29f48c6 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}

}
#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-2c19b3b3-1af1-4fc2-8683-3ec725a37dcb .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-596049d6-e3d4-4230-84a6-315bd1e16a62 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-596049d6-e3d4-4230-84a6-315bd1e16a62 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-596049d6-e3d4-4230-84a6-315bd1e16a62 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-596049d6-e3d4-4230-84a6-315bd1e16a62 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-596049d6-e3d4-4230-84a6-315bd1e16a62 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}
#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
text-align: center;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



@media (min-width: 1200px){#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 992px) and (max-width: 1199px){#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (min-width: 768px) and (max-width: 991px){#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}@media (max-width: 767px){#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-b4d4179d-259c-42ff-972d-0e9c20f6b052 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052 img.shogun-image {
  width: 100%;
  
  
  max-width: 2048px;

      
    max-width: 2048px;

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  transform: none;
  transform-origin: none;
}




.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b4d4179d-259c-42ff-972d-0e9c20f6b052.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}


.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-b4d4179d-259c-42ff-972d-0e9c20f6b052 .shogun-image-container:hover .shogun-image.hover {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}



}
#s-c63cf398-2572-4962-8e7c-403213775e49 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c63cf398-2572-4962-8e7c-403213775e49 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
}
}
#s-c63cf398-2572-4962-8e7c-403213775e49 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-c63cf398-2572-4962-8e7c-403213775e49 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-c63cf398-2572-4962-8e7c-403213775e49 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-85440a7c-89bc-468e-b3c1-d2239459d277 {
  margin-top: 2%;
margin-bottom: 0%;
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: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(34, 34, 34, 1);
text-align: center;
text-decoration: none;
color: rgba(226, 226, 226, 1);
background-image: none;
hover-type: color;
}
#s-85440a7c-89bc-468e-b3c1-d2239459d277:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0.5) !important;
background-color: rgba(34, 34, 34, 0.75) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 1) !important;}#s-85440a7c-89bc-468e-b3c1-d2239459d277:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-85440a7c-89bc-468e-b3c1-d2239459d277-root {
    text-align: center;
  }


#s-85440a7c-89bc-468e-b3c1-d2239459d277.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-85440a7c-89bc-468e-b3c1-d2239459d277-root {
    text-align: center;
  }


#s-85440a7c-89bc-468e-b3c1-d2239459d277.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-85440a7c-89bc-468e-b3c1-d2239459d277-root {
    text-align: center;
  }


#s-85440a7c-89bc-468e-b3c1-d2239459d277.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-85440a7c-89bc-468e-b3c1-d2239459d277-root {
    text-align: center;
  }


#s-85440a7c-89bc-468e-b3c1-d2239459d277.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-85440a7c-89bc-468e-b3c1-d2239459d277-root {
    text-align: center;
  }


#s-85440a7c-89bc-468e-b3c1-d2239459d277.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c558f874-43cb-446b-b130-ee19a131364c {
  margin-left: 25%;
margin-right: 25%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c558f874-43cb-446b-b130-ee19a131364c {
  display: none;
}
#s-c558f874-43cb-446b-b130-ee19a131364c, #wrap-s-c558f874-43cb-446b-b130-ee19a131364c, #wrap-content-s-c558f874-43cb-446b-b130-ee19a131364c { display: none !important; }}@media (max-width: 767px){#s-c558f874-43cb-446b-b130-ee19a131364c {
  display: none;
}
#s-c558f874-43cb-446b-b130-ee19a131364c, #wrap-s-c558f874-43cb-446b-b130-ee19a131364c, #wrap-content-s-c558f874-43cb-446b-b130-ee19a131364c { display: none !important; }}
#s-c558f874-43cb-446b-b130-ee19a131364c hr {
  border-top: 1px solid rgba(141, 141, 141, 0.75);
}

#s-72f74eba-b708-4cb0-8b15-d7e9756a516e {
  margin-top: 30px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 226, 226, 0);
border-style: solid;
border-radius: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-72f74eba-b708-4cb0-8b15-d7e9756a516e {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-72f74eba-b708-4cb0-8b15-d7e9756a516e {
  display: none;
}
#s-72f74eba-b708-4cb0-8b15-d7e9756a516e, #wrap-s-72f74eba-b708-4cb0-8b15-d7e9756a516e, #wrap-content-s-72f74eba-b708-4cb0-8b15-d7e9756a516e { display: none !important; }}@media (max-width: 767px){#s-72f74eba-b708-4cb0-8b15-d7e9756a516e {
  display: none;
}
#s-72f74eba-b708-4cb0-8b15-d7e9756a516e, #wrap-s-72f74eba-b708-4cb0-8b15-d7e9756a516e, #wrap-content-s-72f74eba-b708-4cb0-8b15-d7e9756a516e { display: none !important; }}







#s-72f74eba-b708-4cb0-8b15-d7e9756a516e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-72f74eba-b708-4cb0-8b15-d7e9756a516e.shg-box.shg-c {
  justify-content: center;
}

#s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6 {
  background-image: url(https://i.shgcdn.com/faf1161f-2bd1-48ac-9334-2c4277c8ba56/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0%;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(34, 34, 34, 0.75);
border-style: solid;
background-position: center center;
}

@media (min-width: 0px) {
[id="s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0c35dc07-2209-48ea-98ca-0fff7a9bf6a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-e376dd6b-f078-424a-9f81-3d07fe8b86d5 {
  margin-top: 157px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: center;
}

#s-e376dd6b-f078-424a-9f81-3d07fe8b86d5 .shogun-heading-component h1 {
  color: rgba(226, 226, 226, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  
}



#s-a409d189-e691-42bc-9a48-42d1be0ac0e4 {
  margin-top: -15px;
margin-left: 46%;
margin-bottom: -25px;
margin-right: 46%;
}

#s-a409d189-e691-42bc-9a48-42d1be0ac0e4 hr {
  border-top: 2px solid rgba(226, 226, 226, 1);
}

#s-c08b02f7-cd4d-43b4-92d0-ce1632aef30b {
  margin-left: 4%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-c08b02f7-cd4d-43b4-92d0-ce1632aef30b {
  margin-top: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c08b02f7-cd4d-43b4-92d0-ce1632aef30b {
  margin-top: 2%;
}
}
#s-b434487d-a849-404c-8da0-c2d91df1bb39 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
padding-top: 8px;
padding-left: 33px;
padding-bottom: 8px;
padding-right: 33px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(226, 226, 226, 0.5);
border-radius: 0px;
background-color: rgba(226, 226, 226, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(226, 226, 226, 1);
}
#s-b434487d-a849-404c-8da0-c2d91df1bb39:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(226, 226, 226, 1) !important;
background-color: rgba(226, 226, 226, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(226, 226, 226, 0.85) !important;}#s-b434487d-a849-404c-8da0-c2d91df1bb39:active {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-b434487d-a849-404c-8da0-c2d91df1bb39-root {
    text-align: center;
  }


#s-b434487d-a849-404c-8da0-c2d91df1bb39.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b434487d-a849-404c-8da0-c2d91df1bb39-root {
    text-align: center;
  }


#s-b434487d-a849-404c-8da0-c2d91df1bb39.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b434487d-a849-404c-8da0-c2d91df1bb39-root {
    text-align: center;
  }


#s-b434487d-a849-404c-8da0-c2d91df1bb39.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b434487d-a849-404c-8da0-c2d91df1bb39-root {
    text-align: center;
  }


#s-b434487d-a849-404c-8da0-c2d91df1bb39.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b434487d-a849-404c-8da0-c2d91df1bb39-root {
    text-align: center;
  }


#s-b434487d-a849-404c-8da0-c2d91df1bb39.shg-btn {
  color: rgba(226, 226, 226, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-3d986c14-13fc-435a-8819-2193ccb26616 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
max-width: 1600px;
aspect-ratio: 2/3;
text-align: center;
opacity: 1;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616-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-3d986c14-13fc-435a-8819-2193ccb26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

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

.shg-image-content-margin-container-s-3d986c14-13fc-435a-8819-2193ccb26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add padding handling */
  
  
  padding-top: 0px;
  padding-bottom: 0px;
  /* Add border handling */
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-color: rgba(0, 0, 0, 1);
  border-style: solid;
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
  box-sizing: border-box;
}



.s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d986c14-13fc-435a-8819-2193ccb26616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
      position: relative;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

@media (min-width: 1200px){#s-3d986c14-13fc-435a-8819-2193ccb26616 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616-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-3d986c14-13fc-435a-8819-2193ccb26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d986c14-13fc-435a-8819-2193ccb26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
  box-sizing: border-box;
}



.s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d986c14-13fc-435a-8819-2193ccb26616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
      position: relative;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3d986c14-13fc-435a-8819-2193ccb26616 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616-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-3d986c14-13fc-435a-8819-2193ccb26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d986c14-13fc-435a-8819-2193ccb26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
  box-sizing: border-box;
}



.s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d986c14-13fc-435a-8819-2193ccb26616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
      position: relative;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3d986c14-13fc-435a-8819-2193ccb26616 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616-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-3d986c14-13fc-435a-8819-2193ccb26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d986c14-13fc-435a-8819-2193ccb26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
  box-sizing: border-box;
}



.s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d986c14-13fc-435a-8819-2193ccb26616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
      position: relative;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}@media (max-width: 767px){#s-3d986c14-13fc-435a-8819-2193ccb26616 {
  margin: 0 !important;
  overflow: visible;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616-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-3d986c14-13fc-435a-8819-2193ccb26616 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3d986c14-13fc-435a-8819-2193ccb26616 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add background color handling */
  
}

#s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }

    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-link {
      aspect-ratio: 2/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3d986c14-13fc-435a-8819-2193ccb26616 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1600px;
  }



  img.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-3d986c14-13fc-435a-8819-2193ccb26616 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image {
  box-sizing: border-box;
}



.s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3d986c14-13fc-435a-8819-2193ccb26616 {
      --shg-aspect-ratio: calc(2/3); 
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container {
      position: relative;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d986c14-13fc-435a-8819-2193ccb26616 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1600px;
    }
  }

}
#s-def50630-de62-4d67-91e2-1a41b42796e5 {
  margin-top: 2%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-def50630-de62-4d67-91e2-1a41b42796e5 {
  display: none;
}
#s-def50630-de62-4d67-91e2-1a41b42796e5, #wrap-s-def50630-de62-4d67-91e2-1a41b42796e5, #wrap-content-s-def50630-de62-4d67-91e2-1a41b42796e5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-def50630-de62-4d67-91e2-1a41b42796e5 {
  display: none;
}
#s-def50630-de62-4d67-91e2-1a41b42796e5, #wrap-s-def50630-de62-4d67-91e2-1a41b42796e5, #wrap-content-s-def50630-de62-4d67-91e2-1a41b42796e5 { display: none !important; }}







#s-def50630-de62-4d67-91e2-1a41b42796e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-def50630-de62-4d67-91e2-1a41b42796e5.shg-box.shg-c {
  justify-content: center;
}

#s-570e5fbc-45e0-4dbb-a999-42d3de4e0b5c {
  margin-left: 16%;
margin-right: 16%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-570e5fbc-45e0-4dbb-a999-42d3de4e0b5c .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-334c572e-e730-40ed-93a7-dc6f92fdd327 {
  margin-top: -20px;
margin-left: 40%;
margin-bottom: 0px;
margin-right: 40%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-334c572e-e730-40ed-93a7-dc6f92fdd327 hr {
  border-top: 1px solid rgba(141, 141, 141, 1);
}

#s-1843399c-9fc2-4441-924d-2f0e384f454f {
  margin-top: -20px;
margin-left: 5%;
margin-right: 5%;
}

#s-db6eab71-1135-48f5-94af-3de384058af1 {
  margin-top: 0%;
margin-bottom: 0%;
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: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(34, 34, 34, 0);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-db6eab71-1135-48f5-94af-3de384058af1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 0) !important;
background-color: rgba(34, 34, 34, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-db6eab71-1135-48f5-94af-3de384058af1:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-db6eab71-1135-48f5-94af-3de384058af1-root {
    text-align: center;
  }


#s-db6eab71-1135-48f5-94af-3de384058af1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-db6eab71-1135-48f5-94af-3de384058af1-root {
    text-align: center;
  }


#s-db6eab71-1135-48f5-94af-3de384058af1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-db6eab71-1135-48f5-94af-3de384058af1-root {
    text-align: center;
  }


#s-db6eab71-1135-48f5-94af-3de384058af1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-db6eab71-1135-48f5-94af-3de384058af1-root {
    text-align: center;
  }


#s-db6eab71-1135-48f5-94af-3de384058af1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-db6eab71-1135-48f5-94af-3de384058af1-root {
    text-align: center;
  }


#s-db6eab71-1135-48f5-94af-3de384058af1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-31755153-79aa-4ea4-9684-1554418f2a8c {
  margin-top: 5%;
margin-bottom: 5%;
max-width: 2048px;
aspect-ratio: 2048/2650;
text-align: center;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c {
  margin: 0 !important;
  overflow: visible;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c-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-31755153-79aa-4ea4-9684-1554418f2a8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 5%;
  margin-bottom: 5%;
}

.shg-image-content-margin-container-s-31755153-79aa-4ea4-9684-1554418f2a8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add background color handling */
  
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add padding handling */
  padding-left: 2%;
  padding-right: 2%;
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }

    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-link {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
  box-sizing: border-box;
}



.s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31755153-79aa-4ea4-9684-1554418f2a8c {
      --shg-aspect-ratio: calc(2048/2650); 
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
      position: relative;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

@media (min-width: 1200px){#s-31755153-79aa-4ea4-9684-1554418f2a8c {
  margin: 0 !important;
  overflow: visible;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c-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-31755153-79aa-4ea4-9684-1554418f2a8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31755153-79aa-4ea4-9684-1554418f2a8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add background color handling */
  
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }

    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-link {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
  box-sizing: border-box;
}



.s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31755153-79aa-4ea4-9684-1554418f2a8c {
      --shg-aspect-ratio: calc(2048/2650); 
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
      position: relative;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c 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-31755153-79aa-4ea4-9684-1554418f2a8c {
  margin: 0 !important;
  overflow: visible;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c-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-31755153-79aa-4ea4-9684-1554418f2a8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31755153-79aa-4ea4-9684-1554418f2a8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add background color handling */
  
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }

    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-link {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
  box-sizing: border-box;
}



.s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31755153-79aa-4ea4-9684-1554418f2a8c {
      --shg-aspect-ratio: calc(2048/2650); 
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
      position: relative;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c 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-31755153-79aa-4ea4-9684-1554418f2a8c {
  margin: 0 !important;
  overflow: visible;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c-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-31755153-79aa-4ea4-9684-1554418f2a8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31755153-79aa-4ea4-9684-1554418f2a8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add background color handling */
  
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }

    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-link {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
  box-sizing: border-box;
}



.s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31755153-79aa-4ea4-9684-1554418f2a8c {
      --shg-aspect-ratio: calc(2048/2650); 
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
      position: relative;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}@media (max-width: 767px){#s-31755153-79aa-4ea4-9684-1554418f2a8c {
  margin: 0 !important;
  overflow: visible;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c-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-31755153-79aa-4ea4-9684-1554418f2a8c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-31755153-79aa-4ea4-9684-1554418f2a8c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add background color handling */
  
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }

    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-link {
      aspect-ratio: 2048/2650;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-31755153-79aa-4ea4-9684-1554418f2a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2048px;
  }



  img.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-31755153-79aa-4ea4-9684-1554418f2a8c .shogun-image-content {
  
    justify-content: center;
  
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image {
  box-sizing: border-box;
}



.s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-31755153-79aa-4ea4-9684-1554418f2a8c {
      --shg-aspect-ratio: calc(2048/2650); 
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container {
      position: relative;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-31755153-79aa-4ea4-9684-1554418f2a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2048px;
    }
  }

}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}