.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-8fd24e0a-3c48-46ca-8186-ada939a9affa {
  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-8fd24e0a-3c48-46ca-8186-ada939a9affa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8fd24e0a-3c48-46ca-8186-ada939a9affa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8fd24e0a-3c48-46ca-8186-ada939a9affa {
  display: none;
}
#s-8fd24e0a-3c48-46ca-8186-ada939a9affa, #wrap-s-8fd24e0a-3c48-46ca-8186-ada939a9affa { display: none !important; }}@media (max-width: 767px){#s-8fd24e0a-3c48-46ca-8186-ada939a9affa {
  display: none;
}
#s-8fd24e0a-3c48-46ca-8186-ada939a9affa, #wrap-s-8fd24e0a-3c48-46ca-8186-ada939a9affa { display: none !important; }}
#s-8fd24e0a-3c48-46ca-8186-ada939a9affa {
  background-image: url(https://i.shgcdn.com/c8a75dae-cc90-4239-8001-8fb0079f0943/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8fd24e0a-3c48-46ca-8186-ada939a9affa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-8fd24e0a-3c48-46ca-8186-ada939a9affa.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-8fd24e0a-3c48-46ca-8186-ada939a9affa > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-8fd24e0a-3c48-46ca-8186-ada939a9affa.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-42740311-9dc7-4506-8d50-340cf9710d0c {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-42740311-9dc7-4506-8d50-340cf9710d0c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-42740311-9dc7-4506-8d50-340cf9710d0c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-42740311-9dc7-4506-8d50-340cf9710d0c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-42740311-9dc7-4506-8d50-340cf9710d0c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-644cf952-806b-4442-b01c-52176b79cee7 {
  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-644cf952-806b-4442-b01c-52176b79cee7 {
  
}
}@media (max-width: 767px){#s-644cf952-806b-4442-b01c-52176b79cee7 {
  
}
}







#s-644cf952-806b-4442-b01c-52176b79cee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-644cf952-806b-4442-b01c-52176b79cee7.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-c1343f81-2391-4639-b8bc-5fbdd504332e {
  max-width: 591px;
aspect-ratio: 591/464;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-c1343f81-2391-4639-b8bc-5fbdd504332e img.shogun-image,
  #s-c1343f81-2391-4639-b8bc-5fbdd504332e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c1343f81-2391-4639-b8bc-5fbdd504332e {
    width: 100%;
    height: auto;
  }



  #s-c1343f81-2391-4639-b8bc-5fbdd504332e img.shogun-image {
    

    
    
    
  }


#s-c1343f81-2391-4639-b8bc-5fbdd504332e .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-4610de8d-f606-4f0c-85a6-9706ed8c8db6 {
  padding-top: 10px;
padding-left: 23px;
padding-bottom: 10px;
padding-right: 23px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(247, 165, 56, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-4610de8d-f606-4f0c-85a6-9706ed8c8db6: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-4610de8d-f606-4f0c-85a6-9706ed8c8db6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4610de8d-f606-4f0c-85a6-9706ed8c8db6-root {
    text-align: left;
  }


#s-4610de8d-f606-4f0c-85a6-9706ed8c8db6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4610de8d-f606-4f0c-85a6-9706ed8c8db6-root {
    text-align: left;
  }


#s-4610de8d-f606-4f0c-85a6-9706ed8c8db6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4610de8d-f606-4f0c-85a6-9706ed8c8db6-root {
    text-align: left;
  }


#s-4610de8d-f606-4f0c-85a6-9706ed8c8db6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4610de8d-f606-4f0c-85a6-9706ed8c8db6-root {
    text-align: left;
  }


#s-4610de8d-f606-4f0c-85a6-9706ed8c8db6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4610de8d-f606-4f0c-85a6-9706ed8c8db6-root {
    text-align: left;
  }


#s-4610de8d-f606-4f0c-85a6-9706ed8c8db6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-5750fccc-409b-4cdf-9c27-a236de227b1e {
  margin-left: 11px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5750fccc-409b-4cdf-9c27-a236de227b1e {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-5750fccc-409b-4cdf-9c27-a236de227b1e {
  margin-right: 0px;
}
}
#s-5750fccc-409b-4cdf-9c27-a236de227b1e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5750fccc-409b-4cdf-9c27-a236de227b1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5750fccc-409b-4cdf-9c27-a236de227b1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-5750fccc-409b-4cdf-9c27-a236de227b1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5750fccc-409b-4cdf-9c27-a236de227b1e > .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-5750fccc-409b-4cdf-9c27-a236de227b1e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7 {
  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-7c4fc669-3f60-44d3-bdb2-33430ddf24d7:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjMwNmQ4NjgtZTgyNC00YTlmLTg2ZDUtZTIxMTBjODQ5MjM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MzA2ZDg2OC1lODI0LTRhOWYtODZkNS1lMjExMGM4NDkyMzcpIi8+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-7c4fc669-3f60-44d3-bdb2-33430ddf24d7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7-root {
    text-align: left;
  }


#s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7-root {
    text-align: left;
  }


#s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7.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-7c4fc669-3f60-44d3-bdb2-33430ddf24d7-root {
    text-align: left;
  }


#s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7.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-7c4fc669-3f60-44d3-bdb2-33430ddf24d7-root {
    text-align: left;
  }


#s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7-root {
    text-align: left;
  }


#s-7c4fc669-3f60-44d3-bdb2-33430ddf24d7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-f68e0d95-cec7-4132-86ef-7b74cac1810f {
  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-f68e0d95-cec7-4132-86ef-7b74cac1810f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWJlYWYxODYtMzg4MC00ZjA0LWJhMmItMTg5MjE3OGJjZjdhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YmVhZjE4Ni0zODgwLTRmMDQtYmEyYi0xODkyMTc4YmNmN2EpIi8+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-f68e0d95-cec7-4132-86ef-7b74cac1810f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f68e0d95-cec7-4132-86ef-7b74cac1810f-root {
    text-align: left;
  }


#s-f68e0d95-cec7-4132-86ef-7b74cac1810f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f68e0d95-cec7-4132-86ef-7b74cac1810f-root {
    text-align: left;
  }


#s-f68e0d95-cec7-4132-86ef-7b74cac1810f.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-f68e0d95-cec7-4132-86ef-7b74cac1810f-root {
    text-align: left;
  }


#s-f68e0d95-cec7-4132-86ef-7b74cac1810f.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-f68e0d95-cec7-4132-86ef-7b74cac1810f-root {
    text-align: left;
  }


#s-f68e0d95-cec7-4132-86ef-7b74cac1810f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f68e0d95-cec7-4132-86ef-7b74cac1810f-root {
    text-align: left;
  }


#s-f68e0d95-cec7-4132-86ef-7b74cac1810f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1720fd63-2792-4cee-8e97-8894e426f9f9 {
  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-1720fd63-2792-4cee-8e97-8894e426f9f9:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzdhZjhkNjEtYzQzYS00MDE4LWIxNjAtOTYwM2E1OTdkYzBmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMzdhZjhkNjEtYzQzYS00MDE4LWIxNjAtOTYwM2E1OTdkYzBmKSIvPjwvc3ZnPg==) !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-1720fd63-2792-4cee-8e97-8894e426f9f9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1720fd63-2792-4cee-8e97-8894e426f9f9-root {
    text-align: left;
  }


#s-1720fd63-2792-4cee-8e97-8894e426f9f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1720fd63-2792-4cee-8e97-8894e426f9f9-root {
    text-align: left;
  }


#s-1720fd63-2792-4cee-8e97-8894e426f9f9.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-1720fd63-2792-4cee-8e97-8894e426f9f9-root {
    text-align: left;
  }


#s-1720fd63-2792-4cee-8e97-8894e426f9f9.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-1720fd63-2792-4cee-8e97-8894e426f9f9-root {
    text-align: left;
  }


#s-1720fd63-2792-4cee-8e97-8894e426f9f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1720fd63-2792-4cee-8e97-8894e426f9f9-root {
    text-align: left;
  }


#s-1720fd63-2792-4cee-8e97-8894e426f9f9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-54ce9f39-e41e-4d8a-8b08-0935f1a87add {
  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-54ce9f39-e41e-4d8a-8b08-0935f1a87add:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGJmYTk0OWMtMzlkNi00ZGJlLTliZDAtMjM5NjUwNjc1OWZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYmZhOTQ5Yy0zOWQ2LTRkYmUtOWJkMC0yMzk2NTA2NzU5ZmEpIi8+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-54ce9f39-e41e-4d8a-8b08-0935f1a87add:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54ce9f39-e41e-4d8a-8b08-0935f1a87add-root {
    text-align: left;
  }


#s-54ce9f39-e41e-4d8a-8b08-0935f1a87add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-54ce9f39-e41e-4d8a-8b08-0935f1a87add-root {
    text-align: left;
  }


#s-54ce9f39-e41e-4d8a-8b08-0935f1a87add.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-54ce9f39-e41e-4d8a-8b08-0935f1a87add-root {
    text-align: left;
  }


#s-54ce9f39-e41e-4d8a-8b08-0935f1a87add.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-54ce9f39-e41e-4d8a-8b08-0935f1a87add-root {
    text-align: left;
  }


#s-54ce9f39-e41e-4d8a-8b08-0935f1a87add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-54ce9f39-e41e-4d8a-8b08-0935f1a87add-root {
    text-align: left;
  }


#s-54ce9f39-e41e-4d8a-8b08-0935f1a87add.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0912d874-2506-496f-b1c3-12dad2e9b052 {
  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-0912d874-2506-496f-b1c3-12dad2e9b052:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2E3ZTFkNjgtZmExOC00NWJiLTk5Y2UtYTMwMDFiMDM4NzQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJkMmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYTdlMWQ2OC1mYTE4LTQ1YmItOTljZS1hMzAwMWIwMzg3NDEpIi8+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-0912d874-2506-496f-b1c3-12dad2e9b052:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0912d874-2506-496f-b1c3-12dad2e9b052-root {
    text-align: left;
  }


