.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-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}@media (max-width: 767px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-image: url(https://i.shgcdn.com/1ca8da90-5c89-4cf4-80cd-dfa408c9f04b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3.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-9640ca85-6480-4816-947b-1170a2654602 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9640ca85-6480-4816-947b-1170a2654602"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 {
  
}
}@media (max-width: 767px){#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 {
  
}
}







#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-24a0ad4a-5988-473f-b60e-1b467ab42eb9.shg-box.shg-c {
  justify-content: flex-end;
}

.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;
  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-a3e6fc17-6611-40b1-8e61-8bb3d6243afa {
  max-width: 591px;
aspect-ratio: 591/464;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa img.shogun-image,
  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa {
    width: 100%;
    height: auto;
  }



  #s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa img.shogun-image {
    

    
    
    
  }


#s-a3e6fc17-6611-40b1-8e61-8bb3d6243afa .shogun-image-content {
  
    align-items: center;
  
}

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

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

.shg-btn-text {
  
  
}

.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-a93f5383-a0e1-4bef-951d-e74ee57c5706 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(247, 165, 56, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-a93f5383-a0e1-4bef-951d-e74ee57c5706:hover {border-style: solid !important;
border-color: rgba(225, 31, 143, 1) !important;
background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-a93f5383-a0e1-4bef-951d-e74ee57c5706:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a93f5383-a0e1-4bef-951d-e74ee57c5706-root {
    text-align: left;
  }


#s-a93f5383-a0e1-4bef-951d-e74ee57c5706.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a93f5383-a0e1-4bef-951d-e74ee57c5706-root {
    text-align: left;
  }


#s-a93f5383-a0e1-4bef-951d-e74ee57c5706.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a93f5383-a0e1-4bef-951d-e74ee57c5706-root {
    text-align: left;
  }


#s-a93f5383-a0e1-4bef-951d-e74ee57c5706.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a93f5383-a0e1-4bef-951d-e74ee57c5706-root {
    text-align: left;
  }


#s-a93f5383-a0e1-4bef-951d-e74ee57c5706.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a93f5383-a0e1-4bef-951d-e74ee57c5706-root {
    text-align: left;
  }


#s-a93f5383-a0e1-4bef-951d-e74ee57c5706.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.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-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 {
  margin-right: 0px;
}
}
#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Archivo Black;
  
  
  font-size: 17px;
}

#s-e17373e6-97b6-4186-9a0f-d7d33dc6bc08 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-965d3838-3fe3-4670-9d6e-34a1235052fa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-965d3838-3fe3-4670-9d6e-34a1235052fa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTMzNDczNGMtYTM1Mi00MDYwLWJmODktMDhhODRiOWYwNjQ3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMzM0NzM0Yy1hMzUyLTQwNjAtYmY4OS0wOGE4NGI5ZjA2NDcpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-965d3838-3fe3-4670-9d6e-34a1235052fa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-965d3838-3fe3-4670-9d6e-34a1235052fa-root {
    text-align: left;
  }


#s-965d3838-3fe3-4670-9d6e-34a1235052fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-965d3838-3fe3-4670-9d6e-34a1235052fa-root {
    text-align: left;
  }


#s-965d3838-3fe3-4670-9d6e-34a1235052fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-965d3838-3fe3-4670-9d6e-34a1235052fa-root {
    text-align: left;
  }


#s-965d3838-3fe3-4670-9d6e-34a1235052fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-965d3838-3fe3-4670-9d6e-34a1235052fa-root {
    text-align: left;
  }


#s-965d3838-3fe3-4670-9d6e-34a1235052fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-965d3838-3fe3-4670-9d6e-34a1235052fa-root {
    text-align: left;
  }


#s-965d3838-3fe3-4670-9d6e-34a1235052fa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODIxYWI4YmItYjc0MC00Y2RjLWE5MmEtNjU3YjI2ODhiMDVmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MjFhYjhiYi1iNzQwLTRjZGMtYTkyYS02NTdiMjY4OGIwNWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#89b4d3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08-root {
    text-align: left;
  }


#s-61adda1e-831d-4c8d-9bd5-1a5f2b0baf08.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzA2MGFjYzMtZDk1ZS00YmQxLThlNmYtMDkxNjZhODNkNDNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNzA2MGFjYzMtZDk1ZS00YmQxLThlNmYtMDkxNjZhODNkNDNiKSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ed9bc3"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c-root {
    text-align: left;
  }


#s-34beced5-83ea-49f2-ab06-7b5c4e7bd03c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-01f66808-ecb3-471c-be3a-664073f96f55 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-01f66808-ecb3-471c-be3a-664073f96f55:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDE0ODRlMzktMDZkOS00NDk3LThmMGYtNzU2YzJjZTI4NDAwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMTQ4NGUzOS0wNmQ5LTQ0OTctOGYwZi03NTZjMmNlMjg0MDApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-01f66808-ecb3-471c-be3a-664073f96f55:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-01f66808-ecb3-471c-be3a-664073f96f55-root {
    text-align: left;
  }


#s-01f66808-ecb3-471c-be3a-664073f96f55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-01f66808-ecb3-471c-be3a-664073f96f55-root {
    text-align: left;
  }


#s-01f66808-ecb3-471c-be3a-664073f96f55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-01f66808-ecb3-471c-be3a-664073f96f55-root {
    text-align: left;
  }


#s-01f66808-ecb3-471c-be3a-664073f96f55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-01f66808-ecb3-471c-be3a-664073f96f55-root {
    text-align: left;
  }


#s-01f66808-ecb3-471c-be3a-664073f96f55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-01f66808-ecb3-471c-be3a-664073f96f55-root {
    text-align: left;
  }


#s-01f66808-ecb3-471c-be3a-664073f96f55.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTNjNmIzY2UtZTU4ZS00ZGYyLWI0M2YtOTc5YTRjZmZkMDhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhM2M2YjNjZS1lNThlLTRkZjItYjQzZi05NzlhNGNmZmQwOGYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e-root {
    text-align: left;
  }


#s-d3a58eae-1d11-4b92-9ad8-fe82ede9f51e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjNhYmQyNmEtOWE2ZS00NGM0LThkOTItYzlkYWI1ZjdiYjY5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiM4OWI0ZDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzIzYWJkMjZhLTlhNmUtNDRjNC04ZDkyLWM5ZGFiNWY3YmI2OSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#89b4d3"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2-root {
    text-align: left;
  }


#s-c11415fa-d1aa-4e15-b87c-2dfb7d1097b2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-12c0b7c9-e32b-4185-a26c-c37a6330f513 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-12c0b7c9-e32b-4185-a26c-c37a6330f513:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmY3OTExZDctYTc4Zi00NmVjLTkxNDQtZDZlYWI1OWQwODI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2Zjc5MTFkNy1hNzhmLTQ2ZWMtOTE0NC1kNmVhYjU5ZDA4MjkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92d2c1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-12c0b7c9-e32b-4185-a26c-c37a6330f513:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-12c0b7c9-e32b-4185-a26c-c37a6330f513-root {
    text-align: left;
  }


#s-12c0b7c9-e32b-4185-a26c-c37a6330f513.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-12c0b7c9-e32b-4185-a26c-c37a6330f513-root {
    text-align: left;
  }


#s-12c0b7c9-e32b-4185-a26c-c37a6330f513.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-12c0b7c9-e32b-4185-a26c-c37a6330f513-root {
    text-align: left;
  }


#s-12c0b7c9-e32b-4185-a26c-c37a6330f513.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-12c0b7c9-e32b-4185-a26c-c37a6330f513-root {
    text-align: left;
  }


#s-12c0b7c9-e32b-4185-a26c-c37a6330f513.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-12c0b7c9-e32b-4185-a26c-c37a6330f513-root {
    text-align: left;
  }


