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

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

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

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

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

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

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

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

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

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

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

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

#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}@media (max-width: 767px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-image: url(https://i.shgcdn.com/fd5bed2e-c62b-460c-a224-3a60fa656b86/-/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-effebdcc-02d6-47d3-9fdb-0426a1660650 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(247, 165, 56, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 1px;
}
#s-effebdcc-02d6-47d3-9fdb-0426a1660650: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-effebdcc-02d6-47d3-9fdb-0426a1660650:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-effebdcc-02d6-47d3-9fdb-0426a1660650-root {
    text-align: left;
  }


#s-effebdcc-02d6-47d3-9fdb-0426a1660650.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-effebdcc-02d6-47d3-9fdb-0426a1660650-root {
    text-align: left;
  }


#s-effebdcc-02d6-47d3-9fdb-0426a1660650.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-effebdcc-02d6-47d3-9fdb-0426a1660650-root {
    text-align: left;
  }


#s-effebdcc-02d6-47d3-9fdb-0426a1660650.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-effebdcc-02d6-47d3-9fdb-0426a1660650-root {
    text-align: left;
  }


#s-effebdcc-02d6-47d3-9fdb-0426a1660650.shg-btn {
  color: #ffffff;
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-effebdcc-02d6-47d3-9fdb-0426a1660650-root {
    text-align: left;
  }


#s-effebdcc-02d6-47d3-9fdb-0426a1660650.shg-btn {
  color: #ffffff;
  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-6eb815cc-a9da-4d8e-a02b-699b004b6ad0 {
  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-6eb815cc-a9da-4d8e-a02b-699b004b6ad0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDAxZGY2NjgtMDk5OS00OTk2LThkM2YtMmZhNTc3ZjE4ZWFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MDFkZjY2OC0wOTk5LTQ5OTYtOGQzZi0yZmE1NzdmMThlYWIpIi8+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-6eb815cc-a9da-4d8e-a02b-699b004b6ad0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.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-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.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-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0-root {
    text-align: left;
  }


#s-6eb815cc-a9da-4d8e-a02b-699b004b6ad0.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZlOTI1ODktYjgyYS00NDAzLWE0NTYtM2M4MGFmZTIzNzI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmU5MjU4OS1iODJhLTQ0MDMtYTQ1Ni0zYzgwYWZlMjM3MjgpIi8+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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTdkYjk3MmUtYmEyNi00N2Q3LWIzYjYtYzcwZDIzZjNiZmVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMTdkYjk3MmUtYmEyNi00N2Q3LWIzYjYtYzcwZDIzZjNiZmVhKSIvPjwvc3ZnPg==) !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-c532261d-9a67-43e0-8226-831fd8e83d35 {
  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-c532261d-9a67-43e0-8226-831fd8e83d35:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWQ0ZmI0MGEtZGViYS00OWYyLTljMmQtZDNmMzlkNGZiMDg5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZDRmYjQwYS1kZWJhLTQ5ZjItOWMyZC1kM2YzOWQ0ZmIwODkpIi8+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-c532261d-9a67-43e0-8226-831fd8e83d35:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.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-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.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-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c532261d-9a67-43e0-8226-831fd8e83d35-root {
    text-align: left;
  }


#s-c532261d-9a67-43e0-8226-831fd8e83d35.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242 {
  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-1e7c19f0-ff34-4ad2-96d3-f0e17d678242:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmZmZDI1NzQtMmQxZC00YjNlLTg1YjMtZTdjYmU3ZjYwNmFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiZmZkMjU3NC0yZDFkLTRiM2UtODViMy1lN2NiZTdmNjA2YWUpIi8+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-1e7c19f0-ff34-4ad2-96d3-f0e17d678242:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242-root {
    text-align: left;
  }


#s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242-root {
    text-align: left;
  }


#s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242.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-1e7c19f0-ff34-4ad2-96d3-f0e17d678242-root {
    text-align: left;
  }


#s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242.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-1e7c19f0-ff34-4ad2-96d3-f0e17d678242-root {
    text-align: left;
  }


#s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242-root {
    text-align: left;
  }


#s-1e7c19f0-ff34-4ad2-96d3-f0e17d678242.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGQ5YzQ4NzQtODM4Mi00ZDk2LTlhNTAtNzVmMzI3NmRlNWQ4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiM4OWI0ZDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhkOWM0ODc0LTgzODItNGQ5Ni05YTUwLTc1ZjMyNzZkZTVkOCkiLz48L3N2Zz4=) !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-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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzM3YWRhOWMtZjc1NS00MmZjLTg3NTUtNDZiNDM5NGVjZWEyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MzdhZGE5Yy1mNzU1LTQyZmMtODc1NS00NmI0Mzk0ZWNlYTIpIi8+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-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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2M5NTVmZDktNTgxZS00ZGU5LTkzYzktOTBiZGM0MmEzNDFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYzk1NWZkOS01ODFlLTRkZTktOTNjOS05MGJkYzQyYTM0MWIpIi8+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-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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTUwNzNjNzctNzA4Mi00ZjI2LWE2ZjctY2M0NmM3NTYyZTdjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2E1MDczYzc3LTcwODItNGYyNi1hNmY3LWNjNDZjNzU2MmU3YykiLz48L3N2Zz4=) !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-554cc4cf-c77d-46e8-b34d-7c66ea023360 {
  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-554cc4cf-c77d-46e8-b34d-7c66ea023360:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGM2NDAyNjgtNzljMi00ZGI3LTljZDAtYjkzOGZmMzdiZWJjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YzY0MDI2OC03OWMyLTRkYjctOWNkMC1iOTM4ZmYzN2JlYmMpIi8+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-554cc4cf-c77d-46e8-b34d-7c66ea023360:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.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-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.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-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-554cc4cf-c77d-46e8-b34d-7c66ea023360-root {
    text-align: left;
  }


