.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 bottom;
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/d59822b0-df50-4048-bd12-db332d91e8e1/-/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-cecf119e-cc88-4b10-b848-cc68c31cff5b {
  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(235, 169, 80, 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-cecf119e-cc88-4b10-b848-cc68c31cff5b: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-cecf119e-cc88-4b10-b848-cc68c31cff5b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.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-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.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-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cecf119e-cc88-4b10-b848-cc68c31cff5b-root {
    text-align: left;
  }


#s-cecf119e-cc88-4b10-b848-cc68c31cff5b.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-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1 {
  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-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2YyNjAwNzEtNWIzNi00ZDEzLTg1YmQtMzg5NjhhMDlkYzFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZjI2MDA3MS01YjM2LTRkMTMtODViZC0zODk2OGEwOWRjMWYpIi8+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-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1-root {
    text-align: left;
  }


#s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1-root {
    text-align: left;
  }


#s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1.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-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1-root {
    text-align: left;
  }


#s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1.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-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1-root {
    text-align: left;
  }


#s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1-root {
    text-align: left;
  }


#s-5f7cbb83-f958-4830-b7ea-7ab9cf0bfea1.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGZjN2I3NzctZTcyOS00YmExLWI5N2ItYzY0ZDVlMGNhYTBiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZmM3Yjc3Ny1lNzI5LTRiYTEtYjk3Yi1jNjRkNWUwY2FhMGIpIi8+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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDI5ZmU4OTUtZGFiOS00NjgxLWFlNmMtZTkyMWFmOGJkMWI5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNDI5ZmU4OTUtZGFiOS00NjgxLWFlNmMtZTkyMWFmOGJkMWI5KSIvPjwvc3ZnPg==) !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-fbda9869-b8d1-46fb-8eee-7f55f35d80ff {
  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-fbda9869-b8d1-46fb-8eee-7f55f35d80ff:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTczNjE3MTktZmViYi00OGQwLWE3MzktZjNmY2QyNWU3NTBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NzM2MTcxOS1mZWJiLTQ4ZDAtYTczOS1mM2ZjZDI1ZTc1MGYpIi8+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-fbda9869-b8d1-46fb-8eee-7f55f35d80ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff-root {
    text-align: left;
  }


#s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff-root {
    text-align: left;
  }


#s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff.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-fbda9869-b8d1-46fb-8eee-7f55f35d80ff-root {
    text-align: left;
  }


#s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff.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-fbda9869-b8d1-46fb-8eee-7f55f35d80ff-root {
    text-align: left;
  }


#s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff-root {
    text-align: left;
  }


#s-fbda9869-b8d1-46fb-8eee-7f55f35d80ff.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDZmYzBlMDYtYzVjMi00NzBjLWJhZjYtNzQ5ZWQ5YzExMDg1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NmZjMGUwNi1jNWMyLTQ3MGMtYmFmNi03NDllZDljMTEwODUpIi8+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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODQ5YTA4ZjctMGQ3Yi00ZDIyLTliZDEtNzI4YmMyMDQzN2IzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiM4OWI0ZDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg0OWEwOGY3LTBkN2ItNGQyMi05YmQxLTcyOGJjMjA0MzdiMykiLz48L3N2Zz4=) !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-481665de-5a9a-4ac4-b288-841bc1e356b4 {
  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-481665de-5a9a-4ac4-b288-841bc1e356b4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGRlMmMzNGUtMjBkNi00NzcxLTgzNjAtNzE5NzA3NGQxMDUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZGUyYzM0ZS0yMGQ2LTQ3NzEtODM2MC03MTk3MDc0ZDEwNTApIi8+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-481665de-5a9a-4ac4-b288-841bc1e356b4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-481665de-5a9a-4ac4-b288-841bc1e356b4-root {
    text-align: left;
  }


#s-481665de-5a9a-4ac4-b288-841bc1e356b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-481665de-5a9a-4ac4-b288-841bc1e356b4-root {
    text-align: left;
  }


#s-481665de-5a9a-4ac4-b288-841bc1e356b4.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-481665de-5a9a-4ac4-b288-841bc1e356b4-root {
    text-align: left;
  }


#s-481665de-5a9a-4ac4-b288-841bc1e356b4.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-481665de-5a9a-4ac4-b288-841bc1e356b4-root {
    text-align: left;
  }


#s-481665de-5a9a-4ac4-b288-841bc1e356b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-481665de-5a9a-4ac4-b288-841bc1e356b4-root {
    text-align: left;
  }


#s-481665de-5a9a-4ac4-b288-841bc1e356b4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fbd8049a-329a-410d-810b-53df715a16ad {
  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-fbd8049a-329a-410d-810b-53df715a16ad:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzJlZWE5NzAtZDBhYi00ZDM4LWJjMDMtYjU5YzA0ZTFmNTA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MmVlYTk3MC1kMGFiLTRkMzgtYmMwMy1iNTljMDRlMWY1MDUpIi8+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-fbd8049a-329a-410d-810b-53df715a16ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fbd8049a-329a-410d-810b-53df715a16ad-root {
    text-align: left;
  }


#s-fbd8049a-329a-410d-810b-53df715a16ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fbd8049a-329a-410d-810b-53df715a16ad-root {
    text-align: left;
  }


#s-fbd8049a-329a-410d-810b-53df715a16ad.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-fbd8049a-329a-410d-810b-53df715a16ad-root {
    text-align: left;
  }


#s-fbd8049a-329a-410d-810b-53df715a16ad.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-fbd8049a-329a-410d-810b-53df715a16ad-root {
    text-align: left;
  }


#s-fbd8049a-329a-410d-810b-53df715a16ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fbd8049a-329a-410d-810b-53df715a16ad-root {
    text-align: left;
  }


#s-fbd8049a-329a-410d-810b-53df715a16ad.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTY5YzFhNjMtN2UxMy00YjViLTgxOGQtYmI5Mjk3MGMzMmM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E2OWMxYTYzLTdlMTMtNGI1Yi04MThkLWJiOTI5NzBjMzJjOSkiLz48L3N2Zz4=) !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-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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODE3YzQzYTEtOTczZC00NzdhLWIyNGMtMmIwZmU5NDVmYTgxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MTdjNDNhMS05NzNkLTQ3N2EtYjI0Yy0yYjBmZTk0NWZhODEpIi8+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-463b2de8-a24e-447d-900a-09560242361c {
  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-463b2de8-a24e-447d-900a-09560242361c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTBhNmVhYzgtMmRiOS00M2QzLWFiOTgtMDZhZWIxMDY4NjBhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzEwYTZlYWM4LTJkYjktNDNkMy1hYjk4LTA2YWViMTA2ODYwYSkiLz48L3N2Zz4=) !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-463b2de8-a24e-447d-900a-09560242361c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-463b2de8-a24e-447d-900a-09560242361c-root {
    text-align: left;
  }