#s-12c0b7c9-e32b-4185-a26c-c37a6330f513.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-104f3efd-242e-4e15-b22a-f37ac8f36f00 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-104f3efd-242e-4e15-b22a-f37ac8f36f00:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGQ5ZDU0MzctYTQ0MC00NjQ3LWJiNjktZmJiMjlmMWY0ODZkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZDlkNTQzNy1hNDQwLTQ2NDctYmI2OS1mYmIyOWYxZjQ4NmQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#b38bbf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-104f3efd-242e-4e15-b22a-f37ac8f36f00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-104f3efd-242e-4e15-b22a-f37ac8f36f00-root {
    text-align: left;
  }


#s-104f3efd-242e-4e15-b22a-f37ac8f36f00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmYwYjc0NGItN2EyNC00YzAyLTgyNTEtOTdmMjI3NDYxOGFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZmMGI3NDRiLTdhMjQtNGMwMi04MjUxLTk3ZjIyNzQ2MThhZCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b946985a-253a-4e3b-9d7d-c3750ceb04ea-root {
    text-align: left;
  }


#s-b946985a-253a-4e3b-9d7d-c3750ceb04ea.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzVhMjJmZjYtMDhlNy00NzU2LTlkZGYtNDkwMTgyZTBhMWRlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjNWEyMmZmNi0wOGU3LTQ3NTYtOWRkZi00OTAxODJlMGExZGUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-178cc180-ba5c-4bc6-86cb-a770fed90a3c-root {
    text-align: left;
  }


#s-178cc180-ba5c-4bc6-86cb-a770fed90a3c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f4945c22-7fbb-4397-bb1b-500c110bb526 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f4945c22-7fbb-4397-bb1b-500c110bb526:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjI5MDMwMGUtOThjMC00MjM2LWE0ZGUtNjZlM2VkNDkyOWM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2IyOTAzMDBlLTk4YzAtNDIzNi1hNGRlLTY2ZTNlZDQ5MjljOSkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4945c22-7fbb-4397-bb1b-500c110bb526:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4945c22-7fbb-4397-bb1b-500c110bb526-root {
    text-align: left;
  }


#s-f4945c22-7fbb-4397-bb1b-500c110bb526.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4945c22-7fbb-4397-bb1b-500c110bb526-root {
    text-align: left;
  }


#s-f4945c22-7fbb-4397-bb1b-500c110bb526.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4945c22-7fbb-4397-bb1b-500c110bb526-root {
    text-align: left;
  }


#s-f4945c22-7fbb-4397-bb1b-500c110bb526.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4945c22-7fbb-4397-bb1b-500c110bb526-root {
    text-align: left;
  }


#s-f4945c22-7fbb-4397-bb1b-500c110bb526.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4945c22-7fbb-4397-bb1b-500c110bb526-root {
    text-align: left;
  }


#s-f4945c22-7fbb-4397-bb1b-500c110bb526.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dd969871-846d-4bac-8685-34aa12f57f13 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-dd969871-846d-4bac-8685-34aa12f57f13:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFjN2ZjYzYtOGUwMy00YTgxLTljYTQtNTYxZjY5ZGM3ZmI1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MWM3ZmNjNi04ZTAzLTRhODEtOWNhNC01NjFmNjlkYzdmYjUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-dd969871-846d-4bac-8685-34aa12f57f13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dd969871-846d-4bac-8685-34aa12f57f13-root {
    text-align: left;
  }


#s-dd969871-846d-4bac-8685-34aa12f57f13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dd969871-846d-4bac-8685-34aa12f57f13-root {
    text-align: left;
  }


#s-dd969871-846d-4bac-8685-34aa12f57f13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-dd969871-846d-4bac-8685-34aa12f57f13-root {
    text-align: left;
  }


#s-dd969871-846d-4bac-8685-34aa12f57f13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-dd969871-846d-4bac-8685-34aa12f57f13-root {
    text-align: left;
  }


#s-dd969871-846d-4bac-8685-34aa12f57f13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dd969871-846d-4bac-8685-34aa12f57f13-root {
    text-align: left;
  }


#s-dd969871-846d-4bac-8685-34aa12f57f13.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmNhODhhODItMWJhMS00YzA4LWFlYmEtNGJjNmRlMzc3ZDQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2ZjYTg4YTgyLTFiYTEtNGMwOC1hZWJhLTRiYzZkZTM3N2Q0NCkiLz48L3N2Zz4=) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>3, "pos"=>0.9954545454545455, "color"=>"#b38bbf"}, {"id"=>1, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4f2f7b1-ff85-49ee-860c-9dd57f188148-root {
    text-align: left;
  }


#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f4f2f7b1-ff85-49ee-860c-9dd57f188148-root {
    text-align: left;
  }


#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4f2f7b1-ff85-49ee-860c-9dd57f188148-root {
    text-align: left;
  }


#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4f2f7b1-ff85-49ee-860c-9dd57f188148-root {
    text-align: left;
  }


#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f4f2f7b1-ff85-49ee-860c-9dd57f188148-root {
    text-align: left;
  }


#s-f4f2f7b1-ff85-49ee-860c-9dd57f188148.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f2257b96-33c2-4e10-94b1-c6fb29058e34 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f2257b96-33c2-4e10-94b1-c6fb29058e34:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmNkYjhiYzItNGYzMy00YWU4LTljMmUtNzM4NzQ1ODc0ZTNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhNTM4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyY2RiOGJjMi00ZjMzLTRhZTgtOWMyZS03Mzg3NDU4NzRlM2IpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#f7a538"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f2257b96-33c2-4e10-94b1-c6fb29058e34:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f2257b96-33c2-4e10-94b1-c6fb29058e34-root {
    text-align: left;
  }


#s-f2257b96-33c2-4e10-94b1-c6fb29058e34.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmRkYzA4MmEtMjQ0Ny00NDMxLWIwMGYtY2I3MTQ1N2RmMTAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZGRjMDgyYS0yNDQ3LTQ0MzEtYjAwZi1jYjcxNDU3ZGYxMDIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#b38bbf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118-root {
    text-align: left;
  }


#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(237, 155, 195, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fcb1aed3-c445-43ec-8c42-ae6b967640d3-root {
    text-align: center;
  }


#s-fcb1aed3-c445-43ec-8c42-ae6b967640d3.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b3d6501e-4594-4e9f-8bbd-09243bbad987 {
  margin-top: 50px;
margin-bottom: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 0px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-b3d6501e-4594-4e9f-8bbd-09243bbad987 {
  display: none;
}
#s-b3d6501e-4594-4e9f-8bbd-09243bbad987, #wrap-s-b3d6501e-4594-4e9f-8bbd-09243bbad987 { display: none !important; }}







#s-b3d6501e-4594-4e9f-8bbd-09243bbad987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3d6501e-4594-4e9f-8bbd-09243bbad987.shg-box.shg-c {
  justify-content: flex-end;
}

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

.shg-image-content-wrapper {
  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;
  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;
  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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  display: none;
}
#s-10b43b00-6b02-46d4-b0ba-e70abbf00860, #wrap-s-10b43b00-6b02-46d4-b0ba-e70abbf00860 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  display: none;
}
#s-10b43b00-6b02-46d4-b0ba-e70abbf00860, #wrap-s-10b43b00-6b02-46d4-b0ba-e70abbf00860 { display: none !important; }}


