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

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

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

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

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

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

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

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

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

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

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

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

#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-content-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}@media (max-width: 767px){#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  display: none;
}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3, #wrap-content-s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 { display: none !important; }}
#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 {
  background-image: url(https://i.shgcdn.com/a937443a-8984-4913-a334-6c9283fa4827/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








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






#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.15;
  display: block;
}#s-ea9a9723-c917-4b7b-bfd8-bee1926badf3.shg-box.shg-c {
  justify-content: center;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-6951de2a-a97f-417e-a49a-509c3cf9fe2b {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-6951de2a-a97f-417e-a49a-509c3cf9fe2b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-5a15a30c-17a9-42e3-b8e1-f9cb6798f900 {
  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-5a15a30c-17a9-42e3-b8e1-f9cb6798f900 {
  
}
}@media (max-width: 767px){#s-5a15a30c-17a9-42e3-b8e1-f9cb6798f900 {
  
}
}







#s-5a15a30c-17a9-42e3-b8e1-f9cb6798f900 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a15a30c-17a9-42e3-b8e1-f9cb6798f900.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;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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

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

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

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

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

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

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

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

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

#s-89191879-4551-4984-b62e-1a20ef44f20f {
  max-width: 591px;
aspect-ratio: 591/464;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}

#s-89191879-4551-4984-b62e-1a20ef44f20f {
  overflow: hidden;
  
  
      max-width: 591px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





  #s-89191879-4551-4984-b62e-1a20ef44f20f img.shogun-image,
  #s-89191879-4551-4984-b62e-1a20ef44f20f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-89191879-4551-4984-b62e-1a20ef44f20f {
    width: 100%;
    height: auto;
  }



  #s-89191879-4551-4984-b62e-1a20ef44f20f img.shogun-image {
    

    
    
    
  }


#s-89191879-4551-4984-b62e-1a20ef44f20f .shogun-image-content {
  
    justify-content: 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-c3b00795-b969-443a-850e-6bfbcc21d822 {
  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-c3b00795-b969-443a-850e-6bfbcc21d822: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-c3b00795-b969-443a-850e-6bfbcc21d822:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3b00795-b969-443a-850e-6bfbcc21d822-root {
    text-align: left;
  }


#s-c3b00795-b969-443a-850e-6bfbcc21d822.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c3b00795-b969-443a-850e-6bfbcc21d822-root {
    text-align: left;
  }


#s-c3b00795-b969-443a-850e-6bfbcc21d822.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-c3b00795-b969-443a-850e-6bfbcc21d822-root {
    text-align: left;
  }


#s-c3b00795-b969-443a-850e-6bfbcc21d822.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-c3b00795-b969-443a-850e-6bfbcc21d822-root {
    text-align: left;
  }


#s-c3b00795-b969-443a-850e-6bfbcc21d822.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c3b00795-b969-443a-850e-6bfbcc21d822-root {
    text-align: left;
  }


#s-c3b00795-b969-443a-850e-6bfbcc21d822.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-88939af3-1e66-4083-8cfb-3bd412d3015d {
  margin-left: 11px;
margin-right: 50px;
}

#s-88939af3-1e66-4083-8cfb-3bd412d3015d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-88939af3-1e66-4083-8cfb-3bd412d3015d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-88939af3-1e66-4083-8cfb-3bd412d3015d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-88939af3-1e66-4083-8cfb-3bd412d3015d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-88939af3-1e66-4083-8cfb-3bd412d3015d > .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-88939af3-1e66-4083-8cfb-3bd412d3015d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 17px;
}
#s-412204c8-0013-47dc-a942-17e407211919 {
  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-412204c8-0013-47dc-a942-17e407211919:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTdhMWIxNmQtYjQ1ZC00Y2ZmLTk5MjctODUxMjhlYThhYjc0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5N2ExYjE2ZC1iNDVkLTRjZmYtOTkyNy04NTEyOGVhOGFiNzQpIi8+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-412204c8-0013-47dc-a942-17e407211919:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-412204c8-0013-47dc-a942-17e407211919-root {
    text-align: left;
  }


#s-412204c8-0013-47dc-a942-17e407211919.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-412204c8-0013-47dc-a942-17e407211919-root {
    text-align: left;
  }


#s-412204c8-0013-47dc-a942-17e407211919.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-412204c8-0013-47dc-a942-17e407211919-root {
    text-align: left;
  }


#s-412204c8-0013-47dc-a942-17e407211919.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-412204c8-0013-47dc-a942-17e407211919-root {
    text-align: left;
  }


#s-412204c8-0013-47dc-a942-17e407211919.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-412204c8-0013-47dc-a942-17e407211919-root {
    text-align: left;
  }


#s-412204c8-0013-47dc-a942-17e407211919.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-25d64578-91c7-4900-8f15-6685a8d99e45 {
  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-25d64578-91c7-4900-8f15-6685a8d99e45:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDAwZGRiZGQtZjBmMy00M2YzLWFlZTItZmJlYWYyZTM0MWI2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojODliNGQzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkMDBkZGJkZC1mMGYzLTQzZjMtYWVlMi1mYmVhZjJlMzQxYjYpIi8+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-25d64578-91c7-4900-8f15-6685a8d99e45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-25d64578-91c7-4900-8f15-6685a8d99e45-root {
    text-align: left;
  }


#s-25d64578-91c7-4900-8f15-6685a8d99e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-25d64578-91c7-4900-8f15-6685a8d99e45-root {
    text-align: left;
  }


#s-25d64578-91c7-4900-8f15-6685a8d99e45.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-25d64578-91c7-4900-8f15-6685a8d99e45-root {
    text-align: left;
  }


#s-25d64578-91c7-4900-8f15-6685a8d99e45.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-25d64578-91c7-4900-8f15-6685a8d99e45-root {
    text-align: left;
  }


#s-25d64578-91c7-4900-8f15-6685a8d99e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-25d64578-91c7-4900-8f15-6685a8d99e45-root {
    text-align: left;
  }


#s-25d64578-91c7-4900-8f15-6685a8d99e45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e {
  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-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjdiODg2YTMtZDkyMC00Yzg2LWExNTMtYjE2MGU3ZmEwZmVjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiN2I4ODZhMy1kOTIwLTRjODYtYTE1My1iMTYwZTdmYTBmZWMpIi8+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-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e-root {
    text-align: left;
  }


#s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e-root {
    text-align: left;
  }


#s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e.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-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e-root {
    text-align: left;
  }


#s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e.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-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e-root {
    text-align: left;
  }


#s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e-root {
    text-align: left;
  }


#s-ad804ae3-d3e1-4477-9c0c-3bbf189f0b8e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dc53aace-fcda-40b4-8363-4f4628686e3e {
  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-dc53aace-fcda-40b4-8363-4f4628686e3e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTM4NWY5NTktYjk1OC00N2ZhLWE1YjgtZWU5YjJhN2M4MzY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMzg1Zjk1OS1iOTU4LTQ3ZmEtYTViOC1lZTliMmE3YzgzNjgpIi8+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-dc53aace-fcda-40b4-8363-4f4628686e3e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc53aace-fcda-40b4-8363-4f4628686e3e-root {
    text-align: left;
  }


#s-dc53aace-fcda-40b4-8363-4f4628686e3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc53aace-fcda-40b4-8363-4f4628686e3e-root {
    text-align: left;
  }


#s-dc53aace-fcda-40b4-8363-4f4628686e3e.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-dc53aace-fcda-40b4-8363-4f4628686e3e-root {
    text-align: left;
  }


#s-dc53aace-fcda-40b4-8363-4f4628686e3e.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-dc53aace-fcda-40b4-8363-4f4628686e3e-root {
    text-align: left;
  }


#s-dc53aace-fcda-40b4-8363-4f4628686e3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc53aace-fcda-40b4-8363-4f4628686e3e-root {
    text-align: left;
  }


#s-dc53aace-fcda-40b4-8363-4f4628686e3e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-659f21e4-e733-4512-9ccf-97f03d8cc7be {
  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-659f21e4-e733-4512-9ccf-97f03d8cc7be:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGRiMjA1MWYtNWUxMy00NTVlLTkwMmMtYWZlYmQ5ZGY2YThhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZGRiMjA1MWYtNWUxMy00NTVlLTkwMmMtYWZlYmQ5ZGY2YThhKSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29fc1"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-659f21e4-e733-4512-9ccf-97f03d8cc7be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-659f21e4-e733-4512-9ccf-97f03d8cc7be-root {
    text-align: left;
  }


#s-659f21e4-e733-4512-9ccf-97f03d8cc7be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-659f21e4-e733-4512-9ccf-97f03d8cc7be-root {
    text-align: left;
  }


#s-659f21e4-e733-4512-9ccf-97f03d8cc7be.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-659f21e4-e733-4512-9ccf-97f03d8cc7be-root {
    text-align: left;
  }


#s-659f21e4-e733-4512-9ccf-97f03d8cc7be.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-659f21e4-e733-4512-9ccf-97f03d8cc7be-root {
    text-align: left;
  }


#s-659f21e4-e733-4512-9ccf-97f03d8cc7be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-659f21e4-e733-4512-9ccf-97f03d8cc7be-root {
    text-align: left;
  }


#s-659f21e4-e733-4512-9ccf-97f03d8cc7be.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-68bfa1bc-acf0-4627-b1fe-429e4888ad45 {
  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-68bfa1bc-acf0-4627-b1fe-429e4888ad45:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTliNDU1ZjUtMjdiOS00MjQ3LTg1Y2YtNDY2ZWQwNjkyZWU5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjMTliNDU1ZjUtMjdiOS00MjQ3LTg1Y2YtNDY2ZWQwNjkyZWU5KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29fc1"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-68bfa1bc-acf0-4627-b1fe-429e4888ad45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-68bfa1bc-acf0-4627-b1fe-429e4888ad45-root {
    text-align: left;
  }


#s-68bfa1bc-acf0-4627-b1fe-429e4888ad45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68bfa1bc-acf0-4627-b1fe-429e4888ad45-root {
    text-align: left;
  }


#s-68bfa1bc-acf0-4627-b1fe-429e4888ad45.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-68bfa1bc-acf0-4627-b1fe-429e4888ad45-root {
    text-align: left;
  }


#s-68bfa1bc-acf0-4627-b1fe-429e4888ad45.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-68bfa1bc-acf0-4627-b1fe-429e4888ad45-root {
    text-align: left;
  }


#s-68bfa1bc-acf0-4627-b1fe-429e4888ad45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68bfa1bc-acf0-4627-b1fe-429e4888ad45-root {
    text-align: left;
  }


#s-68bfa1bc-acf0-4627-b1fe-429e4888ad45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-50fd53ce-bbb7-42ec-8bc1-a474de253502 {
  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-50fd53ce-bbb7-42ec-8bc1-a474de253502:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2Q1ZjdiMzItZmQ5ZC00NGQxLTlmMTAtYTA2MzM2NjM0NDA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ZDVmN2IzMi1mZDlkLTQ0ZDEtOWYxMC1hMDYzMzY2MzQ0MDUpIi8+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-50fd53ce-bbb7-42ec-8bc1-a474de253502:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-50fd53ce-bbb7-42ec-8bc1-a474de253502-root {
    text-align: left;
  }


#s-50fd53ce-bbb7-42ec-8bc1-a474de253502.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-50fd53ce-bbb7-42ec-8bc1-a474de253502-root {
    text-align: left;
  }


#s-50fd53ce-bbb7-42ec-8bc1-a474de253502.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-50fd53ce-bbb7-42ec-8bc1-a474de253502-root {
    text-align: left;
  }


#s-50fd53ce-bbb7-42ec-8bc1-a474de253502.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-50fd53ce-bbb7-42ec-8bc1-a474de253502-root {
    text-align: left;
  }


#s-50fd53ce-bbb7-42ec-8bc1-a474de253502.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-50fd53ce-bbb7-42ec-8bc1-a474de253502-root {
    text-align: left;
  }


#s-50fd53ce-bbb7-42ec-8bc1-a474de253502.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-fead4cf7-870c-4b56-bd87-9196795d03a2 {
  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-fead4cf7-870c-4b56-bd87-9196795d03a2:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjJhNDRhOTYtYjc5MS00OGQ0LWFkMzktZjVhMGJjNjQzN2U0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTBkMGMyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MmE0NGE5Ni1iNzkxLTQ4ZDQtYWQzOS1mNWEwYmM2NDM3ZTQpIi8+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-fead4cf7-870c-4b56-bd87-9196795d03a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fead4cf7-870c-4b56-bd87-9196795d03a2-root {
    text-align: left;
  }


