.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-3b832fc9-eb3c-47b6-a2f6-438ec625d099 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}








#s-3b832fc9-eb3c-47b6-a2f6-438ec625d099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3b832fc9-eb3c-47b6-a2f6-438ec625d099.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-3a182997-9b90-4d13-975c-9fc8e1931a44 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0.08);
}

@media (min-width: 0px) {
[id="s-3a182997-9b90-4d13-975c-9fc8e1931a44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a182997-9b90-4d13-975c-9fc8e1931a44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 992px) {
[id="s-3a182997-9b90-4d13-975c-9fc8e1931a44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (min-width: 1200px) {
[id="s-3a182997-9b90-4d13-975c-9fc8e1931a44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.5px);
}

}

@media (max-width: 767px) {
  [id="s-3a182997-9b90-4d13-975c-9fc8e1931a44"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7ee76d3d-1f04-4b6c-a832-1264d86cbb7b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7ee76d3d-1f04-4b6c-a832-1264d86cbb7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ee76d3d-1f04-4b6c-a832-1264d86cbb7b.shg-box.shg-c {
  justify-content: center;
}

.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: #424242;
  font-family: "Poppins";
  font-weight: 700;
}

.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: rgba(0, 0, 0, 1);
  font-family: "Poppins";
}

.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: #424242;
  font-family: "Poppins";
  font-weight: 700;
}

.shg-theme-text-content p {
  color: rgba(0, 0, 0, 1);
  font-family: "Poppins";
  font-weight: 400;
}

#s-4fd50b8a-037c-4108-9f97-10eafb07a123 {
  margin-top: 15px;
margin-left: 9%;
margin-bottom: 15px;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4fd50b8a-037c-4108-9f97-10eafb07a123 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-4fd50b8a-037c-4108-9f97-10eafb07a123 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
.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: #424242;
  font-family: "Poppins";
  text-transform: none;
  font-weight: 700;
  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-0d65d853-9206-4c91-9628-512e687eecd8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0d65d853-9206-4c91-9628-512e687eecd8 {
  margin-left: 9%;
margin-right: 9%;
text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d65d853-9206-4c91-9628-512e687eecd8 {
  margin-left: 9%;
margin-right: 9%;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d65d853-9206-4c91-9628-512e687eecd8 {
  margin-left: 9%;
margin-right: 9%;
text-align: left;
}
}@media (max-width: 767px){#s-0d65d853-9206-4c91-9628-512e687eecd8 {
  margin-left: 9%;
margin-right: 9%;
text-align: left;
}
}
#s-0d65d853-9206-4c91-9628-512e687eecd8 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}


@media (min-width: 1200px){#s-0d65d853-9206-4c91-9628-512e687eecd8 .shogun-heading-component h2 {
  
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-0b676abf-b75f-4b9f-bf35-29b59f616b90 {
  margin-top: 25px;
margin-left: 9%;
margin-bottom: 25px;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b676abf-b75f-4b9f-bf35-29b59f616b90 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-0b676abf-b75f-4b9f-bf35-29b59f616b90 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-1eb55928-2419-4d22-b2f3-d13854caceff {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 200px;
}








#s-1eb55928-2419-4d22-b2f3-d13854caceff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1eb55928-2419-4d22-b2f3-d13854caceff.shg-box.shg-c {
  justify-content: flex-start;
}

.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: "Poppins";
}

.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-3323bfcc-ca86-4345-b92b-2bfc27724dae {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
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-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(237, 28, 36, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-3323bfcc-ca86-4345-b92b-2bfc27724dae:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-3323bfcc-ca86-4345-b92b-2bfc27724dae:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-3323bfcc-ca86-4345-b92b-2bfc27724dae {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3323bfcc-ca86-4345-b92b-2bfc27724dae {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3323bfcc-ca86-4345-b92b-2bfc27724dae {
  
}
}@media (max-width: 767px){#s-3323bfcc-ca86-4345-b92b-2bfc27724dae {
  
}
}

  #s-3323bfcc-ca86-4345-b92b-2bfc27724dae-root {
    text-align: center;
  }


#s-3323bfcc-ca86-4345-b92b-2bfc27724dae.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3323bfcc-ca86-4345-b92b-2bfc27724dae-root {
    text-align: center;
  }


#s-3323bfcc-ca86-4345-b92b-2bfc27724dae.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3323bfcc-ca86-4345-b92b-2bfc27724dae-root {
    text-align: center;
  }


#s-3323bfcc-ca86-4345-b92b-2bfc27724dae.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3323bfcc-ca86-4345-b92b-2bfc27724dae-root {
    text-align: center;
  }


#s-3323bfcc-ca86-4345-b92b-2bfc27724dae.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3323bfcc-ca86-4345-b92b-2bfc27724dae-root {
    text-align: center;
  }