#s-554cc4cf-c77d-46e8-b34d-7c66ea023360.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e {
  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-1afcc8cb-9eba-45ac-863c-8c7f72f7895e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYmMwYzJiMzctYjI0ZC00YWVjLWFlYjgtYmQ3YTkyODc2MDNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2JjMGMyYjM3LWIyNGQtNGFlYy1hZWI4LWJkN2E5Mjg3NjAzYykiLz48L3N2Zz4=) !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-1afcc8cb-9eba-45ac-863c-8c7f72f7895e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.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-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.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-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e-root {
    text-align: left;
  }


#s-1afcc8cb-9eba-45ac-863c-8c7f72f7895e.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-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285 {
  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-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTQwMjQ4ZjItMjc4Yy00NTM0LWJlMWItZTYxZDBkYjM0Y2IzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzU0MDI0OGYyLTI3OGMtNDUzNC1iZTFiLWU2MWQwZGIzNGNiMykiLz48L3N2Zz4=) !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-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285-root {
    text-align: left;
  }


#s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285-root {
    text-align: left;
  }


#s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285.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-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285-root {
    text-align: left;
  }


#s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285.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-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285-root {
    text-align: left;
  }


#s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285-root {
    text-align: left;
  }


#s-3ea3c68d-bf01-41a1-b1ae-70eb4bb21285.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,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzhjMGExYzYtMDAyOC00NTQ4LWI1YTQtMDZlZWRhMmRiOTllIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOGMwYTFjNi0wMDI4LTQ1NDgtYjVhNC0wNmVlZGEyZGI5OWUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#b38bbf"}, {"id"=>2, "pos"=>1, "color"=>"#ee1923"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-f593b962-98b4-4fa9-b4a8-7bdf5d0a4118:active {background-color: #000000 !important;
text-decoration: none !important;}

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


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


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


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


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


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

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


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


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


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


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


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







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

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  display: none;
}
#s-dc07ef11-e20f-457a-80a4-fb7834a1261c, #wrap-s-dc07ef11-e20f-457a-80a4-fb7834a1261c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  display: none;
}
#s-dc07ef11-e20f-457a-80a4-fb7834a1261c, #wrap-s-dc07ef11-e20f-457a-80a4-fb7834a1261c { display: none !important; }}


.shg-image-margin-container-s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc07ef11-e20f-457a-80a4-fb7834a1261c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-content {
  
    align-items: center;
  
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
      position: relative;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c 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-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  
  
  
  
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc07ef11-e20f-457a-80a4-fb7834a1261c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-content {
  
    align-items: center;
  
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
      position: relative;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c 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-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  
  
  
  
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc07ef11-e20f-457a-80a4-fb7834a1261c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-content {
  
    align-items: center;
  
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
      position: relative;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c 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-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  
  
  
  
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc07ef11-e20f-457a-80a4-fb7834a1261c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-content {
  
    align-items: center;
  
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
      position: relative;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c 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-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  
  
  
  
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dc07ef11-e20f-457a-80a4-fb7834a1261c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-dc07ef11-e20f-457a-80a4-fb7834a1261c .shogun-image-content {
  
    align-items: center;
  
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container {
      position: relative;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dc07ef11-e20f-457a-80a4-fb7834a1261c 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: 4553px;
aspect-ratio: 5000/3333;
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;
}

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








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

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

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

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

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

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

#s-937ca5a4-3418-4f57-bf15-129791cf484f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b3c4e7a1-4632-46c9-82b7-7f376a05f072 {
  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-b3c4e7a1-4632-46c9-82b7-7f376a05f072:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOWFhYjgwODUtYjI5ZC00ZDkwLTg3MzYtNGI2MmFjNDY0N2I3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5YWFiODA4NS1iMjlkLTRkOTAtODczNi00YjYyYWM0NjQ3YjcpIi8+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-b3c4e7a1-4632-46c9-82b7-7f376a05f072:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b3c4e7a1-4632-46c9-82b7-7f376a05f072-root {
    text-align: center;
  }


#s-b3c4e7a1-4632-46c9-82b7-7f376a05f072.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b3c4e7a1-4632-46c9-82b7-7f376a05f072-root {
    text-align: center;
  }


#s-b3c4e7a1-4632-46c9-82b7-7f376a05f072.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-b3c4e7a1-4632-46c9-82b7-7f376a05f072-root {
    text-align: center;
  }


#s-b3c4e7a1-4632-46c9-82b7-7f376a05f072.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-b3c4e7a1-4632-46c9-82b7-7f376a05f072-root {
    text-align: center;
  }


#s-b3c4e7a1-4632-46c9-82b7-7f376a05f072.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b3c4e7a1-4632-46c9-82b7-7f376a05f072-root {
    text-align: center;
  }


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

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


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


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


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


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


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

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


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


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


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


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


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

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


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


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


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


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


#s-e4cdb308-d3b0-4f8c-b83e-63ca70e36acd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-71d04f58-e567-4a99-9c49-5e62cc9394f6 {
  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-71d04f58-e567-4a99-9c49-5e62cc9394f6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzc1YjhjZTItZDViNS00MjA1LThlYjItNDEzZWVhM2UzMjU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3NzViOGNlMi1kNWI1LTQyMDUtOGViMi00MTNlZWEzZTMyNTUpIi8+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-71d04f58-e567-4a99-9c49-5e62cc9394f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.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-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.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-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-71d04f58-e567-4a99-9c49-5e62cc9394f6-root {
    text-align: center;
  }


#s-71d04f58-e567-4a99-9c49-5e62cc9394f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-21ccfd69-31e4-4c91-9610-cdfc93e2be47 {
  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-21ccfd69-31e4-4c91-9610-cdfc93e2be47:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjZiZGFkZDUtZDM2Mi00YjRhLThhY2ItNWU1ZDBkNWM3YjgwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NmJkYWRkNS1kMzYyLTRiNGEtOGFjYi01ZTVkMGQ1YzdiODApIi8+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-21ccfd69-31e4-4c91-9610-cdfc93e2be47:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21ccfd69-31e4-4c91-9610-cdfc93e2be47-root {
    text-align: center;
  }


#s-21ccfd69-31e4-4c91-9610-cdfc93e2be47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-21ccfd69-31e4-4c91-9610-cdfc93e2be47-root {
    text-align: center;
  }