.shg-image-margin-container-s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-content {
  
    align-items: center;
  
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
      position: relative;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  
  
  
  
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-content {
  
    align-items: center;
  
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
      position: relative;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  
  
  
  
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-content {
  
    align-items: center;
  
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
      position: relative;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  
  
  
  
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-content {
  
    align-items: center;
  
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
      position: relative;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  
  
  
  
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-10b43b00-6b02-46d4-b0ba-e70abbf00860 .shogun-image-content {
  
    align-items: center;
  
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container {
      position: relative;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10b43b00-6b02-46d4-b0ba-e70abbf00860 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d {
  display: none;
}
#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d, #wrap-s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d { display: none !important; }}







#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-49f1462f-cdd7-454c-96e5-3b6b0c11bd7d.shg-box.shg-c {
  justify-content: center;
}

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  max-width: 7008px;
aspect-ratio: 7008/4672;
text-align: center;
}





  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 img.shogun-image,
  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
    width: 100%;
    height: auto;
  }



  #s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 img.shogun-image {
    

    
    
    
  }


#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}@media (max-width: 767px){#s-bca27ead-8b4b-4350-ad9e-94e696d22715 {
  display: none;
}
#s-bca27ead-8b4b-4350-ad9e-94e696d22715, #wrap-s-bca27ead-8b4b-4350-ad9e-94e696d22715 { display: none !important; }}







#s-bca27ead-8b4b-4350-ad9e-94e696d22715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bca27ead-8b4b-4350-ad9e-94e696d22715.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-937ca5a4-3418-4f57-bf15-129791cf484f {
  display: none;
}
#s-937ca5a4-3418-4f57-bf15-129791cf484f, #wrap-s-937ca5a4-3418-4f57-bf15-129791cf484f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-937ca5a4-3418-4f57-bf15-129791cf484f {
  display: none;
}
#s-937ca5a4-3418-4f57-bf15-129791cf484f, #wrap-s-937ca5a4-3418-4f57-bf15-129791cf484f { display: none !important; }}
#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(146, 179, 208, 1);
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(146, 179, 208, 1);
  text-align: center;
  font-family: Archivo Black;
  
  
  font-size: 16px;
}

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-22dddeea-2bfb-41de-9a5f-479fa10ccede {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-22dddeea-2bfb-41de-9a5f-479fa10ccede:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTk1MGIxMzYtMzAzYS00ZDdiLWI5MWQtYjJlYWJhYjUzN2M1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1OTUwYjEzNi0zMDNhLTRkN2ItYjkxZC1iMmVhYmFiNTM3YzUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-22dddeea-2bfb-41de-9a5f-479fa10ccede:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22dddeea-2bfb-41de-9a5f-479fa10ccede-root {
    text-align: center;
  }


#s-22dddeea-2bfb-41de-9a5f-479fa10ccede.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-22dddeea-2bfb-41de-9a5f-479fa10ccede-root {
    text-align: center;
  }


#s-22dddeea-2bfb-41de-9a5f-479fa10ccede.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22dddeea-2bfb-41de-9a5f-479fa10ccede-root {
    text-align: center;
  }


#s-22dddeea-2bfb-41de-9a5f-479fa10ccede.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22dddeea-2bfb-41de-9a5f-479fa10ccede-root {
    text-align: center;
  }


#s-22dddeea-2bfb-41de-9a5f-479fa10ccede.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-22dddeea-2bfb-41de-9a5f-479fa10ccede-root {
    text-align: center;
  }


#s-22dddeea-2bfb-41de-9a5f-479fa10ccede.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZmQyMWY2ZGYtNjc3YS00MWMwLWE2OTQtMjYyOWZjNDEyZDMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmZDIxZjZkZi02NzdhLTQxYzAtYTY5NC0yNjI5ZmM0MTJkMzEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc-root {
    text-align: center;
  }


#s-2fe41e8b-7f8b-4f11-9ef1-659a11c1bbbc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ece88b67-d769-41ce-857d-c0e2aa6afa23 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-ece88b67-d769-41ce-857d-c0e2aa6afa23:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTMxZjRlZjMtZmJjMi00NjdiLTkwZjktNGJjZTA0NjAwMzgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMzFmNGVmMy1mYmMyLTQ2N2ItOTBmOS00YmNlMDQ2MDAzODEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-ece88b67-d769-41ce-857d-c0e2aa6afa23:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ece88b67-d769-41ce-857d-c0e2aa6afa23-root {
    text-align: center;
  }


#s-ece88b67-d769-41ce-857d-c0e2aa6afa23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzQyMjAzYTAtMDIzZC00OTg2LWJlYTUtNDM4YjkwMWM5NzBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NDIyMDNhMC0wMjNkLTQ5ODYtYmVhNS00MzhiOTAxYzk3MGEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd-root {
    text-align: center;
  }


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWMyOWE4YzEtZGQ1Ny00ZGQwLWEwMTktMGY4YWFmYjE1NDE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYzI5YThjMS1kZDU3LTRkZDAtYTAxOS0wZjhhYWZiMTU0MTkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97-root {
    text-align: center;
  }


#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97-root {
    text-align: center;
  }


#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97-root {
    text-align: center;
  }


#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97-root {
    text-align: center;
  }


#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97-root {
    text-align: center;
  }


#s-721c9837-5f6e-4d3a-abcb-21e8efb5bf97.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-05b1273c-a26d-47f0-8297-3e39ded98aaa {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-05b1273c-a26d-47f0-8297-3e39ded98aaa:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDMzMGMzYmEtNzZhNi00ODYzLWJlZmQtMGRiMzIxZDQ5OTdkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MzMwYzNiYS03NmE2LTQ4NjMtYmVmZC0wZGIzMjFkNDk5N2QpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-05b1273c-a26d-47f0-8297-3e39ded98aaa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-05b1273c-a26d-47f0-8297-3e39ded98aaa-root {
    text-align: center;
  }


#s-05b1273c-a26d-47f0-8297-3e39ded98aaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-05b1273c-a26d-47f0-8297-3e39ded98aaa-root {
    text-align: center;
  }


#s-05b1273c-a26d-47f0-8297-3e39ded98aaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05b1273c-a26d-47f0-8297-3e39ded98aaa-root {
    text-align: center;
  }


#s-05b1273c-a26d-47f0-8297-3e39ded98aaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05b1273c-a26d-47f0-8297-3e39ded98aaa-root {
    text-align: center;
  }


#s-05b1273c-a26d-47f0-8297-3e39ded98aaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-05b1273c-a26d-47f0-8297-3e39ded98aaa-root {
    text-align: center;
  }


#s-05b1273c-a26d-47f0-8297-3e39ded98aaa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmJkZDkwMGYtZTBhNS00YzZkLTgwYmEtNzAxOTk1ZDc0MWFhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiYmRkOTAwZi1lMGE1LTRjNmQtODBiYS03MDE5OTVkNzQxYWEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#eba950"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc-root {
    text-align: center;
  }


#s-b59d9f23-029b-40a7-9424-a48cc7cdfcfc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-75809e9c-9e25-46d6-b526-8e0f5099d1db {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-75809e9c-9e25-46d6-b526-8e0f5099d1db:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmMxMzc1NWMtZTE4MC00YjBkLWFmM2UtNTIzZmY5YmIzNjg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YzEzNzU1Yy1lMTgwLTRiMGQtYWYzZS01MjNmZjliYjM2ODUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-75809e9c-9e25-46d6-b526-8e0f5099d1db:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-75809e9c-9e25-46d6-b526-8e0f5099d1db-root {
    text-align: center;
  }


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4efa6432-6107-4fb6-a6a4-f206fe818c19 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4efa6432-6107-4fb6-a6a4-f206fe818c19:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTY1MmYyYzktZmE4Zi00NDk2LWJmODEtN2UxZTE5MGM0ODA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NjUyZjJjOS1mYThmLTQ0OTYtYmY4MS03ZTFlMTkwYzQ4MDgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#92b3d0"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-4efa6432-6107-4fb6-a6a4-f206fe818c19:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4efa6432-6107-4fb6-a6a4-f206fe818c19-root {
    text-align: center;
  }


#s-4efa6432-6107-4fb6-a6a4-f206fe818c19.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iY2Y5OTEwZjMtNjk5Mi00YjQ1LTk0ZDYtYWZlNTFlMDUyMWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjZjk5MTBmMy02OTkyLTRiNDUtOTRkNi1hZmU1MWUwNTIxYjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4-root {
    text-align: center;
  }


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0e0ded74-f581-4d66-a3fb-217ff2794be8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-0e0ded74-f581-4d66-a3fb-217ff2794be8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmQ2MmY1OTItYWI0Yi00MjhiLWE2ZjItMzliNjc5N2JhOWJmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZDYyZjU5Mi1hYjRiLTQyOGItYTZmMi0zOWI2Nzk3YmE5YmYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-0e0ded74-f581-4d66-a3fb-217ff2794be8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0e0ded74-f581-4d66-a3fb-217ff2794be8-root {
    text-align: center;
  }