#s-3323bfcc-ca86-4345-b92b-2bfc27724dae.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-1b82de50-372d-49a5-9520-b4a1effdfe20 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1b82de50-372d-49a5-9520-b4a1effdfe20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1b82de50-372d-49a5-9520-b4a1effdfe20.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-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  margin-left: auto;
margin-right: auto;
min-height: 300px;
max-width: 500px;
text-align: center;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  margin: 0 !important;
  overflow: visible;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add background color handling */
  
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image {
  box-sizing: border-box;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  min-height: 300px;
}


@media (min-width: 1200px){#s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  margin: 0 !important;
  overflow: visible;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add background color handling */
  
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image {
  box-sizing: border-box;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  margin: 0 !important;
  overflow: visible;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add background color handling */
  
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image {
  box-sizing: border-box;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  min-height: 300px;
}


}@media (min-width: 768px) and (max-width: 991px){#s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  margin: 0 !important;
  overflow: visible;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add background color handling */
  
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image {
  box-sizing: border-box;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  min-height: 300px;
}


}@media (max-width: 767px){#s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  margin: 0 !important;
  overflow: visible;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-268d3c14-b117-4b89-aae1-d1b0ba387479 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add background color handling */
  
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}






.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shogun-image-content {
  
    justify-content: center;
  
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shg-align-container {
  display: flex;
  justify-content: center
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-268d3c14-b117-4b89-aae1-d1b0ba387479.shogun-image {
  box-sizing: border-box;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper .shogun-image.hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image:not(.hover) {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.s-268d3c14-b117-4b89-aae1-d1b0ba387479 .shg-image-content-wrapper:hover .shogun-image.hover {
  opacity: 1;
}


.s-268d3c14-b117-4b89-aae1-d1b0ba387479 img.shogun-image {
  min-height: 300px;
}


}
#s-17598df4-381f-4e9b-883f-5e11f5373449 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-17598df4-381f-4e9b-883f-5e11f5373449 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17598df4-381f-4e9b-883f-5e11f5373449 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17598df4-381f-4e9b-883f-5e11f5373449 {
  
}
}@media (max-width: 767px){#s-17598df4-381f-4e9b-883f-5e11f5373449 {
  
}
}







#s-17598df4-381f-4e9b-883f-5e11f5373449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17598df4-381f-4e9b-883f-5e11f5373449.shg-box.shg-c {
  justify-content: flex-start;
}

#s-19661626-a055-4f0b-bca8-92ff61b5c722 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-19661626-a055-4f0b-bca8-92ff61b5c722 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19661626-a055-4f0b-bca8-92ff61b5c722 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19661626-a055-4f0b-bca8-92ff61b5c722 {
  
}
}@media (max-width: 767px){#s-19661626-a055-4f0b-bca8-92ff61b5c722 {
  
}
}
@media (min-width: 0px) {
[id="s-19661626-a055-4f0b-bca8-92ff61b5c722"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-19661626-a055-4f0b-bca8-92ff61b5c722"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-19661626-a055-4f0b-bca8-92ff61b5c722"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-19661626-a055-4f0b-bca8-92ff61b5c722"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-bf6c225a-f91f-4e77-b82d-a5406e0a2621 {
  margin-bottom: 20px;
}

#s-bf6c225a-f91f-4e77-b82d-a5406e0a2621 .shogun-icon-wrapper {
  text-align: center;
}


#s-bf6c225a-f91f-4e77-b82d-a5406e0a2621 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-da4606ec-f49d-463c-a2a6-da71b6d4d7ec {
  margin-top: 15px;
margin-left: 9%;
margin-bottom: 15px;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-da4606ec-f49d-463c-a2a6-da71b6d4d7ec {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-da4606ec-f49d-463c-a2a6-da71b6d4d7ec {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-8261bbd6-4920-4795-a301-ea4f1ba37e3c {
  margin-bottom: 20px;
}

#s-8261bbd6-4920-4795-a301-ea4f1ba37e3c .shogun-icon-wrapper {
  text-align: center;
}


#s-8261bbd6-4920-4795-a301-ea4f1ba37e3c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5a2d39a4-f44a-4458-87d5-07d23cdfef70 {
  margin-top: 15px;
margin-left: 9%;
margin-bottom: 15px;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5a2d39a4-f44a-4458-87d5-07d23cdfef70 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-5a2d39a4-f44a-4458-87d5-07d23cdfef70 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-8996024b-4001-4b53-8214-19c5c439c797 {
  margin-bottom: 20px;
}

#s-8996024b-4001-4b53-8214-19c5c439c797 .shogun-icon-wrapper {
  text-align: center;
}


#s-8996024b-4001-4b53-8214-19c5c439c797 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a33e5cad-650e-4eb1-b9a8-92dfd544111f {
  margin-top: 15px;