#s-21ccfd69-31e4-4c91-9610-cdfc93e2be47.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-21ccfd69-31e4-4c91-9610-cdfc93e2be47-root {
    text-align: center;
  }


#s-21ccfd69-31e4-4c91-9610-cdfc93e2be47.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-21ccfd69-31e4-4c91-9610-cdfc93e2be47-root {
    text-align: center;
  }


#s-21ccfd69-31e4-4c91-9610-cdfc93e2be47.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-21ccfd69-31e4-4c91-9610-cdfc93e2be47-root {
    text-align: center;
  }


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

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


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


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


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


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


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

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


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


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


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


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


#s-75809e9c-9e25-46d6-b526-8e0f5099d1db.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6 {
  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-27d3effc-67de-4ac9-b0fd-a65929ce0bf6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzFjMDkwNTgtNmJjOC00NzhlLTlhMjItN2ZiZDkzNTU1OGFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3MWMwOTA1OC02YmM4LTQ3OGUtOWEyMi03ZmJkOTM1NTU4YWIpIi8+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-27d3effc-67de-4ac9-b0fd-a65929ce0bf6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6-root {
    text-align: center;
  }


#s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6-root {
    text-align: center;
  }


#s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6.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-27d3effc-67de-4ac9-b0fd-a65929ce0bf6-root {
    text-align: center;
  }


#s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6.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-27d3effc-67de-4ac9-b0fd-a65929ce0bf6-root {
    text-align: center;
  }


#s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-27d3effc-67de-4ac9-b0fd-a65929ce0bf6-root {
    text-align: center;
  }


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

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


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


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


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


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


#s-67e5b1b9-325b-454a-b5ba-31bbcce9e5e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1edfa9d2-d079-439f-a373-f920cf2a7410 {
  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-1edfa9d2-d079-439f-a373-f920cf2a7410:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWEzMTgyMDYtY2Y4YS00ZTE3LTk2ODYtZTRlYmZhNDY0MTU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxYTMxODIwNi1jZjhhLTRlMTctOTY4Ni1lNGViZmE0NjQxNTcpIi8+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-1edfa9d2-d079-439f-a373-f920cf2a7410:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1edfa9d2-d079-439f-a373-f920cf2a7410-root {
    text-align: center;
  }


#s-1edfa9d2-d079-439f-a373-f920cf2a7410.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1edfa9d2-d079-439f-a373-f920cf2a7410-root {
    text-align: center;
  }


#s-1edfa9d2-d079-439f-a373-f920cf2a7410.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-1edfa9d2-d079-439f-a373-f920cf2a7410-root {
    text-align: center;
  }


#s-1edfa9d2-d079-439f-a373-f920cf2a7410.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-1edfa9d2-d079-439f-a373-f920cf2a7410-root {
    text-align: center;
  }


#s-1edfa9d2-d079-439f-a373-f920cf2a7410.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1edfa9d2-d079-439f-a373-f920cf2a7410-root {
    text-align: center;
  }


#s-1edfa9d2-d079-439f-a373-f920cf2a7410.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d {
  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-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzUxYjZiODktYWI2ZS00MWRlLWI0ZDYtNjJjNTExYjRlMTdiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzNTFiNmI4OS1hYjZlLTQxZGUtYjRkNi02MmM1MTFiNGUxN2IpIi8+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-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d-root {
    text-align: center;
  }


#s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d-root {
    text-align: center;
  }


#s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d.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-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d-root {
    text-align: center;
  }


#s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d.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-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d-root {
    text-align: center;
  }


#s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-be43dd1a-4706-4a4f-a9c1-0ea0a6384b0d-root {
    text-align: center;
  }


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

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


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


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


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


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