#s-463b2de8-a24e-447d-900a-09560242361c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-463b2de8-a24e-447d-900a-09560242361c-root {
    text-align: left;
  }


#s-463b2de8-a24e-447d-900a-09560242361c.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-463b2de8-a24e-447d-900a-09560242361c-root {
    text-align: left;
  }


#s-463b2de8-a24e-447d-900a-09560242361c.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-463b2de8-a24e-447d-900a-09560242361c-root {
    text-align: left;
  }


#s-463b2de8-a24e-447d-900a-09560242361c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-463b2de8-a24e-447d-900a-09560242361c-root {
    text-align: left;
  }


#s-463b2de8-a24e-447d-900a-09560242361c.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjNkMmY5MjMtYWZjMi00MTlmLWE3M2UtYjZiZGUzNzkxMTg4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiM2QyZjkyMy1hZmMyLTQxOWYtYTczZS1iNmJkZTM3OTExODgpIi8+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-fe4c1699-dd6c-450c-a00d-6d9529e57ef6 {
  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-fe4c1699-dd6c-450c-a00d-6d9529e57ef6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTY5YzFhNjMtN2UxMy00YjViLTgxOGQtYmI5Mjk3MGMzMmM5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E2OWMxYTYzLTdlMTMtNGI1Yi04MThkLWJiOTI5NzBjMzJjOSkiLz48L3N2Zz4=) !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-fe4c1699-dd6c-450c-a00d-6d9529e57ef6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6-root {
    text-align: left;
  }


#s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6-root {
    text-align: left;
  }


#s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6.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-fe4c1699-dd6c-450c-a00d-6d9529e57ef6-root {
    text-align: left;
  }


#s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6.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-fe4c1699-dd6c-450c-a00d-6d9529e57ef6-root {
    text-align: left;
  }


#s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6-root {
    text-align: left;
  }


#s-fe4c1699-dd6c-450c-a00d-6d9529e57ef6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c22ffad8-5fca-4d3d-94f6-797a05a08a10 {
  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-c22ffad8-5fca-4d3d-94f6-797a05a08a10:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmZlNTc0MzgtOGNjZi00NjBhLWFhZDEtZmIyMzZlODIxYWE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZmU1NzQzOC04Y2NmLTQ2MGEtYWFkMS1mYjIzNmU4MjFhYTYpIi8+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-c22ffad8-5fca-4d3d-94f6-797a05a08a10:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c22ffad8-5fca-4d3d-94f6-797a05a08a10-root {
    text-align: left;
  }


#s-c22ffad8-5fca-4d3d-94f6-797a05a08a10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c22ffad8-5fca-4d3d-94f6-797a05a08a10-root {
    text-align: left;
  }


#s-c22ffad8-5fca-4d3d-94f6-797a05a08a10.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-c22ffad8-5fca-4d3d-94f6-797a05a08a10-root {
    text-align: left;
  }


#s-c22ffad8-5fca-4d3d-94f6-797a05a08a10.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-c22ffad8-5fca-4d3d-94f6-797a05a08a10-root {
    text-align: left;
  }


#s-c22ffad8-5fca-4d3d-94f6-797a05a08a10.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c22ffad8-5fca-4d3d-94f6-797a05a08a10-root {
    text-align: left;
  }


#s-c22ffad8-5fca-4d3d-94f6-797a05a08a10.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGQ0M2I4OGMtMWJhMy00MmY3LWE3ZjAtYWQxMGQ0NzA3MGNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkZDQzYjg4Yy0xYmEzLTQyZjctYTdmMC1hZDEwZDQ3MDcwY2MpIi8+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-8526c44d-895f-43c7-ae18-ece814356739 {
  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-8526c44d-895f-43c7-ae18-ece814356739:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjIxMzdkZmMtMTk3ZC00MmM1LTk3NjktMmEyMzRhNGViNTU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MjEzN2RmYy0xOTdkLTQyYzUtOTc2OS0yYTIzNGE0ZWI1NTQpIi8+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-8526c44d-895f-43c7-ae18-ece814356739:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8526c44d-895f-43c7-ae18-ece814356739-root {
    text-align: left;
  }


#s-8526c44d-895f-43c7-ae18-ece814356739.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8526c44d-895f-43c7-ae18-ece814356739-root {
    text-align: left;
  }


#s-8526c44d-895f-43c7-ae18-ece814356739.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-8526c44d-895f-43c7-ae18-ece814356739-root {
    text-align: left;
  }


#s-8526c44d-895f-43c7-ae18-ece814356739.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-8526c44d-895f-43c7-ae18-ece814356739-root {
    text-align: left;
  }


#s-8526c44d-895f-43c7-ae18-ece814356739.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8526c44d-895f-43c7-ae18-ece814356739-root {
    text-align: left;
  }


#s-8526c44d-895f-43c7-ae18-ece814356739.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-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-d556cfef-ce16-4573-9729-60f442140892 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-d556cfef-ce16-4573-9729-60f442140892 {
  display: none;
}
#s-d556cfef-ce16-4573-9729-60f442140892, #wrap-s-d556cfef-ce16-4573-9729-60f442140892 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d556cfef-ce16-4573-9729-60f442140892 {
  display: none;
}
#s-d556cfef-ce16-4573-9729-60f442140892, #wrap-s-d556cfef-ce16-4573-9729-60f442140892 { display: none !important; }}


.shg-image-margin-container-s-d556cfef-ce16-4573-9729-60f442140892 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d556cfef-ce16-4573-9729-60f442140892 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d556cfef-ce16-4573-9729-60f442140892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-content {
  
    align-items: center;
  
}

.s-d556cfef-ce16-4573-9729-60f442140892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d556cfef-ce16-4573-9729-60f442140892 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
      position: relative;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892 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-d556cfef-ce16-4573-9729-60f442140892 {
  
  
  
  
}

#s-d556cfef-ce16-4573-9729-60f442140892 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d556cfef-ce16-4573-9729-60f442140892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-content {
  
    align-items: center;
  
}

.s-d556cfef-ce16-4573-9729-60f442140892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d556cfef-ce16-4573-9729-60f442140892 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
      position: relative;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892 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-d556cfef-ce16-4573-9729-60f442140892 {
  
  
  
  
}

#s-d556cfef-ce16-4573-9729-60f442140892 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d556cfef-ce16-4573-9729-60f442140892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-content {
  
    align-items: center;
  
}