margin-left: 9%;
margin-bottom: 15px;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a33e5cad-650e-4eb1-b9a8-92dfd544111f {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-a33e5cad-650e-4eb1-b9a8-92dfd544111f {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-5aa59214-61bd-4531-8142-31dfb515c233 {
  margin-bottom: 20px;
}

#s-5aa59214-61bd-4531-8142-31dfb515c233 .shogun-icon-wrapper {
  text-align: center;
}


#s-5aa59214-61bd-4531-8142-31dfb515c233 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-a7827e42-ff01-4bd1-9d42-377fcfeb6541 {
  margin-top: 15px;
margin-left: 9%;
margin-bottom: 15px;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7827e42-ff01-4bd1-9d42-377fcfeb6541 {
  margin-top: 10px;
margin-bottom: 10px;
}
}@media (max-width: 767px){#s-a7827e42-ff01-4bd1-9d42-377fcfeb6541 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-cd108b64-e71b-433b-9406-f8c07fee270c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cd108b64-e71b-433b-9406-f8c07fee270c .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1em;
  
  
}



#s-c404d0aa-8c4c-4eff-97b6-c50f0ccd8a78 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-97c290de-72ab-43af-a83e-2e429692a7f3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-97c290de-72ab-43af-a83e-2e429692a7f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-97c290de-72ab-43af-a83e-2e429692a7f3"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-97c290de-72ab-43af-a83e-2e429692a7f3"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-97c290de-72ab-43af-a83e-2e429692a7f3"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
  box-sizing: border-box;
}



.s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
      position: relative;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){#s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
  box-sizing: border-box;
}



.s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
      position: relative;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
  box-sizing: border-box;
}



.s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
      position: relative;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
  box-sizing: border-box;
}



.s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
      position: relative;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (max-width: 767px){#s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  margin: 0 !important;
  overflow: visible;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add background color handling */
  
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-c17cdbf2-47c2-487b-92a0-385643be90d5 .shogun-image-content {
  
    justify-content: center;
  
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image {
  box-sizing: border-box;
}



.s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container {
      position: relative;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c17cdbf2-47c2-487b-92a0-385643be90d5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
  box-sizing: border-box;
}



.s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
      position: relative;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){#s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
  box-sizing: border-box;
}



.s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
      position: relative;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
  box-sizing: border-box;
}



.s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
      position: relative;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
  box-sizing: border-box;
}



.s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
      position: relative;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (max-width: 767px){#s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  margin: 0 !important;
  overflow: visible;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add background color handling */
  
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-2b76653f-0ff2-498e-a8f4-d31defb9319b .shogun-image-content {
  
    justify-content: center;
  
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image {
  box-sizing: border-box;
}



.s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container {
      position: relative;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2b76653f-0ff2-498e-a8f4-d31defb9319b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  margin: 0 !important;
  overflow: visible;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add background color handling */
  
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
  box-sizing: border-box;
}



.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
      position: relative;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  margin: 0 !important;
  overflow: visible;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add background color handling */
  
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
  box-sizing: border-box;
}



.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
      position: relative;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  margin: 0 !important;
  overflow: visible;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add background color handling */
  
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
  box-sizing: border-box;
}



.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
      position: relative;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  margin: 0 !important;
  overflow: visible;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add background color handling */
  
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
  box-sizing: border-box;
}



.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
      position: relative;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (max-width: 767px){#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  margin: 0 !important;
  overflow: visible;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add background color handling */
  
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 .shogun-image-content {
  
    justify-content: center;
  
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shg-align-container {
  display: flex;
  justify-content: center
}

.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image {
  box-sizing: border-box;
}



.s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container {
      position: relative;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-09b0c3d3-110d-4c60-9e3f-3d9d00538968 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-be330f48-6273-453a-8a2c-10a5829a4267 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
  box-sizing: border-box;
}



.s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be330f48-6273-453a-8a2c-10a5829a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
      position: relative;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){#s-be330f48-6273-453a-8a2c-10a5829a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
  box-sizing: border-box;
}



.s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be330f48-6273-453a-8a2c-10a5829a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
      position: relative;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-be330f48-6273-453a-8a2c-10a5829a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
  box-sizing: border-box;
}



.s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be330f48-6273-453a-8a2c-10a5829a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
      position: relative;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-be330f48-6273-453a-8a2c-10a5829a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
  box-sizing: border-box;
}



.s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be330f48-6273-453a-8a2c-10a5829a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
      position: relative;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (max-width: 767px){#s-be330f48-6273-453a-8a2c-10a5829a4267 {
  margin: 0 !important;
  overflow: visible;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-be330f48-6273-453a-8a2c-10a5829a4267 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add background color handling */
  
}

#s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-be330f48-6273-453a-8a2c-10a5829a4267 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-be330f48-6273-453a-8a2c-10a5829a4267 .shogun-image-content {
  
    justify-content: center;
  
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image {
  box-sizing: border-box;
}