#s-fead4cf7-870c-4b56-bd87-9196795d03a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fead4cf7-870c-4b56-bd87-9196795d03a2-root {
    text-align: left;
  }


#s-fead4cf7-870c-4b56-bd87-9196795d03a2.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-fead4cf7-870c-4b56-bd87-9196795d03a2-root {
    text-align: left;
  }


#s-fead4cf7-870c-4b56-bd87-9196795d03a2.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-fead4cf7-870c-4b56-bd87-9196795d03a2-root {
    text-align: left;
  }


#s-fead4cf7-870c-4b56-bd87-9196795d03a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fead4cf7-870c-4b56-bd87-9196795d03a2-root {
    text-align: left;
  }


#s-fead4cf7-870c-4b56-bd87-9196795d03a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-d1d81326-87c6-48b1-a99d-0b499396461e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNzg0ZWJkZTktMTYxYi00YWVmLWIxYjUtMWRmZjgwNGQ5YzRmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3ODRlYmRlOS0xNjFiLTRhZWYtYjFiNS0xZGZmODA0ZDljNGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
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;
text-align: left;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-d1d81326-87c6-48b1-a99d-0b499396461e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjJhNjJkODItZTdlZC00YzQ2LWFmOGUtMTgwZjI1Y2U4ZmM1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjk4OTA3MTM3Nzg0MDkwOSIgc3R5bGU9InN0b3AtY29sb3I6I2VkOWJjMztzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I2YzNzAyMTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjYjJhNjJkODItZTdlZC00YzQ2LWFmOGUtMTgwZjI1Y2U4ZmM1KSIvPjwvc3ZnPg==) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#e29fc1"}, {"id"=>3, "pos"=>0.989071377840909, "color"=>"#ed9bc3"}, {"id"=>2, "pos"=>1, "color"=>"#f37021"}] !important;
color: rgba(255, 255, 255, 1) !important;}#s-d1d81326-87c6-48b1-a99d-0b499396461e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d1d81326-87c6-48b1-a99d-0b499396461e-root {
    text-align: left;
  }


#s-d1d81326-87c6-48b1-a99d-0b499396461e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-d1d81326-87c6-48b1-a99d-0b499396461e-root {
    text-align: left;
  }


#s-d1d81326-87c6-48b1-a99d-0b499396461e.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-d1d81326-87c6-48b1-a99d-0b499396461e-root {
    text-align: left;
  }


#s-d1d81326-87c6-48b1-a99d-0b499396461e.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-d1d81326-87c6-48b1-a99d-0b499396461e-root {
    text-align: left;
  }


#s-d1d81326-87c6-48b1-a99d-0b499396461e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-d1d81326-87c6-48b1-a99d-0b499396461e-root {
    text-align: left;
  }


#s-d1d81326-87c6-48b1-a99d-0b499396461e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dc85afa2-035c-4331-bef0-629263b0f21d {
  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-dc85afa2-035c-4331-bef0-629263b0f21d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDU4MDkwNDItYjNiOC00YjQ2LWIyMjQtYzhhNDZkNmRiMzNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTBkMGMyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNTgwOTA0Mi1iM2I4LTRiNDYtYjIyNC1jOGE0NmQ2ZGIzM2IpIi8+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-dc85afa2-035c-4331-bef0-629263b0f21d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dc85afa2-035c-4331-bef0-629263b0f21d-root {
    text-align: left;
  }


#s-dc85afa2-035c-4331-bef0-629263b0f21d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dc85afa2-035c-4331-bef0-629263b0f21d-root {
    text-align: left;
  }


#s-dc85afa2-035c-4331-bef0-629263b0f21d.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-dc85afa2-035c-4331-bef0-629263b0f21d-root {
    text-align: left;
  }


#s-dc85afa2-035c-4331-bef0-629263b0f21d.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-dc85afa2-035c-4331-bef0-629263b0f21d-root {
    text-align: left;
  }


#s-dc85afa2-035c-4331-bef0-629263b0f21d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dc85afa2-035c-4331-bef0-629263b0f21d-root {
    text-align: left;
  }


#s-dc85afa2-035c-4331-bef0-629263b0f21d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b9057e25-aec2-4059-8f65-429639a88591 {
  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-b9057e25-aec2-4059-8f65-429639a88591:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODQ1N2FhMjMtM2FhNC00MWY0LWI1NzgtOWZhZjk4Y2M0N2M0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiM4OWI0ZDM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzg0NTdhYTIzLTNhYTQtNDFmNC1iNTc4LTlmYWY5OGNjNDdjNCkiLz48L3N2Zz4=) !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-b9057e25-aec2-4059-8f65-429639a88591:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9057e25-aec2-4059-8f65-429639a88591-root {
    text-align: left;
  }


#s-b9057e25-aec2-4059-8f65-429639a88591.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b9057e25-aec2-4059-8f65-429639a88591-root {
    text-align: left;
  }


#s-b9057e25-aec2-4059-8f65-429639a88591.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-b9057e25-aec2-4059-8f65-429639a88591-root {
    text-align: left;
  }


#s-b9057e25-aec2-4059-8f65-429639a88591.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-b9057e25-aec2-4059-8f65-429639a88591-root {
    text-align: left;
  }


#s-b9057e25-aec2-4059-8f65-429639a88591.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b9057e25-aec2-4059-8f65-429639a88591-root {
    text-align: left;
  }


#s-b9057e25-aec2-4059-8f65-429639a88591.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-dac456bb-e690-42f5-9a7d-7743500dbd72 {
  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-dac456bb-e690-42f5-9a7d-7743500dbd72:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmI2OWEwN2UtNGI5NS00ZGYxLWI1YjMtZDc3MzNlMmFlNWI4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2YjY5YTA3ZS00Yjk1LTRkZjEtYjViMy1kNzczM2UyYWU1YjgpIi8+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-dac456bb-e690-42f5-9a7d-7743500dbd72:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dac456bb-e690-42f5-9a7d-7743500dbd72-root {
    text-align: left;
  }


#s-dac456bb-e690-42f5-9a7d-7743500dbd72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-dac456bb-e690-42f5-9a7d-7743500dbd72-root {
    text-align: left;
  }


#s-dac456bb-e690-42f5-9a7d-7743500dbd72.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-dac456bb-e690-42f5-9a7d-7743500dbd72-root {
    text-align: left;
  }


#s-dac456bb-e690-42f5-9a7d-7743500dbd72.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-dac456bb-e690-42f5-9a7d-7743500dbd72-root {
    text-align: left;
  }


#s-dac456bb-e690-42f5-9a7d-7743500dbd72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-dac456bb-e690-42f5-9a7d-7743500dbd72-root {
    text-align: left;
  }


#s-dac456bb-e690-42f5-9a7d-7743500dbd72.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3 {
  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-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjBkNzcwOGItM2Y0Mi00ZmVmLWE2NDEtODBiZTk2NmUxOTQ1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzIwZDc3MDhiLTNmNDItNGZlZi1hNjQxLTgwYmU5NjZlMTk0NSkiLz48L3N2Zz4=) !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-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3-root {
    text-align: left;
  }


#s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3-root {
    text-align: left;
  }


#s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3.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-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3-root {
    text-align: left;
  }


#s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3.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-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3-root {
    text-align: left;
  }


#s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3-root {
    text-align: left;
  }


#s-2e7a1ad9-5a20-4ba2-a7d1-2eda1f412ec3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-28fbf135-8146-4cda-8bdd-bb5232cd7acf {
  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-28fbf135-8146-4cda-8bdd-bb5232cd7acf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDQxMmYxM2YtZjE2ZC00OTU5LTkzNzktNmM3MDgxYjAyZmUwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNDEyZjEzZi1mMTZkLTQ5NTktOTM3OS02YzcwODFiMDJmZTApIi8+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-28fbf135-8146-4cda-8bdd-bb5232cd7acf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28fbf135-8146-4cda-8bdd-bb5232cd7acf-root {
    text-align: left;
  }


#s-28fbf135-8146-4cda-8bdd-bb5232cd7acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-28fbf135-8146-4cda-8bdd-bb5232cd7acf-root {
    text-align: left;
  }


#s-28fbf135-8146-4cda-8bdd-bb5232cd7acf.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-28fbf135-8146-4cda-8bdd-bb5232cd7acf-root {
    text-align: left;
  }


#s-28fbf135-8146-4cda-8bdd-bb5232cd7acf.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-28fbf135-8146-4cda-8bdd-bb5232cd7acf-root {
    text-align: left;
  }


#s-28fbf135-8146-4cda-8bdd-bb5232cd7acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-28fbf135-8146-4cda-8bdd-bb5232cd7acf-root {
    text-align: left;
  }


#s-28fbf135-8146-4cda-8bdd-bb5232cd7acf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d {
  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-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGFiYzY0NmEtMDA3My00NTA3LWJjNjQtYjE3MTBjN2VjZDhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjk5NTQ1NDU0NTQ1NDU0NTUiIHN0eWxlPSJzdG9wLWNvbG9yOiNiMzhiYmY7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEiIHN0eWxlPSJzdG9wLWNvbG9yOiNmMzcwMjE7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzhhYmM2NDZhLTAwNzMtNDUwNy1iYzY0LWIxNzEwYzdlY2Q4ZSkiLz48L3N2Zz4=) !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-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d-root {
    text-align: left;
  }


#s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d-root {
    text-align: left;
  }


#s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d.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-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d-root {
    text-align: left;
  }


#s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d.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-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d-root {
    text-align: left;
  }


#s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d-root {
    text-align: left;
  }


#s-a43e6a92-3fe5-4dc8-b84d-f7da57ee8e5d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee {
  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-07b99b9d-1a4b-4cd1-afea-a62b3e137dee:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWM5MDA1YWItNTY5YS00ZTI5LThlZjUtOTgxZjc2MGJlNzEzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYzkwMDVhYi01NjlhLTRlMjktOGVmNS05ODFmNzYwYmU3MTMpIi8+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-07b99b9d-1a4b-4cd1-afea-a62b3e137dee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee-root {
    text-align: left;
  }


#s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee-root {
    text-align: left;
  }


#s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee.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-07b99b9d-1a4b-4cd1-afea-a62b3e137dee-root {
    text-align: left;
  }


#s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee.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-07b99b9d-1a4b-4cd1-afea-a62b3e137dee-root {
    text-align: left;
  }


#s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee-root {
    text-align: left;
  }


#s-07b99b9d-1a4b-4cd1-afea-a62b3e137dee.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-c5183989-b78f-4fad-b5eb-d6127f760f82 {
  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-c5183989-b78f-4fad-b5eb-d6127f760f82:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWM0ZTVhNDUtNGZlMi00MjJlLTk4OTItZjI3NTczOGEzNjkzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYzRlNWE0NS00ZmUyLTQyMmUtOTg5Mi1mMjc1NzM4YTM2OTMpIi8+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-c5183989-b78f-4fad-b5eb-d6127f760f82:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c5183989-b78f-4fad-b5eb-d6127f760f82-root {
    text-align: left;
  }


#s-c5183989-b78f-4fad-b5eb-d6127f760f82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c5183989-b78f-4fad-b5eb-d6127f760f82-root {
    text-align: left;
  }


#s-c5183989-b78f-4fad-b5eb-d6127f760f82.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-c5183989-b78f-4fad-b5eb-d6127f760f82-root {
    text-align: left;
  }


#s-c5183989-b78f-4fad-b5eb-d6127f760f82.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-c5183989-b78f-4fad-b5eb-d6127f760f82-root {
    text-align: left;
  }


#s-c5183989-b78f-4fad-b5eb-d6127f760f82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c5183989-b78f-4fad-b5eb-d6127f760f82-root {
    text-align: left;
  }


#s-c5183989-b78f-4fad-b5eb-d6127f760f82.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-af9e059c-870b-4743-b8fb-40d084c3cf59 {
  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-af9e059c-870b-4743-b8fb-40d084c3cf59:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWFmNDRmN2EtYzVjMS00YzgwLWE3MmMtM2QyN2JhOTk5NWQxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YWY0NGY3YS1jNWMxLTRjODAtYTcyYy0zZDI3YmE5OTk1ZDEpIi8+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-af9e059c-870b-4743-b8fb-40d084c3cf59:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-af9e059c-870b-4743-b8fb-40d084c3cf59-root {
    text-align: left;
  }