#s-96372bc7-028e-4d6e-a37d-fdbc3d5ff304.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b74f3017-bf59-455b-b9af-e7130a84080f {
  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-b74f3017-bf59-455b-b9af-e7130a84080f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjZjN2Y5YTYtYTgwMS00YjZhLThlNGMtMGRmMmI4YWIxNWJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNmM3ZjlhNi1hODAxLTRiNmEtOGU0Yy0wZGYyYjhhYjE1YmEpIi8+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-b74f3017-bf59-455b-b9af-e7130a84080f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.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-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.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-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


#s-b74f3017-bf59-455b-b9af-e7130a84080f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b74f3017-bf59-455b-b9af-e7130a84080f-root {
    text-align: center;
  }


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

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


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


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


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


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


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

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


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


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


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


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


#s-c595e913-4d20-4cd5-b29b-1785f493df9b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2 {
  min-height: 50px;
}








#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2.shg-box.shg-c {
  justify-content: center;
}

#s-62bf3612-5c1d-400d-bf86-d50ffd23f430 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-62bf3612-5c1d-400d-bf86-d50ffd23f430 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-62bf3612-5c1d-400d-bf86-d50ffd23f430.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  
  
  
}

.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-2ce21f34-95ef-4bfa-8908-44a5d890a3f5 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-63ad9123-9fea-4cd4-ad5b-a48be72139ad {
  margin-top: 0px;
margin-left: 9%;
margin-bottom: 20px;
margin-right: 9%;
}

#s-b8828cbe-1ed1-47d0-8eca-49d7add403f4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b8828cbe-1ed1-47d0-8eca-49d7add403f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b8828cbe-1ed1-47d0-8eca-49d7add403f4.shg-box.shg-c {
  justify-content: center;
}

#s-a2e3fc63-6197-42f7-a755-2aed7cb94048 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-a2e3fc63-6197-42f7-a755-2aed7cb94048 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2e3fc63-6197-42f7-a755-2aed7cb94048.shg-box.shg-c {
  justify-content: center;
}

#s-69f75b00-f0fe-4e3d-871b-d8d08b40e179 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-22b10aa7-1c34-4386-92ef-f2dc82ce092f {
  margin-left: auto;
margin-right: auto;
}

#s-22b10aa7-1c34-4386-92ef-f2dc82ce092f .shogun-countdown span, #s-22b10aa7-1c34-4386-92ef-f2dc82ce092f .shogun-countdown label {
  color: rgba(235, 169, 80, 1);
}
#s-122b09db-e6b0-4bf7-baa6-1e4584ba18bc {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-d7ab3b2e-eec0-4f5d-8068-a518e27c4568 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-d7ab3b2e-eec0-4f5d-8068-a518e27c4568"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7ab3b2e-eec0-4f5d-8068-a518e27c4568"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ab3b2e-eec0-4f5d-8068-a518e27c4568"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ab3b2e-eec0-4f5d-8068-a518e27c4568"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f55841af-d7b9-4ab4-8e2b-c67add9d0404 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(235, 169, 80, 1);
}








#s-f55841af-d7b9-4ab4-8e2b-c67add9d0404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f55841af-d7b9-4ab4-8e2b-c67add9d0404 {
  cursor: pointer;
}#s-f55841af-d7b9-4ab4-8e2b-c67add9d0404.shg-box.shg-c {
  justify-content: center;
}

#s-e9d7bc3d-c9ff-4975-99df-1d3bc182e7fb {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-00335442-19a4-4b82-8c7e-40717f319651 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 169, 80, 1);
}
#s-00335442-19a4-4b82-8c7e-40717f319651:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-00335442-19a4-4b82-8c7e-40717f319651:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-00335442-19a4-4b82-8c7e-40717f319651-root {
    text-align: center;
  }


#s-00335442-19a4-4b82-8c7e-40717f319651.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-00335442-19a4-4b82-8c7e-40717f319651-root {
    text-align: center;
  }


#s-00335442-19a4-4b82-8c7e-40717f319651.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-00335442-19a4-4b82-8c7e-40717f319651-root {
    text-align: center;
  }


#s-00335442-19a4-4b82-8c7e-40717f319651.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-00335442-19a4-4b82-8c7e-40717f319651-root {
    text-align: center;
  }


#s-00335442-19a4-4b82-8c7e-40717f319651.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-00335442-19a4-4b82-8c7e-40717f319651-root {
    text-align: center;
  }


#s-00335442-19a4-4b82-8c7e-40717f319651.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-2ce80e98-3cbc-4805-8283-bc98aec878a7 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-2ce80e98-3cbc-4805-8283-bc98aec878a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ce80e98-3cbc-4805-8283-bc98aec878a7 {
  cursor: pointer;
}#s-2ce80e98-3cbc-4805-8283-bc98aec878a7.shg-box.shg-c {
  justify-content: center;
}

#s-10434a15-1002-4b42-9e63-515d17b3e6ee {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-2feb81ec-0225-4b4b-9955-8c3e22199cd0 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-2feb81ec-0225-4b4b-9955-8c3e22199cd0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2feb81ec-0225-4b4b-9955-8c3e22199cd0 {
  cursor: pointer;
}#s-2feb81ec-0225-4b4b-9955-8c3e22199cd0.shg-box.shg-c {
  justify-content: center;
}