#s-0e0ded74-f581-4d66-a3fb-217ff2794be8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0e0ded74-f581-4d66-a3fb-217ff2794be8-root {
    text-align: center;
  }


#s-0e0ded74-f581-4d66-a3fb-217ff2794be8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e0ded74-f581-4d66-a3fb-217ff2794be8-root {
    text-align: center;
  }


#s-0e0ded74-f581-4d66-a3fb-217ff2794be8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e0ded74-f581-4d66-a3fb-217ff2794be8-root {
    text-align: center;
  }


#s-0e0ded74-f581-4d66-a3fb-217ff2794be8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0e0ded74-f581-4d66-a3fb-217ff2794be8-root {
    text-align: center;
  }


#s-0e0ded74-f581-4d66-a3fb-217ff2794be8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fad32dd3-caa2-4e54-a663-71dd7da84481 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-fad32dd3-caa2-4e54-a663-71dd7da84481:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjE1NDYyMTktNWNlNi00ZTc2LTliMzctOTI0Y2ZmNzM4N2M4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MTU0NjIxOS01Y2U2LTRlNzYtOWIzNy05MjRjZmY3Mzg3YzgpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ad8cbc"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-fad32dd3-caa2-4e54-a663-71dd7da84481:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fad32dd3-caa2-4e54-a663-71dd7da84481-root {
    text-align: center;
  }


#s-fad32dd3-caa2-4e54-a663-71dd7da84481.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fad32dd3-caa2-4e54-a663-71dd7da84481-root {
    text-align: center;
  }


#s-fad32dd3-caa2-4e54-a663-71dd7da84481.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fad32dd3-caa2-4e54-a663-71dd7da84481-root {
    text-align: center;
  }


#s-fad32dd3-caa2-4e54-a663-71dd7da84481.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fad32dd3-caa2-4e54-a663-71dd7da84481-root {
    text-align: center;
  }


#s-fad32dd3-caa2-4e54-a663-71dd7da84481.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fad32dd3-caa2-4e54-a663-71dd7da84481-root {
    text-align: center;
  }


#s-fad32dd3-caa2-4e54-a663-71dd7da84481.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjRhYTFjYzktMDg3NS00ZTk2LWE2MmEtZDhhNGE1NmY0NGM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NGFhMWNjOS0wODc1LTRlOTYtYTYyYS1kOGE0YTU2ZjQ0YzkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304-root {
    text-align: center;
  }


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2M2N2MyMDktZjVjYy00Y2I5LWI5ODktMmI5NGExMzhiZTBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YzY3YzIwOS1mNWNjLTRjYjktYjk4OS0yYjk0YTEzOGJlMGIpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c76e5ab4-81f9-4686-a85c-b0c96115e97d-root {
    text-align: center;
  }


#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c76e5ab4-81f9-4686-a85c-b0c96115e97d-root {
    text-align: center;
  }


#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c76e5ab4-81f9-4686-a85c-b0c96115e97d-root {
    text-align: center;
  }


#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c76e5ab4-81f9-4686-a85c-b0c96115e97d-root {
    text-align: center;
  }


#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c76e5ab4-81f9-4686-a85c-b0c96115e97d-root {
    text-align: center;
  }


#s-c76e5ab4-81f9-4686-a85c-b0c96115e97d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-50871e96-e2cf-493d-8c4b-27c46e2259b6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-50871e96-e2cf-493d-8c4b-27c46e2259b6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2FkZWZmOGYtMzUwZC00MDAzLTg0NzgtYWQwYzA1OTk2MTg2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTBkMGMyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYWRlZmY4Zi0zNTBkLTQwMDMtODQ3OC1hZDBjMDU5OTYxODYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#a0d0c2"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-50871e96-e2cf-493d-8c4b-27c46e2259b6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-50871e96-e2cf-493d-8c4b-27c46e2259b6-root {
    text-align: center;
  }


#s-50871e96-e2cf-493d-8c4b-27c46e2259b6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c595e913-4d20-4cd5-b29b-1785f493df9b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-c595e913-4d20-4cd5-b29b-1785f493df9b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDYzMzg5OTYtZmM0NS00NjFiLTlhY2MtMmU3ZTNiMzAyMjYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwNjMzODk5Ni1mYzQ1LTQ2MWItOWFjYy0yZTdlM2IzMDIyNjEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#eba950"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-c595e913-4d20-4cd5-b29b-1785f493df9b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c595e913-4d20-4cd5-b29b-1785f493df9b-root {
    text-align: center;
  }


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.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-d00bee7b-ed4f-43fc-bcb7-7579ae5e26e7 {
  margin-top: 34px;
margin-bottom: 10px;
padding-top: 8px;
padding-bottom: 8px;
background-color: rgba(225, 31, 143, 1);
}

#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e {
  min-height: 50px;
}








#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e.shg-box.shg-c {
  justify-content: center;
}

#s-c6389d62-3164-4dda-9849-027bacf17a94 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
}








#s-c6389d62-3164-4dda-9849-027bacf17a94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c6389d62-3164-4dda-9849-027bacf17a94.shg-box.shg-c {
  justify-content: center;
}

#s-957ee146-add4-4e27-8d68-912bd40ceeb4 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 15px;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-957ee146-add4-4e27-8d68-912bd40ceeb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-957ee146-add4-4e27-8d68-912bd40ceeb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-957ee146-add4-4e27-8d68-912bd40ceeb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-957ee146-add4-4e27-8d68-912bd40ceeb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fcf20e7b-d2d9-4dc4-a87b-f6f395dca7bc {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-fcf20e7b-d2d9-4dc4-a87b-f6f395dca7bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcf20e7b-d2d9-4dc4-a87b-f6f395dca7bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcf20e7b-d2d9-4dc4-a87b-f6f395dca7bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcf20e7b-d2d9-4dc4-a87b-f6f395dca7bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2914397-6b3e-4a4e-b74c-8068a27709eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f2914397-6b3e-4a4e-b74c-8068a27709eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2914397-6b3e-4a4e-b74c-8068a27709eb.shg-box.shg-c {
  justify-content: center;
}

#s-0c1578d9-c7e0-4a13-9531-d8730d8ee9c4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-32cc298f-e52f-4f84-a0c6-92cfa03f68de {
  max-width: 250px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-32cc298f-e52f-4f84-a0c6-92cfa03f68de img.shogun-image,
  #s-32cc298f-e52f-4f84-a0c6-92cfa03f68de .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-32cc298f-e52f-4f84-a0c6-92cfa03f68de {
    width: 100%;
    height: auto;
  }



  #s-32cc298f-e52f-4f84-a0c6-92cfa03f68de img.shogun-image {
    

    
    
    
  }


#s-32cc298f-e52f-4f84-a0c6-92cfa03f68de .shogun-image-content {
  
    align-items: center;
  
}

#s-432cc0ba-0a9e-46f7-9103-fc93e77367b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-35143d26-2578-499e-8cc5-783ccb4908cb {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-35143d26-2578-499e-8cc5-783ccb4908cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35143d26-2578-499e-8cc5-783ccb4908cb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35143d26-2578-499e-8cc5-783ccb4908cb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35143d26-2578-499e-8cc5-783ccb4908cb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4fcf3077-17b9-402b-a8e7-daf768efeab1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4fcf3077-17b9-402b-a8e7-daf768efeab1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4fcf3077-17b9-402b-a8e7-daf768efeab1.shg-box.shg-c {
  justify-content: center;
}