#s-af9e059c-870b-4743-b8fb-40d084c3cf59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-af9e059c-870b-4743-b8fb-40d084c3cf59-root {
    text-align: left;
  }


#s-af9e059c-870b-4743-b8fb-40d084c3cf59.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-af9e059c-870b-4743-b8fb-40d084c3cf59-root {
    text-align: left;
  }


#s-af9e059c-870b-4743-b8fb-40d084c3cf59.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-af9e059c-870b-4743-b8fb-40d084c3cf59-root {
    text-align: left;
  }


#s-af9e059c-870b-4743-b8fb-40d084c3cf59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-af9e059c-870b-4743-b8fb-40d084c3cf59-root {
    text-align: left;
  }


#s-af9e059c-870b-4743-b8fb-40d084c3cf59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-981e078e-e068-48ce-b987-962f8d33d106 {
  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-981e078e-e068-48ce-b987-962f8d33d106:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGVlNzQ2YzUtZjIzMC00ZDc3LTlmZDMtOWJlYWM2ZGU5YzJhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjM4YmJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4ZWU3NDZjNS1mMjMwLTRkNzctOWZkMy05YmVhYzZkZTljMmEpIi8+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-981e078e-e068-48ce-b987-962f8d33d106:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-981e078e-e068-48ce-b987-962f8d33d106-root {
    text-align: left;
  }


#s-981e078e-e068-48ce-b987-962f8d33d106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-981e078e-e068-48ce-b987-962f8d33d106-root {
    text-align: left;
  }


#s-981e078e-e068-48ce-b987-962f8d33d106.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-981e078e-e068-48ce-b987-962f8d33d106-root {
    text-align: left;
  }


#s-981e078e-e068-48ce-b987-962f8d33d106.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-981e078e-e068-48ce-b987-962f8d33d106-root {
    text-align: left;
  }


#s-981e078e-e068-48ce-b987-962f8d33d106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-981e078e-e068-48ce-b987-962f8d33d106-root {
    text-align: left;
  }


#s-981e078e-e068-48ce-b987-962f8d33d106.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ab887d0b-494c-421b-8223-bab82a44b92c {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTU0ZWRlMGQtM2I1NC00ZGFhLWE1Y2YtZjBhY2I5NTIwZWMwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNTRlZGUwZC0zYjU0LTRkYWEtYTVjZi1mMGFjYjk1MjBlYzApIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 20px;
padding-bottom: 14px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
text-decoration: none;
line-height: 1em;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>1, "color"=>"#e29fc1"}, {"id"=>2, "pos"=>1, "color"=>"#ff9500"}];
hover-type: gradient;
}
#s-ab887d0b-494c-421b-8223-bab82a44b92c:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-ab887d0b-494c-421b-8223-bab82a44b92c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ab887d0b-494c-421b-8223-bab82a44b92c-root {
    text-align: center;
  }


#s-ab887d0b-494c-421b-8223-bab82a44b92c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ab887d0b-494c-421b-8223-bab82a44b92c-root {
    text-align: center;
  }


#s-ab887d0b-494c-421b-8223-bab82a44b92c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ab887d0b-494c-421b-8223-bab82a44b92c-root {
    text-align: center;
  }


#s-ab887d0b-494c-421b-8223-bab82a44b92c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ab887d0b-494c-421b-8223-bab82a44b92c-root {
    text-align: center;
  }


#s-ab887d0b-494c-421b-8223-bab82a44b92c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ab887d0b-494c-421b-8223-bab82a44b92c-root {
    text-align: center;
  }


#s-ab887d0b-494c-421b-8223-bab82a44b92c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b3738f7e-ea9b-46aa-829c-3d53ee1e39c9 {
  min-height: 50px;
}








#s-b3738f7e-ea9b-46aa-829c-3d53ee1e39c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b3738f7e-ea9b-46aa-829c-3d53ee1e39c9.shg-box.shg-c {
  justify-content: center;
}

#s-f06cabbd-5923-477b-a91b-89b674f4f610 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 1200px){#s-f06cabbd-5923-477b-a91b-89b674f4f610 {
  display: none;
}
#s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-content-s-f06cabbd-5923-477b-a91b-89b674f4f610 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f06cabbd-5923-477b-a91b-89b674f4f610 {
  display: none;
}
#s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-content-s-f06cabbd-5923-477b-a91b-89b674f4f610 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f06cabbd-5923-477b-a91b-89b674f4f610 {
  display: none;
}
#s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-content-s-f06cabbd-5923-477b-a91b-89b674f4f610 { display: none !important; }}@media (max-width: 767px){#s-f06cabbd-5923-477b-a91b-89b674f4f610 {
  display: none;
}
#s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-s-f06cabbd-5923-477b-a91b-89b674f4f610, #wrap-content-s-f06cabbd-5923-477b-a91b-89b674f4f610 { display: none !important; }}







#s-f06cabbd-5923-477b-a91b-89b674f4f610 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0.57);
  opacity: 0;
  display: block;
}#s-f06cabbd-5923-477b-a91b-89b674f4f610.shg-box.shg-c {
  justify-content: center;
}

#s-c34131b9-86a2-4923-bebf-be2a4b10915d {
  margin-top: 50px;
margin-bottom: 50px;
text-align: center;
}

#s-c34131b9-86a2-4923-bebf-be2a4b10915d {
  overflow: hidden;
  
  
}







  #s-c34131b9-86a2-4923-bebf-be2a4b10915d img.shogun-image {
    

    
    
    
  }


#s-c34131b9-86a2-4923-bebf-be2a4b10915d .shogun-image-content {
  
    justify-content: center;
  
}

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

.shg-image-content-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  min-width: 100%;
  min-height: 100%;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin-left: auto;
margin-right: auto;
max-width: 2734px;
aspect-ratio: 2734/434;
text-align: center;
}
@media (min-width: 1200px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  display: none;
}
#s-1733f064-d0fa-4acc-b5c0-de1727876334, #wrap-s-1733f064-d0fa-4acc-b5c0-de1727876334, #wrap-content-s-1733f064-d0fa-4acc-b5c0-de1727876334 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  display: none;
}
#s-1733f064-d0fa-4acc-b5c0-de1727876334, #wrap-s-1733f064-d0fa-4acc-b5c0-de1727876334, #wrap-content-s-1733f064-d0fa-4acc-b5c0-de1727876334 { display: none !important; }}
#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
  overflow: visible;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add background color handling */
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}



.s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

@media (min-width: 1200px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
  overflow: visible;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add background color handling */
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}



.s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
  overflow: visible;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add background color handling */
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}



.s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
  overflow: visible;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add background color handling */
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}



.s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

}@media (max-width: 767px){#s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  margin: 0 !important;
  overflow: visible;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-1733f064-d0fa-4acc-b5c0-de1727876334 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add background color handling */
  
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }

    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-link {
      aspect-ratio: 2734/434;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1733f064-d0fa-4acc-b5c0-de1727876334 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 2734px;
  }



  img.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
    
    
    
    max-height: 2734px;
  }


.s-1733f064-d0fa-4acc-b5c0-de1727876334 .shogun-image-content {
  
    justify-content: center;
  
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image {
  box-sizing: border-box;
}



.s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-1733f064-d0fa-4acc-b5c0-de1727876334 {
      --shg-aspect-ratio: calc(2734/434); 
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container {
      position: relative;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1733f064-d0fa-4acc-b5c0-de1727876334 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 2734px;
    }
  }

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







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

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

#s-48e33626-2a7a-47c8-9bf9-e9cf53b291c0 {
  overflow: hidden;
  
  
      max-width: 5000px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}





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

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



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

    
    
    
  }


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

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







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

@media (min-width: 1200px){#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af {
  display: none;
}
#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af, #wrap-s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af, #wrap-content-s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af {
  display: none;
}
#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af, #wrap-s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af, #wrap-content-s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af { display: none !important; }}
#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(146, 179, 208, 1);
}

#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af > .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-5f6f0e08-8fe5-45e6-a6e8-9c6e6e1200af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-c31d9c73-e464-4aa2-82ef-5da5c3684655 {
  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-c31d9c73-e464-4aa2-82ef-5da5c3684655:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzgxZTZhNDgtNTVjMy00ZjBmLThjMjEtODdmODg0MTZmYjIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjODFlNmE0OC01NWMzLTRmMGYtOGMyMS04N2Y4ODQxNmZiMjMpIi8+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-c31d9c73-e464-4aa2-82ef-5da5c3684655:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c31d9c73-e464-4aa2-82ef-5da5c3684655 {
  
}
#s-c31d9c73-e464-4aa2-82ef-5da5c3684655:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDY5NjA2Y2ItMjU0YS00YjQyLTliODItZjI3YzA1MDY2MzRkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNjk2MDZjYi0yNTRhLTRiNDItOWI4Mi1mMjdjMDUwNjYzNGQpIi8+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-c31d9c73-e464-4aa2-82ef-5da5c3684655-root {
    text-align: center;
  }


#s-c31d9c73-e464-4aa2-82ef-5da5c3684655.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-c31d9c73-e464-4aa2-82ef-5da5c3684655-root {
    text-align: center;
  }


#s-c31d9c73-e464-4aa2-82ef-5da5c3684655.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-c31d9c73-e464-4aa2-82ef-5da5c3684655-root {
    text-align: center;
  }


#s-c31d9c73-e464-4aa2-82ef-5da5c3684655.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-c31d9c73-e464-4aa2-82ef-5da5c3684655-root {
    text-align: center;
  }


#s-c31d9c73-e464-4aa2-82ef-5da5c3684655.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-c31d9c73-e464-4aa2-82ef-5da5c3684655-root {
    text-align: center;
  }


#s-c31d9c73-e464-4aa2-82ef-5da5c3684655.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-b7446f57-5753-454b-986b-4b183a04f310 {
  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-b7446f57-5753-454b-986b-4b183a04f310:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWQzN2VkN2MtNGQwOS00MDBjLTgzMDYtNTMwMjEwODU5ZDAyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhZDM3ZWQ3Yy00ZDA5LTQwMGMtODMwNi01MzAyMTA4NTlkMDIpIi8+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-b7446f57-5753-454b-986b-4b183a04f310:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b7446f57-5753-454b-986b-4b183a04f310-root {
    text-align: center;
  }


#s-b7446f57-5753-454b-986b-4b183a04f310.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b7446f57-5753-454b-986b-4b183a04f310-root {
    text-align: center;
  }


#s-b7446f57-5753-454b-986b-4b183a04f310.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-b7446f57-5753-454b-986b-4b183a04f310-root {
    text-align: center;
  }


#s-b7446f57-5753-454b-986b-4b183a04f310.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-b7446f57-5753-454b-986b-4b183a04f310-root {
    text-align: center;
  }


#s-b7446f57-5753-454b-986b-4b183a04f310.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b7446f57-5753-454b-986b-4b183a04f310-root {
    text-align: center;
  }


#s-b7446f57-5753-454b-986b-4b183a04f310.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3 {
  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-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDM4OWM3YTctYTRkNC00MDY0LTg4ZTItODMzYzU3MTQ0ZjA4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0Mzg5YzdhNy1hNGQ0LTQwNjQtODhlMi04MzNjNTcxNDRmMDgpIi8+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-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3 {
  
}
#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjk2MzJjMzktNDliNy00YmViLWFmNjktZDNjY2U4OTRkNDYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyOTYzMmMzOS00OWI3LTRiZWItYWY2OS1kM2NjZTg5NGQ0NjMpIi8+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-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3-root {
    text-align: center;
  }


#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3-root {
    text-align: center;
  }


#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3.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-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3-root {
    text-align: center;
  }


#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3.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-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3-root {
    text-align: center;
  }


#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3-root {
    text-align: center;
  }