#s-0912d874-2506-496f-b1c3-12dad2e9b052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0912d874-2506-496f-b1c3-12dad2e9b052-root {
    text-align: left;
  }


#s-0912d874-2506-496f-b1c3-12dad2e9b052.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-0912d874-2506-496f-b1c3-12dad2e9b052-root {
    text-align: left;
  }


#s-0912d874-2506-496f-b1c3-12dad2e9b052.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-0912d874-2506-496f-b1c3-12dad2e9b052-root {
    text-align: left;
  }


#s-0912d874-2506-496f-b1c3-12dad2e9b052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0912d874-2506-496f-b1c3-12dad2e9b052-root {
    text-align: left;
  }


#s-0912d874-2506-496f-b1c3-12dad2e9b052.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-523edc09-603f-4886-9d21-bb08a0deba36 {
  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-523edc09-603f-4886-9d21-bb08a0deba36:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzk4ZGE4NWQtZjg5ZC00Y2FkLWE4YzMtMmM4NjI3Y2E2MzEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiM4OWI0ZDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzc5OGRhODVkLWY4OWQtNGNhZC1hOGMzLTJjODYyN2NhNjMxMCkiLz48L3N2Zz4=) !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-523edc09-603f-4886-9d21-bb08a0deba36:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-523edc09-603f-4886-9d21-bb08a0deba36-root {
    text-align: left;
  }


#s-523edc09-603f-4886-9d21-bb08a0deba36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-523edc09-603f-4886-9d21-bb08a0deba36-root {
    text-align: left;
  }


#s-523edc09-603f-4886-9d21-bb08a0deba36.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-523edc09-603f-4886-9d21-bb08a0deba36-root {
    text-align: left;
  }


#s-523edc09-603f-4886-9d21-bb08a0deba36.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-523edc09-603f-4886-9d21-bb08a0deba36-root {
    text-align: left;
  }


#s-523edc09-603f-4886-9d21-bb08a0deba36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-523edc09-603f-4886-9d21-bb08a0deba36-root {
    text-align: left;
  }


#s-523edc09-603f-4886-9d21-bb08a0deba36.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-cd590541-7f25-4423-b71d-166607671b8d {
  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-cd590541-7f25-4423-b71d-166607671b8d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGIwNDA5MGMtMjRlOC00NTRmLTk1YjktNmQwYzMxYTIwMDZmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YjA0MDkwYy0yNGU4LTQ1NGYtOTViOS02ZDBjMzFhMjAwNmYpIi8+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-cd590541-7f25-4423-b71d-166607671b8d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cd590541-7f25-4423-b71d-166607671b8d-root {
    text-align: left;
  }


#s-cd590541-7f25-4423-b71d-166607671b8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cd590541-7f25-4423-b71d-166607671b8d-root {
    text-align: left;
  }


#s-cd590541-7f25-4423-b71d-166607671b8d.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-cd590541-7f25-4423-b71d-166607671b8d-root {
    text-align: left;
  }


#s-cd590541-7f25-4423-b71d-166607671b8d.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-cd590541-7f25-4423-b71d-166607671b8d-root {
    text-align: left;
  }


#s-cd590541-7f25-4423-b71d-166607671b8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cd590541-7f25-4423-b71d-166607671b8d-root {
    text-align: left;
  }


#s-cd590541-7f25-4423-b71d-166607671b8d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-1de57279-a519-449a-a9d0-49162cef4322 {
  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-1de57279-a519-449a-a9d0-49162cef4322:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODA2ZDE0NTYtODNiOS00YzQ4LWI1ODMtODgxZTgwNzQzM2FlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MDZkMTQ1Ni04M2I5LTRjNDgtYjU4My04ODFlODA3NDMzYWUpIi8+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-1de57279-a519-449a-a9d0-49162cef4322:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1de57279-a519-449a-a9d0-49162cef4322-root {
    text-align: left;
  }


#s-1de57279-a519-449a-a9d0-49162cef4322.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1de57279-a519-449a-a9d0-49162cef4322-root {
    text-align: left;
  }


#s-1de57279-a519-449a-a9d0-49162cef4322.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-1de57279-a519-449a-a9d0-49162cef4322-root {
    text-align: left;
  }


#s-1de57279-a519-449a-a9d0-49162cef4322.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-1de57279-a519-449a-a9d0-49162cef4322-root {
    text-align: left;
  }


#s-1de57279-a519-449a-a9d0-49162cef4322.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1de57279-a519-449a-a9d0-49162cef4322-root {
    text-align: left;
  }


#s-1de57279-a519-449a-a9d0-49162cef4322.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-df540b08-b9cf-44f7-b725-de11b99407d6 {
  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-df540b08-b9cf-44f7-b725-de11b99407d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVjOGM3NTQtZWM1ZC00MjMxLWJlNWEtOGJlMTBiZjM2MDk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzZlYzhjNzU0LWVjNWQtNDIzMS1iZTVhLThiZTEwYmYzNjA5NSkiLz48L3N2Zz4=) !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-df540b08-b9cf-44f7-b725-de11b99407d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df540b08-b9cf-44f7-b725-de11b99407d6-root {
    text-align: left;
  }


#s-df540b08-b9cf-44f7-b725-de11b99407d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-df540b08-b9cf-44f7-b725-de11b99407d6-root {
    text-align: left;
  }


#s-df540b08-b9cf-44f7-b725-de11b99407d6.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-df540b08-b9cf-44f7-b725-de11b99407d6-root {
    text-align: left;
  }


#s-df540b08-b9cf-44f7-b725-de11b99407d6.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-df540b08-b9cf-44f7-b725-de11b99407d6-root {
    text-align: left;
  }


#s-df540b08-b9cf-44f7-b725-de11b99407d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-df540b08-b9cf-44f7-b725-de11b99407d6-root {
    text-align: left;
  }


#s-df540b08-b9cf-44f7-b725-de11b99407d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fad98848-a3fe-4332-ad6e-d668b300d4f6 {
  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-fad98848-a3fe-4332-ad6e-d668b300d4f6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjM2ZWZkYzEtNjIyZS00NTFiLWJlMTUtY2VhYzRiNGJkMTFlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWQ5YmMzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMzZlZmRjMS02MjJlLTQ1MWItYmUxNS1jZWFjNGI0YmQxMWUpIi8+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-fad98848-a3fe-4332-ad6e-d668b300d4f6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fad98848-a3fe-4332-ad6e-d668b300d4f6-root {
    text-align: left;
  }


#s-fad98848-a3fe-4332-ad6e-d668b300d4f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fad98848-a3fe-4332-ad6e-d668b300d4f6-root {
    text-align: left;
  }


#s-fad98848-a3fe-4332-ad6e-d668b300d4f6.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-fad98848-a3fe-4332-ad6e-d668b300d4f6-root {
    text-align: left;
  }


#s-fad98848-a3fe-4332-ad6e-d668b300d4f6.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-fad98848-a3fe-4332-ad6e-d668b300d4f6-root {
    text-align: left;
  }


#s-fad98848-a3fe-4332-ad6e-d668b300d4f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fad98848-a3fe-4332-ad6e-d668b300d4f6-root {
    text-align: left;
  }


#s-fad98848-a3fe-4332-ad6e-d668b300d4f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2 {
  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-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDk4ZDViM2UtY2Y5Ni00MWU3LTg1YmEtOWMyMjk4N2I4YTQ2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzQ5OGQ1YjNlLWNmOTYtNDFlNy04NWJhLTljMjI5ODdiOGE0NikiLz48L3N2Zz4=) !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-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2-root {
    text-align: left;
  }


#s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2-root {
    text-align: left;
  }


#s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2.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-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2-root {
    text-align: left;
  }


#s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2.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-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2-root {
    text-align: left;
  }


#s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2-root {
    text-align: left;
  }


#s-0cc7dc55-6cef-4e83-bc13-7fe4b4dc75c2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c245df80-e1ab-448d-9d80-c2b3e95b7327 {
  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-c245df80-e1ab-448d-9d80-c2b3e95b7327:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmRmNTY4NzMtMjI0OC00ZWNkLTllYTctZmU1NTdjNDM0NjBlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZjdhNTM4O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZGY1Njg3My0yMjQ4LTRlY2QtOWVhNy1mZTU1N2M0MzQ2MGUpIi8+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-c245df80-e1ab-448d-9d80-c2b3e95b7327:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c245df80-e1ab-448d-9d80-c2b3e95b7327-root {
    text-align: left;
  }


#s-c245df80-e1ab-448d-9d80-c2b3e95b7327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c245df80-e1ab-448d-9d80-c2b3e95b7327-root {
    text-align: left;
  }


#s-c245df80-e1ab-448d-9d80-c2b3e95b7327.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-c245df80-e1ab-448d-9d80-c2b3e95b7327-root {
    text-align: left;
  }


#s-c245df80-e1ab-448d-9d80-c2b3e95b7327.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-c245df80-e1ab-448d-9d80-c2b3e95b7327-root {
    text-align: left;
  }


#s-c245df80-e1ab-448d-9d80-c2b3e95b7327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c245df80-e1ab-448d-9d80-c2b3e95b7327-root {
    text-align: left;
  }


#s-c245df80-e1ab-448d-9d80-c2b3e95b7327.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5 {
  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-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDhhZWM0ZTQtZGNlZC00YTc4LTg5YmUtMzk3NTY4MzllNzlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzA4YWVjNGU0LWRjZWQtNGE3OC04OWJlLTM5NzU2ODM5ZTc5ZCkiLz48L3N2Zz4=) !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-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5-root {
    text-align: left;
  }


#s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5-root {
    text-align: left;
  }


#s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5.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-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5-root {
    text-align: left;
  }


#s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5.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-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5-root {
    text-align: left;
  }


#s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5-root {
    text-align: left;
  }