.s-d556cfef-ce16-4573-9729-60f442140892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d556cfef-ce16-4573-9729-60f442140892 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
      position: relative;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892 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-d556cfef-ce16-4573-9729-60f442140892 {
  
  
  
  
}

#s-d556cfef-ce16-4573-9729-60f442140892 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d556cfef-ce16-4573-9729-60f442140892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-content {
  
    align-items: center;
  
}

.s-d556cfef-ce16-4573-9729-60f442140892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d556cfef-ce16-4573-9729-60f442140892 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
      position: relative;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892 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-d556cfef-ce16-4573-9729-60f442140892 {
  
  
  
  
}

#s-d556cfef-ce16-4573-9729-60f442140892 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d556cfef-ce16-4573-9729-60f442140892 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d556cfef-ce16-4573-9729-60f442140892 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-d556cfef-ce16-4573-9729-60f442140892 .shogun-image-content {
  
    align-items: center;
  
}

.s-d556cfef-ce16-4573-9729-60f442140892.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d556cfef-ce16-4573-9729-60f442140892.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d556cfef-ce16-4573-9729-60f442140892 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container {
      position: relative;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d556cfef-ce16-4573-9729-60f442140892.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d556cfef-ce16-4573-9729-60f442140892 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: 5613px;
aspect-ratio: 6527/4351;
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-e6381d71-bf22-436c-b68d-fc48fb2650b5 {
  display: none;
}
#s-e6381d71-bf22-436c-b68d-fc48fb2650b5, #wrap-s-e6381d71-bf22-436c-b68d-fc48fb2650b5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e6381d71-bf22-436c-b68d-fc48fb2650b5 {
  display: none;
}
#s-e6381d71-bf22-436c-b68d-fc48fb2650b5, #wrap-s-e6381d71-bf22-436c-b68d-fc48fb2650b5 { display: none !important; }}
#s-e6381d71-bf22-436c-b68d-fc48fb2650b5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e6381d71-bf22-436c-b68d-fc48fb2650b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-e6381d71-bf22-436c-b68d-fc48fb2650b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(146, 179, 208, 1);
}

#s-e6381d71-bf22-436c-b68d-fc48fb2650b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e6381d71-bf22-436c-b68d-fc48fb2650b5 > .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-e6381d71-bf22-436c-b68d-fc48fb2650b5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d {
  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-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGE0NDlhODQtYTQyYS00NWM3LWFiMjgtOTgxOTM1NDE4YjVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YTQ0OWE4NC1hNDJhLTQ1YzctYWIyOC05ODE5MzU0MThiNWEpIi8+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-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d-root {
    text-align: center;
  }


#s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d-root {
    text-align: center;
  }


#s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d.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-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d-root {
    text-align: center;
  }


#s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d.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-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d-root {
    text-align: center;
  }


#s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d-root {
    text-align: center;
  }


#s-7c57a9d3-01fe-4d22-ab7e-b7913cafd89d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-564122d5-8a42-4bbd-9d08-b2c19a5866ab {
  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-564122d5-8a42-4bbd-9d08-b2c19a5866ab:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDcyNmNlZTMtYTY1OS00ZjU0LThlYTktNWViZDZiZjExMTQ1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNzI2Y2VlMy1hNjU5LTRmNTQtOGVhOS01ZWJkNmJmMTExNDUpIi8+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-564122d5-8a42-4bbd-9d08-b2c19a5866ab:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-564122d5-8a42-4bbd-9d08-b2c19a5866ab-root {
    text-align: center;
  }


#s-564122d5-8a42-4bbd-9d08-b2c19a5866ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-564122d5-8a42-4bbd-9d08-b2c19a5866ab-root {
    text-align: center;
  }


#s-564122d5-8a42-4bbd-9d08-b2c19a5866ab.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-564122d5-8a42-4bbd-9d08-b2c19a5866ab-root {
    text-align: center;
  }


#s-564122d5-8a42-4bbd-9d08-b2c19a5866ab.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-564122d5-8a42-4bbd-9d08-b2c19a5866ab-root {
    text-align: center;
  }


#s-564122d5-8a42-4bbd-9d08-b2c19a5866ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-564122d5-8a42-4bbd-9d08-b2c19a5866ab-root {
    text-align: center;
  }


#s-564122d5-8a42-4bbd-9d08-b2c19a5866ab.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb {
  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-8c76a35c-2143-49fc-a6f8-fdef322dfbeb:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjc0ZTJmMjMtNzVjNi00ZWVmLWJmYzItODllMzgzZjYwMDIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNzRlMmYyMy03NWM2LTRlZWYtYmZjMi04OWUzODNmNjAwMjMpIi8+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-8c76a35c-2143-49fc-a6f8-fdef322dfbeb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb-root {
    text-align: center;
  }


#s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb-root {
    text-align: center;
  }


#s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb.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-8c76a35c-2143-49fc-a6f8-fdef322dfbeb-root {
    text-align: center;
  }


#s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb.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-8c76a35c-2143-49fc-a6f8-fdef322dfbeb-root {
    text-align: center;
  }


#s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb-root {
    text-align: center;
  }


#s-8c76a35c-2143-49fc-a6f8-fdef322dfbeb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7f2a8e62-4d33-4050-abff-599de8074cc4 {
  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-7f2a8e62-4d33-4050-abff-599de8074cc4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjI2YWUwZTItZjI3OS00YTQwLTlhZGYtOTYwOGEwOTVhNzcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MjZhZTBlMi1mMjc5LTRhNDAtOWFkZi05NjA4YTA5NWE3NzApIi8+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-7f2a8e62-4d33-4050-abff-599de8074cc4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f2a8e62-4d33-4050-abff-599de8074cc4-root {
    text-align: center;
  }


#s-7f2a8e62-4d33-4050-abff-599de8074cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7f2a8e62-4d33-4050-abff-599de8074cc4-root {
    text-align: center;
  }


#s-7f2a8e62-4d33-4050-abff-599de8074cc4.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-7f2a8e62-4d33-4050-abff-599de8074cc4-root {
    text-align: center;
  }


#s-7f2a8e62-4d33-4050-abff-599de8074cc4.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-7f2a8e62-4d33-4050-abff-599de8074cc4-root {
    text-align: center;
  }


#s-7f2a8e62-4d33-4050-abff-599de8074cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7f2a8e62-4d33-4050-abff-599de8074cc4-root {
    text-align: center;
  }