#s-8c22d1c0-c1a5-4c16-8ed0-8e29fadd53a3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-eed87f99-2e24-42a1-909c-f4ce519cfc49 {
  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-eed87f99-2e24-42a1-909c-f4ce519cfc49:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZjE3ZjM5NTgtZTgzYi00ODEyLWEyYzItOGExOWVhM2ZjODk2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNmMTdmMzk1OC1lODNiLTQ4MTItYTJjMi04YTE5ZWEzZmM4OTYpIi8+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-eed87f99-2e24-42a1-909c-f4ce519cfc49:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-eed87f99-2e24-42a1-909c-f4ce519cfc49 {
  
}
#s-eed87f99-2e24-42a1-909c-f4ce519cfc49:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjdmMDYwYmMtNjAzYS00ZDAyLWEwZWItNTEwZmVmNmI4NmIzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyN2YwNjBiYy02MDNhLTRkMDItYTBlYi01MTBmZWY2Yjg2YjMpIi8+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-eed87f99-2e24-42a1-909c-f4ce519cfc49-root {
    text-align: center;
  }


#s-eed87f99-2e24-42a1-909c-f4ce519cfc49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-eed87f99-2e24-42a1-909c-f4ce519cfc49-root {
    text-align: center;
  }


#s-eed87f99-2e24-42a1-909c-f4ce519cfc49.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-eed87f99-2e24-42a1-909c-f4ce519cfc49-root {
    text-align: center;
  }


#s-eed87f99-2e24-42a1-909c-f4ce519cfc49.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-eed87f99-2e24-42a1-909c-f4ce519cfc49-root {
    text-align: center;
  }


#s-eed87f99-2e24-42a1-909c-f4ce519cfc49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-eed87f99-2e24-42a1-909c-f4ce519cfc49-root {
    text-align: center;
  }


#s-eed87f99-2e24-42a1-909c-f4ce519cfc49.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-3b5a2867-75e9-489b-8742-1be0543004f6 {
  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-3b5a2867-75e9-489b-8742-1be0543004f6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTVlOWY1ZTUtM2EyOC00NTMzLWJmYjAtN2QwMDViZWRlNjc3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhNWU5ZjVlNS0zYTI4LTQ1MzMtYmZiMC03ZDAwNWJlZGU2NzcpIi8+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-3b5a2867-75e9-489b-8742-1be0543004f6:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-3b5a2867-75e9-489b-8742-1be0543004f6 {
  
}
#s-3b5a2867-75e9-489b-8742-1be0543004f6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmVlMTM2NjYtNTMxYy00MjNiLTk1YjMtYzM2NmEyMTg2NjhlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZWUxMzY2Ni01MzFjLTQyM2ItOTViMy1jMzY2YTIxODY2OGUpIi8+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-3b5a2867-75e9-489b-8742-1be0543004f6-root {
    text-align: center;
  }


#s-3b5a2867-75e9-489b-8742-1be0543004f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3b5a2867-75e9-489b-8742-1be0543004f6-root {
    text-align: center;
  }


#s-3b5a2867-75e9-489b-8742-1be0543004f6.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-3b5a2867-75e9-489b-8742-1be0543004f6-root {
    text-align: center;
  }


#s-3b5a2867-75e9-489b-8742-1be0543004f6.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-3b5a2867-75e9-489b-8742-1be0543004f6-root {
    text-align: center;
  }


#s-3b5a2867-75e9-489b-8742-1be0543004f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3b5a2867-75e9-489b-8742-1be0543004f6-root {
    text-align: center;
  }


#s-3b5a2867-75e9-489b-8742-1be0543004f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-0b12295e-51c6-4908-9a9b-5d40719a89cf {
  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-0b12295e-51c6-4908-9a9b-5d40719a89cf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjMwMzViYTUtZDRlYS00ZTQxLWFmYjgtZjk1Y2JlNTI4YzRjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MzAzNWJhNS1kNGVhLTRlNDEtYWZiOC1mOTVjYmU1MjhjNGMpIi8+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-0b12295e-51c6-4908-9a9b-5d40719a89cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-0b12295e-51c6-4908-9a9b-5d40719a89cf {
  
}
#s-0b12295e-51c6-4908-9a9b-5d40719a89cf:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMDNlOGYwZWEtNGE4MS00OWVjLTgxYzgtMDVmZDUyOTJhNGFiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwM2U4ZjBlYS00YTgxLTQ5ZWMtODFjOC0wNWZkNTI5MmE0YWIpIi8+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-0b12295e-51c6-4908-9a9b-5d40719a89cf-root {
    text-align: center;
  }


#s-0b12295e-51c6-4908-9a9b-5d40719a89cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-0b12295e-51c6-4908-9a9b-5d40719a89cf-root {
    text-align: center;
  }


#s-0b12295e-51c6-4908-9a9b-5d40719a89cf.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-0b12295e-51c6-4908-9a9b-5d40719a89cf-root {
    text-align: center;
  }


#s-0b12295e-51c6-4908-9a9b-5d40719a89cf.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-0b12295e-51c6-4908-9a9b-5d40719a89cf-root {
    text-align: center;
  }


#s-0b12295e-51c6-4908-9a9b-5d40719a89cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-0b12295e-51c6-4908-9a9b-5d40719a89cf-root {
    text-align: center;
  }


#s-0b12295e-51c6-4908-9a9b-5d40719a89cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-4fd854f5-8970-42d5-87a6-3591b812b6b0 {
  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-4fd854f5-8970-42d5-87a6-3591b812b6b0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGMzNTFkODAtY2M2Yi00Y2JhLWE5MWItM2Q2NjE0MDFjYTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYzM1MWQ4MC1jYzZiLTRjYmEtYTkxYi0zZDY2MTQwMWNhNmUpIi8+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-4fd854f5-8970-42d5-87a6-3591b812b6b0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4fd854f5-8970-42d5-87a6-3591b812b6b0 {
  
}
#s-4fd854f5-8970-42d5-87a6-3591b812b6b0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTBhMTQ2YWEtMDg2MC00MWNmLTk2NzAtOGYxODkyN2EwYTYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5MGExNDZhYS0wODYwLTQxY2YtOTY3MC04ZjE4OTI3YTBhNjMpIi8+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-4fd854f5-8970-42d5-87a6-3591b812b6b0-root {
    text-align: center;
  }


#s-4fd854f5-8970-42d5-87a6-3591b812b6b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4fd854f5-8970-42d5-87a6-3591b812b6b0-root {
    text-align: center;
  }


#s-4fd854f5-8970-42d5-87a6-3591b812b6b0.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-4fd854f5-8970-42d5-87a6-3591b812b6b0-root {
    text-align: center;
  }


#s-4fd854f5-8970-42d5-87a6-3591b812b6b0.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-4fd854f5-8970-42d5-87a6-3591b812b6b0-root {
    text-align: center;
  }


#s-4fd854f5-8970-42d5-87a6-3591b812b6b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4fd854f5-8970-42d5-87a6-3591b812b6b0-root {
    text-align: center;
  }


#s-4fd854f5-8970-42d5-87a6-3591b812b6b0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-497e3d37-77e6-4e98-a961-5400a657e375 {
  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-497e3d37-77e6-4e98-a961-5400a657e375:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZGMzNTFkODAtY2M2Yi00Y2JhLWE5MWItM2Q2NjE0MDFjYTZlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkYzM1MWQ4MC1jYzZiLTRjYmEtYTkxYi0zZDY2MTQwMWNhNmUpIi8+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-497e3d37-77e6-4e98-a961-5400a657e375:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-497e3d37-77e6-4e98-a961-5400a657e375 {
  
}
#s-497e3d37-77e6-4e98-a961-5400a657e375:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzkzNmY3OWUtMDQ3NS00ZjZjLTk4NzUtYzIyNGRiYjVkNDY1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjOTM2Zjc5ZS0wNDc1LTRmNmMtOTg3NS1jMjI0ZGJiNWQ0NjUpIi8+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-497e3d37-77e6-4e98-a961-5400a657e375-root {
    text-align: center;
  }


#s-497e3d37-77e6-4e98-a961-5400a657e375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-497e3d37-77e6-4e98-a961-5400a657e375-root {
    text-align: center;
  }


#s-497e3d37-77e6-4e98-a961-5400a657e375.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-497e3d37-77e6-4e98-a961-5400a657e375-root {
    text-align: center;
  }


#s-497e3d37-77e6-4e98-a961-5400a657e375.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-497e3d37-77e6-4e98-a961-5400a657e375-root {
    text-align: center;
  }


#s-497e3d37-77e6-4e98-a961-5400a657e375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-497e3d37-77e6-4e98-a961-5400a657e375-root {
    text-align: center;
  }


#s-497e3d37-77e6-4e98-a961-5400a657e375.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-84755340-6b07-4a3f-a02d-53c7495df49e {
  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-84755340-6b07-4a3f-a02d-53c7495df49e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWY5NWE5YmYtNWZmNS00NGJkLTk5ZDAtZmMxOTE4ZDM0ZGUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZjk1YTliZi01ZmY1LTQ0YmQtOTlkMC1mYzE5MThkMzRkZTEpIi8+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-84755340-6b07-4a3f-a02d-53c7495df49e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-84755340-6b07-4a3f-a02d-53c7495df49e {
  
}
#s-84755340-6b07-4a3f-a02d-53c7495df49e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGM1MjgwMzgtNGViOC00MjJjLWJkNDMtZTA3NDRjY2NlMzdiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YzUyODAzOC00ZWI4LTQyMmMtYmQ0My1lMDc0NGNjY2UzN2IpIi8+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-84755340-6b07-4a3f-a02d-53c7495df49e-root {
    text-align: center;
  }


#s-84755340-6b07-4a3f-a02d-53c7495df49e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-84755340-6b07-4a3f-a02d-53c7495df49e-root {
    text-align: center;
  }


#s-84755340-6b07-4a3f-a02d-53c7495df49e.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-84755340-6b07-4a3f-a02d-53c7495df49e-root {
    text-align: center;
  }


#s-84755340-6b07-4a3f-a02d-53c7495df49e.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-84755340-6b07-4a3f-a02d-53c7495df49e-root {
    text-align: center;
  }


#s-84755340-6b07-4a3f-a02d-53c7495df49e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-84755340-6b07-4a3f-a02d-53c7495df49e-root {
    text-align: center;
  }


#s-84755340-6b07-4a3f-a02d-53c7495df49e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b {
  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-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWY5NWE5YmYtNWZmNS00NGJkLTk5ZDAtZmMxOTE4ZDM0ZGUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlZjk1YTliZi01ZmY1LTQ0YmQtOTlkMC1mYzE5MThkMzRkZTEpIi8+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-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b {
  
}
#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTlhNGUxNWMtYjU0MS00ZjBjLTgyNjUtNDZiMmZkYjUyNzA1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOWE0ZTE1Yy1iNTQxLTRmMGMtODI2NS00NmIyZmRiNTI3MDUpIi8+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-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b-root {
    text-align: center;
  }


#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b-root {
    text-align: center;
  }


#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b.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-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b-root {
    text-align: center;
  }


#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b.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-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b-root {
    text-align: center;
  }


#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b-root {
    text-align: center;
  }


#s-ad8ba70f-946c-4cbb-b8a6-58ec3fc95f1b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e2b7ca7b-e86a-4282-9827-e7d699e9b915 {
  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-e2b7ca7b-e86a-4282-9827-e7d699e9b915:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTMyZTM2NjktNDk1ZS00YzA0LTk4ZTEtYzgxMjE1OTczZDYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJiM2QwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MzJlMzY2OS00OTVlLTRjMDQtOThlMS1jODEyMTU5NzNkNjEpIi8+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-e2b7ca7b-e86a-4282-9827-e7d699e9b915:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2b7ca7b-e86a-4282-9827-e7d699e9b915-root {
    text-align: center;
  }


#s-e2b7ca7b-e86a-4282-9827-e7d699e9b915.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e2b7ca7b-e86a-4282-9827-e7d699e9b915-root {
    text-align: center;
  }


#s-e2b7ca7b-e86a-4282-9827-e7d699e9b915.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-e2b7ca7b-e86a-4282-9827-e7d699e9b915-root {
    text-align: center;
  }


#s-e2b7ca7b-e86a-4282-9827-e7d699e9b915.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-e2b7ca7b-e86a-4282-9827-e7d699e9b915-root {
    text-align: center;
  }


#s-e2b7ca7b-e86a-4282-9827-e7d699e9b915.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e2b7ca7b-e86a-4282-9827-e7d699e9b915-root {
    text-align: center;
  }