#s-6ff01e9b-5e81-4a34-b6a9-0c6d75772bf5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-6daea6f0-5aa1-44b2-b165-769363124683 {
  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-6daea6f0-5aa1-44b2-b165-769363124683:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWY3YWQ0MzgtMjgzMS00ZWRiLWFhNDktNGI4ZTkzZWUwZTNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZjdhZDQzOC0yODMxLTRlZGItYWE0OS00YjhlOTNlZTBlM2IpIi8+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-6daea6f0-5aa1-44b2-b165-769363124683:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6daea6f0-5aa1-44b2-b165-769363124683-root {
    text-align: left;
  }


#s-6daea6f0-5aa1-44b2-b165-769363124683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6daea6f0-5aa1-44b2-b165-769363124683-root {
    text-align: left;
  }


#s-6daea6f0-5aa1-44b2-b165-769363124683.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-6daea6f0-5aa1-44b2-b165-769363124683-root {
    text-align: left;
  }


#s-6daea6f0-5aa1-44b2-b165-769363124683.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-6daea6f0-5aa1-44b2-b165-769363124683-root {
    text-align: left;
  }


#s-6daea6f0-5aa1-44b2-b165-769363124683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6daea6f0-5aa1-44b2-b165-769363124683-root {
    text-align: left;
  }


#s-6daea6f0-5aa1-44b2-b165-769363124683.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d9a6dd60-9aff-474b-8cd8-f7551440011a {
  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-d9a6dd60-9aff-474b-8cd8-f7551440011a:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9a6dd60-9aff-474b-8cd8-f7551440011a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d9a6dd60-9aff-474b-8cd8-f7551440011a-root {
    text-align: center;
  }


#s-d9a6dd60-9aff-474b-8cd8-f7551440011a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d9a6dd60-9aff-474b-8cd8-f7551440011a-root {
    text-align: center;
  }


#s-d9a6dd60-9aff-474b-8cd8-f7551440011a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9a6dd60-9aff-474b-8cd8-f7551440011a-root {
    text-align: center;
  }


#s-d9a6dd60-9aff-474b-8cd8-f7551440011a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9a6dd60-9aff-474b-8cd8-f7551440011a-root {
    text-align: center;
  }


#s-d9a6dd60-9aff-474b-8cd8-f7551440011a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d9a6dd60-9aff-474b-8cd8-f7551440011a-root {
    text-align: center;
  }


#s-d9a6dd60-9aff-474b-8cd8-f7551440011a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0c23c1b2-8df5-42b1-8452-e81af89658e8 {
  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-0c23c1b2-8df5-42b1-8452-e81af89658e8 {
  display: none;
}
#s-0c23c1b2-8df5-42b1-8452-e81af89658e8, #wrap-s-0c23c1b2-8df5-42b1-8452-e81af89658e8 { display: none !important; }}







#s-0c23c1b2-8df5-42b1-8452-e81af89658e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0c23c1b2-8df5-42b1-8452-e81af89658e8.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-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  display: none;
}
#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1, #wrap-s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  display: none;
}
#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1, #wrap-s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 { display: none !important; }}


.shg-image-margin-container-s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
      position: relative;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 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-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  
  
  
  
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
      position: relative;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 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-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  
  
  
  
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
      position: relative;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 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-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  
  
  
  
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
      position: relative;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 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-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  
  
  
  
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2734px;
  }



  img.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container {
      position: relative;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ee194f3-afe7-44a9-8342-a700d7d69bb1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2734px;
    }
  }

}
#s-6a186c3d-a795-4be9-88a0-1955d396d652 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6a186c3d-a795-4be9-88a0-1955d396d652 {
  display: none;
}
#s-6a186c3d-a795-4be9-88a0-1955d396d652, #wrap-s-6a186c3d-a795-4be9-88a0-1955d396d652 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a186c3d-a795-4be9-88a0-1955d396d652 {
  display: none;
}
#s-6a186c3d-a795-4be9-88a0-1955d396d652, #wrap-s-6a186c3d-a795-4be9-88a0-1955d396d652 { display: none !important; }}







#s-6a186c3d-a795-4be9-88a0-1955d396d652 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a186c3d-a795-4be9-88a0-1955d396d652.shg-box.shg-c {
  justify-content: center;
}

#s-7088cda3-e56b-4c6b-a971-6224b462606a {
  max-width: 7008px;
aspect-ratio: 5000/3333;
text-align: center;
}





  #s-7088cda3-e56b-4c6b-a971-6224b462606a img.shogun-image,
  #s-7088cda3-e56b-4c6b-a971-6224b462606a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7088cda3-e56b-4c6b-a971-6224b462606a {
    width: 100%;
    height: auto;
  }



  #s-7088cda3-e56b-4c6b-a971-6224b462606a img.shogun-image {
    

    
    
    
  }


#s-7088cda3-e56b-4c6b-a971-6224b462606a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-02e47653-b95b-4b93-8688-f7417aedfc63 {
  display: none;
}
#s-02e47653-b95b-4b93-8688-f7417aedfc63, #wrap-s-02e47653-b95b-4b93-8688-f7417aedfc63 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-02e47653-b95b-4b93-8688-f7417aedfc63 {
  display: none;
}
#s-02e47653-b95b-4b93-8688-f7417aedfc63, #wrap-s-02e47653-b95b-4b93-8688-f7417aedfc63 { display: none !important; }}
#s-02e47653-b95b-4b93-8688-f7417aedfc63 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-02e47653-b95b-4b93-8688-f7417aedfc63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-02e47653-b95b-4b93-8688-f7417aedfc63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(146, 179, 208, 1);
}

#s-02e47653-b95b-4b93-8688-f7417aedfc63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-02e47653-b95b-4b93-8688-f7417aedfc63 > .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-02e47653-b95b-4b93-8688-f7417aedfc63 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b {
  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-869e1b86-4f8e-45b3-83e1-0ae01b263c4b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTZmNWVmYmUtMDkxMy00ZTAzLTgzYTgtZmM2OWJjN2YyZWFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNmY1ZWZiZS0wOTEzLTRlMDMtODNhOC1mYzY5YmM3ZjJlYWIpIi8+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-869e1b86-4f8e-45b3-83e1-0ae01b263c4b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b-root {
    text-align: center;
  }


#s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b-root {
    text-align: center;
  }


#s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b.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-869e1b86-4f8e-45b3-83e1-0ae01b263c4b-root {
    text-align: center;
  }


#s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b.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-869e1b86-4f8e-45b3-83e1-0ae01b263c4b-root {
    text-align: center;
  }


#s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b-root {
    text-align: center;
  }


#s-869e1b86-4f8e-45b3-83e1-0ae01b263c4b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a {
  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-c6e3c4e9-4b50-4765-8c99-072b75e29f9a:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDQyMmZlNDAtZDYwNy00NzdjLWI2NmMtNjdiNGJmYjUyYWE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0NDIyZmU0MC1kNjA3LTQ3N2MtYjY2Yy02N2I0YmZiNTJhYTkpIi8+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-c6e3c4e9-4b50-4765-8c99-072b75e29f9a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a-root {
    text-align: center;
  }


#s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a-root {
    text-align: center;
  }


#s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a.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-c6e3c4e9-4b50-4765-8c99-072b75e29f9a-root {
    text-align: center;
  }


#s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a.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-c6e3c4e9-4b50-4765-8c99-072b75e29f9a-root {
    text-align: center;
  }


#s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a-root {
    text-align: center;
  }


#s-c6e3c4e9-4b50-4765-8c99-072b75e29f9a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fe773275-c34f-42a2-9a98-222334ec1f1c {
  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-fe773275-c34f-42a2-9a98-222334ec1f1c:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzJhYTU2YWMtZTQwZC00NzExLTgxNmYtNzc4YmIxZDdjNGU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMmFhNTZhYy1lNDBkLTQ3MTEtODE2Zi03NzhiYjFkN2M0ZTUpIi8+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-fe773275-c34f-42a2-9a98-222334ec1f1c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe773275-c34f-42a2-9a98-222334ec1f1c-root {
    text-align: center;
  }


#s-fe773275-c34f-42a2-9a98-222334ec1f1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fe773275-c34f-42a2-9a98-222334ec1f1c-root {
    text-align: center;
  }


#s-fe773275-c34f-42a2-9a98-222334ec1f1c.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-fe773275-c34f-42a2-9a98-222334ec1f1c-root {
    text-align: center;
  }


#s-fe773275-c34f-42a2-9a98-222334ec1f1c.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-fe773275-c34f-42a2-9a98-222334ec1f1c-root {
    text-align: center;
  }


#s-fe773275-c34f-42a2-9a98-222334ec1f1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fe773275-c34f-42a2-9a98-222334ec1f1c-root {
    text-align: center;
  }


#s-fe773275-c34f-42a2-9a98-222334ec1f1c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b60ce2b3-538c-4021-bc79-d384a754cbde {
  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-b60ce2b3-538c-4021-bc79-d384a754cbde:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTNhZjIyNjktMGVjYi00MDk0LWFlZDUtMjI5ZjUxNGRkMTNkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlM2FmMjI2OS0wZWNiLTQwOTQtYWVkNS0yMjlmNTE0ZGQxM2QpIi8+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-b60ce2b3-538c-4021-bc79-d384a754cbde:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b60ce2b3-538c-4021-bc79-d384a754cbde-root {
    text-align: center;
  }


#s-b60ce2b3-538c-4021-bc79-d384a754cbde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b60ce2b3-538c-4021-bc79-d384a754cbde-root {
    text-align: center;
  }


#s-b60ce2b3-538c-4021-bc79-d384a754cbde.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-b60ce2b3-538c-4021-bc79-d384a754cbde-root {
    text-align: center;
  }


#s-b60ce2b3-538c-4021-bc79-d384a754cbde.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-b60ce2b3-538c-4021-bc79-d384a754cbde-root {
    text-align: center;
  }


#s-b60ce2b3-538c-4021-bc79-d384a754cbde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b60ce2b3-538c-4021-bc79-d384a754cbde-root {
    text-align: center;
  }