#s-76e40105-84aa-4c42-938f-47d6bbd05e7c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-8edb1e4a-a8fb-4fd0-8978-f4a00f51f095 {
  max-width: 250px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-8edb1e4a-a8fb-4fd0-8978-f4a00f51f095 img.shogun-image,
  #s-8edb1e4a-a8fb-4fd0-8978-f4a00f51f095 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8edb1e4a-a8fb-4fd0-8978-f4a00f51f095 {
    width: 100%;
    height: auto;
  }



  #s-8edb1e4a-a8fb-4fd0-8978-f4a00f51f095 img.shogun-image {
    

    
    
    
  }


#s-8edb1e4a-a8fb-4fd0-8978-f4a00f51f095 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5846d47-0019-4f2d-97f0-0cf6cb24ea1c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6bb12ed7-3ce7-4f96-b4b9-e687fc093b33 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6bb12ed7-3ce7-4f96-b4b9-e687fc093b33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bb12ed7-3ce7-4f96-b4b9-e687fc093b33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bb12ed7-3ce7-4f96-b4b9-e687fc093b33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bb12ed7-3ce7-4f96-b4b9-e687fc093b33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-71cf573f-87ea-429c-82f8-819ccb4ad926 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-71cf573f-87ea-429c-82f8-819ccb4ad926 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-71cf573f-87ea-429c-82f8-819ccb4ad926.shg-box.shg-c {
  justify-content: center;
}

#s-58aa6ee3-216f-49f2-b67c-0f9b8c78dcd2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-88578b81-9f87-4818-983a-4b1b9dd991a6 {
  max-width: 250px;
aspect-ratio: 1920/2560;
text-align: center;
}





  #s-88578b81-9f87-4818-983a-4b1b9dd991a6 img.shogun-image,
  #s-88578b81-9f87-4818-983a-4b1b9dd991a6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-88578b81-9f87-4818-983a-4b1b9dd991a6 {
    width: 100%;
    height: auto;
  }



  #s-88578b81-9f87-4818-983a-4b1b9dd991a6 img.shogun-image {
    

    
    
    
  }


#s-88578b81-9f87-4818-983a-4b1b9dd991a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4a3984e-b8ee-4fe1-a62a-fd1331862319 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-2d12829f-6fac-42e8-8135-6d2dbfa8776c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-0af04be7-7075-4cd8-805d-0e5abb020de5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0af04be7-7075-4cd8-805d-0e5abb020de5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0af04be7-7075-4cd8-805d-0e5abb020de5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0af04be7-7075-4cd8-805d-0e5abb020de5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  
  
  
  
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
      position: relative;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  
  
  
  
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
      position: relative;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  
  
  
  
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
      position: relative;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  
  
  
  
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
      position: relative;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  
  
  
  
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 .shogun-image-content {
  
    align-items: center;
  
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container {
      position: relative;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6b1bbd03-d7a5-41fc-a213-113d73d4a897 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}
#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  max-width: 1600px;
aspect-ratio: 4/3;
text-align: center;
}



.shg-image-margin-container-s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  
  
  
  
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-content {
  
    align-items: center;
  
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
      position: relative;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  
  
  
  
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-content {
  
    align-items: center;
  
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
      position: relative;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  
  
  
  
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-content {
  
    align-items: center;
  
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
      position: relative;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  
  
  
  
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-content {
  
    align-items: center;
  
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
      position: relative;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  
  
  
  
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }

    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-link {
      aspect-ratio: 4/3;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1600px;
  }



  img.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
    
    
    
    max-height: 1600px;
  }


.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 .shogun-image-content {
  
    align-items: center;
  
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shg-align-container {
  display: flex;
  justify-content: center
}

.s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 {
      --shg-aspect-ratio: calc(4/3); 
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container {
      position: relative;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-78aee5c3-d93d-4b64-9a24-f2f2a3658676 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 1600px;
    }
  }

}
#s-3e40c06d-1f7f-4d0b-a692-19f31650ce60 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f588e9cd-5db8-4bb1-b370-21788bdb83c9 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f588e9cd-5db8-4bb1-b370-21788bdb83c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f588e9cd-5db8-4bb1-b370-21788bdb83c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f588e9cd-5db8-4bb1-b370-21788bdb83c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f588e9cd-5db8-4bb1-b370-21788bdb83c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-491808ef-264b-4523-a528-a63651365fbd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-491808ef-264b-4523-a528-a63651365fbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-491808ef-264b-4523-a528-a63651365fbd.shg-box.shg-c {
  justify-content: center;
}

#s-25d9e000-a0a2-478f-99db-5817bed7b463 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-a0213a16-ec74-47a8-8f50-fa76224f6492 {
  max-width: 1920px;
aspect-ratio: 1920/2400;
text-align: center;
}





  #s-a0213a16-ec74-47a8-8f50-fa76224f6492 img.shogun-image,
  #s-a0213a16-ec74-47a8-8f50-fa76224f6492 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a0213a16-ec74-47a8-8f50-fa76224f6492 {
    width: 100%;
    height: auto;
  }



  #s-a0213a16-ec74-47a8-8f50-fa76224f6492 img.shogun-image {
    

    
    
    
  }


#s-a0213a16-ec74-47a8-8f50-fa76224f6492 .shogun-image-content {
  
    align-items: center;
  
}

#s-d67b6890-2037-4de7-a426-cb8d786987e3 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4dc79484-3dd3-4063-a973-b035cc712d9d {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-4dc79484-3dd3-4063-a973-b035cc712d9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4dc79484-3dd3-4063-a973-b035cc712d9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4dc79484-3dd3-4063-a973-b035cc712d9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4dc79484-3dd3-4063-a973-b035cc712d9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-afe38836-15d7-4920-8f5b-f9f5240ee0bd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-afe38836-15d7-4920-8f5b-f9f5240ee0bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-afe38836-15d7-4920-8f5b-f9f5240ee0bd.shg-box.shg-c {
  justify-content: center;
}

#s-a6ff87de-d327-4ee5-b0f9-75a5b88fd0f4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-366b7620-0306-4cfa-8a0e-49574345ca5a {
  max-width: 1920px;
aspect-ratio: 2517/2214;
text-align: center;
}





  #s-366b7620-0306-4cfa-8a0e-49574345ca5a img.shogun-image,
  #s-366b7620-0306-4cfa-8a0e-49574345ca5a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-366b7620-0306-4cfa-8a0e-49574345ca5a {
    width: 100%;
    height: auto;
  }



  #s-366b7620-0306-4cfa-8a0e-49574345ca5a img.shogun-image {
    

    
    
    
  }


#s-366b7620-0306-4cfa-8a0e-49574345ca5a .shogun-image-content {
  
    align-items: center;
  
}

#s-d8a6dc8f-91a5-454f-ac53-69dd5efbc6fa {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-72f38382-25f2-4ed1-b635-e1ed0131746a {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-72f38382-25f2-4ed1-b635-e1ed0131746a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-72f38382-25f2-4ed1-b635-e1ed0131746a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-72f38382-25f2-4ed1-b635-e1ed0131746a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-72f38382-25f2-4ed1-b635-e1ed0131746a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-33f49118-0fa7-4833-9345-cf440538370a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-33f49118-0fa7-4833-9345-cf440538370a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33f49118-0fa7-4833-9345-cf440538370a.shg-box.shg-c {
  justify-content: center;
}

#s-a6cebd6f-0e38-4ecd-be04-3f4d06302c3c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-e083129c-45df-4489-98c8-0b1d4fc4fb8f {
  max-width: 1920px;
aspect-ratio: 3024/4032;
text-align: center;
}





  #s-e083129c-45df-4489-98c8-0b1d4fc4fb8f img.shogun-image,
  #s-e083129c-45df-4489-98c8-0b1d4fc4fb8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e083129c-45df-4489-98c8-0b1d4fc4fb8f {
    width: 100%;
    height: auto;
  }



  #s-e083129c-45df-4489-98c8-0b1d4fc4fb8f img.shogun-image {
    

    
    
    
  }


#s-e083129c-45df-4489-98c8-0b1d4fc4fb8f .shogun-image-content {
  
    align-items: center;
  
}