#s-e2b7ca7b-e86a-4282-9827-e7d699e9b915.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-70d4ac4f-4583-43c7-b73a-b017bfea547f {
  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-70d4ac4f-4583-43c7-b73a-b017bfea547f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjg1NjQzMWEtYzg5OS00ODBmLWIyNWYtYjExMmRiYjU5MGE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyODU2NDMxYS1jODk5LTQ4MGYtYjI1Zi1iMTEyZGJiNTkwYTkpIi8+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-70d4ac4f-4583-43c7-b73a-b017bfea547f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70d4ac4f-4583-43c7-b73a-b017bfea547f-root {
    text-align: center;
  }


#s-70d4ac4f-4583-43c7-b73a-b017bfea547f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-70d4ac4f-4583-43c7-b73a-b017bfea547f-root {
    text-align: center;
  }


#s-70d4ac4f-4583-43c7-b73a-b017bfea547f.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-70d4ac4f-4583-43c7-b73a-b017bfea547f-root {
    text-align: center;
  }


#s-70d4ac4f-4583-43c7-b73a-b017bfea547f.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-70d4ac4f-4583-43c7-b73a-b017bfea547f-root {
    text-align: center;
  }


#s-70d4ac4f-4583-43c7-b73a-b017bfea547f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-70d4ac4f-4583-43c7-b73a-b017bfea547f-root {
    text-align: center;
  }


#s-70d4ac4f-4583-43c7-b73a-b017bfea547f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-aadaf667-e55e-466c-ae17-8c658886aa3d {
  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-aadaf667-e55e-466c-ae17-8c658886aa3d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTUzYWEyNmMtNWViOC00MjBjLWJmMDMtNTY5MThlZmZjMDAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxNTNhYTI2Yy01ZWI4LTQyMGMtYmYwMy01NjkxOGVmZmMwMDMpIi8+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-aadaf667-e55e-466c-ae17-8c658886aa3d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aadaf667-e55e-466c-ae17-8c658886aa3d-root {
    text-align: center;
  }


#s-aadaf667-e55e-466c-ae17-8c658886aa3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-aadaf667-e55e-466c-ae17-8c658886aa3d-root {
    text-align: center;
  }


#s-aadaf667-e55e-466c-ae17-8c658886aa3d.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-aadaf667-e55e-466c-ae17-8c658886aa3d-root {
    text-align: center;
  }


#s-aadaf667-e55e-466c-ae17-8c658886aa3d.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-aadaf667-e55e-466c-ae17-8c658886aa3d-root {
    text-align: center;
  }


#s-aadaf667-e55e-466c-ae17-8c658886aa3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-aadaf667-e55e-466c-ae17-8c658886aa3d-root {
    text-align: center;
  }


#s-aadaf667-e55e-466c-ae17-8c658886aa3d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25 {
  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-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTZiYjE0YjItN2Y0NS00MTQ2LTkwODQtOGMwMzg1MjQ0Y2UxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NmJiMTRiMi03ZjQ1LTQxNDYtOTA4NC04YzAzODUyNDRjZTEpIi8+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-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25-root {
    text-align: center;
  }


#s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25-root {
    text-align: center;
  }


#s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25.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-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25-root {
    text-align: center;
  }


#s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25.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-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25-root {
    text-align: center;
  }


#s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25-root {
    text-align: center;
  }


#s-a09b9253-25e9-4fe1-9fd1-16d56d0d1f25.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-772c25b0-b20f-40e4-bc5a-71d82da19004 {
  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-772c25b0-b20f-40e4-bc5a-71d82da19004:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjE2MTc2MmYtNGYwNS00MDI2LTg0MjYtZThiMjc0NTM2YWVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMTYxNzYyZi00ZjA1LTQwMjYtODQyNi1lOGIyNzQ1MzZhZWQpIi8+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-772c25b0-b20f-40e4-bc5a-71d82da19004:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-772c25b0-b20f-40e4-bc5a-71d82da19004-root {
    text-align: center;
  }


#s-772c25b0-b20f-40e4-bc5a-71d82da19004.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-772c25b0-b20f-40e4-bc5a-71d82da19004-root {
    text-align: center;
  }


#s-772c25b0-b20f-40e4-bc5a-71d82da19004.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-772c25b0-b20f-40e4-bc5a-71d82da19004-root {
    text-align: center;
  }


#s-772c25b0-b20f-40e4-bc5a-71d82da19004.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-772c25b0-b20f-40e4-bc5a-71d82da19004-root {
    text-align: center;
  }


#s-772c25b0-b20f-40e4-bc5a-71d82da19004.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-772c25b0-b20f-40e4-bc5a-71d82da19004-root {
    text-align: center;
  }


#s-772c25b0-b20f-40e4-bc5a-71d82da19004.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-5c42b802-a5a1-453a-a988-3fbe03d532ac {
  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-5c42b802-a5a1-453a-a988-3fbe03d532ac:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjE2MTc2MmYtNGYwNS00MDI2LTg0MjYtZThiMjc0NTM2YWVkIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMTYxNzYyZi00ZjA1LTQwMjYtODQyNi1lOGIyNzQ1MzZhZWQpIi8+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-5c42b802-a5a1-453a-a988-3fbe03d532ac:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-5c42b802-a5a1-453a-a988-3fbe03d532ac {
  
}
#s-5c42b802-a5a1-453a-a988-3fbe03d532ac:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjMzMTg1YzEtYzNiYS00NDBkLTg1MjItM2ZiMDA0MTIyM2M5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiMzMxODVjMS1jM2JhLTQ0MGQtODUyMi0zZmIwMDQxMjIzYzkpIi8+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-5c42b802-a5a1-453a-a988-3fbe03d532ac-root {
    text-align: center;
  }


#s-5c42b802-a5a1-453a-a988-3fbe03d532ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-5c42b802-a5a1-453a-a988-3fbe03d532ac-root {
    text-align: center;
  }


#s-5c42b802-a5a1-453a-a988-3fbe03d532ac.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-5c42b802-a5a1-453a-a988-3fbe03d532ac-root {
    text-align: center;
  }


#s-5c42b802-a5a1-453a-a988-3fbe03d532ac.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-5c42b802-a5a1-453a-a988-3fbe03d532ac-root {
    text-align: center;
  }


#s-5c42b802-a5a1-453a-a988-3fbe03d532ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-5c42b802-a5a1-453a-a988-3fbe03d532ac-root {
    text-align: center;
  }


#s-5c42b802-a5a1-453a-a988-3fbe03d532ac.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-507824b0-4af7-4f98-abd9-02c02ad74cd8 {
  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-507824b0-4af7-4f98-abd9-02c02ad74cd8:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjczNzdkZTUtMTdkNi00NGQ1LTg4ODUtZGE4NzBhMDlkNWY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYWQ4Y2JjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyNzM3N2RlNS0xN2Q2LTQ0ZDUtODg4NS1kYTg3MGEwOWQ1ZjcpIi8+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-507824b0-4af7-4f98-abd9-02c02ad74cd8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-507824b0-4af7-4f98-abd9-02c02ad74cd8-root {
    text-align: center;
  }


#s-507824b0-4af7-4f98-abd9-02c02ad74cd8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-507824b0-4af7-4f98-abd9-02c02ad74cd8-root {
    text-align: center;
  }


#s-507824b0-4af7-4f98-abd9-02c02ad74cd8.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-507824b0-4af7-4f98-abd9-02c02ad74cd8-root {
    text-align: center;
  }


#s-507824b0-4af7-4f98-abd9-02c02ad74cd8.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-507824b0-4af7-4f98-abd9-02c02ad74cd8-root {
    text-align: center;
  }


#s-507824b0-4af7-4f98-abd9-02c02ad74cd8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-507824b0-4af7-4f98-abd9-02c02ad74cd8-root {
    text-align: center;
  }


#s-507824b0-4af7-4f98-abd9-02c02ad74cd8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-54bec657-ad03-4637-a79e-b6f52567c1d6 {
  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-54bec657-ad03-4637-a79e-b6f52567c1d6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTAxMDk1OTMtNzdkYi00ZTI5LWFjODMtMTJmZWRhMTFjZWYwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhMDEwOTU5My03N2RiLTRlMjktYWM4My0xMmZlZGExMWNlZjApIi8+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-54bec657-ad03-4637-a79e-b6f52567c1d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-54bec657-ad03-4637-a79e-b6f52567c1d6-root {
    text-align: center;
  }


#s-54bec657-ad03-4637-a79e-b6f52567c1d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-54bec657-ad03-4637-a79e-b6f52567c1d6-root {
    text-align: center;
  }


#s-54bec657-ad03-4637-a79e-b6f52567c1d6.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-54bec657-ad03-4637-a79e-b6f52567c1d6-root {
    text-align: center;
  }


#s-54bec657-ad03-4637-a79e-b6f52567c1d6.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-54bec657-ad03-4637-a79e-b6f52567c1d6-root {
    text-align: center;
  }


#s-54bec657-ad03-4637-a79e-b6f52567c1d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-54bec657-ad03-4637-a79e-b6f52567c1d6-root {
    text-align: center;
  }


#s-54bec657-ad03-4637-a79e-b6f52567c1d6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-e561a021-10d1-4958-9f16-a05623fbc639 {
  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-e561a021-10d1-4958-9f16-a05623fbc639:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWE0NGY2NzktM2IyMS00MTJjLTk3MmEtZWEzM2RmZDY5YmU0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1YTQ0ZjY3OS0zYjIxLTQxMmMtOTcyYS1lYTMzZGZkNjliZTQpIi8+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-e561a021-10d1-4958-9f16-a05623fbc639:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e561a021-10d1-4958-9f16-a05623fbc639-root {
    text-align: center;
  }


#s-e561a021-10d1-4958-9f16-a05623fbc639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e561a021-10d1-4958-9f16-a05623fbc639-root {
    text-align: center;
  }


#s-e561a021-10d1-4958-9f16-a05623fbc639.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-e561a021-10d1-4958-9f16-a05623fbc639-root {
    text-align: center;
  }


#s-e561a021-10d1-4958-9f16-a05623fbc639.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-e561a021-10d1-4958-9f16-a05623fbc639-root {
    text-align: center;
  }


#s-e561a021-10d1-4958-9f16-a05623fbc639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e561a021-10d1-4958-9f16-a05623fbc639-root {
    text-align: center;
  }


#s-e561a021-10d1-4958-9f16-a05623fbc639.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-241d4bc0-8add-43b9-8138-bc0f336847cc {
  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-241d4bc0-8add-43b9-8138-bc0f336847cc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODJjN2EzZDQtNDk2OC00NzhmLWJhMzItOTk3OWY3OWRiZmQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYTBkMGMyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MmM3YTNkNC00OTY4LTQ3OGYtYmEzMi05OTc5Zjc5ZGJmZDIpIi8+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-241d4bc0-8add-43b9-8138-bc0f336847cc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-241d4bc0-8add-43b9-8138-bc0f336847cc-root {
    text-align: center;
  }


#s-241d4bc0-8add-43b9-8138-bc0f336847cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-241d4bc0-8add-43b9-8138-bc0f336847cc-root {
    text-align: center;
  }


#s-241d4bc0-8add-43b9-8138-bc0f336847cc.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-241d4bc0-8add-43b9-8138-bc0f336847cc-root {
    text-align: center;
  }


#s-241d4bc0-8add-43b9-8138-bc0f336847cc.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-241d4bc0-8add-43b9-8138-bc0f336847cc-root {
    text-align: center;
  }


#s-241d4bc0-8add-43b9-8138-bc0f336847cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-241d4bc0-8add-43b9-8138-bc0f336847cc-root {
    text-align: center;
  }


#s-241d4bc0-8add-43b9-8138-bc0f336847cc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-366da938-82da-40ec-b05a-5c106b66c925 {
  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-366da938-82da-40ec-b05a-5c106b66c925:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODc1NTI1NTctYmEyMi00NDM1LWI5ZjgtY2IyYmI1MmRlOTE5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWJhOTUwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWUxOTIzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4NzU1MjU1Ny1iYTIyLTQ0MzUtYjlmOC1jYjJiYjUyZGU5MTkpIi8+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-366da938-82da-40ec-b05a-5c106b66c925:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-366da938-82da-40ec-b05a-5c106b66c925-root {
    text-align: center;
  }


#s-366da938-82da-40ec-b05a-5c106b66c925.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
@media (min-width: 1200px){
  #s-366da938-82da-40ec-b05a-5c106b66c925-root {
    text-align: center;
  }