#s-b60ce2b3-538c-4021-bc79-d384a754cbde.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b84b894e-ff69-4162-8e5c-e3253c82aac8 {
  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-b84b894e-ff69-4162-8e5c-e3253c82aac8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDFjMGU5MzQtYzMzMS00MGZlLTgyNWUtNjk5NWViYjlhMmVhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMWMwZTkzNC1jMzMxLTQwZmUtODI1ZS02OTk1ZWJiOWEyZWEpIi8+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-b84b894e-ff69-4162-8e5c-e3253c82aac8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b84b894e-ff69-4162-8e5c-e3253c82aac8-root {
    text-align: center;
  }


#s-b84b894e-ff69-4162-8e5c-e3253c82aac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b84b894e-ff69-4162-8e5c-e3253c82aac8-root {
    text-align: center;
  }


#s-b84b894e-ff69-4162-8e5c-e3253c82aac8.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-b84b894e-ff69-4162-8e5c-e3253c82aac8-root {
    text-align: center;
  }


#s-b84b894e-ff69-4162-8e5c-e3253c82aac8.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-b84b894e-ff69-4162-8e5c-e3253c82aac8-root {
    text-align: center;
  }


#s-b84b894e-ff69-4162-8e5c-e3253c82aac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b84b894e-ff69-4162-8e5c-e3253c82aac8-root {
    text-align: center;
  }


#s-b84b894e-ff69-4162-8e5c-e3253c82aac8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-64b0295b-feb8-403e-aa75-923d0a07b836 {
  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-64b0295b-feb8-403e-aa75-923d0a07b836:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjNkNTM1NDUtMGM5OS00ZTcyLTg2NjgtMDA4ZjIzYmRjMzU4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmM2Q1MzU0NS0wYzk5LTRlNzItODY2OC0wMDhmMjNiZGMzNTgpIi8+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-64b0295b-feb8-403e-aa75-923d0a07b836:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-64b0295b-feb8-403e-aa75-923d0a07b836-root {
    text-align: center;
  }


#s-64b0295b-feb8-403e-aa75-923d0a07b836.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-64b0295b-feb8-403e-aa75-923d0a07b836-root {
    text-align: center;
  }


#s-64b0295b-feb8-403e-aa75-923d0a07b836.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-64b0295b-feb8-403e-aa75-923d0a07b836-root {
    text-align: center;
  }


#s-64b0295b-feb8-403e-aa75-923d0a07b836.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-64b0295b-feb8-403e-aa75-923d0a07b836-root {
    text-align: center;
  }


#s-64b0295b-feb8-403e-aa75-923d0a07b836.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-64b0295b-feb8-403e-aa75-923d0a07b836-root {
    text-align: center;
  }


#s-64b0295b-feb8-403e-aa75-923d0a07b836.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-60212228-daf0-41a0-8003-bf0d94b71fa8 {
  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-60212228-daf0-41a0-8003-bf0d94b71fa8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjhiM2UwNjYtZmVmOC00M2ExLWJkOGItZGRhMjMyMDMxNmRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmOGIzZTA2Ni1mZWY4LTQzYTEtYmQ4Yi1kZGEyMzIwMzE2ZGYpIi8+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-60212228-daf0-41a0-8003-bf0d94b71fa8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-60212228-daf0-41a0-8003-bf0d94b71fa8-root {
    text-align: center;
  }


#s-60212228-daf0-41a0-8003-bf0d94b71fa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-60212228-daf0-41a0-8003-bf0d94b71fa8-root {
    text-align: center;
  }


#s-60212228-daf0-41a0-8003-bf0d94b71fa8.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-60212228-daf0-41a0-8003-bf0d94b71fa8-root {
    text-align: center;
  }


#s-60212228-daf0-41a0-8003-bf0d94b71fa8.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-60212228-daf0-41a0-8003-bf0d94b71fa8-root {
    text-align: center;
  }


#s-60212228-daf0-41a0-8003-bf0d94b71fa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-60212228-daf0-41a0-8003-bf0d94b71fa8-root {
    text-align: center;
  }


#s-60212228-daf0-41a0-8003-bf0d94b71fa8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd {
  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-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjAxMjMyNmMtYzgyNy00Yzk1LWIxZjctNjgxNTAwNTdmYmU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMDEyMzI2Yy1jODI3LTRjOTUtYjFmNy02ODE1MDA1N2ZiZTQpIi8+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-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd-root {
    text-align: center;
  }


#s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd-root {
    text-align: center;
  }


#s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd.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-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd-root {
    text-align: center;
  }


#s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd.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-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd-root {
    text-align: center;
  }


#s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd-root {
    text-align: center;
  }


#s-494e4e23-e4e9-4c30-b5c1-2cdeaac009cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ecf3e504-ea0a-4701-a4ef-6050f899b126 {
  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-ecf3e504-ea0a-4701-a4ef-6050f899b126:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTljM2FmMjMtN2RhNi00N2IzLWJlYWUtODdmOTdlOGFlNDlkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOWMzYWYyMy03ZGE2LTQ3YjMtYmVhZS04N2Y5N2U4YWU0OWQpIi8+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-ecf3e504-ea0a-4701-a4ef-6050f899b126:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ecf3e504-ea0a-4701-a4ef-6050f899b126-root {
    text-align: center;
  }


#s-ecf3e504-ea0a-4701-a4ef-6050f899b126.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ecf3e504-ea0a-4701-a4ef-6050f899b126-root {
    text-align: center;
  }


#s-ecf3e504-ea0a-4701-a4ef-6050f899b126.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-ecf3e504-ea0a-4701-a4ef-6050f899b126-root {
    text-align: center;
  }


#s-ecf3e504-ea0a-4701-a4ef-6050f899b126.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-ecf3e504-ea0a-4701-a4ef-6050f899b126-root {
    text-align: center;
  }


#s-ecf3e504-ea0a-4701-a4ef-6050f899b126.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ecf3e504-ea0a-4701-a4ef-6050f899b126-root {
    text-align: center;
  }


#s-ecf3e504-ea0a-4701-a4ef-6050f899b126.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2 {
  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-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTFlY2I1ZDUtNjkzZC00N2Y3LTliZjItOTdlOTY1Y2NjNDI0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MWVjYjVkNS02OTNkLTQ3ZjctOWJmMi05N2U5NjVjY2M0MjQpIi8+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-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2-root {
    text-align: center;
  }


#s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2-root {
    text-align: center;
  }


#s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2.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-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2-root {
    text-align: center;
  }


#s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2.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-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2-root {
    text-align: center;
  }


#s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2-root {
    text-align: center;
  }


#s-44baf6a5-e3ee-4bdc-ad14-c411138a8ae2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-21aab7b6-2e72-48a4-ac64-133d819b9b68 {
  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-21aab7b6-2e72-48a4-ac64-133d819b9b68:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjA0YTJlMjktMWQ5Mi00ZjlmLTliNjEtZGM0MTQyMGQ2ODU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMDRhMmUyOS0xZDkyLTRmOWYtOWI2MS1kYzQxNDIwZDY4NTcpIi8+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-21aab7b6-2e72-48a4-ac64-133d819b9b68:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-21aab7b6-2e72-48a4-ac64-133d819b9b68-root {
    text-align: center;
  }


#s-21aab7b6-2e72-48a4-ac64-133d819b9b68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-21aab7b6-2e72-48a4-ac64-133d819b9b68-root {
    text-align: center;
  }


#s-21aab7b6-2e72-48a4-ac64-133d819b9b68.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-21aab7b6-2e72-48a4-ac64-133d819b9b68-root {
    text-align: center;
  }


#s-21aab7b6-2e72-48a4-ac64-133d819b9b68.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-21aab7b6-2e72-48a4-ac64-133d819b9b68-root {
    text-align: center;
  }


#s-21aab7b6-2e72-48a4-ac64-133d819b9b68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-21aab7b6-2e72-48a4-ac64-133d819b9b68-root {
    text-align: center;
  }


#s-21aab7b6-2e72-48a4-ac64-133d819b9b68.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4640f4c8-4a36-4e04-8697-165bbc66c797 {
  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-4640f4c8-4a36-4e04-8697-165bbc66c797:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2FjMTkzMWQtMDYzZi00OTdjLWE4NzgtOGE3NzEzZmRkYmUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzYWMxOTMxZC0wNjNmLTQ5N2MtYTg3OC04YTc3MTNmZGRiZTApIi8+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-4640f4c8-4a36-4e04-8697-165bbc66c797:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4640f4c8-4a36-4e04-8697-165bbc66c797-root {
    text-align: center;
  }


#s-4640f4c8-4a36-4e04-8697-165bbc66c797.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4640f4c8-4a36-4e04-8697-165bbc66c797-root {
    text-align: center;
  }


#s-4640f4c8-4a36-4e04-8697-165bbc66c797.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-4640f4c8-4a36-4e04-8697-165bbc66c797-root {
    text-align: center;
  }


#s-4640f4c8-4a36-4e04-8697-165bbc66c797.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-4640f4c8-4a36-4e04-8697-165bbc66c797-root {
    text-align: center;
  }


#s-4640f4c8-4a36-4e04-8697-165bbc66c797.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4640f4c8-4a36-4e04-8697-165bbc66c797-root {
    text-align: center;
  }


#s-4640f4c8-4a36-4e04-8697-165bbc66c797.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8d8919a5-07d1-4801-b120-4819cebf54ed {
  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-8d8919a5-07d1-4801-b120-4819cebf54ed:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJmMTA2ZmItNGNlYy00NDFjLTlhNjAtZmJiNWJjYTljYTBjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYmYxMDZmYi00Y2VjLTQ0MWMtOWE2MC1mYmI1YmNhOWNhMGMpIi8+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-8d8919a5-07d1-4801-b120-4819cebf54ed:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8d8919a5-07d1-4801-b120-4819cebf54ed-root {
    text-align: center;
  }


#s-8d8919a5-07d1-4801-b120-4819cebf54ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8d8919a5-07d1-4801-b120-4819cebf54ed-root {
    text-align: center;
  }


#s-8d8919a5-07d1-4801-b120-4819cebf54ed.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-8d8919a5-07d1-4801-b120-4819cebf54ed-root {
    text-align: center;
  }