#s-2ade5c4b-bfe9-42ea-91d3-e70c2d68f4b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-fcf0e84f-3eeb-440d-8720-de57ff304776"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcf0e84f-3eeb-440d-8720-de57ff304776"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fcf0e84f-3eeb-440d-8720-de57ff304776"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcf0e84f-3eeb-440d-8720-de57ff304776"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ec957e8-478b-4547-aafe-1abf9b1702a4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ec957e8-478b-4547-aafe-1abf9b1702a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ec957e8-478b-4547-aafe-1abf9b1702a4.shg-box.shg-c {
  justify-content: center;
}

#s-f5d9ab98-4030-4a8a-8a8c-057dca74e111 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-f9465726-f03e-492a-bd68-40db319a8f3e {
  max-width: 1155px;
aspect-ratio: 1155/1548;
text-align: center;
}





  #s-f9465726-f03e-492a-bd68-40db319a8f3e img.shogun-image,
  #s-f9465726-f03e-492a-bd68-40db319a8f3e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f9465726-f03e-492a-bd68-40db319a8f3e {
    width: 100%;
    height: auto;
  }



  #s-f9465726-f03e-492a-bd68-40db319a8f3e img.shogun-image {
    

    
    
    
  }


#s-f9465726-f03e-492a-bd68-40db319a8f3e .shogun-image-content {
  
    align-items: center;
  
}

#s-986aa4f3-8a77-419f-8624-7cb13965c62d {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-986aa4f3-8a77-419f-8624-7cb13965c62d {
  margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-0c57cc47-67d9-4853-9eaa-c8c361b374a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c57cc47-67d9-4853-9eaa-c8c361b374a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0c57cc47-67d9-4853-9eaa-c8c361b374a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0c57cc47-67d9-4853-9eaa-c8c361b374a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc1e4b2d-663d-4c8e-a4a9-010b88ce0d9e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bc1e4b2d-663d-4c8e-a4a9-010b88ce0d9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc1e4b2d-663d-4c8e-a4a9-010b88ce0d9e.shg-box.shg-c {
  justify-content: center;
}

#s-f7c22de0-74d8-4e55-9ca2-49f873edf985 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-10dc7422-4629-47ea-9302-1de019936c62 {
  text-align: center;
}







  #s-10dc7422-4629-47ea-9302-1de019936c62 img.shogun-image {
    

    
    
    
  }


#s-10dc7422-4629-47ea-9302-1de019936c62 .shogun-image-content {
  
    align-items: center;
  
}

#s-66d50d9c-4137-47f3-8592-9be2bbaec0f8 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-66d50d9c-4137-47f3-8592-9be2bbaec0f8 {
  margin-bottom: 50px;
}
}
@media (min-width: 0px) {
[id="s-cd6d9199-3973-47cc-ad87-cde6cd28eee9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cd6d9199-3973-47cc-ad87-cde6cd28eee9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cd6d9199-3973-47cc-ad87-cde6cd28eee9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd6d9199-3973-47cc-ad87-cde6cd28eee9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-62645a55-d99b-4aaa-8061-94ff2c1f35e6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-62645a55-d99b-4aaa-8061-94ff2c1f35e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62645a55-d99b-4aaa-8061-94ff2c1f35e6.shg-box.shg-c {
  justify-content: center;
}

#s-2358a23a-b38a-47aa-a7eb-e8b97083c765 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-1267ee9c-d505-423c-a25d-67e8dc816288 {
  text-align: center;
}







  #s-1267ee9c-d505-423c-a25d-67e8dc816288 img.shogun-image {
    

    
    
    
  }


#s-1267ee9c-d505-423c-a25d-67e8dc816288 .shogun-image-content {
  
    align-items: center;
  
}

#s-76848d2d-dc7b-4b0f-9b25-0b3c18d76f69 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-49cfd7d5-7faf-434f-8370-fd1e30dea606 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-49cfd7d5-7faf-434f-8370-fd1e30dea606"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49cfd7d5-7faf-434f-8370-fd1e30dea606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49cfd7d5-7faf-434f-8370-fd1e30dea606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49cfd7d5-7faf-434f-8370-fd1e30dea606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9d0727ae-f366-4257-9c18-8e9ad12550a9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d0727ae-f366-4257-9c18-8e9ad12550a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9d0727ae-f366-4257-9c18-8e9ad12550a9.shg-box.shg-c {
  justify-content: center;
}

#s-c31d540f-b5e5-4f4e-a189-fc207d809d11 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-65f88d70-4efa-4620-a9cb-d7a67411fff0 {
  text-align: center;
}







  #s-65f88d70-4efa-4620-a9cb-d7a67411fff0 img.shogun-image {
    

    
    
    
  }


#s-65f88d70-4efa-4620-a9cb-d7a67411fff0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2015b8bb-a506-42aa-ba6b-116478edcbdd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f4961292-8237-4751-bbe8-67e9f20594d7 {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f4961292-8237-4751-bbe8-67e9f20594d7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4961292-8237-4751-bbe8-67e9f20594d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4961292-8237-4751-bbe8-67e9f20594d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4961292-8237-4751-bbe8-67e9f20594d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2213cdc4-42ba-4032-aed5-35f5e373407a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2213cdc4-42ba-4032-aed5-35f5e373407a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2213cdc4-42ba-4032-aed5-35f5e373407a.shg-box.shg-c {
  justify-content: center;
}

#s-3ea234cb-a026-4dcb-8ba8-9b819b83dc2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-c225ec08-2dfe-4b29-99c8-9f97ee041af9 {
  max-width: 1920px;
aspect-ratio: 1179/758;
text-align: center;
}





  #s-c225ec08-2dfe-4b29-99c8-9f97ee041af9 img.shogun-image,
  #s-c225ec08-2dfe-4b29-99c8-9f97ee041af9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c225ec08-2dfe-4b29-99c8-9f97ee041af9 {
    width: 100%;
    height: auto;
  }



  #s-c225ec08-2dfe-4b29-99c8-9f97ee041af9 img.shogun-image {
    

    
    
    
  }


#s-c225ec08-2dfe-4b29-99c8-9f97ee041af9 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e5b4c68-2edf-49ec-a610-69a8f403f24c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f1e2c018-31b0-41de-9544-bc6e916804fd {
  padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f1e2c018-31b0-41de-9544-bc6e916804fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1e2c018-31b0-41de-9544-bc6e916804fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1e2c018-31b0-41de-9544-bc6e916804fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1e2c018-31b0-41de-9544-bc6e916804fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-223b4348-2ea1-45eb-99c8-33be43076bca {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-223b4348-2ea1-45eb-99c8-33be43076bca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-223b4348-2ea1-45eb-99c8-33be43076bca.shg-box.shg-c {
  justify-content: center;
}

#s-3ee85edf-529e-4900-9dd2-6c0bfc0d27c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: #000;
border-style: solid;
}

#s-e420dd1b-e776-45e9-b8e9-af0a1e322249 {
  max-width: 1920px;
aspect-ratio: 2/3;
text-align: center;
}





  #s-e420dd1b-e776-45e9-b8e9-af0a1e322249 img.shogun-image,
  #s-e420dd1b-e776-45e9-b8e9-af0a1e322249 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e420dd1b-e776-45e9-b8e9-af0a1e322249 {
    width: 100%;
    height: auto;
  }



  #s-e420dd1b-e776-45e9-b8e9-af0a1e322249 img.shogun-image {
    

    
    
    
  }


#s-e420dd1b-e776-45e9-b8e9-af0a1e322249 .shogun-image-content {
  
    align-items: center;
  
}

#s-2aa68e98-3833-405c-a577-49389d3c4ec2 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4d977680-b6ec-49d3-99cc-34b51ccfba15 {
  min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-4d977680-b6ec-49d3-99cc-34b51ccfba15 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-4d977680-b6ec-49d3-99cc-34b51ccfba15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4d977680-b6ec-49d3-99cc-34b51ccfba15.shg-box.shg-c {
  justify-content: center;
}