#s-366da938-82da-40ec-b05a-5c106b66c925.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-366da938-82da-40ec-b05a-5c106b66c925-root {
    text-align: center;
  }


#s-366da938-82da-40ec-b05a-5c106b66c925.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-366da938-82da-40ec-b05a-5c106b66c925-root {
    text-align: center;
  }


#s-366da938-82da-40ec-b05a-5c106b66c925.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}@media (max-width: 767px){
  #s-366da938-82da-40ec-b05a-5c106b66c925-root {
    text-align: center;
  }


#s-366da938-82da-40ec-b05a-5c106b66c925.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Archivo Black;
  display:  block ;
}
}
#s-a4c5e26c-3e15-4429-bdb7-c1b8f9739d0e {
  min-height: 50px;
}








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

.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-863eb773-4ce3-49f5-adeb-cbdd6958a0b0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-3d02e074-25c1-4ea8-83c2-07a7499c8b57 {
  margin-top: 10px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d02e074-25c1-4ea8-83c2-07a7499c8b57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-73933118-eb22-4a11-bb91-9997a10fffc6 {
  box-shadow:1px 1px 11px 1px rgba(212, 212, 212, 1);
padding-top: 33px;
padding-bottom: 33px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-color: rgba(235, 169, 80, 1);
}








#s-73933118-eb22-4a11-bb91-9997a10fffc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73933118-eb22-4a11-bb91-9997a10fffc6.shg-box.shg-c {
  justify-content: center;
}

#s-1f1ffc02-e265-48fd-99e6-35e9105edeb0 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-1f1ffc02-e265-48fd-99e6-35e9105edeb0 .shogun-icon-wrapper {
  text-align: center;
}


#s-1f1ffc02-e265-48fd-99e6-35e9105edeb0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 90px !important;
  color: rgba(255, 251, 249, 1);
}

#s-4739d482-8e13-47dc-91a5-3d5fb8de6298 {
  margin-bottom: 20px;
}

#s-774d5356-9d81-4665-9bb4-cfba22288487 {
  margin-left: 6%;
margin-right: 6%;
}

#s-630303ca-0c4d-4ee5-91c0-94a4b4170318 {
  box-shadow:1px 1px 11px 1px rgba(212, 212, 212, 1);
padding-top: 39px;
padding-bottom: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 61px;
background-color: rgba(160, 208, 194, 1);
}
@media (max-width: 767px){#s-630303ca-0c4d-4ee5-91c0-94a4b4170318 {
  margin-top: 20px;
margin-bottom: 0px;
padding-top: 5px;
padding-bottom: 50px;
}
}







#s-630303ca-0c4d-4ee5-91c0-94a4b4170318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-630303ca-0c4d-4ee5-91c0-94a4b4170318.shg-box.shg-c {
  justify-content: center;
}

#s-3d513c7a-ebd8-4a0b-a3ec-0e544b77cb78 {
  margin-top: 0px;
margin-bottom: 10px;
}

#s-3d513c7a-ebd8-4a0b-a3ec-0e544b77cb78 .shogun-icon-wrapper {
  text-align: center;
}


#s-3d513c7a-ebd8-4a0b-a3ec-0e544b77cb78 .shogun-icon-wrapper > .shogun-icon {

  font-size: 80px !important;
  color: rgba(255, 255, 255, 1);
}

#s-8e2d437c-18af-41d6-a391-70be17decbd6 {
  margin-bottom: 20px;
}

#s-3f4de4c4-000a-4efc-821d-100da63faec5 {
  margin-left: 5%;
margin-right: 5%;
}

#s-32d3f35c-4c37-4133-9b4d-2bd50e694bd2 {
  min-height: 50px;
}








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

#s-8687ff3d-b49c-41cf-939d-133020aba941 {
  min-height: 50px;
}








#s-8687ff3d-b49c-41cf-939d-133020aba941 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8687ff3d-b49c-41cf-939d-133020aba941.shg-box.shg-c {
  justify-content: center;
}

#s-5ac27a23-f3a8-4fd0-bc7e-e474dccb1910 {
  margin-top: 0px;
margin-bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f1e74f01-331c-4cfd-840d-15ba32ba7bf4 {
  margin-left: auto;
margin-right: auto;
}

#s-f1e74f01-331c-4cfd-840d-15ba32ba7bf4 .shogun-countdown span, #s-f1e74f01-331c-4cfd-840d-15ba32ba7bf4 .shogun-countdown label {
  color: rgba(225, 31, 143, 1);
}
#s-769dc77a-302e-4cb8-978c-0f1687278f9b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWZlYWRjMTItYjM2Yy00NTgxLWFmMWMtMWYzZDg2MzJkODE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZmVhZGMxMi1iMzZjLTQ1ODEtYWYxYy0xZjNkODYzMmQ4MTYpIi8+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-769dc77a-302e-4cb8-978c-0f1687278f9b:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-769dc77a-302e-4cb8-978c-0f1687278f9b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-769dc77a-302e-4cb8-978c-0f1687278f9b-root {
    text-align: center;
  }


#s-769dc77a-302e-4cb8-978c-0f1687278f9b.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  
}
}@media (max-width: 767px){#s-92fcf031-56d1-4488-84fe-93a177f5c53a {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-92fcf031-56d1-4488-84fe-93a177f5c53a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-92fcf031-56d1-4488-84fe-93a177f5c53a.shg-box.shg-c {
  justify-content: center;
}

#s-356894ff-5ef5-4eef-80f8-cce7b1e1e1e9 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-c042bf1f-da58-4f1a-9958-370fad3b0d81 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c042bf1f-da58-4f1a-9958-370fad3b0d81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-469dabac-f638-4ef9-b796-18609569b0b4 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-469dabac-f638-4ef9-b796-18609569b0b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-469dabac-f638-4ef9-b796-18609569b0b4.shg-box.shg-c {
  justify-content: center;
}

#s-986f8090-8958-4037-b902-58e07249014b {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-e1480740-8fcb-48d1-89ee-86261dd75caa {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-e1480740-8fcb-48d1-89ee-86261dd75caa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e1480740-8fcb-48d1-89ee-86261dd75caa.shg-box.shg-c {
  justify-content: center;
}

#s-c3e53bf4-94ea-4b6c-b341-a3ed0a761ac7 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-12b42313-fa3a-4fb3-84f5-1c4db440f70a {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(226, 159, 193, 1);
}








#s-12b42313-fa3a-4fb3-84f5-1c4db440f70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-12b42313-fa3a-4fb3-84f5-1c4db440f70a.shg-box.shg-c {
  justify-content: center;
}

#s-2d8bc1e8-127d-4812-af93-4dde58ae4135 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-233794db-356d-4978-862e-6d375e95a514 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(226, 159, 193, 1);
}
#s-233794db-356d-4978-862e-6d375e95a514:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-233794db-356d-4978-862e-6d375e95a514:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-233794db-356d-4978-862e-6d375e95a514-root {
    text-align: center;
  }


#s-233794db-356d-4978-862e-6d375e95a514.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(226, 159, 193, 1);
}








#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38 {
  cursor: pointer;
}#s-bbec83fb-e34a-4e62-9ae4-507fbebaaa38.shg-box.shg-c {
  justify-content: center;
}

#s-be510bdc-db4b-424d-9107-309a4cb81e33 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-28707916-325a-4a67-86bd-35849ef74eea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(226, 159, 193, 1);
}
#s-28707916-325a-4a67-86bd-35849ef74eea:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-28707916-325a-4a67-86bd-35849ef74eea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-28707916-325a-4a67-86bd-35849ef74eea-root {
    text-align: center;
  }


#s-28707916-325a-4a67-86bd-35849ef74eea.shg-btn {
  color: rgba(226, 159, 193, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-961400fa-f461-4f18-8364-4084bf15af1e {
  margin-top: 20px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
}
@media (max-width: 767px){#s-961400fa-f461-4f18-8364-4084bf15af1e {
  margin-left: 15%;
margin-right: 15%;
padding-left: 0px;
padding-right: 0px;
}
}
#s-6949f86c-76e0-470c-82eb-9b63873ae74f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6949f86c-76e0-470c-82eb-9b63873ae74f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6949f86c-76e0-470c-82eb-9b63873ae74f.shg-box.shg-c {
  justify-content: center;
}

#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  margin-top: 0px;
margin-bottom: 1px;
padding-top: 0px;
padding-bottom: 38px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  
}
}@media (max-width: 767px){#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-17b005c7-4ab0-4cc8-9b7b-4b450d415e4e.shg-box.shg-c {
  justify-content: center;
}

#s-0d352843-0919-4f95-b845-1fecafef9d3a {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-36e57e07-a381-43b8-ad70-57dffda1dbf1 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-36e57e07-a381-43b8-ad70-57dffda1dbf1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-93f500c7-3efc-45c1-86fb-4b3037322e50 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-93f500c7-3efc-45c1-86fb-4b3037322e50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93f500c7-3efc-45c1-86fb-4b3037322e50 {
  cursor: pointer;
}#s-93f500c7-3efc-45c1-86fb-4b3037322e50.shg-box.shg-c {
  justify-content: center;
}

#s-4b089356-6682-4d83-854c-362fa724cbb3 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48 {
  cursor: pointer;
}#s-3572ba44-2f21-4bd0-bff0-22c55d50ed48.shg-box.shg-c {
  justify-content: center;
}

#s-96222354-38ec-4126-a1eb-9b81a2ca0a72 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-38f30363-defa-4a16-9377-fde300d94c5e {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(146, 179, 208, 1);
}








#s-38f30363-defa-4a16-9377-fde300d94c5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-38f30363-defa-4a16-9377-fde300d94c5e {
  cursor: pointer;
}#s-38f30363-defa-4a16-9377-fde300d94c5e.shg-box.shg-c {
  justify-content: center;
}

#s-3ac5add3-e4f8-4309-9545-8655c23c13ce {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(146, 179, 208, 1);
}
#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953:hover {background-color: rgba(37, 103, 161, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-96d12147-e3e1-4d2f-8620-0a9ccbf33953-root {
    text-align: center;
  }


#s-96d12147-e3e1-4d2f-8620-0a9ccbf33953.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-ec26db14-3215-4fe7-8035-adde6018bf58 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(146, 179, 208, 1);
}








#s-ec26db14-3215-4fe7-8035-adde6018bf58 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ec26db14-3215-4fe7-8035-adde6018bf58 {
  cursor: pointer;
}#s-ec26db14-3215-4fe7-8035-adde6018bf58.shg-box.shg-c {
  justify-content: center;
}

#s-e0d7741f-61a4-4d64-b5a4-355ff6eb3d24 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-5776476c-e6c0-4e43-a13c-297fc31ef055 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(146, 179, 208, 1);
}
#s-5776476c-e6c0-4e43-a13c-297fc31ef055:hover {background-color: rgba(37, 103, 161, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5776476c-e6c0-4e43-a13c-297fc31ef055:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5776476c-e6c0-4e43-a13c-297fc31ef055-root {
    text-align: center;
  }


#s-5776476c-e6c0-4e43-a13c-297fc31ef055.shg-btn {
  color: rgba(146, 179, 208, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-16caa5f5-d94e-4e68-89bd-344f4f8c033f {
  margin-top: 20px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 18px;
}

#s-7f140383-f1a3-4380-ac9f-0d2dfd53c73a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-7f140383-f1a3-4380-ac9f-0d2dfd53c73a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7f140383-f1a3-4380-ac9f-0d2dfd53c73a.shg-box.shg-c {
  justify-content: center;
}

#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  
}
}@media (max-width: 767px){#s-8c95061b-6f91-45bc-b316-ab6606811e31 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-8c95061b-6f91-45bc-b316-ab6606811e31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8c95061b-6f91-45bc-b316-ab6606811e31.shg-box.shg-c {
  justify-content: center;
}

#s-c71597bd-a790-4400-b538-2f10137c0fe8 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-0f55b10b-05c8-49ee-b51a-87a91624cd8d {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f55b10b-05c8-49ee-b51a-87a91624cd8d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ab491bb1-91b8-4470-85f8-8ec3648608b4 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-ab491bb1-91b8-4470-85f8-8ec3648608b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ab491bb1-91b8-4470-85f8-8ec3648608b4 {
  cursor: pointer;
}#s-ab491bb1-91b8-4470-85f8-8ec3648608b4.shg-box.shg-c {
  justify-content: center;
}