#s-8d8919a5-07d1-4801-b120-4819cebf54ed.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-8d8919a5-07d1-4801-b120-4819cebf54ed-root {
    text-align: center;
  }


#s-8d8919a5-07d1-4801-b120-4819cebf54ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8d8919a5-07d1-4801-b120-4819cebf54ed-root {
    text-align: center;
  }


#s-8d8919a5-07d1-4801-b120-4819cebf54ed.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5919ec3c-76ae-47ba-8843-b3e31c40650e {
  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-5919ec3c-76ae-47ba-8843-b3e31c40650e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNGZkNjYyMjEtZjA3OC00ZTdlLTkzYzgtOTAxOTg0MzMyOTcyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0ZmQ2NjIyMS1mMDc4LTRlN2UtOTNjOC05MDE5ODQzMzI5NzIpIi8+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-5919ec3c-76ae-47ba-8843-b3e31c40650e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5919ec3c-76ae-47ba-8843-b3e31c40650e-root {
    text-align: center;
  }


#s-5919ec3c-76ae-47ba-8843-b3e31c40650e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5919ec3c-76ae-47ba-8843-b3e31c40650e-root {
    text-align: center;
  }


#s-5919ec3c-76ae-47ba-8843-b3e31c40650e.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-5919ec3c-76ae-47ba-8843-b3e31c40650e-root {
    text-align: center;
  }


#s-5919ec3c-76ae-47ba-8843-b3e31c40650e.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-5919ec3c-76ae-47ba-8843-b3e31c40650e-root {
    text-align: center;
  }


#s-5919ec3c-76ae-47ba-8843-b3e31c40650e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5919ec3c-76ae-47ba-8843-b3e31c40650e-root {
    text-align: center;
  }


#s-5919ec3c-76ae-47ba-8843-b3e31c40650e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120 {
  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-7a02af4e-34b3-40b4-a729-7d6d7b9c3120: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-7a02af4e-34b3-40b4-a729-7d6d7b9c3120:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120-root {
    text-align: center;
  }


#s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120-root {
    text-align: center;
  }


#s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120.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-7a02af4e-34b3-40b4-a729-7d6d7b9c3120-root {
    text-align: center;
  }


#s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120.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-7a02af4e-34b3-40b4-a729-7d6d7b9c3120-root {
    text-align: center;
  }


#s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120-root {
    text-align: center;
  }


#s-7a02af4e-34b3-40b4-a729-7d6d7b9c3120.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-068c9e12-8a40-4975-898d-a780f00356de {
  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-068c9e12-8a40-4975-898d-a780f00356de:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGNhZjBmNTgtZjkxYy00YzQ5LWE3MWMtNWQzMWI4ODQxOGM3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwY2FmMGY1OC1mOTFjLTRjNDktYTcxYy01ZDMxYjg4NDE4YzcpIi8+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-068c9e12-8a40-4975-898d-a780f00356de:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-068c9e12-8a40-4975-898d-a780f00356de-root {
    text-align: center;
  }


#s-068c9e12-8a40-4975-898d-a780f00356de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-068c9e12-8a40-4975-898d-a780f00356de-root {
    text-align: center;
  }


#s-068c9e12-8a40-4975-898d-a780f00356de.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-068c9e12-8a40-4975-898d-a780f00356de-root {
    text-align: center;
  }


#s-068c9e12-8a40-4975-898d-a780f00356de.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-068c9e12-8a40-4975-898d-a780f00356de-root {
    text-align: center;
  }


#s-068c9e12-8a40-4975-898d-a780f00356de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-068c9e12-8a40-4975-898d-a780f00356de-root {
    text-align: center;
  }


#s-068c9e12-8a40-4975-898d-a780f00356de.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

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

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

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

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

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

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

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

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

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

.shg-theme-text-content p {
  
  
  
}

#s-98dd3147-3c70-4408-a2c2-4881c358c694 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-9e9c5117-9102-4091-b415-91d5889269df {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-9e9c5117-9102-4091-b415-91d5889269df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9e9c5117-9102-4091-b415-91d5889269df.shg-box.shg-c {
  justify-content: center;
}

#s-07f37613-6b5c-41bb-8d11-9dce8954d97b {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-07f37613-6b5c-41bb-8d11-9dce8954d97b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bb6c145b-4d9c-44d1-940e-87815a964179 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-5d2ac6cc-c7b0-40e4-a679-15a3ead05efe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-13d9ad88-92fc-4c97-81a1-1c812b708dbf {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
}

#s-54d7ff31-2190-4051-bdaf-8f030fd9b4b3 {
  margin-left: 100px;
margin-bottom: 20px;
margin-right: 100px;
}

#s-dcae22ed-0f2c-40e4-b0b0-ab792b4fd60a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-dcae22ed-0f2c-40e4-b0b0-ab792b4fd60a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-dcae22ed-0f2c-40e4-b0b0-ab792b4fd60a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-dcae22ed-0f2c-40e4-b0b0-ab792b4fd60a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-dcae22ed-0f2c-40e4-b0b0-ab792b4fd60a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-dcae22ed-0f2c-40e4-b0b0-ab792b4fd60a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b88bd038-7843-4614-a2a1-e3fefafe2bb9 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-b4c4d4ad-54bc-4ff8-b023-2cb1ce8aa731 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-54cd0a1e-058f-4b2f-aefa-cbc5c8ab8276 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-a73b13e2-aa41-4d48-8600-aa090f020c6f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a73b13e2-aa41-4d48-8600-aa090f020c6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-a73b13e2-aa41-4d48-8600-aa090f020c6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a73b13e2-aa41-4d48-8600-aa090f020c6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a73b13e2-aa41-4d48-8600-aa090f020c6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-a73b13e2-aa41-4d48-8600-aa090f020c6f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a92979a3-a182-46e5-919a-39dc7d4e1b07 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-74ef3350-3725-43b5-bda6-752ed8fb88c6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9e4e6808-f58a-4100-83c1-68b92c8ed720 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-5c3b20c7-83bb-4e58-9263-6c0f8a016de3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-84980564-54ca-439b-b49e-47bc309e912f {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-2944ca8c-ce1f-43e9-b371-f47ac2fdd027 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-28f271a4-8784-45d2-a0a9-4917c105ac95 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-8561c71b-2eee-4580-8d1a-cd3ad9791bc1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-8561c71b-2eee-4580-8d1a-cd3ad9791bc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-8561c71b-2eee-4580-8d1a-cd3ad9791bc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8561c71b-2eee-4580-8d1a-cd3ad9791bc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8561c71b-2eee-4580-8d1a-cd3ad9791bc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-8561c71b-2eee-4580-8d1a-cd3ad9791bc1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1f58ccda-f1e3-4c67-97e3-2f81c8287758 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-83c35240-be61-45f1-a6bb-95d115a6acd3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-d7e8603a-a012-4ec8-8d43-506ef0358569 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-8a1761b8-f488-4b94-9127-a0373ffb21f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-096cd0f6-a21d-4e5e-9583-69c9d238719d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-def22687-5525-42f4-921d-c3d1ad2f21d8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-41293447-318a-4acc-8cff-d4af129a3ce9 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(226, 159, 193, 1);
  padding: 10px;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-da7c8a5a-8967-44b6-9758-f585b91914ea > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-83e2e8c0-0610-4b96-b4ba-89c4c0051ca6 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-6b6e8bec-e603-4af0-bd35-2d3f3f8f1375 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-6b6e8bec-e603-4af0-bd35-2d3f3f8f1375 {
  margin-top: 30px;
}
}
#s-663cdd83-af5e-4dac-80ee-a1d76c590723 {
  padding-bottom: 0px;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(146, 179, 208, 1);
  padding: 10px;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-663cdd83-af5e-4dac-80ee-a1d76c590723 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-abd9a8f6-3abe-424d-b338-e615f24df822 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
}

#s-e586d6f5-6d0f-4c70-9601-95bc6ca45ddd {
  padding-bottom: 0px;
}

#s-e586d6f5-6d0f-4c70-9601-95bc6ca45ddd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-e586d6f5-6d0f-4c70-9601-95bc6ca45ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(146, 179, 208, 1);
  padding: 10px;
}

#s-e586d6f5-6d0f-4c70-9601-95bc6ca45ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e586d6f5-6d0f-4c70-9601-95bc6ca45ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-e586d6f5-6d0f-4c70-9601-95bc6ca45ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-e586d6f5-6d0f-4c70-9601-95bc6ca45ddd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a650ae95-913b-451a-9f8a-05995b50a911 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 2000/1410;
text-align: center;
}