#s-7f2a8e62-4d33-4050-abff-599de8074cc4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-417330e5-e131-4b30-b42a-ed6d47704052 {
  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-417330e5-e131-4b30-b42a-ed6d47704052:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjI2YWUwZTItZjI3OS00YTQwLTlhZGYtOTYwOGEwOTVhNzcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MjZhZTBlMi1mMjc5LTRhNDAtOWFkZi05NjA4YTA5NWE3NzApIi8+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-417330e5-e131-4b30-b42a-ed6d47704052:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-417330e5-e131-4b30-b42a-ed6d47704052-root {
    text-align: center;
  }


#s-417330e5-e131-4b30-b42a-ed6d47704052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-417330e5-e131-4b30-b42a-ed6d47704052-root {
    text-align: center;
  }


#s-417330e5-e131-4b30-b42a-ed6d47704052.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-417330e5-e131-4b30-b42a-ed6d47704052-root {
    text-align: center;
  }


#s-417330e5-e131-4b30-b42a-ed6d47704052.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-417330e5-e131-4b30-b42a-ed6d47704052-root {
    text-align: center;
  }


#s-417330e5-e131-4b30-b42a-ed6d47704052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-417330e5-e131-4b30-b42a-ed6d47704052-root {
    text-align: center;
  }


#s-417330e5-e131-4b30-b42a-ed6d47704052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722 {
  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-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjI2YWUwZTItZjI3OS00YTQwLTlhZGYtOTYwOGEwOTVhNzcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MjZhZTBlMi1mMjc5LTRhNDAtOWFkZi05NjA4YTA5NWE3NzApIi8+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-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722-root {
    text-align: center;
  }


#s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722-root {
    text-align: center;
  }


#s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722.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-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722-root {
    text-align: center;
  }


#s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722.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-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722-root {
    text-align: center;
  }


#s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722-root {
    text-align: center;
  }


#s-261f1d1b-b6e3-4ee1-9c9a-03b7d72b7722.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008 {
  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-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTUyNGZjOTUtYWY1Zi00ZDFjLWExMmUtNGFkYWNhYTEzY2ExIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NTI0ZmM5NS1hZjVmLTRkMWMtYTEyZS00YWRhY2FhMTNjYTEpIi8+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-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008-root {
    text-align: center;
  }


#s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008-root {
    text-align: center;
  }


#s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008.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-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008-root {
    text-align: center;
  }


#s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008.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-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008-root {
    text-align: center;
  }


#s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008-root {
    text-align: center;
  }


#s-6d4bd9d0-5d13-4281-b4b7-6cd6fcb99008.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a {
  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-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2JhYjhlYWMtZWJjMi00NDY4LTlmMmUtOGFhNDJmMjc4NTBjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YmFiOGVhYy1lYmMyLTQ0NjgtOWYyZS04YWE0MmYyNzg1MGMpIi8+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-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a-root {
    text-align: center;
  }


#s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a-root {
    text-align: center;
  }


#s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a.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-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a-root {
    text-align: center;
  }


#s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a.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-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a-root {
    text-align: center;
  }


#s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a-root {
    text-align: center;
  }


#s-3ccecfc1-dc4c-4c4c-8298-7a840d1dce1a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5456808d-fa88-40ec-99db-091f120394a4 {
  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-5456808d-fa88-40ec-99db-091f120394a4:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODhlYmQ5OWYtMGM1OS00Zjg4LTlkNjEtMmE2ZjJjOTM1ZTRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4OGViZDk5Zi0wYzU5LTRmODgtOWQ2MS0yYTZmMmM5MzVlNGMpIi8+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-5456808d-fa88-40ec-99db-091f120394a4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5456808d-fa88-40ec-99db-091f120394a4-root {
    text-align: center;
  }


#s-5456808d-fa88-40ec-99db-091f120394a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5456808d-fa88-40ec-99db-091f120394a4-root {
    text-align: center;
  }


#s-5456808d-fa88-40ec-99db-091f120394a4.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-5456808d-fa88-40ec-99db-091f120394a4-root {
    text-align: center;
  }


#s-5456808d-fa88-40ec-99db-091f120394a4.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-5456808d-fa88-40ec-99db-091f120394a4-root {
    text-align: center;
  }


#s-5456808d-fa88-40ec-99db-091f120394a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5456808d-fa88-40ec-99db-091f120394a4-root {
    text-align: center;
  }


#s-5456808d-fa88-40ec-99db-091f120394a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347 {
  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-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGE0MDdhMDMtNzk3ZC00ZmYxLWI4MjQtNDAyYTVhZmJjNjNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYTQwN2EwMy03OTdkLTRmZjEtYjgyNC00MDJhNWFmYmM2M2QpIi8+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-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347-root {
    text-align: center;
  }


#s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347-root {
    text-align: center;
  }


#s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347.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-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347-root {
    text-align: center;
  }


#s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347.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-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347-root {
    text-align: center;
  }


#s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347-root {
    text-align: center;
  }


#s-3e6d9163-d76d-46eb-a5b9-4b8efcf0a347.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-99825819-e05c-41a6-afcb-b941044a032a {
  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-99825819-e05c-41a6-afcb-b941044a032a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWYxYTIwZGYtNDQ3ZS00YjEyLTgzNGYtMWJlMWJiYjAzYzcwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZjFhMjBkZi00NDdlLTRiMTItODM0Zi0xYmUxYmJiMDNjNzApIi8+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-99825819-e05c-41a6-afcb-b941044a032a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-99825819-e05c-41a6-afcb-b941044a032a-root {
    text-align: center;
  }


#s-99825819-e05c-41a6-afcb-b941044a032a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99825819-e05c-41a6-afcb-b941044a032a-root {
    text-align: center;
  }


#s-99825819-e05c-41a6-afcb-b941044a032a.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-99825819-e05c-41a6-afcb-b941044a032a-root {
    text-align: center;
  }


#s-99825819-e05c-41a6-afcb-b941044a032a.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-99825819-e05c-41a6-afcb-b941044a032a-root {
    text-align: center;
  }


#s-99825819-e05c-41a6-afcb-b941044a032a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99825819-e05c-41a6-afcb-b941044a032a-root {
    text-align: center;
  }


#s-99825819-e05c-41a6-afcb-b941044a032a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-231e7323-1680-4ab2-866c-b8c331cfcdd0 {
  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-231e7323-1680-4ab2-866c-b8c331cfcdd0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmVhNTQ0NTUtMTE3Mi00YWE1LTgwYTYtNjM2NjI3MWIwOWNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZWE1NDQ1NS0xMTcyLTRhYTUtODBhNi02MzY2MjcxYjA5Y2YpIi8+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-231e7323-1680-4ab2-866c-b8c331cfcdd0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-231e7323-1680-4ab2-866c-b8c331cfcdd0-root {
    text-align: center;
  }