.s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-be330f48-6273-453a-8a2c-10a5829a4267 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container {
      position: relative;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-be330f48-6273-453a-8a2c-10a5829a4267 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-33d36455-3fbf-4284-84b6-6cd570343754 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
aspect-ratio: 1/1;
text-align: center;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 {
  margin: 0 !important;
  overflow: visible;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add background color handling */
  
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
  box-sizing: border-box;
}



.s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33d36455-3fbf-4284-84b6-6cd570343754 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
      position: relative;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

@media (min-width: 1200px){#s-33d36455-3fbf-4284-84b6-6cd570343754 {
  margin: 0 !important;
  overflow: visible;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add background color handling */
  
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
  box-sizing: border-box;
}



.s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33d36455-3fbf-4284-84b6-6cd570343754 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
      position: relative;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-33d36455-3fbf-4284-84b6-6cd570343754 {
  margin: 0 !important;
  overflow: visible;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add background color handling */
  
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
  box-sizing: border-box;
}



.s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33d36455-3fbf-4284-84b6-6cd570343754 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
      position: relative;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-33d36455-3fbf-4284-84b6-6cd570343754 {
  margin: 0 !important;
  overflow: visible;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add background color handling */
  
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
  box-sizing: border-box;
}



.s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33d36455-3fbf-4284-84b6-6cd570343754 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
      position: relative;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}@media (max-width: 767px){#s-33d36455-3fbf-4284-84b6-6cd570343754 {
  margin: 0 !important;
  overflow: visible;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-33d36455-3fbf-4284-84b6-6cd570343754 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add background color handling */
  
}

#s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-33d36455-3fbf-4284-84b6-6cd570343754 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 1440px;
  }



  img.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
    
    
    
    max-height: 1440px;
  }


.s-33d36455-3fbf-4284-84b6-6cd570343754 .shogun-image-content {
  
    justify-content: center;
  
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shg-align-container {
  display: flex;
  justify-content: center
}

.s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image {
  box-sizing: border-box;
}



.s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-33d36455-3fbf-4284-84b6-6cd570343754 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container {
      position: relative;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-33d36455-3fbf-4284-84b6-6cd570343754 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1440px;
    }
  }

}
#s-4742f3bd-5746-42a6-9933-b5e58772ba4d {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.21);
border-style: solid;
min-height: 500px;
max-height: 400px;
background-position: center center;
}
@media (min-width: 1200px){#s-4742f3bd-5746-42a6-9933-b5e58772ba4d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4742f3bd-5746-42a6-9933-b5e58772ba4d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4742f3bd-5746-42a6-9933-b5e58772ba4d {
  
}
}@media (max-width: 767px){#s-4742f3bd-5746-42a6-9933-b5e58772ba4d {
  
}
}
#s-4742f3bd-5746-42a6-9933-b5e58772ba4d {
  background-image: url(https://i.shgcdn.com/8afb97cb-9d60-4241-a351-d1af986de66a/);
}








#s-4742f3bd-5746-42a6-9933-b5e58772ba4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4742f3bd-5746-42a6-9933-b5e58772ba4d.shg-box.shg-c {
  justify-content: center;
}

#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 {
  
}
}@media (max-width: 767px){#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 {
  
}
}
#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  
}


}@media (max-width: 767px){#s-8dad248c-9cc3-4a6e-a791-cb4c3bb1c216 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}
#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6 {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-left: 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-radius: 30px;
max-width: 200px;
opacity: 1;
text-align: center;
background-color: rgba(237, 28, 36, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6 {
  
}
}@media (max-width: 767px){#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6 {
  
}
}

  #s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6-root {
    text-align: center;
  }


#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6-root {
    text-align: center;
  }


#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6-root {
    text-align: center;
  }


#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6-root {
    text-align: center;
  }


#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6-root {
    text-align: center;
  }


#s-ad7971b0-bdb9-4df2-aaf9-c275c21a0df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  block ;
}
}
#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 {
  border-style: solid;
margin-top: 0px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 {
  
}
}@media (max-width: 767px){#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 {
  
}
}
#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-df79ea7f-978c-425a-b3ed-2baeb8074e02 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  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 {
  
  
  
}

.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-6d04c277-ad19-4883-8c34-27967d9be21f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-6d04c277-ad19-4883-8c34-27967d9be21f .shg-proportional-font-size,
#s-6d04c277-ad19-4883-8c34-27967d9be21f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-22286cff-5ea2-44f0-b722-f8f651a3525b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-22286cff-5ea2-44f0-b722-f8f651a3525b {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-22286cff-5ea2-44f0-b722-f8f651a3525b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22286cff-5ea2-44f0-b722-f8f651a3525b.shg-box.shg-c {
  justify-content: center;
}

#s-2baee663-9a29-47cd-86b3-ae84544f44a2 {
  padding-top: 10px;
padding-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2baee663-9a29-47cd-86b3-ae84544f44a2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2baee663-9a29-47cd-86b3-ae84544f44a2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2baee663-9a29-47cd-86b3-ae84544f44a2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2baee663-9a29-47cd-86b3-ae84544f44a2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c20fcb0b-efb7-458f-b7c2-0620f0e84e15 {
  max-width: 836px;
text-align: center;
}

#s-c20fcb0b-efb7-458f-b7c2-0620f0e84e15 {
  overflow: hidden;
  
  
      max-width: 836px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c20fcb0b-efb7-458f-b7c2-0620f0e84e15 .shogun-image-content {
  
    justify-content: center;
  
}