.shg-image-margin-container-s-a650ae95-913b-451a-9f8a-05995b50a911 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a650ae95-913b-451a-9f8a-05995b50a911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-content {
  
    align-items: center;
  
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a650ae95-913b-451a-9f8a-05995b50a911 {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
      position: relative;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a650ae95-913b-451a-9f8a-05995b50a911 {
  
  
  
  
}

#s-a650ae95-913b-451a-9f8a-05995b50a911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-content {
  
    align-items: center;
  
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a650ae95-913b-451a-9f8a-05995b50a911 {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
      position: relative;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-a650ae95-913b-451a-9f8a-05995b50a911 {
  
  
  
  
}

#s-a650ae95-913b-451a-9f8a-05995b50a911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-content {
  
    align-items: center;
  
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a650ae95-913b-451a-9f8a-05995b50a911 {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
      position: relative;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-a650ae95-913b-451a-9f8a-05995b50a911 {
  
  
  
  
}

#s-a650ae95-913b-451a-9f8a-05995b50a911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-content {
  
    align-items: center;
  
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a650ae95-913b-451a-9f8a-05995b50a911 {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
      position: relative;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-a650ae95-913b-451a-9f8a-05995b50a911 {
  
  
  
  
}

#s-a650ae95-913b-451a-9f8a-05995b50a911 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a650ae95-913b-451a-9f8a-05995b50a911 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-a650ae95-913b-451a-9f8a-05995b50a911 .shogun-image-content {
  
    align-items: center;
  
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a650ae95-913b-451a-9f8a-05995b50a911 {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container {
      position: relative;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a650ae95-913b-451a-9f8a-05995b50a911 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

}
#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 2000/1410;
text-align: center;
}



.shg-image-margin-container-s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
      position: relative;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  
  
  
  
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
      position: relative;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  
  
  
  
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
      position: relative;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  
  
  
  
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
      position: relative;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  
  
  
  
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }

    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-link {
      aspect-ratio: 2000/1410;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb .shogun-image-content {
  
    align-items: center;
  
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb {
      --shg-aspect-ratio: calc(2000/1410); 
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container {
      position: relative;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f8a7938d-98f0-4c9e-832d-3b5604df79cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

}
#s-2ae8f42a-c640-4029-9cc5-243275bbfb8c {
  margin-top: 0px;
margin-bottom: 10px;
}
@media (max-width: 767px){#s-2ae8f42a-c640-4029-9cc5-243275bbfb8c {
  margin-top: 30px;
}
}
#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(173, 140, 188, 1);
  padding: 12px;
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-1e23568b-1e4c-4ea6-9f89-7a2dcff9e8c7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6a0cb48f-9152-496a-9f3e-94c787239619 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(173, 140, 188, 1);
  padding: 10px;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-26ebb6ed-dae2-46a7-bfa5-4c6a22222d95 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b842953e-292d-4c46-93ec-76e7b9449f8b {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(173, 140, 188, 1);
  padding: 10px;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-5b635ef6-4115-4926-bcf1-82643604395f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-85a904d5-9fbd-4bac-83ad-f7fc661b7d0d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(173, 140, 188, 1);
  padding: 10px;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-ca679f77-11ad-4bfc-b68a-898c584af6e0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-e5f6c7d1-c1d3-41e3-941d-c6c2a1eec641 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-d3a71e0b-c42b-4c35-9f22-2690b1ce3a6a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(160, 208, 194, 1);
  padding: 10px;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-3be49919-f1a9-4095-a53b-c5a222b3a28d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a05f3fe7-4323-4495-bff3-4b358b1ffd8d {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(160, 208, 194, 1);
  padding: 10px;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-f1f52453-afb4-4b4f-ae15-9bbca4df87df > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9c297cf3-a41b-41b0-865a-40976564e566 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(160, 208, 194, 1);
  padding: 10px;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-a627d561-7cf5-49b7-8ffb-6c3dd4aae6ba > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-021f820c-fd90-44c7-b949-ed2b0aafd8a6 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(160, 208, 194, 1);
  padding: 10px;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(250, 250, 250, 1);
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(250, 250, 250, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-b8db2d49-67e1-4829-b1e4-49f970396019 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7cbabeef-4eea-49ac-aea2-7c92e2422b69 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(160, 208, 194, 1);
  padding: 10px;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-68f881df-f799-4393-9d8c-aa4ec2135c8e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-216719aa-d0bd-4cc8-b1cd-c2e9c03d2c1c {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(252, 252, 252, 1);
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(160, 208, 194, 1);
  padding: 10px;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(252, 252, 252, 1);
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-dcb1dd3d-54ac-4ea8-b026-b4b09100183f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6bb5dcf6-66df-4430-ac08-316853b0d693 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(160, 208, 194, 1);
  padding: 10px;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-46f6e791-524e-477c-8936-0b3a31b22171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-5ecf1bb9-5a04-46ee-bb50-e9e0c81e6d88 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-1e236463-201e-4a56-b402-acbae4e96688 {
  margin-top: 40px;
margin-bottom: 10px;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-ae9fc1a6-5fd0-4fff-97c3-b4cc860432e6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3a92eb01-ef53-4ef5-aa62-5f566be8de84 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-613fa340-1779-40b1-9460-c1bb589e0ae3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-613fa340-1779-40b1-9460-c1bb589e0ae3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-613fa340-1779-40b1-9460-c1bb589e0ae3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-613fa340-1779-40b1-9460-c1bb589e0ae3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-613fa340-1779-40b1-9460-c1bb589e0ae3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-613fa340-1779-40b1-9460-c1bb589e0ae3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-93845d89-88f7-4826-bcf9-a1cbb08ec227 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-7390ba1b-b8ee-48ab-afec-47bc046c4a5e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7390ba1b-b8ee-48ab-afec-47bc046c4a5e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-7390ba1b-b8ee-48ab-afec-47bc046c4a5e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-7390ba1b-b8ee-48ab-afec-47bc046c4a5e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7390ba1b-b8ee-48ab-afec-47bc046c4a5e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-7390ba1b-b8ee-48ab-afec-47bc046c4a5e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c02cae94-8075-49e1-a1e1-e5aa83d877f4 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-8bcb3a43-4694-49c9-8f1a-d48f2a809edf > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-8bcb3a43-4694-49c9-8f1a-d48f2a809edf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-8bcb3a43-4694-49c9-8f1a-d48f2a809edf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-8bcb3a43-4694-49c9-8f1a-d48f2a809edf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-8bcb3a43-4694-49c9-8f1a-d48f2a809edf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-8bcb3a43-4694-49c9-8f1a-d48f2a809edf > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-b6e401a7-b88b-4060-b50b-80b195bf4b42 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-088fe4a4-0940-45c5-9310-180242377625 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-088fe4a4-0940-45c5-9310-180242377625 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-088fe4a4-0940-45c5-9310-180242377625 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-088fe4a4-0940-45c5-9310-180242377625 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-088fe4a4-0940-45c5-9310-180242377625 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-088fe4a4-0940-45c5-9310-180242377625 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-071a5df5-0efc-4c93-9cb1-cba34aa9b67e {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 253, 255, 1);
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 253, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-c3ad0114-92a4-40b1-9644-39e3cac6fbc9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0cd8295e-782c-4a22-a3da-cdec21cd27d5 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-f6e99be2-20d0-4c00-89b1-55dccedaabf8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-f6e99be2-20d0-4c00-89b1-55dccedaabf8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-f6e99be2-20d0-4c00-89b1-55dccedaabf8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 253, 255, 1);
}

#s-f6e99be2-20d0-4c00-89b1-55dccedaabf8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-f6e99be2-20d0-4c00-89b1-55dccedaabf8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 253, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-f6e99be2-20d0-4c00-89b1-55dccedaabf8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c41a131d-7226-40e0-98dd-42f6ff40c240 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-2d1b4afd-4395-4698-b2cf-0f04abbc2c09 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2d1b4afd-4395-4698-b2cf-0f04abbc2c09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(235, 169, 80, 1);
  padding: 10px;
}

#s-2d1b4afd-4395-4698-b2cf-0f04abbc2c09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(252, 253, 255, 1);
}

#s-2d1b4afd-4395-4698-b2cf-0f04abbc2c09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-2d1b4afd-4395-4698-b2cf-0f04abbc2c09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(252, 253, 255, 1);
  text-align: center;
  font-family: Archivo Narrow;
  
  
  font-size: 16px;
}

#s-2d1b4afd-4395-4698-b2cf-0f04abbc2c09 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1d529030-8b7c-4d3c-a418-ed9f8043ff96 {
  margin-top: 20px;
margin-left: 50px;
margin-bottom: 20px;
margin-right: 50px;
}

#s-ca5c7fb3-da58-47a0-ac29-2152c3d38d92 {
  min-height: 50px;
background-color: rgba(137, 180, 211, 1);
}








#s-ca5c7fb3-da58-47a0-ac29-2152c3d38d92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca5c7fb3-da58-47a0-ac29-2152c3d38d92.shg-box.shg-c {
  justify-content: center;
}

#s-bb0294a4-0f28-489c-838f-d1ccd07ad938 {
  margin-top: 30px;
margin-bottom: 20px;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-0357012f-f9a6-4e88-ac98-6d9513b47152 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0357012f-f9a6-4e88-ac98-6d9513b47152 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Archivo";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f6a7a89e-95a8-4e2d-a451-7436c511891e {
  min-height: 50px;
}








#s-f6a7a89e-95a8-4e2d-a451-7436c511891e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f6a7a89e-95a8-4e2d-a451-7436c511891e.shg-box.shg-c {
  justify-content: center;
}

#s-63e1350d-3e75-4abd-b6e3-1680a9d85bae {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-63e1350d-3e75-4abd-b6e3-1680a9d85bae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63e1350d-3e75-4abd-b6e3-1680a9d85bae.shg-box.shg-c {
  justify-content: center;
}

#s-c3640efd-ee9f-4ada-881e-ad0a3abca103 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}








#s-c3640efd-ee9f-4ada-881e-ad0a3abca103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c3640efd-ee9f-4ada-881e-ad0a3abca103.shg-box.shg-c {
  justify-content: center;
}

#s-e8242537-5768-4c31-b7b6-8913bfa5af00 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-6817f5b3-5971-4cd2-99b3-abfe37cd9c0e {
  margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-108708a5-6563-463b-87b5-4880afa2da72 {
  margin-left: 15%;
margin-right: 15%;
}

#s-8149c0b6-b480-4017-8a07-8b3d8aabbda8 {
  margin-top: 30px;
margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
}

@media (min-width: 0px) {
[id="s-8149c0b6-b480-4017-8a07-8b3d8aabbda8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8149c0b6-b480-4017-8a07-8b3d8aabbda8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8149c0b6-b480-4017-8a07-8b3d8aabbda8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8149c0b6-b480-4017-8a07-8b3d8aabbda8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-41d0f4ee-e24b-45db-9d58-58574e6726cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-41d0f4ee-e24b-45db-9d58-58574e6726cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41d0f4ee-e24b-45db-9d58-58574e6726cc.shg-box.shg-c {
  justify-content: center;
}

#s-4810dcca-43fa-481f-987d-04ae732cd261 {
  margin-left: 25%;
margin-right: 25%;
max-width: 441px;
aspect-ratio: 441/490;
text-align: center;
}



.shg-image-margin-container-s-4810dcca-43fa-481f-987d-04ae732cd261 {
  margin-left: 25%;
  margin-right: 25%;
  
  
}