#s-edfa3121-d3ff-49a8-84d9-f1fd97af0f30 {
  margin-top: 30px;
margin-bottom: 20px;
}

#s-49aaf6e0-27c9-4787-ad52-7f3bf2c7a61d {
  margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-0e8711db-8a30-46d5-ab0d-0d625bb808a4 {
  margin-left: 15%;
margin-right: 15%;
}

#s-00468216-7f8f-4328-8b1f-62640d4d9e3a {
  margin-top: 30px;
margin-left: 25%;
margin-bottom: 30px;
margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-00468216-7f8f-4328-8b1f-62640d4d9e3a {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-00468216-7f8f-4328-8b1f-62640d4d9e3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00468216-7f8f-4328-8b1f-62640d4d9e3a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00468216-7f8f-4328-8b1f-62640d4d9e3a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00468216-7f8f-4328-8b1f-62640d4d9e3a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7824b112-a512-4bd0-84ab-cbb5bd14751e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7824b112-a512-4bd0-84ab-cbb5bd14751e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7824b112-a512-4bd0-84ab-cbb5bd14751e.shg-box.shg-c {
  justify-content: center;
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  margin-left: 25%;
margin-right: 25%;
max-width: 441px;
aspect-ratio: 441/490;
text-align: center;
}



.shg-image-margin-container-s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  margin-left: 25%;
  margin-right: 25%;
  
  
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
      position: relative;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  
  
  
  
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
      position: relative;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  
  
  
  
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
      position: relative;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  
  
  
  
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
      position: relative;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  
  
  
  
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container {
      position: relative;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-18eeabc2-b226-43fb-b3ab-00a200bb79d6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}
#s-8d8a0c95-467a-4061-b296-b127dd1d0273 {
  margin-left: 25%;
margin-right: 25%;
max-width: 300px;
text-align: center;
}







  #s-8d8a0c95-467a-4061-b296-b127dd1d0273 img.shogun-image {
    

    
    
    
  }


#s-8d8a0c95-467a-4061-b296-b127dd1d0273 .shogun-image-content {
  
    align-items: center;
  
}

#s-937a0fcd-4813-46ce-a811-88e43fb4144a {
  margin-top: 5px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-4012a875-17cd-4121-8519-fda388937b0b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTlkYjdkYmMtOGNjYy00YWIyLThiYzctZDRiNTVhMTIyZTZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1OWRiN2RiYy04Y2NjLTRhYjItOGJjNy1kNGI1NWExMjJlNmYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 40px;
margin-left: 25px;
margin-bottom: 40px;
margin-right: 25px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
color: rgba(230, 64, 151, 1);
}
#s-4012a875-17cd-4121-8519-fda388937b0b:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-4012a875-17cd-4121-8519-fda388937b0b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-4012a875-17cd-4121-8519-fda388937b0b-root {
    text-align: center;
  }


#s-4012a875-17cd-4121-8519-fda388937b0b.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4012a875-17cd-4121-8519-fda388937b0b-root {
    text-align: center;
  }


#s-4012a875-17cd-4121-8519-fda388937b0b.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4012a875-17cd-4121-8519-fda388937b0b-root {
    text-align: center;
  }


#s-4012a875-17cd-4121-8519-fda388937b0b.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4012a875-17cd-4121-8519-fda388937b0b-root {
    text-align: center;
  }


#s-4012a875-17cd-4121-8519-fda388937b0b.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4012a875-17cd-4121-8519-fda388937b0b-root {
    text-align: center;
  }


#s-4012a875-17cd-4121-8519-fda388937b0b.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-5aa7681a-a654-40ea-a42c-e5b9ead3f9d9 {
  min-height: 50px;
}
@media (max-width: 767px){#s-5aa7681a-a654-40ea-a42c-e5b9ead3f9d9 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-5aa7681a-a654-40ea-a42c-e5b9ead3f9d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5aa7681a-a654-40ea-a42c-e5b9ead3f9d9.shg-box.shg-c {
  justify-content: center;
}