#s-153acda2-40ef-4102-bca6-a33a2b9343c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-153acda2-40ef-4102-bca6-a33a2b9343c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-e9bd129b-f5eb-4acd-bc27-79d1db9a99cf {
  padding-top: 20px;
max-width: 1578px;
text-align: center;
}

#s-e9bd129b-f5eb-4acd-bc27-79d1db9a99cf {
  overflow: hidden;
  
  
      max-width: 1578px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e9bd129b-f5eb-4acd-bc27-79d1db9a99cf .shogun-image-content {
  
    justify-content: center;
  
}

#s-16364ee0-b504-4130-8e6d-a644e627d94a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16364ee0-b504-4130-8e6d-a644e627d94a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-c698921f-d9bc-4297-bc35-c169cdfb77b6 {
  max-width: 1046px;
text-align: center;
}

#s-c698921f-d9bc-4297-bc35-c169cdfb77b6 {
  overflow: hidden;
  
  
      max-width: 1046px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-c698921f-d9bc-4297-bc35-c169cdfb77b6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-27015c2c-4b26-4bf4-b02f-abdb57ce0e70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27015c2c-4b26-4bf4-b02f-abdb57ce0e70 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-9ff74e06-2ca8-46b2-9624-39df04850d8d {
  padding-top: 20px;
max-width: 582px;
text-align: center;
}

#s-9ff74e06-2ca8-46b2-9624-39df04850d8d {
  overflow: hidden;
  
  
      max-width: 582px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9ff74e06-2ca8-46b2-9624-39df04850d8d .shogun-image-content {
  
    justify-content: center;
  
}

#s-b4e293fe-4e46-40d1-a575-eef8306ad219 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4e293fe-4e46-40d1-a575-eef8306ad219 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-42236cb2-12b5-4ba3-a34e-7f0861357bf3 {
  max-width: 836px;
text-align: center;
}

#s-42236cb2-12b5-4ba3-a34e-7f0861357bf3 {
  overflow: hidden;
  
  
      max-width: 836px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-42236cb2-12b5-4ba3-a34e-7f0861357bf3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f51dcf5e-90c2-4496-be7a-8d4b088b1eb5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f51dcf5e-90c2-4496-be7a-8d4b088b1eb5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-52e6835e-3602-4d08-81ee-f7689d8a5a27 {
  padding-top: 20px;
max-width: 1507px;
text-align: center;
}

#s-52e6835e-3602-4d08-81ee-f7689d8a5a27 {
  overflow: hidden;
  
  
      max-width: 1507px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-52e6835e-3602-4d08-81ee-f7689d8a5a27 .shogun-image-content {
  
    justify-content: center;
  
}

#s-39a80fe7-af5f-41b0-b81e-c7d4ae3f18df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39a80fe7-af5f-41b0-b81e-c7d4ae3f18df .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-8ee654bf-0d8b-49e8-95d3-da5e86e9a693 {
  max-width: 1037px;
text-align: center;
}

#s-8ee654bf-0d8b-49e8-95d3-da5e86e9a693 {
  overflow: hidden;
  
  
      max-width: 1037px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8ee654bf-0d8b-49e8-95d3-da5e86e9a693 .shogun-image-content {
  
    justify-content: center;
  
}

#s-96660a08-f0dd-404a-924f-a6954c93a45f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96660a08-f0dd-404a-924f-a6954c93a45f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-f8db949b-db68-43af-b031-9760da381ecd {
  padding-top: 20px;
max-width: 1507px;
text-align: center;
}

#s-f8db949b-db68-43af-b031-9760da381ecd {
  overflow: hidden;
  
  
      max-width: 1507px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f8db949b-db68-43af-b031-9760da381ecd .shogun-image-content {
  
    justify-content: center;
  
}

#s-1e13d59c-04cc-4299-8e59-8ad4453065fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e13d59c-04cc-4299-8e59-8ad4453065fd .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-1d01a767-5133-4b63-84bc-acc3cb58d697 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d01a767-5133-4b63-84bc-acc3cb58d697 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-00f35133-61a4-4de5-968e-b20660b0893f {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-00f35133-61a4-4de5-968e-b20660b0893f .shg-proportional-font-size,
#s-00f35133-61a4-4de5-968e-b20660b0893f .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-ad1312e4-d456-4c39-9a2f-3c144627807e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-af751c39-114a-4379-9757-f1dfbf239f43 {
  border-style: solid;
margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-af751c39-114a-4379-9757-f1dfbf239f43 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af751c39-114a-4379-9757-f1dfbf239f43 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af751c39-114a-4379-9757-f1dfbf239f43 {
  margin-left: auto;
margin-right: auto;
}
}@media (max-width: 767px){#s-af751c39-114a-4379-9757-f1dfbf239f43 {
  margin-left: auto;
margin-right: auto;
}
}
#s-af751c39-114a-4379-9757-f1dfbf239f43 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-af751c39-114a-4379-9757-f1dfbf239f43 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}@media (max-width: 767px){#s-af751c39-114a-4379-9757-f1dfbf239f43 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


}
#s-ec0c12e4-f3ef-4d6b-bcfa-d9e100a97277 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
}