#s-4810dcca-43fa-481f-987d-04ae732cd261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4810dcca-43fa-481f-987d-04ae732cd261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-content {
  
    align-items: center;
  
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4810dcca-43fa-481f-987d-04ae732cd261 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
      position: relative;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261 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-4810dcca-43fa-481f-987d-04ae732cd261 {
  
  
  
  
}

#s-4810dcca-43fa-481f-987d-04ae732cd261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4810dcca-43fa-481f-987d-04ae732cd261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-content {
  
    align-items: center;
  
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4810dcca-43fa-481f-987d-04ae732cd261 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
      position: relative;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261 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-4810dcca-43fa-481f-987d-04ae732cd261 {
  
  
  
  
}

#s-4810dcca-43fa-481f-987d-04ae732cd261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4810dcca-43fa-481f-987d-04ae732cd261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-content {
  
    align-items: center;
  
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4810dcca-43fa-481f-987d-04ae732cd261 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
      position: relative;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261 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-4810dcca-43fa-481f-987d-04ae732cd261 {
  
  
  
  
}

#s-4810dcca-43fa-481f-987d-04ae732cd261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4810dcca-43fa-481f-987d-04ae732cd261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-content {
  
    align-items: center;
  
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4810dcca-43fa-481f-987d-04ae732cd261 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
      position: relative;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261 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-4810dcca-43fa-481f-987d-04ae732cd261 {
  
  
  
  
}

#s-4810dcca-43fa-481f-987d-04ae732cd261 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }

    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-link {
      aspect-ratio: 441/490;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4810dcca-43fa-481f-987d-04ae732cd261 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4810dcca-43fa-481f-987d-04ae732cd261 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 441px;
  }



  img.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
    
    
    
    max-height: 441px;
  }


.s-4810dcca-43fa-481f-987d-04ae732cd261 .shogun-image-content {
  
    align-items: center;
  
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4810dcca-43fa-481f-987d-04ae732cd261 {
      --shg-aspect-ratio: calc(441/490); 
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container {
      position: relative;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4810dcca-43fa-481f-987d-04ae732cd261 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 441px;
    }
  }

}
#s-4f199bbd-4ca0-48a4-8ebc-eed7ea9ac342 {
  margin-left: 25%;
margin-right: 25%;
max-width: 300px;
text-align: center;
}







  #s-4f199bbd-4ca0-48a4-8ebc-eed7ea9ac342 img.shogun-image {
    

    
    
    
  }


#s-4f199bbd-4ca0-48a4-8ebc-eed7ea9ac342 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0e93fc4-38e7-4dda-9a57-aa001db4e0e7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f0e93fc4-38e7-4dda-9a57-aa001db4e0e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f0e93fc4-38e7-4dda-9a57-aa001db4e0e7.shg-box.shg-c {
  justify-content: center;
}

#s-de0ce8a6-1d8a-4275-ad29-3e1f2f0de2eb {
  min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-de0ce8a6-1d8a-4275-ad29-3e1f2f0de2eb {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-de0ce8a6-1d8a-4275-ad29-3e1f2f0de2eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-de0ce8a6-1d8a-4275-ad29-3e1f2f0de2eb.shg-box.shg-c {
  justify-content: center;
}

#s-2a6582d8-0dbd-42d2-ae10-a1b33d4f38e1 {
  margin-top: 35px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjE0ZjZjYjItZGQyMy00MWYyLWIyODQtNTIxM2Y1NDk2Njk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMTRmNmNiMi1kZDIzLTQxZjItYjI4NC01MjEzZjU0OTY2OTYpIi8+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-baf78a70-8ed1-4580-92cd-dd4cbb0b698f: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-baf78a70-8ed1-4580-92cd-dd4cbb0b698f:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f-root {
    text-align: center;
  }


#s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f-root {
    text-align: center;
  }


#s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f.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-baf78a70-8ed1-4580-92cd-dd4cbb0b698f-root {
    text-align: center;
  }


#s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f.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-baf78a70-8ed1-4580-92cd-dd4cbb0b698f-root {
    text-align: center;
  }


#s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f-root {
    text-align: center;
  }


#s-baf78a70-8ed1-4580-92cd-dd4cbb0b698f.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-89bcb55b-7603-4320-9447-ad6e403d952c {
  min-height: 50px;
}








#s-89bcb55b-7603-4320-9447-ad6e403d952c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-89bcb55b-7603-4320-9447-ad6e403d952c.shg-box.shg-c {
  justify-content: center;
}

#s-09a1bb0f-8712-403a-94df-96f78406ea94 {
  min-height: 50px;
}
@media (max-width: 767px){#s-09a1bb0f-8712-403a-94df-96f78406ea94 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-09a1bb0f-8712-403a-94df-96f78406ea94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-09a1bb0f-8712-403a-94df-96f78406ea94.shg-box.shg-c {
  justify-content: center;
}