#s-56b56724-767c-4e63-acd9-2178c921b6ea {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab {
  display: none;
}
#s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab, #wrap-s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab {
  display: none;
}
#s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab, #wrap-s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab { display: none !important; }}
@media (min-width: 0px) {
[id="s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-e14d15b0-1916-446c-93bb-b77ddb0cd9ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
      position: relative;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  
  
  
  
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
      position: relative;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  
  
  
  
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
      position: relative;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  
  
  
  
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
      position: relative;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  
  
  
  
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 .shogun-image-content {
  
    align-items: center;
  
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container {
      position: relative;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-74819c97-05b4-4bcb-93bb-b6a40efa9ba8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
      position: relative;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  
  
  
  
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
      position: relative;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  
  
  
  
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
      position: relative;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  
  
  
  
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
      position: relative;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  
  
  
  
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c8615ff5-c9ba-4703-a0ea-e58291019025 .shogun-image-content {
  
    align-items: center;
  
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container {
      position: relative;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c8615ff5-c9ba-4703-a0ea-e58291019025 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-179b4f58-7930-4677-ba21-210935b6818c {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-179b4f58-7930-4677-ba21-210935b6818c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-179b4f58-7930-4677-ba21-210935b6818c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-content {
  
    align-items: center;
  
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-179b4f58-7930-4677-ba21-210935b6818c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
      position: relative;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-179b4f58-7930-4677-ba21-210935b6818c {
  
  
  
  
}

#s-179b4f58-7930-4677-ba21-210935b6818c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-content {
  
    align-items: center;
  
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-179b4f58-7930-4677-ba21-210935b6818c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
      position: relative;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-179b4f58-7930-4677-ba21-210935b6818c {
  
  
  
  
}

#s-179b4f58-7930-4677-ba21-210935b6818c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-content {
  
    align-items: center;
  
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-179b4f58-7930-4677-ba21-210935b6818c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
      position: relative;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-179b4f58-7930-4677-ba21-210935b6818c {
  
  
  
  
}

#s-179b4f58-7930-4677-ba21-210935b6818c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-content {
  
    align-items: center;
  
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-179b4f58-7930-4677-ba21-210935b6818c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
      position: relative;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-179b4f58-7930-4677-ba21-210935b6818c {
  
  
  
  
}

#s-179b4f58-7930-4677-ba21-210935b6818c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-179b4f58-7930-4677-ba21-210935b6818c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-179b4f58-7930-4677-ba21-210935b6818c .shogun-image-content {
  
    align-items: center;
  
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-179b4f58-7930-4677-ba21-210935b6818c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container {
      position: relative;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-179b4f58-7930-4677-ba21-210935b6818c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-content {
  
    align-items: center;
  
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
      position: relative;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  
  
  
  
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-content {
  
    align-items: center;
  
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
      position: relative;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  
  
  
  
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-content {
  
    align-items: center;
  
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
      position: relative;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  
  
  
  
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-content {
  
    align-items: center;
  
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
      position: relative;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  
  
  
  
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e .shogun-image-content {
  
    align-items: center;
  
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container {
      position: relative;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3d52c54-7baa-4d13-8da1-5e91c3d3090e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-3383ad1b-d726-492c-931a-401e113fbdba {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-3383ad1b-d726-492c-931a-401e113fbdba {
  display: none;
}
#s-3383ad1b-d726-492c-931a-401e113fbdba, #wrap-s-3383ad1b-d726-492c-931a-401e113fbdba { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3383ad1b-d726-492c-931a-401e113fbdba {
  display: none;
}
#s-3383ad1b-d726-492c-931a-401e113fbdba, #wrap-s-3383ad1b-d726-492c-931a-401e113fbdba { display: none !important; }}
@media (min-width: 0px) {
[id="s-3383ad1b-d726-492c-931a-401e113fbdba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3383ad1b-d726-492c-931a-401e113fbdba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3383ad1b-d726-492c-931a-401e113fbdba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3383ad1b-d726-492c-931a-401e113fbdba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
      position: relative;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  
  
  
  
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
      position: relative;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  
  
  
  
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
      position: relative;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  
  
  
  
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
      position: relative;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  
  
  
  
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 .shogun-image-content {
  
    align-items: center;
  
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container {
      position: relative;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b41e6f08-73c5-43e1-a2be-a57f4eb9e770 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-content {
  
    align-items: center;
  
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8045610a-8220-42f0-94d7-66bf8ab60735 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
      position: relative;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  
  
  
  
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-content {
  
    align-items: center;
  
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8045610a-8220-42f0-94d7-66bf8ab60735 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
      position: relative;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  
  
  
  
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-content {
  
    align-items: center;
  
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8045610a-8220-42f0-94d7-66bf8ab60735 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
      position: relative;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  
  
  
  
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-content {
  
    align-items: center;
  
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8045610a-8220-42f0-94d7-66bf8ab60735 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
      position: relative;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  
  
  
  
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8045610a-8220-42f0-94d7-66bf8ab60735 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8045610a-8220-42f0-94d7-66bf8ab60735 .shogun-image-content {
  
    align-items: center;
  
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8045610a-8220-42f0-94d7-66bf8ab60735 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container {
      position: relative;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8045610a-8220-42f0-94d7-66bf8ab60735 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-content {
  
    align-items: center;
  
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
      position: relative;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  
  
  
  
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-content {
  
    align-items: center;
  
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
      position: relative;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  
  
  
  
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-content {
  
    align-items: center;
  
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
      position: relative;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  
  
  
  
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-content {
  
    align-items: center;
  
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
      position: relative;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  
  
  
  
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5905bf84-c281-410c-88a3-e4f4e52e8153 .shogun-image-content {
  
    align-items: center;
  
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container {
      position: relative;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5905bf84-c281-410c-88a3-e4f4e52e8153 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-cbfdd240-87a6-4443-8ac8-f7482a9884c2 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cbfdd240-87a6-4443-8ac8-f7482a9884c2 {
  display: none;
}
#s-cbfdd240-87a6-4443-8ac8-f7482a9884c2, #wrap-s-cbfdd240-87a6-4443-8ac8-f7482a9884c2 { display: none !important; }}@media (max-width: 767px){#s-cbfdd240-87a6-4443-8ac8-f7482a9884c2 {
  display: none;
}
#s-cbfdd240-87a6-4443-8ac8-f7482a9884c2, #wrap-s-cbfdd240-87a6-4443-8ac8-f7482a9884c2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cbfdd240-87a6-4443-8ac8-f7482a9884c2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cbfdd240-87a6-4443-8ac8-f7482a9884c2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-cbfdd240-87a6-4443-8ac8-f7482a9884c2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-cbfdd240-87a6-4443-8ac8-f7482a9884c2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1715b7c6-160c-41a4-b05c-351debd959dd {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-1715b7c6-160c-41a4-b05c-351debd959dd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1715b7c6-160c-41a4-b05c-351debd959dd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
      position: relative;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1715b7c6-160c-41a4-b05c-351debd959dd {
  
  
  
  
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1715b7c6-160c-41a4-b05c-351debd959dd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
      position: relative;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-1715b7c6-160c-41a4-b05c-351debd959dd {
  
  
  
  
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1715b7c6-160c-41a4-b05c-351debd959dd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
      position: relative;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-1715b7c6-160c-41a4-b05c-351debd959dd {
  
  
  
  
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1715b7c6-160c-41a4-b05c-351debd959dd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
      position: relative;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-1715b7c6-160c-41a4-b05c-351debd959dd {
  
  
  
  
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1715b7c6-160c-41a4-b05c-351debd959dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1715b7c6-160c-41a4-b05c-351debd959dd .shogun-image-content {
  
    align-items: center;
  
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1715b7c6-160c-41a4-b05c-351debd959dd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container {
      position: relative;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1715b7c6-160c-41a4-b05c-351debd959dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
      position: relative;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  
  
  
  
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
      position: relative;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  
  
  
  
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
      position: relative;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  
  
  
  
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
      position: relative;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  
  
  
  
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-95e0eb92-4491-401e-be48-ab0bd2387a7d .shogun-image-content {
  
    align-items: center;
  
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container {
      position: relative;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-95e0eb92-4491-401e-be48-ab0bd2387a7d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
      position: relative;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  
  
  
  
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
      position: relative;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  
  
  
  
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
      position: relative;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  
  
  
  
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
      position: relative;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  
  
  
  
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd .shogun-image-content {
  
    align-items: center;
  
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container {
      position: relative;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e1b9d36-4840-461c-8b1d-9f0cc892d5cd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-content {
  
    align-items: center;
  
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
      position: relative;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  
  
  
  
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-content {
  
    align-items: center;
  
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
      position: relative;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  
  
  
  
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-content {
  
    align-items: center;
  
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
      position: relative;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  
  
  
  
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-content {
  
    align-items: center;
  
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
      position: relative;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  
  
  
  
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 .shogun-image-content {
  
    align-items: center;
  
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shg-align-container {
  display: flex;
  justify-content: center
}

.s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container {
      position: relative;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-106d5ebb-a017-4c6c-8cf4-27a1f87a4930 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-c01ca21c-a475-4352-a44e-fbd2b2e42638 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c01ca21c-a475-4352-a44e-fbd2b2e42638 {
  display: none;
}
#s-c01ca21c-a475-4352-a44e-fbd2b2e42638, #wrap-s-c01ca21c-a475-4352-a44e-fbd2b2e42638 { display: none !important; }}@media (max-width: 767px){#s-c01ca21c-a475-4352-a44e-fbd2b2e42638 {
  display: none;
}
#s-c01ca21c-a475-4352-a44e-fbd2b2e42638, #wrap-s-c01ca21c-a475-4352-a44e-fbd2b2e42638 { display: none !important; }}
@media (min-width: 0px) {
[id="s-c01ca21c-a475-4352-a44e-fbd2b2e42638"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c01ca21c-a475-4352-a44e-fbd2b2e42638"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c01ca21c-a475-4352-a44e-fbd2b2e42638"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c01ca21c-a475-4352-a44e-fbd2b2e42638"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
      position: relative;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  
  
  
  
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
      position: relative;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  
  
  
  
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
      position: relative;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  
  
  
  
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
      position: relative;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  
  
  
  
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2be3be12-92a6-4db7-a216-7a62868bcff2 .shogun-image-content {
  
    align-items: center;
  
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container {
      position: relative;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2be3be12-92a6-4db7-a216-7a62868bcff2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
      position: relative;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  
  
  
  
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
      position: relative;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  
  
  
  
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
      position: relative;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  
  
  
  
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
      position: relative;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  
  
  
  
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container {
      position: relative;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd6bd713-cf67-47ac-8a7a-f52e00a06e06 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
      position: relative;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  
  
  
  
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
      position: relative;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){

.shg-image-margin-container-s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  
  
  
  
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
      position: relative;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){

.shg-image-margin-container-s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  
  
  
  
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
      position: relative;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}@media (max-width: 767px){

.shg-image-margin-container-s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  
  
  
  
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8d8d5528-5c3e-416f-8adb-1157995deb7c .shogun-image-content {
  
    align-items: center;
  
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container {
      position: relative;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8d8d5528-5c3e-416f-8adb-1157995deb7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTIyN2ZmNDUtOGI0Yi00YmVhLTgyNTItMzM4MmMzMmVlNzJiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MjI3ZmY0NS04YjRiLTRiZWEtODI1Mi0zMzgyYzMyZWU3MmIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 50px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf-root {
    text-align: center;
  }


#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf-root {
    text-align: center;
  }


#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf-root {
    text-align: center;
  }


#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf-root {
    text-align: center;
  }


#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf-root {
    text-align: center;
  }


#s-ff300fe4-297d-4f52-b2e1-f329b3b9ccdf.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