#s-2d2d98aa-2cf6-4daa-a3fc-bfbd25a1f719 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8 {
  cursor: pointer;
}#s-e4927492-edee-4cd7-9068-dcbdec1bcaf8.shg-box.shg-c {
  justify-content: center;
}

#s-b04f6160-546d-4eed-94a3-0a8d377903e3 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(173, 140, 188, 1);
}








#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34 {
  cursor: pointer;
}#s-a190f5a3-1c73-4689-8618-bf2ec69dcf34.shg-box.shg-c {
  justify-content: center;
}

#s-afea75c7-0062-4258-b316-63a97c1ed4dd {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-6b312017-6756-4ab5-a36b-23329cd0862b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(173, 140, 188, 1);
}
#s-6b312017-6756-4ab5-a36b-23329cd0862b:hover {background-color: rgba(91, 25, 121, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6b312017-6756-4ab5-a36b-23329cd0862b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b312017-6756-4ab5-a36b-23329cd0862b-root {
    text-align: center;
  }


#s-6b312017-6756-4ab5-a36b-23329cd0862b.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(173, 140, 188, 1);
}








#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4 {
  cursor: pointer;
}#s-1d1abc35-7f3f-4fa1-beb9-70adf3ea56c4.shg-box.shg-c {
  justify-content: center;
}

#s-ed779b62-b7cd-4d09-96e0-4974d53a0d5d {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-b8d25a69-5a4b-40b2-9866-799bf46c3369 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(173, 140, 188, 1);
}
#s-b8d25a69-5a4b-40b2-9866-799bf46c3369:hover {background-color: rgba(91, 25, 121, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b8d25a69-5a4b-40b2-9866-799bf46c3369:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8d25a69-5a4b-40b2-9866-799bf46c3369-root {
    text-align: center;
  }


#s-b8d25a69-5a4b-40b2-9866-799bf46c3369.shg-btn {
  color: rgba(173, 140, 188, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-157c99da-52cb-446a-a6e7-8073ce63497c {
  margin-top: 20px;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
}
@media (max-width: 767px){#s-157c99da-52cb-446a-a6e7-8073ce63497c {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-0b270464-de1c-4e4c-a5bd-49cdcb8bbfb5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0b270464-de1c-4e4c-a5bd-49cdcb8bbfb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b270464-de1c-4e4c-a5bd-49cdcb8bbfb5.shg-box.shg-c {
  justify-content: center;
}

#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 10px;
min-height: 400px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  
}
}@media (max-width: 767px){#s-8798c960-623e-4e0c-afe1-5668c4bfc767 {
  margin-left: 0px;
margin-right: 0px;
padding-bottom: 0px;
}
}







#s-8798c960-623e-4e0c-afe1-5668c4bfc767 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8798c960-623e-4e0c-afe1-5668c4bfc767.shg-box.shg-c {
  justify-content: center;
}

#s-c76914dc-14b7-4909-be4b-59a95081670e {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e7c31ce-a4cf-48ba-8ae3-6cfee494f9a4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e {
  cursor: pointer;
}#s-d6c96b1d-dd97-4684-8cc9-21b0ded7a04e.shg-box.shg-c {
  justify-content: center;
}

#s-3144cd25-b398-49f0-b8d2-0205e542103b {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-7085b305-575b-48d3-875b-eff1f81b9357 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-7085b305-575b-48d3-875b-eff1f81b9357 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7085b305-575b-48d3-875b-eff1f81b9357 {
  cursor: pointer;
}#s-7085b305-575b-48d3-875b-eff1f81b9357.shg-box.shg-c {
  justify-content: center;
}

#s-c0b2b80c-3160-4c98-8abc-fd040b1ae905 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-7240d28c-72f9-409f-baa6-043b184eb4f2 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(225, 31, 143, 1);
}








#s-7240d28c-72f9-409f-baa6-043b184eb4f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7240d28c-72f9-409f-baa6-043b184eb4f2 {
  cursor: pointer;
}#s-7240d28c-72f9-409f-baa6-043b184eb4f2.shg-box.shg-c {
  justify-content: center;
}

#s-313e1fd4-d9db-4a64-ac09-5b8e5a50b9f1 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(225, 31, 143, 1);
}
#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61:hover {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61-root {
    text-align: center;
  }


#s-cdd862d5-97bb-4b98-9d6f-d61bf4585a61.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(225, 31, 143, 1);
}








#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa {
  cursor: pointer;
}#s-9b4c2b78-f7b1-4ec0-ab37-ffb17651a9aa.shg-box.shg-c {
  justify-content: center;
}

#s-0e6df9e9-2748-4e41-afbf-a8294dfa62dd {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(225, 31, 143, 1);
}
#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae:hover {background-color: rgba(226, 159, 193, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-655cdd50-f7d9-4aa2-bdf1-df701c292aae-root {
    text-align: center;
  }


#s-655cdd50-f7d9-4aa2-bdf1-df701c292aae.shg-btn {
  color: rgba(225, 31, 143, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-8f266f42-3449-4755-a8c0-0c3230268f06 {
  margin-top: 20px;
margin-right: 4%;
padding-top: 1px;
padding-left: 25px;
padding-bottom: 16px;
padding-right: 25px;
}
@media (max-width: 767px){#s-8f266f42-3449-4755-a8c0-0c3230268f06 {
  padding-left: 0px;
padding-right: 0px;
}
}
#s-1fd7513b-a9fd-439c-8877-ddd21b67f473 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1fd7513b-a9fd-439c-8877-ddd21b67f473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1fd7513b-a9fd-439c-8877-ddd21b67f473.shg-box.shg-c {
  justify-content: center;
}

#s-0be0a527-12d8-4337-84bc-c118dda49624 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-0be0a527-12d8-4337-84bc-c118dda49624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0be0a527-12d8-4337-84bc-c118dda49624.shg-box.shg-c {
  justify-content: center;
}

#s-215cc533-8399-4b3a-9f9f-f7945540b85a {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-2cd51931-f686-4d44-a19d-0a73a7aab41f {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63 {
  margin-top: 30px;
margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 150px;
}

@media (min-width: 0px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9e82c5f-b8fb-458d-9ac4-aaf3ef5dae63"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b {
  cursor: pointer;
}#s-c8ccb94c-792d-4d67-8f0f-8668527cf44b.shg-box.shg-c {
  justify-content: center;
}

#s-0d8d7f06-517f-4de4-9269-d083d1d36584 {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7 {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(255, 255, 255, 1);
}








#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7 {
  cursor: pointer;
}#s-494c1852-dfc9-4453-8b1a-2c56fc0859d7.shg-box.shg-c {
  justify-content: center;
}

#s-5e06a131-f993-4706-a3fb-20a56efaa38d {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb {
  box-shadow:1px 1px 11px 1px rgba(187, 187, 187, 1);
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 15px;
padding-bottom: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 150px;
background-color: rgba(235, 169, 80, 1);
}








#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb {
  cursor: pointer;
}#s-1421a23b-0473-4bb2-9a79-3bbc4d8351fb.shg-box.shg-c {
  justify-content: center;
}

#s-688c2d1b-3a0e-4a1f-8d31-26c158e7a5bb {
  margin-left: 20px;
margin-bottom: 23px;
margin-right: 20px;
}

#s-22e35086-bd96-4f81-948a-fa754c6ae9ee {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 12px;
padding-bottom: 15px;
padding-right: 12px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(235, 169, 80, 1);
}
#s-22e35086-bd96-4f81-948a-fa754c6ae9ee:hover {background-color: rgba(243, 112, 33, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-22e35086-bd96-4f81-948a-fa754c6ae9ee:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-22e35086-bd96-4f81-948a-fa754c6ae9ee-root {
    text-align: center;
  }


#s-22e35086-bd96-4f81-948a-fa754c6ae9ee.shg-btn {
  color: rgba(235, 169, 80, 1);
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-4b50bc50-8f65-4df5-9862-64f2c80c1d1d {
  min-height: 50px;
}








#s-4b50bc50-8f65-4df5-9862-64f2c80c1d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b50bc50-8f65-4df5-9862-64f2c80c1d1d.shg-box.shg-c {
  justify-content: center;
}

#s-6badc8c5-fb2d-4e10-abe4-bf6395b5f63a {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
}








#s-6badc8c5-fb2d-4e10-abe4-bf6395b5f63a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6badc8c5-fb2d-4e10-abe4-bf6395b5f63a.shg-box.shg-c {
  justify-content: center;
}

#s-0685bd61-ac73-45b0-9ef2-029818d80e23 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}








#s-0685bd61-ac73-45b0-9ef2-029818d80e23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0685bd61-ac73-45b0-9ef2-029818d80e23.shg-box.shg-c {
  justify-content: center;
}

#s-b30e6ef0-756e-4754-bd0d-f866b0a0d614 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-dfe633a8-454b-49d7-bb07-4b4de18a506c {
  margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
}

#s-77768365-0c16-4bb5-a67a-399489297b39 {
  margin-left: 15%;
margin-right: 15%;
}

#s-f69d13c6-6726-418a-a062-19d1d86d2d39 {
  margin-top: 30px;
margin-left: 30%;
margin-bottom: 30px;
margin-right: 30%;
}

@media (min-width: 0px) {
[id="s-f69d13c6-6726-418a-a062-19d1d86d2d39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f69d13c6-6726-418a-a062-19d1d86d2d39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f69d13c6-6726-418a-a062-19d1d86d2d39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f69d13c6-6726-418a-a062-19d1d86d2d39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-95bf8e43-2dde-4b7f-8207-59caeeb607f5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-95bf8e43-2dde-4b7f-8207-59caeeb607f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-95bf8e43-2dde-4b7f-8207-59caeeb607f5.shg-box.shg-c {
  justify-content: center;
}

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

.shg-inner-inline-image {
  position: relative;
  display: block;
  overflow: hidden;
}

.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-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-imageV3-content {
  text-align: initial;
}

.shogun-image-content-v3 {
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  /* Ensures that the content children fills the container */
  align-items: stretch;
}

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

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

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

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

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

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

.shg-inner-inline-image .shogun-image.hover~* {
  z-index: 1;
}

.shogun-image-content-v3 > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




@media (min-width: 1200px){#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 992px) and (max-width: 1199px){#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (min-width: 768px) and (max-width: 991px){#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}@media (max-width: 767px){#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  margin: 0 !important;
  position: relative;
  width: 100%;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.shg-image-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shg-inner-inline-image {
  overflow: hidden;

    /* Add border handling */
  
  
  
  
  
  
  
  /* Add background color handling */
  
  /* Add padding handling matching image-margin-container */
  
  
  
  
}


.shg-image-content-margin-container-s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

.shg-image-overflow {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 img.shogun-image {
  width: 100%;
  
  
  

      
    

  /* Note: These properties need to be set at each viewport to prevent inheritance */
  
  -o-object-position: none;
  
     object-position: none;
  transform: none;
  transform-origin: none;
}




.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01 .shogun-image-content-v3 {
  
    justify-content: flex-start;
  
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a0d50c4-6bed-45ba-87b1-e85732f6cf01.shogun-image {
  box-sizing: border-box;
  overflow: hidden;
}




}
#s-06cc87a5-0bf2-4f3b-a1f5-ffc79e338f45 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-06cc87a5-0bf2-4f3b-a1f5-ffc79e338f45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06cc87a5-0bf2-4f3b-a1f5-ffc79e338f45.shg-box.shg-c {
  justify-content: center;
}

#s-c31ccd99-2e34-4619-9463-c49798fd44e0 {
  margin-top: 0px;
margin-left: 25%;
margin-right: 25%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 300px;
text-align: center;
}

#s-c31ccd99-2e34-4619-9463-c49798fd44e0 {
  overflow: hidden;
  
  
      max-width: 300px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}







  #s-c31ccd99-2e34-4619-9463-c49798fd44e0 img.shogun-image {
    

    
    
    
  }


#s-c31ccd99-2e34-4619-9463-c49798fd44e0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d7fae7e4-0f74-43d2-87b7-b1a903ea244b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d7fae7e4-0f74-43d2-87b7-b1a903ea244b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7fae7e4-0f74-43d2-87b7-b1a903ea244b.shg-box.shg-c {
  justify-content: center;
}

#s-478f466a-c475-4004-a868-a7d23ad5f84c {
  min-height: 50px;