#s-0ec0de02-51f5-46e7-a38c-13823bb38472 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-6990d381-3bcf-4e93-840a-aeab56d44a54 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6990d381-3bcf-4e93-840a-aeab56d44a54 {
  display: none;
}
#s-6990d381-3bcf-4e93-840a-aeab56d44a54, #wrap-s-6990d381-3bcf-4e93-840a-aeab56d44a54 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6990d381-3bcf-4e93-840a-aeab56d44a54 {
  display: none;
}
#s-6990d381-3bcf-4e93-840a-aeab56d44a54, #wrap-s-6990d381-3bcf-4e93-840a-aeab56d44a54 { display: none !important; }}
@media (min-width: 0px) {
[id="s-6990d381-3bcf-4e93-840a-aeab56d44a54"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6990d381-3bcf-4e93-840a-aeab56d44a54"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6990d381-3bcf-4e93-840a-aeab56d44a54"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6990d381-3bcf-4e93-840a-aeab56d44a54"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-c4cc1685-14f5-494e-a260-1946f1e4049f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4cc1685-14f5-494e-a260-1946f1e4049f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4cc1685-14f5-494e-a260-1946f1e4049f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
      position: relative;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f 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-c4cc1685-14f5-494e-a260-1946f1e4049f {
  
  
  
  
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4cc1685-14f5-494e-a260-1946f1e4049f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4cc1685-14f5-494e-a260-1946f1e4049f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
      position: relative;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f 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-c4cc1685-14f5-494e-a260-1946f1e4049f {
  
  
  
  
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4cc1685-14f5-494e-a260-1946f1e4049f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4cc1685-14f5-494e-a260-1946f1e4049f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
      position: relative;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f 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-c4cc1685-14f5-494e-a260-1946f1e4049f {
  
  
  
  
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4cc1685-14f5-494e-a260-1946f1e4049f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4cc1685-14f5-494e-a260-1946f1e4049f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
      position: relative;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f 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-c4cc1685-14f5-494e-a260-1946f1e4049f {
  
  
  
  
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c4cc1685-14f5-494e-a260-1946f1e4049f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c4cc1685-14f5-494e-a260-1946f1e4049f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c4cc1685-14f5-494e-a260-1946f1e4049f .shogun-image-content {
  
    align-items: center;
  
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c4cc1685-14f5-494e-a260-1946f1e4049f {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container {
      position: relative;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c4cc1685-14f5-494e-a260-1946f1e4049f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55856bae-d7a0-438a-af64-f8d713fd4c0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-content {
  
    align-items: center;
  
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
      position: relative;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e 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-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  
  
  
  
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55856bae-d7a0-438a-af64-f8d713fd4c0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-content {
  
    align-items: center;
  
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
      position: relative;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e 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-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  
  
  
  
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55856bae-d7a0-438a-af64-f8d713fd4c0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-content {
  
    align-items: center;
  
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
      position: relative;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e 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-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  
  
  
  
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55856bae-d7a0-438a-af64-f8d713fd4c0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-content {
  
    align-items: center;
  
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
      position: relative;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e 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-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  
  
  
  
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55856bae-d7a0-438a-af64-f8d713fd4c0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-55856bae-d7a0-438a-af64-f8d713fd4c0e .shogun-image-content {
  
    align-items: center;
  
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container {
      position: relative;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55856bae-d7a0-438a-af64-f8d713fd4c0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e708dc6e-8e20-461b-97b6-f3d30d281adb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-content {
  
    align-items: center;
  
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
      position: relative;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb 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-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  
  
  
  
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e708dc6e-8e20-461b-97b6-f3d30d281adb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-content {
  
    align-items: center;
  
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
      position: relative;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb 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-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  
  
  
  
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e708dc6e-8e20-461b-97b6-f3d30d281adb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-content {
  
    align-items: center;
  
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
      position: relative;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb 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-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  
  
  
  
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e708dc6e-8e20-461b-97b6-f3d30d281adb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-content {
  
    align-items: center;
  
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
      position: relative;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb 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-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  
  
  
  
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e708dc6e-8e20-461b-97b6-f3d30d281adb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e708dc6e-8e20-461b-97b6-f3d30d281adb .shogun-image-content {
  
    align-items: center;
  
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container {
      position: relative;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e708dc6e-8e20-461b-97b6-f3d30d281adb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-07a1bfdd-74be-4011-9237-78583dcc54be {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-07a1bfdd-74be-4011-9237-78583dcc54be {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07a1bfdd-74be-4011-9237-78583dcc54be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-content {
  
    align-items: center;
  
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07a1bfdd-74be-4011-9237-78583dcc54be {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
      position: relative;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be 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-07a1bfdd-74be-4011-9237-78583dcc54be {
  
  
  
  
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07a1bfdd-74be-4011-9237-78583dcc54be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-content {
  
    align-items: center;
  
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07a1bfdd-74be-4011-9237-78583dcc54be {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
      position: relative;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be 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-07a1bfdd-74be-4011-9237-78583dcc54be {
  
  
  
  
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07a1bfdd-74be-4011-9237-78583dcc54be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-content {
  
    align-items: center;
  
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07a1bfdd-74be-4011-9237-78583dcc54be {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
      position: relative;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be 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-07a1bfdd-74be-4011-9237-78583dcc54be {
  
  
  
  
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07a1bfdd-74be-4011-9237-78583dcc54be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-content {
  
    align-items: center;
  
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07a1bfdd-74be-4011-9237-78583dcc54be {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
      position: relative;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be 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-07a1bfdd-74be-4011-9237-78583dcc54be {
  
  
  
  
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-07a1bfdd-74be-4011-9237-78583dcc54be .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-07a1bfdd-74be-4011-9237-78583dcc54be img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-07a1bfdd-74be-4011-9237-78583dcc54be .shogun-image-content {
  
    align-items: center;
  
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shg-align-container {
  display: flex;
  justify-content: center
}

.s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-07a1bfdd-74be-4011-9237-78583dcc54be {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container {
      position: relative;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-07a1bfdd-74be-4011-9237-78583dcc54be img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-d2115d22-51a7-4ac7-8f55-908b2de99af6 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d2115d22-51a7-4ac7-8f55-908b2de99af6 {
  display: none;
}
#s-d2115d22-51a7-4ac7-8f55-908b2de99af6, #wrap-s-d2115d22-51a7-4ac7-8f55-908b2de99af6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2115d22-51a7-4ac7-8f55-908b2de99af6 {
  display: none;
}
#s-d2115d22-51a7-4ac7-8f55-908b2de99af6, #wrap-s-d2115d22-51a7-4ac7-8f55-908b2de99af6 { display: none !important; }}
@media (min-width: 0px) {
[id="s-d2115d22-51a7-4ac7-8f55-908b2de99af6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d2115d22-51a7-4ac7-8f55-908b2de99af6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d2115d22-51a7-4ac7-8f55-908b2de99af6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d2115d22-51a7-4ac7-8f55-908b2de99af6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
      position: relative;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 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-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  
  
  
  
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
      position: relative;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 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-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  
  
  
  
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
      position: relative;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 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-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  
  
  
  
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
      position: relative;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 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-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  
  
  
  
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 .shogun-image-content {
  
    align-items: center;
  
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container {
      position: relative;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4f09df62-e301-4f84-9f14-e71b1fcbe8d9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
      position: relative;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 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-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  
  
  
  
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
      position: relative;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 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-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  
  
  
  
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
      position: relative;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 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-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  
  
  
  
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
      position: relative;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 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-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  
  
  
  
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container {
      position: relative;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c2cc3eba-06b5-4ec3-98ca-6feeb201bd44 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
      position: relative;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 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-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  
  
  
  
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
      position: relative;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 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-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  
  
  
  
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
      position: relative;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 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-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  
  
  
  
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
      position: relative;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 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-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  
  
  
  
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container {
      position: relative;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3696f73b-6cb9-4bc9-bd92-7c82fe91f9b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121 {
  display: none;
}
#s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121, #wrap-s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121 { display: none !important; }}@media (max-width: 767px){#s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121 {
  display: none;
}
#s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121, #wrap-s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121 { display: none !important; }}
@media (min-width: 0px) {
[id="s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa24e6a1-d6f7-4560-80bd-1a92e73bc121"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-41b20f95-8d9f-4b79-8616-74bd9295742b {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41b20f95-8d9f-4b79-8616-74bd9295742b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-content {
  
    align-items: center;
  
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41b20f95-8d9f-4b79-8616-74bd9295742b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
      position: relative;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b 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-41b20f95-8d9f-4b79-8616-74bd9295742b {
  
  
  
  
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41b20f95-8d9f-4b79-8616-74bd9295742b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-content {
  
    align-items: center;
  
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41b20f95-8d9f-4b79-8616-74bd9295742b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
      position: relative;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b 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-41b20f95-8d9f-4b79-8616-74bd9295742b {
  
  
  
  
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41b20f95-8d9f-4b79-8616-74bd9295742b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-content {
  
    align-items: center;
  
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41b20f95-8d9f-4b79-8616-74bd9295742b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
      position: relative;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b 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-41b20f95-8d9f-4b79-8616-74bd9295742b {
  
  
  
  
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41b20f95-8d9f-4b79-8616-74bd9295742b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-content {
  
    align-items: center;
  
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41b20f95-8d9f-4b79-8616-74bd9295742b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
      position: relative;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b 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-41b20f95-8d9f-4b79-8616-74bd9295742b {
  
  
  
  
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-41b20f95-8d9f-4b79-8616-74bd9295742b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-41b20f95-8d9f-4b79-8616-74bd9295742b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-41b20f95-8d9f-4b79-8616-74bd9295742b .shogun-image-content {
  
    align-items: center;
  
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-41b20f95-8d9f-4b79-8616-74bd9295742b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container {
      position: relative;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-41b20f95-8d9f-4b79-8616-74bd9295742b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
      position: relative;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce 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-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  
  
  
  
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
      position: relative;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce 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-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  
  
  
  
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
      position: relative;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce 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-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  
  
  
  
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
      position: relative;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce 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-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  
  
  
  
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce .shogun-image-content {
  
    align-items: center;
  
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container {
      position: relative;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b8d93dc5-4c03-4bcd-9021-a9c31740fbce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
      position: relative;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 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-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  
  
  
  
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
      position: relative;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 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-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  
  
  
  
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
      position: relative;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 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-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  
  
  
  
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
      position: relative;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 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-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  
  
  
  
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container {
      position: relative;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd0c753f-1029-41cc-abb3-e8d5388a93b5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
      position: relative;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 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-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  
  
  
  
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
      position: relative;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 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-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  
  
  
  
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
      position: relative;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 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-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  
  
  
  
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
      position: relative;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 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-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  
  
  
  
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container {
      position: relative;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc7b4d29-1c64-47c7-9fa9-481334f7aca0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-33499fd8-8da5-4ac3-af85-1377167ec058 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-33499fd8-8da5-4ac3-af85-1377167ec058 {
  display: none;
}
#s-33499fd8-8da5-4ac3-af85-1377167ec058, #wrap-s-33499fd8-8da5-4ac3-af85-1377167ec058 { display: none !important; }}@media (max-width: 767px){#s-33499fd8-8da5-4ac3-af85-1377167ec058 {
  display: none;
}
#s-33499fd8-8da5-4ac3-af85-1377167ec058, #wrap-s-33499fd8-8da5-4ac3-af85-1377167ec058 { display: none !important; }}
@media (min-width: 0px) {
[id="s-33499fd8-8da5-4ac3-af85-1377167ec058"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-33499fd8-8da5-4ac3-af85-1377167ec058"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-33499fd8-8da5-4ac3-af85-1377167ec058"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-33499fd8-8da5-4ac3-af85-1377167ec058"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94776b91-fc43-4f55-8466-7d0e7eb635ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-content {
  
    align-items: center;
  
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
      position: relative;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea 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-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  
  
  
  
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94776b91-fc43-4f55-8466-7d0e7eb635ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-content {
  
    align-items: center;
  
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
      position: relative;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea 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-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  
  
  
  
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94776b91-fc43-4f55-8466-7d0e7eb635ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-content {
  
    align-items: center;
  
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
      position: relative;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea 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-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  
  
  
  
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94776b91-fc43-4f55-8466-7d0e7eb635ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-content {
  
    align-items: center;
  
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
      position: relative;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea 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-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  
  
  
  
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-94776b91-fc43-4f55-8466-7d0e7eb635ea img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-94776b91-fc43-4f55-8466-7d0e7eb635ea .shogun-image-content {
  
    align-items: center;
  
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container {
      position: relative;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94776b91-fc43-4f55-8466-7d0e7eb635ea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-content {
  
    align-items: center;
  
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
      position: relative;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d 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-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  
  
  
  
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-content {
  
    align-items: center;
  
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
      position: relative;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d 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-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  
  
  
  
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-content {
  
    align-items: center;
  
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
      position: relative;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d 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-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  
  
  
  
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-content {
  
    align-items: center;
  
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
      position: relative;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d 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-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  
  
  
  
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-318c415a-72d8-4f42-ba7f-d342dbcffe2d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d .shogun-image-content {
  
    align-items: center;
  
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container {
      position: relative;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-318c415a-72d8-4f42-ba7f-d342dbcffe2d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}



.shg-image-margin-container-s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-content {
  
    align-items: center;
  
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
      position: relative;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 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-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  
  
  
  
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-content {
  
    align-items: center;
  
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
      position: relative;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 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-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  
  
  
  
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-content {
  
    align-items: center;
  
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
      position: relative;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 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-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  
  
  
  
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-content {
  
    align-items: center;
  
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
      position: relative;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 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-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  
  
  
  
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 406px;
  }



  img.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 .shogun-image-content {
  
    align-items: center;
  
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shg-align-container {
  display: flex;
  justify-content: center
}

.s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container {
      position: relative;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-975c1b6e-fc0f-4b5b-b201-3f3d1d2f9764 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 406px;
    }
  }

}
#s-84190bee-76af-494c-aeab-c893d8f9dab2 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTc1YzM2ZTAtYTVlMS00NWY0LWFhN2ItOGQ4NWU4NDU1YWY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NzVjMzZlMC1hNWUxLTQ1ZjQtYWE3Yi04ZDg1ZTg0NTVhZjcpIi8+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-84190bee-76af-494c-aeab-c893d8f9dab2:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-84190bee-76af-494c-aeab-c893d8f9dab2:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-84190bee-76af-494c-aeab-c893d8f9dab2-root {
    text-align: center;
  }


#s-84190bee-76af-494c-aeab-c893d8f9dab2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-84190bee-76af-494c-aeab-c893d8f9dab2-root {
    text-align: center;
  }


#s-84190bee-76af-494c-aeab-c893d8f9dab2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-84190bee-76af-494c-aeab-c893d8f9dab2-root {
    text-align: center;
  }


#s-84190bee-76af-494c-aeab-c893d8f9dab2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-84190bee-76af-494c-aeab-c893d8f9dab2-root {
    text-align: center;
  }


#s-84190bee-76af-494c-aeab-c893d8f9dab2.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-84190bee-76af-494c-aeab-c893d8f9dab2-root {
    text-align: center;
  }


#s-84190bee-76af-494c-aeab-c893d8f9dab2.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;
  }
}