#s-231e7323-1680-4ab2-866c-b8c331cfcdd0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-231e7323-1680-4ab2-866c-b8c331cfcdd0-root {
    text-align: center;
  }


#s-231e7323-1680-4ab2-866c-b8c331cfcdd0.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-231e7323-1680-4ab2-866c-b8c331cfcdd0-root {
    text-align: center;
  }


#s-231e7323-1680-4ab2-866c-b8c331cfcdd0.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-231e7323-1680-4ab2-866c-b8c331cfcdd0-root {
    text-align: center;
  }


#s-231e7323-1680-4ab2-866c-b8c331cfcdd0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-231e7323-1680-4ab2-866c-b8c331cfcdd0-root {
    text-align: center;
  }


#s-231e7323-1680-4ab2-866c-b8c331cfcdd0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3 {
  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-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGFhOGVhMGMtMGIzNy00YzRhLThkZmUtMmMzZGU0MGZhMzljIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YWE4ZWEwYy0wYjM3LTRjNGEtOGRmZS0yYzNkZTQwZmEzOWMpIi8+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-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3-root {
    text-align: center;
  }


#s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3-root {
    text-align: center;
  }


#s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3.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-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3-root {
    text-align: center;
  }


#s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3.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-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3-root {
    text-align: center;
  }


#s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3-root {
    text-align: center;
  }


#s-b6a1c4a7-df80-4b45-9c1a-b0d557f5ffb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-468a7a5a-0174-4326-8add-bd1af2990ff0 {
  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-468a7a5a-0174-4326-8add-bd1af2990ff0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWQwMWM3M2YtMWY1Ny00YzMyLWE2MWQtMGYzZDZkNjE3ZmFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZDAxYzczZi0xZjU3LTRjMzItYTYxZC0wZjNkNmQ2MTdmYWYpIi8+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-468a7a5a-0174-4326-8add-bd1af2990ff0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-468a7a5a-0174-4326-8add-bd1af2990ff0-root {
    text-align: center;
  }


#s-468a7a5a-0174-4326-8add-bd1af2990ff0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-468a7a5a-0174-4326-8add-bd1af2990ff0-root {
    text-align: center;
  }


#s-468a7a5a-0174-4326-8add-bd1af2990ff0.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-468a7a5a-0174-4326-8add-bd1af2990ff0-root {
    text-align: center;
  }


#s-468a7a5a-0174-4326-8add-bd1af2990ff0.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-468a7a5a-0174-4326-8add-bd1af2990ff0-root {
    text-align: center;
  }


#s-468a7a5a-0174-4326-8add-bd1af2990ff0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-468a7a5a-0174-4326-8add-bd1af2990ff0-root {
    text-align: center;
  }


#s-468a7a5a-0174-4326-8add-bd1af2990ff0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a28edc09-a622-44a2-9d92-2f8e869516c8 {
  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-a28edc09-a622-44a2-9d92-2f8e869516c8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTVjODZjYzMtZmFhMy00N2E1LWE3NjktNDM3NjAwY2Y3NjFjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNWM4NmNjMy1mYWEzLTQ3YTUtYTc2OS00Mzc2MDBjZjc2MWMpIi8+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-a28edc09-a622-44a2-9d92-2f8e869516c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a28edc09-a622-44a2-9d92-2f8e869516c8-root {
    text-align: center;
  }


#s-a28edc09-a622-44a2-9d92-2f8e869516c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a28edc09-a622-44a2-9d92-2f8e869516c8-root {
    text-align: center;
  }


#s-a28edc09-a622-44a2-9d92-2f8e869516c8.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-a28edc09-a622-44a2-9d92-2f8e869516c8-root {
    text-align: center;
  }


#s-a28edc09-a622-44a2-9d92-2f8e869516c8.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-a28edc09-a622-44a2-9d92-2f8e869516c8-root {
    text-align: center;
  }


#s-a28edc09-a622-44a2-9d92-2f8e869516c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a28edc09-a622-44a2-9d92-2f8e869516c8-root {
    text-align: center;
  }


#s-a28edc09-a622-44a2-9d92-2f8e869516c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-493dc610-6c46-4db3-9a4a-8f1d57c153ad {
  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-493dc610-6c46-4db3-9a4a-8f1d57c153ad:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTQ0NTVkODMtZThiNy00ZjZlLWJmMzUtMzU3MzBjZjY4Y2RiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlNDQ1NWQ4My1lOGI3LTRmNmUtYmYzNS0zNTczMGNmNjhjZGIpIi8+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-493dc610-6c46-4db3-9a4a-8f1d57c153ad:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-493dc610-6c46-4db3-9a4a-8f1d57c153ad-root {
    text-align: center;
  }


#s-493dc610-6c46-4db3-9a4a-8f1d57c153ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-493dc610-6c46-4db3-9a4a-8f1d57c153ad-root {
    text-align: center;
  }


#s-493dc610-6c46-4db3-9a4a-8f1d57c153ad.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-493dc610-6c46-4db3-9a4a-8f1d57c153ad-root {
    text-align: center;
  }


#s-493dc610-6c46-4db3-9a4a-8f1d57c153ad.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-493dc610-6c46-4db3-9a4a-8f1d57c153ad-root {
    text-align: center;
  }


#s-493dc610-6c46-4db3-9a4a-8f1d57c153ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-493dc610-6c46-4db3-9a4a-8f1d57c153ad-root {
    text-align: center;
  }


#s-493dc610-6c46-4db3-9a4a-8f1d57c153ad.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-886e2776-e76f-40e4-b33b-cba0dd559e31 {
  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-886e2776-e76f-40e4-b33b-cba0dd559e31: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-886e2776-e76f-40e4-b33b-cba0dd559e31:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-886e2776-e76f-40e4-b33b-cba0dd559e31-root {
    text-align: center;
  }


#s-886e2776-e76f-40e4-b33b-cba0dd559e31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-886e2776-e76f-40e4-b33b-cba0dd559e31-root {
    text-align: center;
  }


#s-886e2776-e76f-40e4-b33b-cba0dd559e31.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-886e2776-e76f-40e4-b33b-cba0dd559e31-root {
    text-align: center;
  }


#s-886e2776-e76f-40e4-b33b-cba0dd559e31.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-886e2776-e76f-40e4-b33b-cba0dd559e31-root {
    text-align: center;
  }


#s-886e2776-e76f-40e4-b33b-cba0dd559e31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-886e2776-e76f-40e4-b33b-cba0dd559e31-root {
    text-align: center;
  }