#s-ec0c12e4-f3ef-4d6b-bcfa-d9e100a97277 .shg-proportional-font-size,
#s-ec0c12e4-f3ef-4d6b-bcfa-d9e100a97277 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-72506f1c-9587-454c-b80d-b44874b01d44 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-72506f1c-9587-454c-b80d-b44874b01d44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72506f1c-9587-454c-b80d-b44874b01d44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-72506f1c-9587-454c-b80d-b44874b01d44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-72506f1c-9587-454c-b80d-b44874b01d44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3b2dc06a-d408-462b-8e50-f163828565b6 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}

#s-3b2dc06a-d408-462b-8e50-f163828565b6 {
  background-image: url(https://i.shgcdn.com/671f7399-d21d-4fea-b9bf-f618936c9ade/);
}








#s-3b2dc06a-d408-462b-8e50-f163828565b6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-3b2dc06a-d408-462b-8e50-f163828565b6.shg-box.shg-c {
  justify-content: center;
}

#s-e4b9901e-6617-42b2-8ff5-833dafcdfcbd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(186, 184, 184, 0.36);
}








#s-e4b9901e-6617-42b2-8ff5-833dafcdfcbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4b9901e-6617-42b2-8ff5-833dafcdfcbd.shg-box.shg-c {
  justify-content: center;
}

#s-c77b0c07-2bee-4a65-8a4f-336c7b810af5 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
}

#s-c77b0c07-2bee-4a65-8a4f-336c7b810af5 .shg-proportional-font-size,
#s-c77b0c07-2bee-4a65-8a4f-336c7b810af5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e35de8fd-297d-4d5d-bc73-bf4d6a9a8895 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}

#s-e35de8fd-297d-4d5d-bc73-bf4d6a9a8895 {
  background-image: url(https://i.shgcdn.com/aa6ac6e4-f259-412f-9831-8a486bb9451f/);
}








#s-e35de8fd-297d-4d5d-bc73-bf4d6a9a8895 > .shg-box-overlay {
  background-color: rgba(0, 101, 129, 1);
  opacity: 0;
  display: block;
}#s-e35de8fd-297d-4d5d-bc73-bf4d6a9a8895.shg-box.shg-c {
  justify-content: center;
}

#s-55172c5e-a551-4ef3-b925-fcabbb8ea24e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(186, 184, 184, 0.36);
}








#s-55172c5e-a551-4ef3-b925-fcabbb8ea24e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-55172c5e-a551-4ef3-b925-fcabbb8ea24e.shg-box.shg-c {
  justify-content: center;
}

#s-e95fdeda-caf2-4898-99b6-7797b5713aff {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
}

#s-e95fdeda-caf2-4898-99b6-7797b5713aff .shg-proportional-font-size,
#s-e95fdeda-caf2-4898-99b6-7797b5713aff .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-2ad8d3ce-5458-4172-b9ed-92a88100345b {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 30px;
}
@media (min-width: 1200px){#s-2ad8d3ce-5458-4172-b9ed-92a88100345b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2ad8d3ce-5458-4172-b9ed-92a88100345b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ad8d3ce-5458-4172-b9ed-92a88100345b {
  
}
}@media (max-width: 767px){#s-2ad8d3ce-5458-4172-b9ed-92a88100345b {
  
}
}
@media (min-width: 0px) {
[id="s-2ad8d3ce-5458-4172-b9ed-92a88100345b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ad8d3ce-5458-4172-b9ed-92a88100345b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ad8d3ce-5458-4172-b9ed-92a88100345b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ad8d3ce-5458-4172-b9ed-92a88100345b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 670px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a {
  
}
}@media (max-width: 767px){#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a {
  
}
}
#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a {
  background-image: url(https://i.shgcdn.com/23850d37-cfc5-4c29-9cf0-1042a4f59240/);
}








#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-e8df7de8-d395-4fe2-ad79-80d245c8a05a.shg-box.shg-c {
  justify-content: center;
}

#s-0bba1819-1e28-4049-b930-76e011f198a2 {
  padding-left: 10%;
padding-right: 10%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0bba1819-1e28-4049-b930-76e011f198a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0bba1819-1e28-4049-b930-76e011f198a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0bba1819-1e28-4049-b930-76e011f198a2 {
  
}
}@media (max-width: 767px){#s-0bba1819-1e28-4049-b930-76e011f198a2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-0bba1819-1e28-4049-b930-76e011f198a2 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-0bba1819-1e28-4049-b930-76e011f198a2.shg-box.shg-c {
  justify-content: center;
}

#s-0ea0f33a-92c4-4c65-915f-879b0eb29118 {
  border-style: solid;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
text-align: left;
}