#s-9dda0897-efd6-4323-b144-9b590a16006e {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-39476870-b509-4293-83fd-8d1e21ec8393 {
  min-height: 50px;
}








#s-39476870-b509-4293-83fd-8d1e21ec8393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39476870-b509-4293-83fd-8d1e21ec8393.shg-box.shg-c {
  justify-content: center;
}

#s-8a8bfe8a-742a-4c27-b7ba-79eb1165c14d {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-8a8bfe8a-742a-4c27-b7ba-79eb1165c14d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a8bfe8a-742a-4c27-b7ba-79eb1165c14d.shg-box.shg-c {
  justify-content: center;
}

#s-9383a18d-a345-4f5b-ae75-9e1de3017ced {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}








#s-9383a18d-a345-4f5b-ae75-9e1de3017ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9383a18d-a345-4f5b-ae75-9e1de3017ced.shg-box.shg-c {
  justify-content: center;
}

#s-03a053e7-fa51-49d4-8af8-03dfea718e2e {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a7eaa21c-645e-4fb6-b6ef-243908575be8 {
  margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-2c5a997d-c88e-4c8f-9efa-ff6a8254c842 {
  margin-left: 15%;
margin-right: 15%;
}

#s-a411d6b3-c6f4-440c-a054-57d3627dc4c8 {
  margin-top: 30px;
margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
}

@media (min-width: 0px) {
[id="s-a411d6b3-c6f4-440c-a054-57d3627dc4c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a411d6b3-c6f4-440c-a054-57d3627dc4c8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a411d6b3-c6f4-440c-a054-57d3627dc4c8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a411d6b3-c6f4-440c-a054-57d3627dc4c8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-43438494-7dc7-48ff-aa59-1aab6acdbbae {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-43438494-7dc7-48ff-aa59-1aab6acdbbae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-43438494-7dc7-48ff-aa59-1aab6acdbbae.shg-box.shg-c {
  justify-content: center;
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  margin-left: 25%;
margin-right: 25%;
max-width: 441px;
aspect-ratio: 441/490;
text-align: center;
}



.shg-image-margin-container-s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  margin-left: 25%;
  margin-right: 25%;
  
  
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
      position: relative;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 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-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  
  
  
  
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
      position: relative;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 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-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  
  
  
  
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
      position: relative;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 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-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  
  
  
  
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
      position: relative;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 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-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  
  
  
  
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 .shogun-image-content {
  
    align-items: center;
  
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container {
      position: relative;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3f2b5dd8-2c1b-4ddf-a8b4-aa637f868815 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}
#s-54dd26c0-0738-4665-9581-f428395a7b45 {
  margin-left: 25%;
margin-right: 25%;
max-width: 300px;
text-align: center;
}







  #s-54dd26c0-0738-4665-9581-f428395a7b45 img.shogun-image {
    

    
    
    
  }


#s-54dd26c0-0738-4665-9581-f428395a7b45 .shogun-image-content {
  
    align-items: center;
  
}

#s-a5c1adb8-94d2-4397-b450-1853947d950c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a5c1adb8-94d2-4397-b450-1853947d950c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5c1adb8-94d2-4397-b450-1853947d950c.shg-box.shg-c {
  justify-content: center;
}

#s-6777279d-d024-4c81-bf7e-f8ae0655cd44 {
  min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-6777279d-d024-4c81-bf7e-f8ae0655cd44 {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-6777279d-d024-4c81-bf7e-f8ae0655cd44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6777279d-d024-4c81-bf7e-f8ae0655cd44.shg-box.shg-c {
  justify-content: center;
}

#s-49c06780-7684-4c96-98b8-94d55c75d332 {
  margin-top: 35px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-7079b865-1396-4b96-b4a4-785c715920c0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjYzYzQ1NGYtZjY0Mi00M2FhLTkwNGEtMGJkNGE5ODU1YWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2NjNjNDU0Zi1mNjQyLTQzYWEtOTA0YS0wYmQ0YTk4NTVhZTkpIi8+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-7079b865-1396-4b96-b4a4-785c715920c0: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-7079b865-1396-4b96-b4a4-785c715920c0:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7079b865-1396-4b96-b4a4-785c715920c0-root {
    text-align: center;
  }


#s-7079b865-1396-4b96-b4a4-785c715920c0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7079b865-1396-4b96-b4a4-785c715920c0-root {
    text-align: center;
  }


#s-7079b865-1396-4b96-b4a4-785c715920c0.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-7079b865-1396-4b96-b4a4-785c715920c0-root {
    text-align: center;
  }


#s-7079b865-1396-4b96-b4a4-785c715920c0.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-7079b865-1396-4b96-b4a4-785c715920c0-root {
    text-align: center;
  }


#s-7079b865-1396-4b96-b4a4-785c715920c0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7079b865-1396-4b96-b4a4-785c715920c0-root {
    text-align: center;
  }


#s-7079b865-1396-4b96-b4a4-785c715920c0.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7b8ebcc6-eff7-4daf-a0b4-fa1a5c31eac8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b8ebcc6-eff7-4daf-a0b4-fa1a5c31eac8 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-7b8ebcc6-eff7-4daf-a0b4-fa1a5c31eac8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b8ebcc6-eff7-4daf-a0b4-fa1a5c31eac8.shg-box.shg-c {
  justify-content: center;
}