#s-886e2776-e76f-40e4-b33b-cba0dd559e31.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762 {
  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-b3db396e-7a5e-45d9-b4cd-8400a0cb3762:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWY5MGU0ZDctZWYyOS00NTVjLWJjNGItZmNmZjEzOThhZTY0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZjkwZTRkNy1lZjI5LTQ1NWMtYmM0Yi1mY2ZmMTM5OGFlNjQpIi8+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-b3db396e-7a5e-45d9-b4cd-8400a0cb3762:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762-root {
    text-align: center;
  }


#s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762-root {
    text-align: center;
  }


#s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762.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-b3db396e-7a5e-45d9-b4cd-8400a0cb3762-root {
    text-align: center;
  }


#s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762.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-b3db396e-7a5e-45d9-b4cd-8400a0cb3762-root {
    text-align: center;
  }


#s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762-root {
    text-align: center;
  }


#s-b3db396e-7a5e-45d9-b4cd-8400a0cb3762.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-b4e93524-4091-4068-9178-6a7cdba3a782 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-9fd6d7e4-30e5-4153-b1a2-96730eea1ae8 {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
}

#s-9ecf6679-27eb-4cd4-9d02-7dd5589d3e3d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-9ecf6679-27eb-4cd4-9d02-7dd5589d3e3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9ecf6679-27eb-4cd4-9d02-7dd5589d3e3d.shg-box.shg-c {
  justify-content: center;
}

#s-38be2eea-23c5-4874-b02f-b8aa78f18061 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}








#s-38be2eea-23c5-4874-b02f-b8aa78f18061 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38be2eea-23c5-4874-b02f-b8aa78f18061.shg-box.shg-c {
  justify-content: center;
}

#s-d31c34d2-7476-4c97-b9e6-4c0c6ea687f0 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-74181bb2-a1fb-4922-b2b7-b69363d2c109 {
  margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-efb0c34d-d3e8-4e32-b3c7-f2e330866d50 {
  margin-left: 15%;
margin-right: 15%;
}

#s-0a83f26b-72c0-4bae-9320-988adb8adf1c {
  margin-top: 30px;
margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
}

@media (min-width: 0px) {
[id="s-0a83f26b-72c0-4bae-9320-988adb8adf1c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a83f26b-72c0-4bae-9320-988adb8adf1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a83f26b-72c0-4bae-9320-988adb8adf1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a83f26b-72c0-4bae-9320-988adb8adf1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2a35036-980e-4b90-bf09-21f7c23845de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f2a35036-980e-4b90-bf09-21f7c23845de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2a35036-980e-4b90-bf09-21f7c23845de.shg-box.shg-c {
  justify-content: center;
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28 {
  margin-left: 25%;
margin-right: 25%;
max-width: 441px;
aspect-ratio: 441/490;
text-align: center;
}



.shg-image-margin-container-s-64c6ab05-04b5-4215-8558-d6c712faee28 {
  margin-left: 25%;
  margin-right: 25%;
  
  
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c6ab05-04b5-4215-8558-d6c712faee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64c6ab05-04b5-4215-8558-d6c712faee28 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
      position: relative;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28 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-64c6ab05-04b5-4215-8558-d6c712faee28 {
  
  
  
  
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c6ab05-04b5-4215-8558-d6c712faee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64c6ab05-04b5-4215-8558-d6c712faee28 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
      position: relative;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28 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-64c6ab05-04b5-4215-8558-d6c712faee28 {
  
  
  
  
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c6ab05-04b5-4215-8558-d6c712faee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64c6ab05-04b5-4215-8558-d6c712faee28 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
      position: relative;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28 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-64c6ab05-04b5-4215-8558-d6c712faee28 {
  
  
  
  
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c6ab05-04b5-4215-8558-d6c712faee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64c6ab05-04b5-4215-8558-d6c712faee28 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
      position: relative;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28 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-64c6ab05-04b5-4215-8558-d6c712faee28 {
  
  
  
  
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-64c6ab05-04b5-4215-8558-d6c712faee28 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-64c6ab05-04b5-4215-8558-d6c712faee28 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-64c6ab05-04b5-4215-8558-d6c712faee28 .shogun-image-content {
  
    align-items: center;
  
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shg-align-container {
  display: flex;
  justify-content: center
}

.s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-64c6ab05-04b5-4215-8558-d6c712faee28 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container {
      position: relative;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-64c6ab05-04b5-4215-8558-d6c712faee28 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}
#s-3bf6779b-f71d-4492-a9ee-5e36e6ce0f92 {
  margin-left: 25%;
margin-right: 25%;
max-width: 300px;
text-align: center;
}







  #s-3bf6779b-f71d-4492-a9ee-5e36e6ce0f92 img.shogun-image {
    

    
    
    
  }


#s-3bf6779b-f71d-4492-a9ee-5e36e6ce0f92 .shogun-image-content {
  
    align-items: center;
  
}

#s-bafb564a-f248-4295-9ee0-e100b2b90365 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bafb564a-f248-4295-9ee0-e100b2b90365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bafb564a-f248-4295-9ee0-e100b2b90365.shg-box.shg-c {
  justify-content: center;
}

#s-3e76612e-32f0-4424-92d8-0413e9717dc5 {
  min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-3e76612e-32f0-4424-92d8-0413e9717dc5 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-3e76612e-32f0-4424-92d8-0413e9717dc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e76612e-32f0-4424-92d8-0413e9717dc5.shg-box.shg-c {
  justify-content: center;
}

#s-ded5efe2-a698-4462-97ab-6e52f4c2a648 {
  margin-top: 35px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-6a573636-e651-4bbf-b04e-a03df6b8ca9e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGRmYTBjMTgtMjBiYy00ZjBiLTlhMTAtMDVlMzQ2M2U3MTVlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwZGZhMGMxOC0yMGJjLTRmMGItOWExMC0wNWUzNDYzZTcxNWUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
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-6a573636-e651-4bbf-b04e-a03df6b8ca9e: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-6a573636-e651-4bbf-b04e-a03df6b8ca9e:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-6a573636-e651-4bbf-b04e-a03df6b8ca9e-root {
    text-align: center;
  }


#s-6a573636-e651-4bbf-b04e-a03df6b8ca9e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6a573636-e651-4bbf-b04e-a03df6b8ca9e-root {
    text-align: center;
  }


#s-6a573636-e651-4bbf-b04e-a03df6b8ca9e.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-6a573636-e651-4bbf-b04e-a03df6b8ca9e-root {
    text-align: center;
  }


#s-6a573636-e651-4bbf-b04e-a03df6b8ca9e.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-6a573636-e651-4bbf-b04e-a03df6b8ca9e-root {
    text-align: center;
  }


#s-6a573636-e651-4bbf-b04e-a03df6b8ca9e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6a573636-e651-4bbf-b04e-a03df6b8ca9e-root {
    text-align: center;
  }