#s-0ea0f33a-92c4-4c65-915f-879b0eb29118 .shogun-heading-component h2 {
  color: rgba(33, 33, 33, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-0fefa1a6-a55e-4490-a03a-f0dfcd9d4d02 {
  min-height: 20px;
max-width: 100px;
}








#s-0fefa1a6-a55e-4490-a03a-f0dfcd9d4d02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fefa1a6-a55e-4490-a03a-f0dfcd9d4d02.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-b1963963-5fcc-41dc-9ccd-ce7a2eb6fb09 {
  margin-top: -10px;
margin-bottom: -10px;
}

#s-b1963963-5fcc-41dc-9ccd-ce7a2eb6fb09 hr {
  border-top: 2px solid #ddd;
}

#s-b561fb21-867f-4994-a1fa-53ce3eac3dd8 {
  margin-left: auto;
margin-right: auto;
}

#s-b561fb21-867f-4994-a1fa-53ce3eac3dd8 .shg-proportional-font-size,
#s-b561fb21-867f-4994-a1fa-53ce3eac3dd8 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
border-radius: 30px;
background-color: rgba(237, 28, 36, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b:hover {background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQzMmRhYTctMGRjZi00ZTk1LTkyZTMtY2VjOWEzMWQ3YzJkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDMyZGFhNy0wZGNmLTRlOTUtOTJlMy1jZWM5YTMxZDdjMmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}
#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b:hover {background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-7a759bde-40e0-4ac6-baf6-bc5ed009907b-root {
    text-align: left;
  }


#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a759bde-40e0-4ac6-baf6-bc5ed009907b-root {
    text-align: left;
  }


#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a759bde-40e0-4ac6-baf6-bc5ed009907b-root {
    text-align: left;
  }


#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a759bde-40e0-4ac6-baf6-bc5ed009907b-root {
    text-align: left;
  }


#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a759bde-40e0-4ac6-baf6-bc5ed009907b-root {
    text-align: left;
  }


#s-7a759bde-40e0-4ac6-baf6-bc5ed009907b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7db80357-8810-420a-bac9-fb1425871fcb {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
padding-top: 10px;
padding-left: 8%;
padding-bottom: 10px;
padding-right: 8%;
border-radius: 30px;
background-color: rgba(237, 28, 36, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-7db80357-8810-420a-bac9-fb1425871fcb:hover {background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7db80357-8810-420a-bac9-fb1425871fcb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWU1NzE1NzktOGQzNy00ZmM1LWI5YWUtMWVhZGJkOGMzNWM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZTU3MTU3OS04ZDM3LTRmYzUtYjlhZS0xZWFkYmQ4YzM1YzkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}@media (min-width: 1200px){#s-7db80357-8810-420a-bac9-fb1425871fcb {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
}
#s-7db80357-8810-420a-bac9-fb1425871fcb:hover {background-color: rgba(63, 63, 63, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-7db80357-8810-420a-bac9-fb1425871fcb {
  padding-left: 8%;
padding-right: 8%;
}
#s-7db80357-8810-420a-bac9-fb1425871fcb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDA2NGJjYzYtMGQ2Ni00ZTJjLWIyMTgtMGU3ZWYzNDk4OGU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWVmMTBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwMDY0YmNjNi0wZDY2LTRlMmMtYjIxOC0wZTdlZjM0OTg4ZTQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#eef10b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}}

  #s-7db80357-8810-420a-bac9-fb1425871fcb-root {
    text-align: left;
  }


#s-7db80357-8810-420a-bac9-fb1425871fcb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7db80357-8810-420a-bac9-fb1425871fcb-root {
    text-align: left;
  }


#s-7db80357-8810-420a-bac9-fb1425871fcb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7db80357-8810-420a-bac9-fb1425871fcb-root {
    text-align: left;
  }


#s-7db80357-8810-420a-bac9-fb1425871fcb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7db80357-8810-420a-bac9-fb1425871fcb-root {
    text-align: left;
  }


#s-7db80357-8810-420a-bac9-fb1425871fcb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7db80357-8810-420a-bac9-fb1425871fcb-root {
    text-align: left;
  }


#s-7db80357-8810-420a-bac9-fb1425871fcb.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7c17c3b2-0002-413a-bb51-34c805d22235 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c17c3b2-0002-413a-bb51-34c805d22235 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-847f9215-2c11-4de4-8385-54fc41e830b5 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-847f9215-2c11-4de4-8385-54fc41e830b5 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-847f9215-2c11-4de4-8385-54fc41e830b5 .shg-proportional-font-size,
#s-847f9215-2c11-4de4-8385-54fc41e830b5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110 {
  
}
}@media (max-width: 767px){#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110 {
  
}
}
#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110 {
  background-image: url(https://i.shgcdn.com/b6944bb5-b69e-4448-9cab-5f101781a090/);
}








#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-52bb56d8-8866-4f9a-a5a2-17a6434c3110.shg-box.shg-c {
  justify-content: center;
}

#s-188d3ebd-fe65-4017-90d0-cfe7082a197e {
  border-style: solid;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-top: 2px;