background-color: rgba(226, 159, 193, 1);
}
@media (max-width: 767px){#s-478f466a-c475-4004-a868-a7d23ad5f84c {
  margin-left: 0%;
margin-right: 0%;
}
}







#s-478f466a-c475-4004-a868-a7d23ad5f84c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-478f466a-c475-4004-a868-a7d23ad5f84c.shg-box.shg-c {
  justify-content: center;
}

#s-aeefb418-6b03-4fc0-b5ec-f09ebf4c0550 {
  margin-top: 35px;
margin-left: 15%;
margin-bottom: 5px;
margin-right: 15%;
}

#s-56b4b924-745a-481d-97d3-5e825a3574ff {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNWViYTY4YTUtMGE3Zi00M2QyLTk2ZGQtMzhjYjA3OWQyN2QxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1ZWJhNjhhNS0wYTdmLTQzZDItOTZkZC0zOGNiMDc5ZDI3ZDEpIi8+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-56b4b924-745a-481d-97d3-5e825a3574ff: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-56b4b924-745a-481d-97d3-5e825a3574ff:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-56b4b924-745a-481d-97d3-5e825a3574ff-root {
    text-align: center;
  }


#s-56b4b924-745a-481d-97d3-5e825a3574ff.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56b4b924-745a-481d-97d3-5e825a3574ff-root {
    text-align: center;
  }


#s-56b4b924-745a-481d-97d3-5e825a3574ff.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-56b4b924-745a-481d-97d3-5e825a3574ff-root {
    text-align: center;
  }


#s-56b4b924-745a-481d-97d3-5e825a3574ff.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-56b4b924-745a-481d-97d3-5e825a3574ff-root {
    text-align: center;
  }


#s-56b4b924-745a-481d-97d3-5e825a3574ff.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56b4b924-745a-481d-97d3-5e825a3574ff-root {
    text-align: center;
  }


#s-56b4b924-745a-481d-97d3-5e825a3574ff.shg-btn {
  color: rgba(230, 64, 151, 1);
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-7123d20d-b367-4d00-b408-6484abff36f5 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7123d20d-b367-4d00-b408-6484abff36f5 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-7123d20d-b367-4d00-b408-6484abff36f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7123d20d-b367-4d00-b408-6484abff36f5.shg-box.shg-c {
  justify-content: center;
}

#s-a3281578-e262-4b18-8084-6d0a2f997014 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 {
  display: none;
}
#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7, #wrap-s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7, #wrap-content-s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 {
  display: none;
}
#s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7, #wrap-s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7, #wrap-content-s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2f5694a9-3a8d-44b2-acf1-d54d362a00d7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}



.s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}



.s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}



.s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}



.s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  margin: 0 !important;
  overflow: visible;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-766a9674-4904-4e52-9042-acc80eaa19b6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add background color handling */
  
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-766a9674-4904-4e52-9042-acc80eaa19b6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-766a9674-4904-4e52-9042-acc80eaa19b6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image {
  box-sizing: border-box;
}



.s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-766a9674-4904-4e52-9042-acc80eaa19b6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container {
      position: relative;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-766a9674-4904-4e52-9042-acc80eaa19b6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
  overflow: visible;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add background color handling */
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}



.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
  overflow: visible;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add background color handling */
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}



.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
  overflow: visible;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add background color handling */
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}



.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
  overflow: visible;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add background color handling */
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}



.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  margin: 0 !important;
  overflow: visible;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add background color handling */
  
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image {
  box-sizing: border-box;
}



.s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container {
      position: relative;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5950f557-c1eb-46e4-a3a0-88d13839eb11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}



.s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}



.s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}



.s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}



.s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  margin: 0 !important;
  overflow: visible;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-d6cd1388-a011-49c7-999f-f67560aa4833 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add background color handling */
  
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d6cd1388-a011-49c7-999f-f67560aa4833 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-d6cd1388-a011-49c7-999f-f67560aa4833 .shogun-image-content {
  
    justify-content: center;
  
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image {
  box-sizing: border-box;
}



.s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-d6cd1388-a011-49c7-999f-f67560aa4833 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container {
      position: relative;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d6cd1388-a011-49c7-999f-f67560aa4833 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
  overflow: visible;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add background color handling */
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    justify-content: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}



.s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
  overflow: visible;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add background color handling */
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    justify-content: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}



.s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
  overflow: visible;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add background color handling */
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    justify-content: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}



.s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
  overflow: visible;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add background color handling */
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    justify-content: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}



.s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  margin: 0 !important;
  overflow: visible;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add background color handling */
  
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-868846cd-bc7d-425f-8f7f-abbc003c7bea .shogun-image-content {
  
    justify-content: center;
  
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image {
  box-sizing: border-box;
}



.s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container {
      position: relative;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-868846cd-bc7d-425f-8f7f-abbc003c7bea img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 {
  display: none;
}
#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0, #wrap-s-f550704c-58e9-45e2-bcd3-06f2097e3ec0, #wrap-content-s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 {
  display: none;
}
#s-f550704c-58e9-45e2-bcd3-06f2097e3ec0, #wrap-s-f550704c-58e9-45e2-bcd3-06f2097e3ec0, #wrap-content-s-f550704c-58e9-45e2-bcd3-06f2097e3ec0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f550704c-58e9-45e2-bcd3-06f2097e3ec0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
  overflow: visible;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add background color handling */
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}



.s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
  overflow: visible;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add background color handling */
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}



.s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
  overflow: visible;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add background color handling */
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}



.s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
  overflow: visible;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add background color handling */
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}



.s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  margin: 0 !important;
  overflow: visible;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add background color handling */
  
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e774559f-1158-436c-8dcd-c75c4ebb3617 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image {
  box-sizing: border-box;
}



.s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container {
      position: relative;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e774559f-1158-436c-8dcd-c75c4ebb3617 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}



.s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}



.s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}



.s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}



.s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-e39c8e39-da15-4782-b22b-28223bf10377 {
  margin: 0 !important;
  overflow: visible;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-e39c8e39-da15-4782-b22b-28223bf10377 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add background color handling */
  
}

#s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e39c8e39-da15-4782-b22b-28223bf10377 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-e39c8e39-da15-4782-b22b-28223bf10377 .shogun-image-content {
  
    justify-content: center;
  
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image {
  box-sizing: border-box;
}



.s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-e39c8e39-da15-4782-b22b-28223bf10377 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container {
      position: relative;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e39c8e39-da15-4782-b22b-28223bf10377 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}



.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}



.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}



.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}



.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  margin: 0 !important;
  overflow: visible;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add background color handling */
  
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 .shogun-image-content {
  
    justify-content: center;
  
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image {
  box-sizing: border-box;
}



.s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container {
      position: relative;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6f688392-10b8-4e1a-8177-c4e3290f68f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 {
  display: none;
}
#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7, #wrap-s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7, #wrap-content-s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 { display: none !important; }}@media (max-width: 767px){#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 {
  display: none;
}
#s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7, #wrap-s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7, #wrap-content-s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7 { display: none !important; }}
@media (min-width: 0px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-67cfe81e-3bff-4eaf-8db5-38879e35f7c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
  overflow: visible;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add background color handling */
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}



.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
  overflow: visible;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add background color handling */
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}



.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
  overflow: visible;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add background color handling */
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}



.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
  overflow: visible;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add background color handling */
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}



.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  margin: 0 !important;
  overflow: visible;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add background color handling */
  
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c .shogun-image-content {
  
    justify-content: center;
  
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image {
  box-sizing: border-box;
}



.s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container {
      position: relative;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-82c7979e-2ebd-45d8-9577-0d0160a41d4c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
  overflow: visible;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add background color handling */
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}



.s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
  overflow: visible;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add background color handling */
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}



.s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
  overflow: visible;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add background color handling */
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}



.s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
  overflow: visible;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add background color handling */
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}



.s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  margin: 0 !important;
  overflow: visible;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add background color handling */
  
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-ba5163fb-93cd-4269-9bc8-0800098ea38b .shogun-image-content {
  
    justify-content: center;
  
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image {
  box-sizing: border-box;
}



.s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container {
      position: relative;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ba5163fb-93cd-4269-9bc8-0800098ea38b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}



.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}



.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}



.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}



.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  margin: 0 !important;
  overflow: visible;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add background color handling */
  
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af .shogun-image-content {
  
    justify-content: center;
  
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image {
  box-sizing: border-box;
}



.s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container {
      position: relative;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-bc0c405f-d0c3-4ebb-8b4b-cb18da6e05af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
  overflow: visible;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add background color handling */
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}



.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
  overflow: visible;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add background color handling */
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}



.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
  overflow: visible;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add background color handling */
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}



.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
  overflow: visible;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add background color handling */
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}



.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  margin: 0 !important;
  overflow: visible;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add background color handling */
  
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa .shogun-image-content {
  
    justify-content: center;
  
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image {
  box-sizing: border-box;
}



.s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container {
      position: relative;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84b88ae9-4f64-4c67-87ab-41cdadb260fa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 {
  display: none;
}
#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191, #wrap-s-0fafc2a7-e4d1-4427-81e7-2df8621eb191, #wrap-content-s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 { display: none !important; }}@media (max-width: 767px){#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 {
  display: none;
}
#s-0fafc2a7-e4d1-4427-81e7-2df8621eb191, #wrap-s-0fafc2a7-e4d1-4427-81e7-2df8621eb191, #wrap-content-s-0fafc2a7-e4d1-4427-81e7-2df8621eb191 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fafc2a7-e4d1-4427-81e7-2df8621eb191"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 24.0px);
}

}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}



.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}



.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}



.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}



.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  margin: 0 !important;
  overflow: visible;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add background color handling */
  
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 .shogun-image-content {
  
    justify-content: center;
  
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image {
  box-sizing: border-box;
}



.s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container {
      position: relative;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9a1e6755-8e92-4b69-be97-3d65f8de2347 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
  overflow: visible;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add background color handling */
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}



.s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
  overflow: visible;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add background color handling */
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}



.s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
  overflow: visible;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add background color handling */
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}



.s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
  overflow: visible;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add background color handling */
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}



.s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  margin: 0 !important;
  overflow: visible;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-44fdaf59-ceba-44fe-8463-debe62d070ad {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add background color handling */
  
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-44fdaf59-ceba-44fe-8463-debe62d070ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-44fdaf59-ceba-44fe-8463-debe62d070ad .shogun-image-content {
  
    justify-content: center;
  
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image {
  box-sizing: border-box;
}



.s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-44fdaf59-ceba-44fe-8463-debe62d070ad {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container {
      position: relative;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-44fdaf59-ceba-44fe-8463-debe62d070ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin-left: auto;
margin-right: auto;
max-width: 406px;
aspect-ratio: 406/286;
text-align: center;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}



.s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

@media (min-width: 1200px){#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}



.s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}



.s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}



.s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}@media (max-width: 767px){#s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  margin: 0 !important;
  overflow: visible;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3c1648d7-904d-4eaf-a406-90d218621b25 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add background color handling */
  
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }

    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-link {
      aspect-ratio: 406/286;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c1648d7-904d-4eaf-a406-90d218621b25 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 406px;
  }



  img.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
    
    
    
    max-height: 406px;
  }


.s-3c1648d7-904d-4eaf-a406-90d218621b25 .shogun-image-content {
  
    justify-content: center;
  
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image {
  box-sizing: border-box;
}



.s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3c1648d7-904d-4eaf-a406-90d218621b25 {
      --shg-aspect-ratio: calc(406/286); 
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container {
      position: relative;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c1648d7-904d-4eaf-a406-90d218621b25 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 406px;
    }
  }

}
#s-fedd3870-8abe-4b97-900d-c79f633a7f8e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODNiMGYxYTctYWE5Yy00NjlmLWJiZGItMzk4NGEwNmI5ZTIyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZTI5ZmMxO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmY5NTAwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4M2IwZjFhNy1hYTljLTQ2OWYtYmJkYi0zOTg0YTA2YjllMjIpIi8+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-fedd3870-8abe-4b97-900d-c79f633a7f8e:hover {background-color: rgba(225, 31, 143, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fedd3870-8abe-4b97-900d-c79f633a7f8e:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fedd3870-8abe-4b97-900d-c79f633a7f8e-root {
    text-align: center;
  }


#s-fedd3870-8abe-4b97-900d-c79f633a7f8e.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;
}