#s-6a573636-e651-4bbf-b04e-a03df6b8ca9e.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-01d18f4e-d11b-4084-96f3-1362369b9ef0 {
  min-height: 50px;
}
@media (max-width: 767px){#s-01d18f4e-d11b-4084-96f3-1362369b9ef0 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-01d18f4e-d11b-4084-96f3-1362369b9ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01d18f4e-d11b-4084-96f3-1362369b9ef0.shg-box.shg-c {
  justify-content: center;
}

#s-9c0c2eae-2755-4ccb-bc7f-d660098f112b {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2 {
  display: none;
}
#s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2, #wrap-s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2 {
  display: none;
}
#s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2, #wrap-s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-415cceeb-25cc-4619-bce6-f2a5dbd53cb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bdaf7550-bba2-491c-af27-0b68740cc428 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-bdaf7550-bba2-491c-af27-0b68740cc428 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdaf7550-bba2-491c-af27-0b68740cc428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdaf7550-bba2-491c-af27-0b68740cc428 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
      position: relative;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428 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-bdaf7550-bba2-491c-af27-0b68740cc428 {
  
  
  
  
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdaf7550-bba2-491c-af27-0b68740cc428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdaf7550-bba2-491c-af27-0b68740cc428 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
      position: relative;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428 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-bdaf7550-bba2-491c-af27-0b68740cc428 {
  
  
  
  
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdaf7550-bba2-491c-af27-0b68740cc428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdaf7550-bba2-491c-af27-0b68740cc428 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
      position: relative;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428 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-bdaf7550-bba2-491c-af27-0b68740cc428 {
  
  
  
  
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdaf7550-bba2-491c-af27-0b68740cc428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdaf7550-bba2-491c-af27-0b68740cc428 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
      position: relative;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428 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-bdaf7550-bba2-491c-af27-0b68740cc428 {
  
  
  
  
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bdaf7550-bba2-491c-af27-0b68740cc428 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bdaf7550-bba2-491c-af27-0b68740cc428 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bdaf7550-bba2-491c-af27-0b68740cc428 .shogun-image-content {
  
    align-items: center;
  
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bdaf7550-bba2-491c-af27-0b68740cc428 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container {
      position: relative;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bdaf7550-bba2-491c-af27-0b68740cc428 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
      position: relative;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 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-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  
  
  
  
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
      position: relative;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 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-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  
  
  
  
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
      position: relative;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 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-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  
  
  
  
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
      position: relative;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 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-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  
  
  
  
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container {
      position: relative;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8a2c1b1-72e5-4034-8fa0-eedb755ec1f5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
      position: relative;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 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-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  
  
  
  
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
      position: relative;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 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-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  
  
  
  
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
      position: relative;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 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-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  
  
  
  
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
      position: relative;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 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-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  
  
  
  
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bf6ff90a-8a05-4445-a6ea-39aab981e918 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bf6ff90a-8a05-4445-a6ea-39aab981e918 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container {
      position: relative;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bf6ff90a-8a05-4445-a6ea-39aab981e918 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
      position: relative;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 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-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  
  
  
  
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
      position: relative;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 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-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  
  
  
  
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
      position: relative;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 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-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  
  
  
  
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
      position: relative;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 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-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  
  
  
  
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container {
      position: relative;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ff24bf03-b33f-47a7-8ec6-02ba084c5fa7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-c141c86d-a369-4a43-a7ff-e5cc7412229d {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-c141c86d-a369-4a43-a7ff-e5cc7412229d {
  display: none;
}
#s-c141c86d-a369-4a43-a7ff-e5cc7412229d, #wrap-s-c141c86d-a369-4a43-a7ff-e5cc7412229d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c141c86d-a369-4a43-a7ff-e5cc7412229d {
  display: none;
}
#s-c141c86d-a369-4a43-a7ff-e5cc7412229d, #wrap-s-c141c86d-a369-4a43-a7ff-e5cc7412229d { display: none !important; }}
@media (min-width: 0px) {
[id="s-c141c86d-a369-4a43-a7ff-e5cc7412229d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c141c86d-a369-4a43-a7ff-e5cc7412229d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c141c86d-a369-4a43-a7ff-e5cc7412229d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c141c86d-a369-4a43-a7ff-e5cc7412229d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
      position: relative;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 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-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  
  
  
  
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
      position: relative;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 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-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  
  
  
  
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
      position: relative;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 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-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  
  
  
  
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
      position: relative;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 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-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  
  
  
  
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container {
      position: relative;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e9630ef-5437-46df-88fb-6785a9d1e4d4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
      position: relative;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f 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-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  
  
  
  
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
      position: relative;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f 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-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  
  
  
  
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
      position: relative;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f 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-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  
  
  
  
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
      position: relative;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f 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-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  
  
  
  
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc2ed9fd-906b-40ac-8c92-d1e65570974f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f .shogun-image-content {
  
    align-items: center;
  
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container {
      position: relative;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc2ed9fd-906b-40ac-8c92-d1e65570974f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
      position: relative;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 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-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  
  
  
  
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
      position: relative;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 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-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  
  
  
  
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
      position: relative;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 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-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  
  
  
  
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
      position: relative;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 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-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  
  
  
  
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container {
      position: relative;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d3400a57-c5a0-4bb7-882a-582dbefdccd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-4921fde0-3331-40aa-8f89-5db6329bef62 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-4921fde0-3331-40aa-8f89-5db6329bef62 {
  display: none;
}
#s-4921fde0-3331-40aa-8f89-5db6329bef62, #wrap-s-4921fde0-3331-40aa-8f89-5db6329bef62 { display: none !important; }}@media (max-width: 767px){#s-4921fde0-3331-40aa-8f89-5db6329bef62 {
  display: none;
}
#s-4921fde0-3331-40aa-8f89-5db6329bef62, #wrap-s-4921fde0-3331-40aa-8f89-5db6329bef62 { display: none !important; }}
@media (min-width: 0px) {
[id="s-4921fde0-3331-40aa-8f89-5db6329bef62"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4921fde0-3331-40aa-8f89-5db6329bef62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4921fde0-3331-40aa-8f89-5db6329bef62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4921fde0-3331-40aa-8f89-5db6329bef62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d88249-788b-416d-8d6a-bd596c761ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
      position: relative;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 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-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  
  
  
  
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d88249-788b-416d-8d6a-bd596c761ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
      position: relative;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 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-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  
  
  
  
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d88249-788b-416d-8d6a-bd596c761ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
      position: relative;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 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-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  
  
  
  
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d88249-788b-416d-8d6a-bd596c761ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
      position: relative;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 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-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  
  
  
  
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e6d88249-788b-416d-8d6a-bd596c761ac1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e6d88249-788b-416d-8d6a-bd596c761ac1 .shogun-image-content {
  
    align-items: center;
  
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container {
      position: relative;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e6d88249-788b-416d-8d6a-bd596c761ac1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
      position: relative;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 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-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  
  
  
  
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
      position: relative;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 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-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  
  
  
  
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
      position: relative;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 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-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  
  
  
  
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
      position: relative;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 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-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  
  
  
  
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container {
      position: relative;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-21c570ee-0690-4371-bf7e-93c1b2d96cb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
      position: relative;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf 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-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  
  
  
  
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
      position: relative;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf 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-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  
  
  
  
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
      position: relative;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf 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-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  
  
  
  
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
      position: relative;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf 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-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  
  
  
  
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf .shogun-image-content {
  
    align-items: center;
  
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container {
      position: relative;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2edfdf54-d10a-4168-b0c3-68afdb45e7bf img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-content {
  
    align-items: center;
  
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
      position: relative;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b 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-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  
  
  
  
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-content {
  
    align-items: center;
  
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
      position: relative;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b 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-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  
  
  
  
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-content {
  
    align-items: center;
  
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
      position: relative;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b 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-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  
  
  
  
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-content {
  
    align-items: center;
  
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
      position: relative;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b 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-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  
  
  
  
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b .shogun-image-content {
  
    align-items: center;
  
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container {
      position: relative;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f9feb05-0d8b-41e2-80c7-9141f3ee221b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-d084b4a5-df49-4489-ac51-244549bb696e {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d084b4a5-df49-4489-ac51-244549bb696e {
  display: none;
}
#s-d084b4a5-df49-4489-ac51-244549bb696e, #wrap-s-d084b4a5-df49-4489-ac51-244549bb696e { display: none !important; }}@media (max-width: 767px){#s-d084b4a5-df49-4489-ac51-244549bb696e {
  display: none;
}
#s-d084b4a5-df49-4489-ac51-244549bb696e, #wrap-s-d084b4a5-df49-4489-ac51-244549bb696e { display: none !important; }}
@media (min-width: 0px) {
[id="s-d084b4a5-df49-4489-ac51-244549bb696e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d084b4a5-df49-4489-ac51-244549bb696e"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-d084b4a5-df49-4489-ac51-244549bb696e"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-d084b4a5-df49-4489-ac51-244549bb696e"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-4d03a8f9-3332-48e7-888e-5994968232c0 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-4d03a8f9-3332-48e7-888e-5994968232c0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d03a8f9-3332-48e7-888e-5994968232c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d03a8f9-3332-48e7-888e-5994968232c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
      position: relative;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0 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-4d03a8f9-3332-48e7-888e-5994968232c0 {
  
  
  
  
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d03a8f9-3332-48e7-888e-5994968232c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d03a8f9-3332-48e7-888e-5994968232c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
      position: relative;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0 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-4d03a8f9-3332-48e7-888e-5994968232c0 {
  
  
  
  
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d03a8f9-3332-48e7-888e-5994968232c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d03a8f9-3332-48e7-888e-5994968232c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
      position: relative;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0 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-4d03a8f9-3332-48e7-888e-5994968232c0 {
  
  
  
  
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d03a8f9-3332-48e7-888e-5994968232c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d03a8f9-3332-48e7-888e-5994968232c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
      position: relative;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0 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-4d03a8f9-3332-48e7-888e-5994968232c0 {
  
  
  
  
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4d03a8f9-3332-48e7-888e-5994968232c0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4d03a8f9-3332-48e7-888e-5994968232c0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4d03a8f9-3332-48e7-888e-5994968232c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4d03a8f9-3332-48e7-888e-5994968232c0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container {
      position: relative;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4d03a8f9-3332-48e7-888e-5994968232c0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
      position: relative;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b 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-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  
  
  
  
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
      position: relative;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b 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-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  
  
  
  
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
      position: relative;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b 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-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  
  
  
  
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
      position: relative;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b 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-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  
  
  
  
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ca6dfa18-3910-4ae2-8274-e68b5a91363b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b .shogun-image-content {
  
    align-items: center;
  
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container {
      position: relative;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ca6dfa18-3910-4ae2-8274-e68b5a91363b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-f850c350-746f-42e1-b1bb-c855f0520623 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-f850c350-746f-42e1-b1bb-c855f0520623 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f850c350-746f-42e1-b1bb-c855f0520623 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f850c350-746f-42e1-b1bb-c855f0520623 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-content {
  
    align-items: center;
  
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f850c350-746f-42e1-b1bb-c855f0520623 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
      position: relative;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623 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-f850c350-746f-42e1-b1bb-c855f0520623 {
  
  
  
  
}

#s-f850c350-746f-42e1-b1bb-c855f0520623 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f850c350-746f-42e1-b1bb-c855f0520623 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-content {
  
    align-items: center;
  
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f850c350-746f-42e1-b1bb-c855f0520623 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
      position: relative;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623 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-f850c350-746f-42e1-b1bb-c855f0520623 {
  
  
  
  
}

#s-f850c350-746f-42e1-b1bb-c855f0520623 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f850c350-746f-42e1-b1bb-c855f0520623 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-content {
  
    align-items: center;
  
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f850c350-746f-42e1-b1bb-c855f0520623 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
      position: relative;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623 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-f850c350-746f-42e1-b1bb-c855f0520623 {
  
  
  
  
}

#s-f850c350-746f-42e1-b1bb-c855f0520623 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f850c350-746f-42e1-b1bb-c855f0520623 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-content {
  
    align-items: center;
  
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f850c350-746f-42e1-b1bb-c855f0520623 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
      position: relative;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623 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-f850c350-746f-42e1-b1bb-c855f0520623 {
  
  
  
  
}

#s-f850c350-746f-42e1-b1bb-c855f0520623 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f850c350-746f-42e1-b1bb-c855f0520623 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f850c350-746f-42e1-b1bb-c855f0520623 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-f850c350-746f-42e1-b1bb-c855f0520623 .shogun-image-content {
  
    align-items: center;
  
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f850c350-746f-42e1-b1bb-c855f0520623 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container {
      position: relative;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f850c350-746f-42e1-b1bb-c855f0520623 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
/*
  $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;
  }
}