padding-bottom: 2px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-188d3ebd-fe65-4017-90d0-cfe7082a197e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-188d3ebd-fe65-4017-90d0-cfe7082a197e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-188d3ebd-fe65-4017-90d0-cfe7082a197e {
  
}
}@media (max-width: 767px){#s-188d3ebd-fe65-4017-90d0-cfe7082a197e {
  
}
}
#s-188d3ebd-fe65-4017-90d0-cfe7082a197e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-188d3ebd-fe65-4017-90d0-cfe7082a197e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-188d3ebd-fe65-4017-90d0-cfe7082a197e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


}@media (max-width: 767px){#s-188d3ebd-fe65-4017-90d0-cfe7082a197e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


}
#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 7%;
padding-bottom: 10px;
padding-right: 7%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
text-align: center;
background-color: rgba(237, 28, 36, 1);
font-size: 16px;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491: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, 216, 161, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(63, 63, 63, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491:active {border-style: solid !important;
border-color: rgba(0, 216, 161, 1) !important;
opacity: 1 !important;
background-color: rgba(79, 79, 79, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491 {
  
}
#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491: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, 216, 161, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(63, 63, 63, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491 {
  
}
#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491: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, 216, 161, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(63, 63, 63, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (min-width: 768px) and (max-width: 991px){#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491 {
  
}
#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491: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, 216, 161, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(63, 63, 63, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}@media (max-width: 767px){#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491 {
  
}
#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491: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, 216, 161, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(63, 63, 63, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}}

  #s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491-root {
    text-align: center;
  }


#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491-root {
    text-align: center;
  }


#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491-root {
    text-align: center;
  }


#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491-root {
    text-align: center;
  }


#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491-root {
    text-align: center;
  }


#s-4a1c2927-33c6-4bd6-9dcd-5f88c5ec3491.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7fbe17f2-5a76-43b2-b318-ae24f840ec64 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4285b70e-bbb7-4811-a7c3-10c72f21fb4e {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
min-height: 55px;
background-color: rgba(237, 237, 237, 1);
}








#s-4285b70e-bbb7-4811-a7c3-10c72f21fb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4285b70e-bbb7-4811-a7c3-10c72f21fb4e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-e44a8df1-3c44-49dc-bd72-ade51424cf64 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: none;
text-align: center;
}

#s-e44a8df1-3c44-49dc-bd72-ade51424cf64 .shogun-heading-component h3 {
  color: rgba(43, 63, 88, 1);
  font-weight:  normal ;
  font-family: "PT Serif Caption";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-020a21cd-67e7-4404-918b-9dd03e59daf6 {
  margin-bottom: 50px;
}

#s-020a21cd-67e7-4404-918b-9dd03e59daf6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-020a21cd-67e7-4404-918b-9dd03e59daf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 14px;
}

#s-020a21cd-67e7-4404-918b-9dd03e59daf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(28, 40, 51, 1);
}

#s-020a21cd-67e7-4404-918b-9dd03e59daf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(249, 250, 251, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-020a21cd-67e7-4404-918b-9dd03e59daf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(28, 40, 51, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
}

#s-020a21cd-67e7-4404-918b-9dd03e59daf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-494e46cd-cd47-490f-a7d0-b2660d4b0122 {
  margin-left: auto;
margin-right: auto;
}

#s-494e46cd-cd47-490f-a7d0-b2660d4b0122 .shg-proportional-font-size,
#s-494e46cd-cd47-490f-a7d0-b2660d4b0122 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-eadf21bc-9c16-4ae0-8c84-9dd2e6fcb3b3 {
  margin-left: auto;
margin-right: auto;
}

#s-eadf21bc-9c16-4ae0-8c84-9dd2e6fcb3b3 .shg-proportional-font-size,
#s-eadf21bc-9c16-4ae0-8c84-9dd2e6fcb3b3 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-da61212f-0ea4-44bf-8231-0ec88c629850 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-da61212f-0ea4-44bf-8231-0ec88c629850 .shg-proportional-font-size,
#s-da61212f-0ea4-44bf-8231-0ec88c629850 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e1118d0b-eca5-46d7-81f1-683bee00e682 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-e1118d0b-eca5-46d7-81f1-683bee00e682 .shg-proportional-font-size,
#s-e1118d0b-eca5-46d7-81f1-683bee00e682 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-ba09ac63-1bdd-46b3-9c0a-2c0c588dc123 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-ba09ac63-1bdd-46b3-9c0a-2c0c588dc123 .shg-proportional-font-size,
#s-ba09ac63-1bdd-46b3-9c0a-2c0c588dc123 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-e19e3aca-1ae4-4d5e-b888-2e2b1a1655a5 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: 12px;
margin-right: 12px;
}

#s-e19e3aca-1ae4-4d5e-b888-2e2b1a1655a5 .shg-proportional-font-size,
#s-e19e3aca-1ae4-4d5e-b888-2e2b1a1655a5 .shg-proportional-font-size :is(h1, h2, h3, h4, h5, h6) span.shg-heading-span {
  
    --proportional-font-size: 100;
    
    
    font-size: 1.0em;
  
}

#s-8d836976-454c-4466-b615-a4c782294492 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $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;
}