#s-5e1f91a9-deaa-4110-8c8d-5b8cf1f99c92 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-05148013-927a-4fc1-b09e-8f7bc505321e {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-05148013-927a-4fc1-b09e-8f7bc505321e {
  display: none;
}
#s-05148013-927a-4fc1-b09e-8f7bc505321e, #wrap-s-05148013-927a-4fc1-b09e-8f7bc505321e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05148013-927a-4fc1-b09e-8f7bc505321e {
  display: none;
}
#s-05148013-927a-4fc1-b09e-8f7bc505321e, #wrap-s-05148013-927a-4fc1-b09e-8f7bc505321e { display: none !important; }}
@media (min-width: 0px) {
[id="s-05148013-927a-4fc1-b09e-8f7bc505321e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-05148013-927a-4fc1-b09e-8f7bc505321e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-05148013-927a-4fc1-b09e-8f7bc505321e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-05148013-927a-4fc1-b09e-8f7bc505321e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
      position: relative;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 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-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  
  
  
  
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
      position: relative;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 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-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  
  
  
  
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
      position: relative;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 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-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  
  
  
  
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
      position: relative;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 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-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  
  
  
  
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 .shogun-image-content {
  
    align-items: center;
  
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container {
      position: relative;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d8eaf04-a5bd-48c3-98ab-795e281443e9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
      position: relative;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 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-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  
  
  
  
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
      position: relative;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 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-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  
  
  
  
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
      position: relative;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 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-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  
  
  
  
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
      position: relative;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 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-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  
  
  
  
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container {
      position: relative;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8a0feb1-5e55-4101-9e23-fe9f28c283f2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-108a054f-012e-4ed6-9db9-2bf91c985f78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-content {
  
    align-items: center;
  
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
      position: relative;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 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-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  
  
  
  
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-108a054f-012e-4ed6-9db9-2bf91c985f78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-content {
  
    align-items: center;
  
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
      position: relative;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 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-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  
  
  
  
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-108a054f-012e-4ed6-9db9-2bf91c985f78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-content {
  
    align-items: center;
  
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
      position: relative;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 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-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  
  
  
  
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-108a054f-012e-4ed6-9db9-2bf91c985f78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-content {
  
    align-items: center;
  
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
      position: relative;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 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-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  
  
  
  
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-108a054f-012e-4ed6-9db9-2bf91c985f78 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-108a054f-012e-4ed6-9db9-2bf91c985f78 .shogun-image-content {
  
    align-items: center;
  
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shg-align-container {
  display: flex;
  justify-content: center
}

.s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container {
      position: relative;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-108a054f-012e-4ed6-9db9-2bf91c985f78 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dddb5a0f-d87d-4d86-ac12-842179880f59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
      position: relative;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 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-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  
  
  
  
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dddb5a0f-d87d-4d86-ac12-842179880f59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
      position: relative;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 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-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  
  
  
  
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dddb5a0f-d87d-4d86-ac12-842179880f59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
      position: relative;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 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-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  
  
  
  
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dddb5a0f-d87d-4d86-ac12-842179880f59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
      position: relative;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 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-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  
  
  
  
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dddb5a0f-d87d-4d86-ac12-842179880f59 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-dddb5a0f-d87d-4d86-ac12-842179880f59 .shogun-image-content {
  
    align-items: center;
  
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container {
      position: relative;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dddb5a0f-d87d-4d86-ac12-842179880f59 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-9f76dfea-2f39-4683-a199-d3851a8a8684 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-9f76dfea-2f39-4683-a199-d3851a8a8684 {
  display: none;
}
#s-9f76dfea-2f39-4683-a199-d3851a8a8684, #wrap-s-9f76dfea-2f39-4683-a199-d3851a8a8684 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f76dfea-2f39-4683-a199-d3851a8a8684 {
  display: none;
}
#s-9f76dfea-2f39-4683-a199-d3851a8a8684, #wrap-s-9f76dfea-2f39-4683-a199-d3851a8a8684 { display: none !important; }}
@media (min-width: 0px) {
[id="s-9f76dfea-2f39-4683-a199-d3851a8a8684"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f76dfea-2f39-4683-a199-d3851a8a8684"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9f76dfea-2f39-4683-a199-d3851a8a8684"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f76dfea-2f39-4683-a199-d3851a8a8684"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b60b288e-d981-4169-8e3e-abd2d8774287 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-b60b288e-d981-4169-8e3e-abd2d8774287 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b60b288e-d981-4169-8e3e-abd2d8774287 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-content {
  
    align-items: center;
  
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b60b288e-d981-4169-8e3e-abd2d8774287 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
      position: relative;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287 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-b60b288e-d981-4169-8e3e-abd2d8774287 {
  
  
  
  
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b60b288e-d981-4169-8e3e-abd2d8774287 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-content {
  
    align-items: center;
  
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b60b288e-d981-4169-8e3e-abd2d8774287 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
      position: relative;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287 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-b60b288e-d981-4169-8e3e-abd2d8774287 {
  
  
  
  
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b60b288e-d981-4169-8e3e-abd2d8774287 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-content {
  
    align-items: center;
  
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b60b288e-d981-4169-8e3e-abd2d8774287 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
      position: relative;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287 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-b60b288e-d981-4169-8e3e-abd2d8774287 {
  
  
  
  
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b60b288e-d981-4169-8e3e-abd2d8774287 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-content {
  
    align-items: center;
  
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b60b288e-d981-4169-8e3e-abd2d8774287 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
      position: relative;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287 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-b60b288e-d981-4169-8e3e-abd2d8774287 {
  
  
  
  
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b60b288e-d981-4169-8e3e-abd2d8774287 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b60b288e-d981-4169-8e3e-abd2d8774287 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b60b288e-d981-4169-8e3e-abd2d8774287 .shogun-image-content {
  
    align-items: center;
  
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b60b288e-d981-4169-8e3e-abd2d8774287 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container {
      position: relative;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b60b288e-d981-4169-8e3e-abd2d8774287 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-content {
  
    align-items: center;
  
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
      position: relative;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e 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-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  
  
  
  
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-content {
  
    align-items: center;
  
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
      position: relative;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e 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-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  
  
  
  
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-content {
  
    align-items: center;
  
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
      position: relative;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e 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-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  
  
  
  
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-content {
  
    align-items: center;
  
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
      position: relative;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e 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-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  
  
  
  
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e .shogun-image-content {
  
    align-items: center;
  
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container {
      position: relative;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-90370d7c-a5ed-4dd0-a6e9-d117ccec395e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
      position: relative;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 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-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  
  
  
  
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
      position: relative;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 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-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  
  
  
  
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
      position: relative;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 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-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  
  
  
  
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
      position: relative;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 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-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  
  
  
  
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b4762a4-6d43-4364-afc2-bf9f43830a09 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-8b4762a4-6d43-4364-afc2-bf9f43830a09 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container {
      position: relative;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b4762a4-6d43-4364-afc2-bf9f43830a09 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-bf304611-8486-4517-b964-31a627f04f44 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bf304611-8486-4517-b964-31a627f04f44 {
  display: none;
}
#s-bf304611-8486-4517-b964-31a627f04f44, #wrap-s-bf304611-8486-4517-b964-31a627f04f44 { display: none !important; }}@media (max-width: 767px){#s-bf304611-8486-4517-b964-31a627f04f44 {
  display: none;
}
#s-bf304611-8486-4517-b964-31a627f04f44, #wrap-s-bf304611-8486-4517-b964-31a627f04f44 { display: none !important; }}
@media (min-width: 0px) {
[id="s-bf304611-8486-4517-b964-31a627f04f44"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-bf304611-8486-4517-b964-31a627f04f44"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-bf304611-8486-4517-b964-31a627f04f44"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf304611-8486-4517-b964-31a627f04f44"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-content {
  
    align-items: center;
  
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
      position: relative;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b 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-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  
  
  
  
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-content {
  
    align-items: center;
  
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
      position: relative;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b 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-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  
  
  
  
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-content {
  
    align-items: center;
  
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
      position: relative;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b 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-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  
  
  
  
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-content {
  
    align-items: center;
  
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
      position: relative;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b 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-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  
  
  
  
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b .shogun-image-content {
  
    align-items: center;
  
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container {
      position: relative;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a57cae-a976-4dbd-8fe6-a32ab5fc9f4b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-content {
  
    align-items: center;
  
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
      position: relative;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f 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-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  
  
  
  
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-content {
  
    align-items: center;
  
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
      position: relative;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f 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-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  
  
  
  
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-content {
  
    align-items: center;
  
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
      position: relative;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f 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-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  
  
  
  
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-content {
  
    align-items: center;
  
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
      position: relative;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f 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-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  
  
  
  
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f .shogun-image-content {
  
    align-items: center;
  
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container {
      position: relative;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-86b1e06f-53f3-4260-bbd1-ac6f75f4f25f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
      position: relative;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 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-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  
  
  
  
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
      position: relative;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 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-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  
  
  
  
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
      position: relative;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 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-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  
  
  
  
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
      position: relative;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 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-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  
  
  
  
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1689dbe4-9942-4f2b-83ae-955a15b81e62 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1689dbe4-9942-4f2b-83ae-955a15b81e62 .shogun-image-content {
  
    align-items: center;
  
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container {
      position: relative;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1689dbe4-9942-4f2b-83ae-955a15b81e62 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b271341-009c-4c11-b7ca-6fc2195e75eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-content {
  
    align-items: center;
  
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
      position: relative;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb 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-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  
  
  
  
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b271341-009c-4c11-b7ca-6fc2195e75eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-content {
  
    align-items: center;
  
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
      position: relative;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb 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-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  
  
  
  
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b271341-009c-4c11-b7ca-6fc2195e75eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-content {
  
    align-items: center;
  
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
      position: relative;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb 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-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  
  
  
  
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b271341-009c-4c11-b7ca-6fc2195e75eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-content {
  
    align-items: center;
  
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
      position: relative;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb 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-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  
  
  
  
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1b271341-009c-4c11-b7ca-6fc2195e75eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-1b271341-009c-4c11-b7ca-6fc2195e75eb .shogun-image-content {
  
    align-items: center;
  
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container {
      position: relative;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1b271341-009c-4c11-b7ca-6fc2195e75eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-a628e144-6c25-495a-8253-2e438ced74a6 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a628e144-6c25-495a-8253-2e438ced74a6 {
  display: none;
}
#s-a628e144-6c25-495a-8253-2e438ced74a6, #wrap-s-a628e144-6c25-495a-8253-2e438ced74a6 { display: none !important; }}@media (max-width: 767px){#s-a628e144-6c25-495a-8253-2e438ced74a6 {
  display: none;
}
#s-a628e144-6c25-495a-8253-2e438ced74a6, #wrap-s-a628e144-6c25-495a-8253-2e438ced74a6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a628e144-6c25-495a-8253-2e438ced74a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a628e144-6c25-495a-8253-2e438ced74a6"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-a628e144-6c25-495a-8253-2e438ced74a6"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-a628e144-6c25-495a-8253-2e438ced74a6"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-content {
  
    align-items: center;
  
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
      position: relative;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 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-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  
  
  
  
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-content {
  
    align-items: center;
  
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
      position: relative;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 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-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  
  
  
  
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-content {
  
    align-items: center;
  
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
      position: relative;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 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-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  
  
  
  
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-content {
  
    align-items: center;
  
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
      position: relative;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 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-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  
  
  
  
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4656abc4-f7d6-45a3-8de5-b512a2b70045 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4656abc4-f7d6-45a3-8de5-b512a2b70045 .shogun-image-content {
  
    align-items: center;
  
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container {
      position: relative;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4656abc4-f7d6-45a3-8de5-b512a2b70045 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-410e161a-7e88-44a8-a013-b7166ace7a99 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-410e161a-7e88-44a8-a013-b7166ace7a99 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410e161a-7e88-44a8-a013-b7166ace7a99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e161a-7e88-44a8-a013-b7166ace7a99 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
      position: relative;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99 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-410e161a-7e88-44a8-a013-b7166ace7a99 {
  
  
  
  
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410e161a-7e88-44a8-a013-b7166ace7a99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e161a-7e88-44a8-a013-b7166ace7a99 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
      position: relative;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99 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-410e161a-7e88-44a8-a013-b7166ace7a99 {
  
  
  
  
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410e161a-7e88-44a8-a013-b7166ace7a99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e161a-7e88-44a8-a013-b7166ace7a99 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
      position: relative;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99 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-410e161a-7e88-44a8-a013-b7166ace7a99 {
  
  
  
  
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410e161a-7e88-44a8-a013-b7166ace7a99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e161a-7e88-44a8-a013-b7166ace7a99 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
      position: relative;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99 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-410e161a-7e88-44a8-a013-b7166ace7a99 {
  
  
  
  
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-410e161a-7e88-44a8-a013-b7166ace7a99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-410e161a-7e88-44a8-a013-b7166ace7a99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-410e161a-7e88-44a8-a013-b7166ace7a99 .shogun-image-content {
  
    align-items: center;
  
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-410e161a-7e88-44a8-a013-b7166ace7a99 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container {
      position: relative;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-410e161a-7e88-44a8-a013-b7166ace7a99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-3620b451-5b24-47b7-84db-024d59fc87b1 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-3620b451-5b24-47b7-84db-024d59fc87b1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3620b451-5b24-47b7-84db-024d59fc87b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3620b451-5b24-47b7-84db-024d59fc87b1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
      position: relative;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1 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-3620b451-5b24-47b7-84db-024d59fc87b1 {
  
  
  
  
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3620b451-5b24-47b7-84db-024d59fc87b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3620b451-5b24-47b7-84db-024d59fc87b1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
      position: relative;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1 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-3620b451-5b24-47b7-84db-024d59fc87b1 {
  
  
  
  
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3620b451-5b24-47b7-84db-024d59fc87b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3620b451-5b24-47b7-84db-024d59fc87b1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
      position: relative;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1 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-3620b451-5b24-47b7-84db-024d59fc87b1 {
  
  
  
  
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3620b451-5b24-47b7-84db-024d59fc87b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3620b451-5b24-47b7-84db-024d59fc87b1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
      position: relative;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1 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-3620b451-5b24-47b7-84db-024d59fc87b1 {
  
  
  
  
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3620b451-5b24-47b7-84db-024d59fc87b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3620b451-5b24-47b7-84db-024d59fc87b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3620b451-5b24-47b7-84db-024d59fc87b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3620b451-5b24-47b7-84db-024d59fc87b1 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container {
      position: relative;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3620b451-5b24-47b7-84db-024d59fc87b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjNmYjFhNGItMDNhZS00MmQwLWIxOTQtYjg1OTRjMTEwMjFkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmM2ZiMWE0Yi0wM2FlLTQyZDAtYjE5NC1iODU5NGMxMTAyMWQpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 16px;
padding-left: 40px;
padding-bottom: 16px;
padding-right: 40px;
border-radius: 0px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f8cfd7fe-ac11-46a2-92a0-22581bef723b-root {
    text-align: center;
  }


#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8cfd7fe-ac11-46a2-92a0-22581bef723b-root {
    text-align: center;
  }


#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8cfd7fe-ac11-46a2-92a0-22581bef723b-root {
    text-align: center;
  }


#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8cfd7fe-ac11-46a2-92a0-22581bef723b-root {
    text-align: center;
  }


#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8cfd7fe-ac11-46a2-92a0-22581bef723b-root {
    text-align: center;
  }


#s-f8cfd7fe-ac11-46a2-92a0-22581bef723b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
