.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-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}@media (max-width: 767px){#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  display: none;
}
#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6, #wrap-s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 { display: none !important; }}







#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6 {
  cursor: pointer;
}#s-5d53f3bb-eec0-48cf-b31d-29bfceba5ed6.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;
}

@media (min-width: 0px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a59f0bac-1977-4120-b3a0-b97f83d55d96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-5dff77d7-167d-4817-950a-626366b84f21 {
  margin-top: 22px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-165bb6dc-82da-47fe-aeb8-59f2fceb8c48 {
  margin-top: 12px;
margin-left: 2%;
margin-bottom: 12px;
margin-right: 2%;
padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

.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-d6769910-3838-4e32-80c8-1707e5fa2517 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-d6769910-3838-4e32-80c8-1707e5fa2517:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d6769910-3838-4e32-80c8-1707e5fa2517:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d6769910-3838-4e32-80c8-1707e5fa2517-root {
    text-align: center;
  }


#s-d6769910-3838-4e32-80c8-1707e5fa2517.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}
@media (max-width: 767px){#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin-top: 11px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  
  
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 {
  margin: 0 !important;
}





  img.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
    
    
  }


.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6 .shogun-image-content {
  
    align-items: center;
  
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba1d0785-f060-4c12-bfae-7e69c8468ff6.shogun-image {
  box-sizing: border-box;
}




}
#s-60ae6754-9d3d-4389-a97b-ffc74fcd23ef {
  min-height: 50px;
}








#s-60ae6754-9d3d-4389-a97b-ffc74fcd23ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60ae6754-9d3d-4389-a97b-ffc74fcd23ef {
  cursor: pointer;
}#s-60ae6754-9d3d-4389-a97b-ffc74fcd23ef.shg-box.shg-c {
  justify-content: center;
}

#s-680d1457-6a85-4c03-ad0c-f93046b1d7fd {
  background-repeat: no-repeat;
min-height: 50px;
}

#s-680d1457-6a85-4c03-ad0c-f93046b1d7fd {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTJlMTU1NjgtOTFhZS00ZjUxLWFmM2YtMjU3Mjg3OWJhNGYxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA4ZTJmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZWZiZDczO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1MmUxNTU2OC05MWFlLTRmNTEtYWYzZi0yNTcyODc5YmE0ZjEpIi8+PC9zdmc+);
}








#s-680d1457-6a85-4c03-ad0c-f93046b1d7fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-680d1457-6a85-4c03-ad0c-f93046b1d7fd.shg-box.shg-c {
  justify-content: center;
}

#s-272d0c3f-0210-4fda-8b6c-1c8751ee5e82 {
  margin-top: 10px;
}

#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 20px;
min-height: 50px;
background-position: center top;
}

#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-76955313-c913-405c-a3d3-fbe62c643635 {
  background-image: url(https://i.shgcdn.com/7fd9a6f4-31a4-4df8-ae40-b18a35bc9238/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-76955313-c913-405c-a3d3-fbe62c643635.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-76955313-c913-405c-a3d3-fbe62c643635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-76955313-c913-405c-a3d3-fbe62c643635.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0b6fd790-39cd-4d5a-aa55-32cdabb9af64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b6fd790-39cd-4d5a-aa55-32cdabb9af64"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0b6fd790-39cd-4d5a-aa55-32cdabb9af64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0b6fd790-39cd-4d5a-aa55-32cdabb9af64"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0b6fd790-39cd-4d5a-aa55-32cdabb9af64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0b6fd790-39cd-4d5a-aa55-32cdabb9af64"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-0b6fd790-39cd-4d5a-aa55-32cdabb9af64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  max-width: 550px;
aspect-ratio: 550/708;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  display: unset;
}
#s-26fee301-b8cb-42f6-b3fc-6d96224f0819, #wrap-s-26fee301-b8cb-42f6-b3fc-6d96224f0819 { display: unset !important; }}@media (max-width: 767px){#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  display: none;
}
#s-26fee301-b8cb-42f6-b3fc-6d96224f0819, #wrap-s-26fee301-b8cb-42f6-b3fc-6d96224f0819 { display: none !important; }}


.shg-image-margin-container-s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  
  
  
  
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
    
    
  }


.s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-content {
  
    align-items: center;
  
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
      position: relative;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  
  
  
  
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
    
    
  }


.s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-content {
  
    align-items: center;
  
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
      position: relative;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  
  
  
  
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
    
    
  }


.s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-content {
  
    align-items: center;
  
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
      position: relative;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  
  
  
  
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
    
    
  }


.s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-content {
  
    align-items: center;
  
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
      position: relative;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  
  
  
  
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
    
    
  }


.s-26fee301-b8cb-42f6-b3fc-6d96224f0819 .shogun-image-content {
  
    align-items: center;
  
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container {
      position: relative;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-26fee301-b8cb-42f6-b3fc-6d96224f0819 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 991px){#s-631416bf-a01a-4f87-8ac3-45742ed0e957 {
  display: none;
}
#s-631416bf-a01a-4f87-8ac3-45742ed0e957, #wrap-s-631416bf-a01a-4f87-8ac3-45742ed0e957 { display: none !important; }}@media (max-width: 767px){#s-631416bf-a01a-4f87-8ac3-45742ed0e957 {
  display: none;
}
#s-631416bf-a01a-4f87-8ac3-45742ed0e957, #wrap-s-631416bf-a01a-4f87-8ac3-45742ed0e957 { display: none !important; }}
#s-631416bf-a01a-4f87-8ac3-45742ed0e957 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-52ac1f0d-d330-4985-a995-dd136c8c9191 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (max-width: 767px){#s-52ac1f0d-d330-4985-a995-dd136c8c9191 {
  margin-top: 31px;
margin-left: 10%;
margin-right: 10%;
}
}
#s-876969a9-3720-4d45-ae76-19808c35d0eb {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-876969a9-3720-4d45-ae76-19808c35d0eb {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae {
  margin-top: 2px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(221, 155, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-78f167a6-41ab-4547-ab8d-f9c5bea893ae-root {
    text-align: center;
  }


#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-78f167a6-41ab-4547-ab8d-f9c5bea893ae-root {
    text-align: center;
  }


#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-78f167a6-41ab-4547-ab8d-f9c5bea893ae-root {
    text-align: center;
  }


#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-78f167a6-41ab-4547-ab8d-f9c5bea893ae-root {
    text-align: center;
  }


#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-78f167a6-41ab-4547-ab8d-f9c5bea893ae-root {
    text-align: center;
  }


#s-78f167a6-41ab-4547-ab8d-f9c5bea893ae.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-7e95a4c6-9d60-45aa-af76-73c0d0c01994 {
  margin-top: 6px;
margin-bottom: -10px;
}
@media (max-width: 767px){#s-7e95a4c6-9d60-45aa-af76-73c0d0c01994 {
  margin-left: 16%;
margin-right: 16%;
}
}
#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 550px;
aspect-ratio: 550/708;
text-align: center;
}
@media (max-width: 767px){#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  
}
}


.shg-image-margin-container-s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
    
    
  }


.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
      position: relative;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  
  
  
  
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
    
    
  }


.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
      position: relative;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  
  
  
  
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
    
    
  }


.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
      position: relative;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  
  
  
  
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
    
    
  }


.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
      position: relative;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  
  
  
  
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      aspect-ratio: 550/708;
      width: 100%;
      height: 100%;
    }

    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-link {
      aspect-ratio: 550/708;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
    
    
  }


.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 .shogun-image-content {
  
    align-items: center;
  
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 {
      --shg-aspect-ratio: calc(550/708); 
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container {
      position: relative;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-61568e98-ee2f-4b73-8f80-e96c5a36afb9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-26614d32-9a14-46ef-bc38-a0673eb0482c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-26614d32-9a14-46ef-bc38-a0673eb0482c {
  margin-top: 26px;
}
}







#s-26614d32-9a14-46ef-bc38-a0673eb0482c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26614d32-9a14-46ef-bc38-a0673eb0482c {
  cursor: pointer;
}#s-26614d32-9a14-46ef-bc38-a0673eb0482c.shg-box.shg-c {
  justify-content: center;
}

#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d303c1d1-c699-4c67-87c3-bc94c916879e {
  background-image: url(https://i.shgcdn.com/9d07ee9b-e3cd-4064-bcbd-2b3d0ef49ddd/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d303c1d1-c699-4c67-87c3-bc94c916879e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d303c1d1-c699-4c67-87c3-bc94c916879e.shg-box.shg-c {
  justify-content: center;
}

#s-9469b4b8-6940-45c2-98f3-9fe553c4f9e2 {
  min-height: 50px;
}








#s-9469b4b8-6940-45c2-98f3-9fe553c4f9e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9469b4b8-6940-45c2-98f3-9fe553c4f9e2.shg-box.shg-c {
  justify-content: center;
}

#s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9 {
  margin-top: -4px;
margin-bottom: -4px;
display: unset;
}
#s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9, #wrap-s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9 { display: unset !important; }}@media (max-width: 767px){#s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9 {
  display: unset;
}
#s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9, #wrap-s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9 { display: unset !important; }}
#s-064f78bf-bc05-456c-9ddc-b3d3e585d5a9 hr {
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-0cde1768-7f62-4dd0-9be9-032bdb7a534d {
  margin-top: 7px;
}
@media (max-width: 767px){#s-0cde1768-7f62-4dd0-9be9-032bdb7a534d {
  margin-top: -21px;
margin-bottom: -9px;
}
}
#s-cf303e0f-b3cc-451e-be5a-5dbae0021f2b {
  margin-top: 3px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cf303e0f-b3cc-451e-be5a-5dbae0021f2b {
  display: unset;
}
#s-cf303e0f-b3cc-451e-be5a-5dbae0021f2b, #wrap-s-cf303e0f-b3cc-451e-be5a-5dbae0021f2b { display: unset !important; }}
#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iM2YzNTExMWItN2FlZS00MGU5LTgzYTgtMmZmMTBlMmY4ZWMyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjNTc0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA4ZTJmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzZjM1MTExYi03YWVlLTQwZTktODNhOC0yZmYxMGUyZjhlYzIpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdc574"}, {"id"=>2, "pos"=>1, "color"=>"#d08e2f"}];
color: rgba(54, 4, 54, 1);
}
#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6-root {
    text-align: center;
  }


#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6.shg-btn {
  color: rgba(54, 4, 54, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6-root {
    text-align: center;
  }


#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6.shg-btn {
  color: rgba(54, 4, 54, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6-root {
    text-align: center;
  }


#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6.shg-btn {
  color: rgba(54, 4, 54, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6-root {
    text-align: center;
  }


#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6.shg-btn {
  color: rgba(54, 4, 54, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6-root {
    text-align: center;
  }


#s-e47d1baf-cc6b-4aea-8b5f-d659e58b3ee6.shg-btn {
  color: rgba(54, 4, 54, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-d0db4d28-8488-4ff9-9865-a6faf9a23dd8 {
  min-height: 50px;
}








#s-d0db4d28-8488-4ff9-9865-a6faf9a23dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0db4d28-8488-4ff9-9865-a6faf9a23dd8.shg-box.shg-c {
  justify-content: center;
}

#s-656f5e84-3d10-4e94-9976-765bd33b4f5f {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-656f5e84-3d10-4e94-9976-765bd33b4f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-656f5e84-3d10-4e94-9976-765bd33b4f5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-656f5e84-3d10-4e94-9976-765bd33b4f5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-656f5e84-3d10-4e94-9976-765bd33b4f5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-280d71e9-069a-4587-b1a3-73a8c4d3ddc5 {
  margin-top: 4px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
min-height: 50px;
}








#s-280d71e9-069a-4587-b1a3-73a8c4d3ddc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-280d71e9-069a-4587-b1a3-73a8c4d3ddc5 {
  cursor: pointer;
}#s-280d71e9-069a-4587-b1a3-73a8c4d3ddc5.shg-box.shg-c {
  justify-content: center;
}

#s-f5959772-8325-4f40-a98d-904ecb492a08 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f5959772-8325-4f40-a98d-904ecb492a08 {
  
  
  
  
}

#s-f5959772-8325-4f40-a98d-904ecb492a08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
    
    
  }


.s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5959772-8325-4f40-a98d-904ecb492a08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
      position: relative;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f5959772-8325-4f40-a98d-904ecb492a08 {
  
  
  
  
}

#s-f5959772-8325-4f40-a98d-904ecb492a08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
    
    
  }


.s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5959772-8325-4f40-a98d-904ecb492a08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
      position: relative;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5959772-8325-4f40-a98d-904ecb492a08 {
  
  
  
  
}

#s-f5959772-8325-4f40-a98d-904ecb492a08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
    
    
  }


.s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5959772-8325-4f40-a98d-904ecb492a08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
      position: relative;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5959772-8325-4f40-a98d-904ecb492a08 {
  
  
  
  
}

#s-f5959772-8325-4f40-a98d-904ecb492a08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
    
    
  }


.s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5959772-8325-4f40-a98d-904ecb492a08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
      position: relative;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f5959772-8325-4f40-a98d-904ecb492a08 {
  
  
  
  
}

#s-f5959772-8325-4f40-a98d-904ecb492a08 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f5959772-8325-4f40-a98d-904ecb492a08 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
    
    
  }


.s-f5959772-8325-4f40-a98d-904ecb492a08 .shogun-image-content {
  
    align-items: center;
  
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f5959772-8325-4f40-a98d-904ecb492a08 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container {
      position: relative;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f5959772-8325-4f40-a98d-904ecb492a08 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f498ecdd-6789-4c1f-827c-3ddad2a60f4d {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}

#s-dccd119c-5454-4e17-92f2-251e3d5ca1c9 {
  margin-top: 4px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
min-height: 50px;
}








#s-dccd119c-5454-4e17-92f2-251e3d5ca1c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dccd119c-5454-4e17-92f2-251e3d5ca1c9 {
  cursor: pointer;
}#s-dccd119c-5454-4e17-92f2-251e3d5ca1c9.shg-box.shg-c {
  justify-content: center;
}

#s-25c15026-233a-4963-87cb-66785052f0e7 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-25c15026-233a-4963-87cb-66785052f0e7 {
  
  
  
  
}

#s-25c15026-233a-4963-87cb-66785052f0e7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
    
    
  }


.s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25c15026-233a-4963-87cb-66785052f0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
      position: relative;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-25c15026-233a-4963-87cb-66785052f0e7 {
  
  
  
  
}

#s-25c15026-233a-4963-87cb-66785052f0e7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
    
    
  }


.s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25c15026-233a-4963-87cb-66785052f0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
      position: relative;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-25c15026-233a-4963-87cb-66785052f0e7 {
  
  
  
  
}

#s-25c15026-233a-4963-87cb-66785052f0e7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
    
    
  }


.s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25c15026-233a-4963-87cb-66785052f0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
      position: relative;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-25c15026-233a-4963-87cb-66785052f0e7 {
  
  
  
  
}

#s-25c15026-233a-4963-87cb-66785052f0e7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
    
    
  }


.s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25c15026-233a-4963-87cb-66785052f0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
      position: relative;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-25c15026-233a-4963-87cb-66785052f0e7 {
  
  
  
  
}

#s-25c15026-233a-4963-87cb-66785052f0e7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-25c15026-233a-4963-87cb-66785052f0e7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
    
    
  }


.s-25c15026-233a-4963-87cb-66785052f0e7 .shogun-image-content {
  
    align-items: center;
  
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25c15026-233a-4963-87cb-66785052f0e7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container {
      position: relative;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25c15026-233a-4963-87cb-66785052f0e7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-066b1116-7e56-4cd2-8b38-1d4c180b4262 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-066b1116-7e56-4cd2-8b38-1d4c180b4262 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-dde8b60c-79e1-4ece-8711-28773e887fee {
  margin-top: 4px;
margin-left: 4%;
margin-bottom: 4px;
margin-right: 4%;
min-height: 50px;
}








#s-dde8b60c-79e1-4ece-8711-28773e887fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dde8b60c-79e1-4ece-8711-28773e887fee {
  cursor: pointer;
}#s-dde8b60c-79e1-4ece-8711-28773e887fee.shg-box.shg-c {
  justify-content: center;
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  
  
  
  
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
    
    
  }


.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-content {
  
    align-items: center;
  
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
      position: relative;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  
  
  
  
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
    
    
  }


.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-content {
  
    align-items: center;
  
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
      position: relative;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  
  
  
  
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
    
    
  }


.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-content {
  
    align-items: center;
  
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
      position: relative;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  
  
  
  
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
    
    
  }


.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-content {
  
    align-items: center;
  
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
      position: relative;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  
  
  
  
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
    
    
  }


.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d .shogun-image-content {
  
    align-items: center;
  
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container {
      position: relative;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30a5cba9-af37-42b4-a6ae-f73dfd58876d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-29f7137b-d61f-41c7-98ff-a660429b4dab {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 2px;
margin-right: 5%;
}

#s-e9d6458a-7395-4061-be8a-2e7e23c5bebd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}

#s-e9d6458a-7395-4061-be8a-2e7e23c5bebd {
  background-image: url();
}








#s-e9d6458a-7395-4061-be8a-2e7e23c5bebd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e9d6458a-7395-4061-be8a-2e7e23c5bebd {
  cursor: pointer;
}#s-e9d6458a-7395-4061-be8a-2e7e23c5bebd.shg-box.shg-c {
  justify-content: center;
}

#s-6849a73f-1a1f-4123-9d21-8bb5dd32f0be {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-6849a73f-1a1f-4123-9d21-8bb5dd32f0be {
  background-image: url(https://i.shgcdn.com/ad1cc186-90e3-4a7d-81ef-389dd996264d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6849a73f-1a1f-4123-9d21-8bb5dd32f0be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6849a73f-1a1f-4123-9d21-8bb5dd32f0be.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f2c3679b-b9b1-4553-a314-03bfb4b44790 {
  margin-top: 56px;
margin-bottom: -1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f2c3679b-b9b1-4553-a314-03bfb4b44790 {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-f2c3679b-b9b1-4553-a314-03bfb4b44790 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-d1650f6f-91a9-459f-a04c-a7e78dad18ac {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d1650f6f-91a9-459f-a04c-a7e78dad18ac {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-d1650f6f-91a9-459f-a04c-a7e78dad18ac {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-f4441505-4b8b-4f37-b368-e63bd27ba920 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
letter-spacing: 0px;
color: rgba(11, 11, 11, 1);
}
#s-f4441505-4b8b-4f37-b368-e63bd27ba920:hover {background-color: rgba(165, 43, 62, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4441505-4b8b-4f37-b368-e63bd27ba920:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f4441505-4b8b-4f37-b368-e63bd27ba920-root {
    text-align: center;
  }


#s-f4441505-4b8b-4f37-b368-e63bd27ba920.shg-btn {
  color: rgba(11, 11, 11, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f4441505-4b8b-4f37-b368-e63bd27ba920-root {
    text-align: center;
  }


#s-f4441505-4b8b-4f37-b368-e63bd27ba920.shg-btn {
  color: rgba(11, 11, 11, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f4441505-4b8b-4f37-b368-e63bd27ba920-root {
    text-align: center;
  }


#s-f4441505-4b8b-4f37-b368-e63bd27ba920.shg-btn {
  color: rgba(11, 11, 11, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f4441505-4b8b-4f37-b368-e63bd27ba920-root {
    text-align: center;
  }


#s-f4441505-4b8b-4f37-b368-e63bd27ba920.shg-btn {
  color: rgba(11, 11, 11, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f4441505-4b8b-4f37-b368-e63bd27ba920-root {
    text-align: center;
  }


#s-f4441505-4b8b-4f37-b368-e63bd27ba920.shg-btn {
  color: rgba(11, 11, 11, 1);
  
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-f2c13324-9e12-4403-bd3f-71d044395900 {
  margin-top: 6px;
margin-bottom: 8px;
}

#s-bd6d8433-04fd-4f1a-a278-d5942c1c405f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bd6d8433-04fd-4f1a-a278-d5942c1c405f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd6d8433-04fd-4f1a-a278-d5942c1c405f {
  cursor: pointer;
}#s-bd6d8433-04fd-4f1a-a278-d5942c1c405f.shg-box.shg-c {
  justify-content: center;
}

#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-54f960f0-4c6b-46b3-9ebe-083dbc366594 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-54f960f0-4c6b-46b3-9ebe-083dbc366594.shg-box.shg-c {
  justify-content: flex-start;
}

#s-33f964ee-1c85-4d42-89bf-f9f41d2ee16b {
  margin-top: 76px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-33f964ee-1c85-4d42-89bf-f9f41d2ee16b {
  margin-top: 40px;
margin-bottom: -9px;
}
}
#s-7705136d-0de1-4f17-95f6-3c2b15e78f36 {
  margin-top: 3px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7705136d-0de1-4f17-95f6-3c2b15e78f36 {
  margin-top: -1px;
}
}@media (max-width: 767px){#s-7705136d-0de1-4f17-95f6-3c2b15e78f36 {
  display: none;
}
#s-7705136d-0de1-4f17-95f6-3c2b15e78f36, #wrap-s-7705136d-0de1-4f17-95f6-3c2b15e78f36 { display: none !important; }}
#s-9ec89363-121d-497c-851a-f325185e092f {
  margin-top: 3px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9ec89363-121d-497c-851a-f325185e092f {
  display: none;
}
#s-9ec89363-121d-497c-851a-f325185e092f, #wrap-s-9ec89363-121d-497c-851a-f325185e092f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ec89363-121d-497c-851a-f325185e092f {
  display: none;
}
#s-9ec89363-121d-497c-851a-f325185e092f, #wrap-s-9ec89363-121d-497c-851a-f325185e092f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9ec89363-121d-497c-851a-f325185e092f {
  display: none;
}
#s-9ec89363-121d-497c-851a-f325185e092f, #wrap-s-9ec89363-121d-497c-851a-f325185e092f { display: none !important; }}@media (max-width: 767px){#s-9ec89363-121d-497c-851a-f325185e092f {
  margin-top: -7px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-a7f7331b-ad06-4589-8701-8dd1794739e8 {
  margin-top: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-a7f7331b-ad06-4589-8701-8dd1794739e8 {
  display: none;
}
#s-a7f7331b-ad06-4589-8701-8dd1794739e8, #wrap-s-a7f7331b-ad06-4589-8701-8dd1794739e8 { display: none !important; }}
#s-360175ca-b442-4b50-9f06-26276028224f {
  margin-top: 1px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-360175ca-b442-4b50-9f06-26276028224f {
  display: none;
}
#s-360175ca-b442-4b50-9f06-26276028224f, #wrap-s-360175ca-b442-4b50-9f06-26276028224f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-360175ca-b442-4b50-9f06-26276028224f {
  display: none;
}
#s-360175ca-b442-4b50-9f06-26276028224f, #wrap-s-360175ca-b442-4b50-9f06-26276028224f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-360175ca-b442-4b50-9f06-26276028224f {
  display: none;
}
#s-360175ca-b442-4b50-9f06-26276028224f, #wrap-s-360175ca-b442-4b50-9f06-26276028224f { display: none !important; }}@media (max-width: 767px){#s-360175ca-b442-4b50-9f06-26276028224f {
  margin-top: -10px;
}
}
#s-3aa13cab-fa9b-4070-b895-8861a895dcbc {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-3aa13cab-fa9b-4070-b895-8861a895dcbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3aa13cab-fa9b-4070-b895-8861a895dcbc.shg-box.shg-c {
  justify-content: center;
}

#s-689145ac-2c06-4c9f-8f10-0043190bed32 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-689145ac-2c06-4c9f-8f10-0043190bed32"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-689145ac-2c06-4c9f-8f10-0043190bed32"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-689145ac-2c06-4c9f-8f10-0043190bed32"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-689145ac-2c06-4c9f-8f10-0043190bed32"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-342dd98b-9a77-4199-8467-8893031abd73 {
  min-height: 50px;
}








#s-342dd98b-9a77-4199-8467-8893031abd73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-342dd98b-9a77-4199-8467-8893031abd73 {
  cursor: pointer;
}#s-342dd98b-9a77-4199-8467-8893031abd73.shg-box.shg-c {
  justify-content: center;
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  max-width: 1944px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  
  
  
  
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
    
    
  }


.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-content {
  
    align-items: center;
  
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
      position: relative;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  
  
  
  
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
    
    
  }


.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-content {
  
    align-items: center;
  
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
      position: relative;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  
  
  
  
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
    
    
  }


.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-content {
  
    align-items: center;
  
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
      position: relative;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  
  
  
  
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
    
    
  }


.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-content {
  
    align-items: center;
  
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
      position: relative;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  
  
  
  
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
    
    
  }


.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb .shogun-image-content {
  
    align-items: center;
  
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container {
      position: relative;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-599561fc-ce23-4f52-9b64-bbbfd07f44eb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-548ca9ea-2aa7-4442-ab9d-7d47faf36e87 {
  min-height: 50px;
}
@media (max-width: 767px){#s-548ca9ea-2aa7-4442-ab9d-7d47faf36e87 {
  
}
}







#s-548ca9ea-2aa7-4442-ab9d-7d47faf36e87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-548ca9ea-2aa7-4442-ab9d-7d47faf36e87 {
  cursor: pointer;
}#s-548ca9ea-2aa7-4442-ab9d-7d47faf36e87.shg-box.shg-c {
  justify-content: center;
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  margin-bottom: 10px;
max-width: 1736px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  
  
  
  margin-bottom: 10px;
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
    
    
  }


.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
      position: relative;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  
  
  
  
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
    
    
  }


.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
      position: relative;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  
  
  
  
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
    
    
  }


.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
      position: relative;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  
  
  
  
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
    
    
  }


.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
      position: relative;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  
  
  
  
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
    
    
  }


.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae .shogun-image-content {
  
    align-items: center;
  
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container {
      position: relative;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da966d8f-fa6a-4f45-a45a-3576475fd0ae img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9039b0d2-8497-4613-93d2-86ca1fd7ce3b {
  min-height: 50px;
}








#s-9039b0d2-8497-4613-93d2-86ca1fd7ce3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9039b0d2-8497-4613-93d2-86ca1fd7ce3b {
  cursor: pointer;
}#s-9039b0d2-8497-4613-93d2-86ca1fd7ce3b.shg-box.shg-c {
  justify-content: center;
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef {
  max-width: 842px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4a31d721-22a6-4876-bf28-32430ae9acef {
  
  
  
  
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
    
    
  }


.s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a31d721-22a6-4876-bf28-32430ae9acef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
      position: relative;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4a31d721-22a6-4876-bf28-32430ae9acef {
  
  
  
  
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
    
    
  }


.s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a31d721-22a6-4876-bf28-32430ae9acef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
      position: relative;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a31d721-22a6-4876-bf28-32430ae9acef {
  
  
  
  
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
    
    
  }


.s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a31d721-22a6-4876-bf28-32430ae9acef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
      position: relative;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a31d721-22a6-4876-bf28-32430ae9acef {
  
  
  
  
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
    
    
  }


.s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a31d721-22a6-4876-bf28-32430ae9acef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
      position: relative;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4a31d721-22a6-4876-bf28-32430ae9acef {
  
  
  
  
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4a31d721-22a6-4876-bf28-32430ae9acef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
    
    
  }


.s-4a31d721-22a6-4876-bf28-32430ae9acef .shogun-image-content {
  
    align-items: center;
  
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4a31d721-22a6-4876-bf28-32430ae9acef {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container {
      position: relative;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4a31d721-22a6-4876-bf28-32430ae9acef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-519d57e3-dd40-4e07-a11a-07407b4425f5 {
  min-height: 50px;
max-width: 600px;
}
@media (max-width: 767px){#s-519d57e3-dd40-4e07-a11a-07407b4425f5 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-519d57e3-dd40-4e07-a11a-07407b4425f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-519d57e3-dd40-4e07-a11a-07407b4425f5 {
  cursor: pointer;
}#s-519d57e3-dd40-4e07-a11a-07407b4425f5.shg-box.shg-c {
  justify-content: center;
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  
  
  
  
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
    
    
  }


.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
      position: relative;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  
  
  
  
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
    
    
  }


.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
      position: relative;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  
  
  
  
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
    
    
  }


.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
      position: relative;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  
  
  
  
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
    
    
  }


.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
      position: relative;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  
  
  
  
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
    
    
  }


.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 .shogun-image-content {
  
    align-items: center;
  
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container {
      position: relative;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-75cf2b1f-1f31-4cc5-837b-ada753364bb5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cc3ec643-6b19-4d22-b8a2-58082753012e {
  margin-top: 15px;
margin-bottom: 45px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-cc3ec643-6b19-4d22-b8a2-58082753012e:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-cc3ec643-6b19-4d22-b8a2-58082753012e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc3ec643-6b19-4d22-b8a2-58082753012e-root {
    text-align: center;
  }


#s-cc3ec643-6b19-4d22-b8a2-58082753012e.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc3ec643-6b19-4d22-b8a2-58082753012e-root {
    text-align: center;
  }


#s-cc3ec643-6b19-4d22-b8a2-58082753012e.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc3ec643-6b19-4d22-b8a2-58082753012e-root {
    text-align: center;
  }


#s-cc3ec643-6b19-4d22-b8a2-58082753012e.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc3ec643-6b19-4d22-b8a2-58082753012e-root {
    text-align: center;
  }


#s-cc3ec643-6b19-4d22-b8a2-58082753012e.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc3ec643-6b19-4d22-b8a2-58082753012e-root {
    text-align: center;
  }


#s-cc3ec643-6b19-4d22-b8a2-58082753012e.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-6ce1d358-96f9-490c-902f-50711d3f6b04 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-6ce1d358-96f9-490c-902f-50711d3f6b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6ce1d358-96f9-490c-902f-50711d3f6b04 {
  cursor: pointer;
}#s-6ce1d358-96f9-490c-902f-50711d3f6b04.shg-box.shg-c {
  justify-content: center;
}

#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-1d9ae673-f233-4589-9079-0671c8dab35e {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-1d9ae673-f233-4589-9079-0671c8dab35e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-1d9ae673-f233-4589-9079-0671c8dab35e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1d9ae673-f233-4589-9079-0671c8dab35e.shg-box.shg-c {
  justify-content: center;
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2048px;
aspect-ratio: 2048/221;
text-align: center;
}



.shg-image-margin-container-s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
    
    
  }


.s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
      position: relative;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  
  
  
  
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
    
    
  }


.s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
      position: relative;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  
  
  
  
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
    
    
  }


.s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
      position: relative;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  
  
  
  
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
    
    
  }


.s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
      position: relative;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  
  
  
  
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
    
    
  }


.s-1a56fad7-09fe-4099-87a4-9587d792e6a6 .shogun-image-content {
  
    align-items: center;
  
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container {
      position: relative;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1a56fad7-09fe-4099-87a4-9587d792e6a6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4aba4c44-83c7-47ea-beac-2d0b91298946 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-445f241e-eda5-4142-b88d-f2e4b8883397 {
  margin-top: -14px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6d0c4a49-6d1c-458a-98a9-5bf0c59dfbeb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6d0c4a49-6d1c-458a-98a9-5bf0c59dfbeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-6d0c4a49-6d1c-458a-98a9-5bf0c59dfbeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d0c4a49-6d1c-458a-98a9-5bf0c59dfbeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-1cc76f5a-648a-4312-9288-44d7b017397c {
  min-height: 50px;
max-width: 600px;
}








#s-1cc76f5a-648a-4312-9288-44d7b017397c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1cc76f5a-648a-4312-9288-44d7b017397c {
  cursor: pointer;
}#s-1cc76f5a-648a-4312-9288-44d7b017397c.shg-box.shg-c {
  justify-content: center;
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  
  
  
  
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
    
    
  }


.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
      position: relative;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  
  
  
  
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
    
    
  }


.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
      position: relative;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  
  
  
  
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
    
    
  }


.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
      position: relative;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  
  
  
  
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
    
    
  }


.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
      position: relative;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  
  
  
  
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
    
    
  }


.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 .shogun-image-content {
  
    align-items: center;
  
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container {
      position: relative;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-069e4695-ba5d-4e6b-9499-9eac4c870fe8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-846ceb8f-5c85-47fa-8669-b2de25381b3f {
  min-height: 50px;
}








#s-846ceb8f-5c85-47fa-8669-b2de25381b3f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-846ceb8f-5c85-47fa-8669-b2de25381b3f {
  cursor: pointer;
}#s-846ceb8f-5c85-47fa-8669-b2de25381b3f.shg-box.shg-c {
  justify-content: center;
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  margin-bottom: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  
  
  
  margin-bottom: 10px;
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
    
    
  }


.s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
      position: relative;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  
  
  
  
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
    
    
  }


.s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
      position: relative;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  
  
  
  
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
    
    
  }


.s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
      position: relative;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  
  
  
  
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
    
    
  }


.s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
      position: relative;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  
  
  
  
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
    
    
  }


.s-cce48b05-9396-4996-84e1-ae8e89eb5423 .shogun-image-content {
  
    align-items: center;
  
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container {
      position: relative;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cce48b05-9396-4996-84e1-ae8e89eb5423 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-629c59d1-bba1-46c2-8004-ab55c8e0ccc7 {
  min-height: 50px;
}








#s-629c59d1-bba1-46c2-8004-ab55c8e0ccc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-629c59d1-bba1-46c2-8004-ab55c8e0ccc7 {
  cursor: pointer;
}#s-629c59d1-bba1-46c2-8004-ab55c8e0ccc7.shg-box.shg-c {
  justify-content: center;
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  
}
}


.shg-image-margin-container-s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  
  
  
  
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
    
    
  }


.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
      position: relative;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  
  
  
  
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
    
    
  }


.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
      position: relative;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  
  
  
  
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
    
    
  }


.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
      position: relative;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  
  
  
  
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
    
    
  }


.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
      position: relative;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  
  
  
  
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
    
    
  }


.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e .shogun-image-content {
  
    align-items: center;
  
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container {
      position: relative;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c393ec5f-e6ba-4ae5-9371-c0c343d7bd5e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0f9a0848-8acd-45ce-8f25-c6c68d84e35f {
  min-height: 50px;
}
@media (max-width: 767px){#s-0f9a0848-8acd-45ce-8f25-c6c68d84e35f {
  
}
}







#s-0f9a0848-8acd-45ce-8f25-c6c68d84e35f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0f9a0848-8acd-45ce-8f25-c6c68d84e35f {
  cursor: pointer;
}#s-0f9a0848-8acd-45ce-8f25-c6c68d84e35f.shg-box.shg-c {
  justify-content: center;
}

#s-edbe601e-d16b-480a-8849-b55d069895a5 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-edbe601e-d16b-480a-8849-b55d069895a5 {
  
  
  
  
}

#s-edbe601e-d16b-480a-8849-b55d069895a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
    
    
  }


.s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edbe601e-d16b-480a-8849-b55d069895a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
      position: relative;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-edbe601e-d16b-480a-8849-b55d069895a5 {
  
  
  
  
}

#s-edbe601e-d16b-480a-8849-b55d069895a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
    
    
  }


.s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edbe601e-d16b-480a-8849-b55d069895a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
      position: relative;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-edbe601e-d16b-480a-8849-b55d069895a5 {
  
  
  
  
}

#s-edbe601e-d16b-480a-8849-b55d069895a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
    
    
  }


.s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edbe601e-d16b-480a-8849-b55d069895a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
      position: relative;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-edbe601e-d16b-480a-8849-b55d069895a5 {
  
  
  
  
}

#s-edbe601e-d16b-480a-8849-b55d069895a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
    
    
  }


.s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edbe601e-d16b-480a-8849-b55d069895a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
      position: relative;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-edbe601e-d16b-480a-8849-b55d069895a5 {
  
  
  
  
}

#s-edbe601e-d16b-480a-8849-b55d069895a5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-edbe601e-d16b-480a-8849-b55d069895a5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
    
    
  }


.s-edbe601e-d16b-480a-8849-b55d069895a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-edbe601e-d16b-480a-8849-b55d069895a5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container {
      position: relative;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-edbe601e-d16b-480a-8849-b55d069895a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bfc3a71e-b250-43fa-af05-9a06b07f2970 {
  margin-top: 17px;
margin-bottom: 43px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 252, 254, 1);
}
#s-bfc3a71e-b250-43fa-af05-9a06b07f2970:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfc3a71e-b250-43fa-af05-9a06b07f2970:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfc3a71e-b250-43fa-af05-9a06b07f2970-root {
    text-align: center;
  }


#s-bfc3a71e-b250-43fa-af05-9a06b07f2970.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfc3a71e-b250-43fa-af05-9a06b07f2970-root {
    text-align: center;
  }


#s-bfc3a71e-b250-43fa-af05-9a06b07f2970.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfc3a71e-b250-43fa-af05-9a06b07f2970-root {
    text-align: center;
  }


#s-bfc3a71e-b250-43fa-af05-9a06b07f2970.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfc3a71e-b250-43fa-af05-9a06b07f2970-root {
    text-align: center;
  }


#s-bfc3a71e-b250-43fa-af05-9a06b07f2970.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfc3a71e-b250-43fa-af05-9a06b07f2970-root {
    text-align: center;
  }


#s-bfc3a71e-b250-43fa-af05-9a06b07f2970.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 20px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-cfabf7bf-6d5e-4549-bab0-6cadd381670b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-cfabf7bf-6d5e-4549-bab0-6cadd381670b {
  display: unset;
}
#s-cfabf7bf-6d5e-4549-bab0-6cadd381670b, #wrap-s-cfabf7bf-6d5e-4549-bab0-6cadd381670b { display: unset !important; }}







#s-cfabf7bf-6d5e-4549-bab0-6cadd381670b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfabf7bf-6d5e-4549-bab0-6cadd381670b {
  cursor: pointer;
}#s-cfabf7bf-6d5e-4549-bab0-6cadd381670b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1d267e2e-56ea-43e8-ad87-e36f04b3defa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1d267e2e-56ea-43e8-ad87-e36f04b3defa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1d267e2e-56ea-43e8-ad87-e36f04b3defa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1d267e2e-56ea-43e8-ad87-e36f04b3defa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1d267e2e-56ea-43e8-ad87-e36f04b3defa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1d267e2e-56ea-43e8-ad87-e36f04b3defa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-1d267e2e-56ea-43e8-ad87-e36f04b3defa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-bc9b5ac5-0dc7-471b-aa6a-826782c969d1 {
  min-height: 50px;
}








#s-bc9b5ac5-0dc7-471b-aa6a-826782c969d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bc9b5ac5-0dc7-471b-aa6a-826782c969d1.shg-box.shg-c {
  justify-content: center;
}

#s-91e49585-cf51-4a17-aafd-b2fc0679766a {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-91e49585-cf51-4a17-aafd-b2fc0679766a {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-bc39f384-834e-4ef4-96c5-6262bb073498 {
  margin-bottom: -19px;
}

#s-cee918d5-2701-4d11-85cc-b785444d4934 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-cee918d5-2701-4d11-85cc-b785444d4934 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82 {
  margin-top: 20px;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
min-height: 1px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82 {
  margin-top: 5px;
margin-bottom: 15px;
}
}

  #s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82-root {
    text-align: center;
  }


#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82-root {
    text-align: center;
  }


#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82-root {
    text-align: center;
  }


#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82-root {
    text-align: center;
  }


#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82-root {
    text-align: center;
  }


#s-f2d68d3e-105a-4a8b-8f53-3ee2aaadbc82.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  
}
}


.shg-image-margin-container-s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
    
    
  }


.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
      position: relative;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  
  
  
  
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
    
    
  }


.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
      position: relative;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  
  
  
  
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
    
    
  }


.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
      position: relative;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  
  
  
  
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
    
    
  }


.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
      position: relative;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  
  
  
  
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
    
    
  }


.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container {
      position: relative;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8bd16d7c-9ee4-4997-822f-0c82b6d3d104 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-02776ecd-184c-4d14-b4e0-4cd4e51ff7d7 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-02776ecd-184c-4d14-b4e0-4cd4e51ff7d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02776ecd-184c-4d14-b4e0-4cd4e51ff7d7 {
  cursor: pointer;
}#s-02776ecd-184c-4d14-b4e0-4cd4e51ff7d7.shg-box.shg-c {
  justify-content: center;
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin-left: 22%;
margin-right: 22%;
text-align: center;
}
@media (max-width: 767px){#s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin-left: 22%;
  margin-right: 22%;
  
  
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin: 0 !important;
}





  img.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
    
    
  }


.s-51f02917-d6ce-41db-9f66-1fb74315113d .shogun-image-content {
  
    align-items: center;
  
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-51f02917-d6ce-41db-9f66-1fb74315113d {
  
  
  
  
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin: 0 !important;
}





  img.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
    
    
  }


.s-51f02917-d6ce-41db-9f66-1fb74315113d .shogun-image-content {
  
    align-items: center;
  
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51f02917-d6ce-41db-9f66-1fb74315113d {
  
  
  
  
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin: 0 !important;
}





  img.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
    
    
  }


.s-51f02917-d6ce-41db-9f66-1fb74315113d .shogun-image-content {
  
    align-items: center;
  
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51f02917-d6ce-41db-9f66-1fb74315113d {
  
  
  
  
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin: 0 !important;
}





  img.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
    
    
  }


.s-51f02917-d6ce-41db-9f66-1fb74315113d .shogun-image-content {
  
    align-items: center;
  
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d {
  margin: 0 !important;
}





  img.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
    
    
  }


.s-51f02917-d6ce-41db-9f66-1fb74315113d .shogun-image-content {
  
    align-items: center;
  
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51f02917-d6ce-41db-9f66-1fb74315113d.shogun-image {
  box-sizing: border-box;
}




}
#s-4d914cba-b4de-42fa-9c7b-f36d6b577e12 {
  margin-top: 10px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d914cba-b4de-42fa-9c7b-f36d6b577e12 {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-5902089e-2bd5-49c6-acf6-f5283265b21f {
  margin-bottom: -20px;
}
@media (max-width: 767px){#s-5902089e-2bd5-49c6-acf6-f5283265b21f {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-af3c750d-d747-4e52-b409-5103b6818c5f {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6f2ace45-e56e-4dd0-befd-3797464df40a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
background-position: center center;
}








#s-6f2ace45-e56e-4dd0-befd-3797464df40a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f2ace45-e56e-4dd0-befd-3797464df40a {
  cursor: pointer;
}#s-6f2ace45-e56e-4dd0-befd-3797464df40a.shg-box.shg-c {
  justify-content: center;
}

#s-33b458a9-92bf-46ef-a7ab-e77cd4221980 {
  margin-top: 0px;
margin-bottom: -10px;
}

#s-02058549-3db8-47b2-b29f-89423d3889c8 {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-02058549-3db8-47b2-b29f-89423d3889c8:hover {background-color: rgba(152, 53, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-02058549-3db8-47b2-b29f-89423d3889c8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-02058549-3db8-47b2-b29f-89423d3889c8-root {
    text-align: center;
  }


#s-02058549-3db8-47b2-b29f-89423d3889c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-02058549-3db8-47b2-b29f-89423d3889c8-root {
    text-align: center;
  }


#s-02058549-3db8-47b2-b29f-89423d3889c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-02058549-3db8-47b2-b29f-89423d3889c8-root {
    text-align: center;
  }


#s-02058549-3db8-47b2-b29f-89423d3889c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-02058549-3db8-47b2-b29f-89423d3889c8-root {
    text-align: center;
  }


#s-02058549-3db8-47b2-b29f-89423d3889c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-02058549-3db8-47b2-b29f-89423d3889c8-root {
    text-align: center;
  }


#s-02058549-3db8-47b2-b29f-89423d3889c8.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-fbf017a8-663e-4716-992c-9ff882a35a91 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}

#s-e30ae116-80c6-4215-921c-0b93f2b3c91f {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e30ae116-80c6-4215-921c-0b93f2b3c91f {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-e30ae116-80c6-4215-921c-0b93f2b3c91f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e30ae116-80c6-4215-921c-0b93f2b3c91f.shg-box.shg-c {
  justify-content: center;
}

#s-9454d3f0-2bdf-406a-96d2-276c4003d0b2 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-53a39ed8-5d99-4368-b4d3-afc14df4f831 {
  min-height: 50px;
}








#s-53a39ed8-5d99-4368-b4d3-afc14df4f831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53a39ed8-5d99-4368-b4d3-afc14df4f831.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-d62b283b-7a4f-43fb-951b-dfa82d5a7fea"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2b435cc8-4526-4169-956d-b9cfe930e257 {
  min-height: 50px;
}








#s-2b435cc8-4526-4169-956d-b9cfe930e257 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2b435cc8-4526-4169-956d-b9cfe930e257 {
  cursor: pointer;
}#s-2b435cc8-4526-4169-956d-b9cfe930e257.shg-box.shg-c {
  justify-content: center;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  
  
  
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  
  
  
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  
  
  
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  
  
  
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-274497db-c465-4e81-b80e-577c6b1767d1 {
  
  
  
  
}

#s-274497db-c465-4e81-b80e-577c6b1767d1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-274497db-c465-4e81-b80e-577c6b1767d1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
    
    
  }


.s-274497db-c465-4e81-b80e-577c6b1767d1 .shogun-image-content {
  
    align-items: center;
  
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-274497db-c465-4e81-b80e-577c6b1767d1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container {
      position: relative;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-274497db-c465-4e81-b80e-577c6b1767d1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-021e5054-1e5b-4c2b-b272-75d161cd2e93 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9 {
  min-height: 50px;
}








#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9 {
  cursor: pointer;
}#s-6f0fe42f-2db7-4bd1-8c77-a800ded657d9.shg-box.shg-c {
  justify-content: center;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  
  
  
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    align-items: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  
  
  
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    align-items: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  
  
  
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    align-items: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  
  
  
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    align-items: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-f36884d1-c490-49e7-96bf-b5347791488f {
  
  
  
  
}

#s-f36884d1-c490-49e7-96bf-b5347791488f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-f36884d1-c490-49e7-96bf-b5347791488f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
    
    
  }


.s-f36884d1-c490-49e7-96bf-b5347791488f .shogun-image-content {
  
    align-items: center;
  
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f36884d1-c490-49e7-96bf-b5347791488f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container {
      position: relative;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f36884d1-c490-49e7-96bf-b5347791488f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-080574a1-c8a6-4d70-b9b3-b2f1f224e02a {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-f13e01f5-d073-4460-aca9-9ffbadc84f49 {
  min-height: 50px;
}








#s-f13e01f5-d073-4460-aca9-9ffbadc84f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f13e01f5-d073-4460-aca9-9ffbadc84f49 {
  cursor: pointer;
}#s-f13e01f5-d073-4460-aca9-9ffbadc84f49.shg-box.shg-c {
  justify-content: center;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  
  
  
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  
  
  
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  
  
  
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  
  
  
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c3993681-3b9a-4084-99e2-4e1861366530 {
  
  
  
  
}

#s-c3993681-3b9a-4084-99e2-4e1861366530 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c3993681-3b9a-4084-99e2-4e1861366530 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
    
    
  }


.s-c3993681-3b9a-4084-99e2-4e1861366530 .shogun-image-content {
  
    align-items: center;
  
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c3993681-3b9a-4084-99e2-4e1861366530 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container {
      position: relative;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c3993681-3b9a-4084-99e2-4e1861366530 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3b84dbd0-1d18-4354-81f6-08f051ca2ad9 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6 {
  min-height: 50px;
}








#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6 {
  cursor: pointer;
}#s-e991f3dd-fda9-425a-af8d-c0de1e54e2c6.shg-box.shg-c {
  justify-content: center;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  
  
  
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  
  
  
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  
  
  
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  
  
  
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  
  
  
  
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
    
    
  }


.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 .shogun-image-content {
  
    align-items: center;
  
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container {
      position: relative;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9dcf11b9-5792-4b1a-bec1-54128aba46d2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ad48faf6-6017-478e-a1ea-96b9c718acc6 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-77979b04-e0ff-49c4-b314-260af7d27fb3 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-18b44b67-8914-45ae-b8a0-4998d7034739 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-18b44b67-8914-45ae-b8a0-4998d7034739 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-18b44b67-8914-45ae-b8a0-4998d7034739 {
  cursor: pointer;
}#s-18b44b67-8914-45ae-b8a0-4998d7034739.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (max-width: 767px) {
  [id="s-fe68bcea-5311-4897-918b-1c5aeac6bd55"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7ac7d74a-ea0c-490d-81be-8045611a751b {
  min-height: 50px;
}








#s-7ac7d74a-ea0c-490d-81be-8045611a751b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ac7d74a-ea0c-490d-81be-8045611a751b.shg-box.shg-c {
  justify-content: center;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-bottom: 20px;
}
}


.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  margin-bottom: 0px;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  
  
  
  margin-bottom: 20px;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
    
    
  }


.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-content {
  
    align-items: center;
  
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container {
      position: relative;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a113c1c3-d427-40b7-a8af-20406f7107b6 {
  min-height: 50px;
}








#s-a113c1c3-d427-40b7-a8af-20406f7107b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a113c1c3-d427-40b7-a8af-20406f7107b6.shg-box.shg-c {
  justify-content: center;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 20%;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 20%;
  margin-right: 20%;
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  
  
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  
  
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  
  
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea {
  margin: 0 !important;
}





  img.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
    
    
  }


.s-90902f8d-f697-4b2f-a7c8-c42299e340ea .shogun-image-content {
  
    align-items: center;
  
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-90902f8d-f697-4b2f-a7c8-c42299e340ea.shogun-image {
  box-sizing: border-box;
}




}
#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-top: 10px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
}
@media (max-width: 767px){#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  
}
}







#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae {
  cursor: pointer;
}#s-97c0f64c-26cb-4fd1-8424-b2e386a7c0ae.shg-box.shg-c {
  justify-content: center;
}

#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 {
  display: none;
}
#s-61cd900e-7d89-49c3-9640-1f8be6ee1669, #wrap-s-61cd900e-7d89-49c3-9640-1f8be6ee1669 { display: none !important; }}







#s-61cd900e-7d89-49c3-9640-1f8be6ee1669 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61cd900e-7d89-49c3-9640-1f8be6ee1669.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-14fb860f-80d7-47d9-a947-9ca601b70239"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c01e27bf-f2bd-484a-8fe4-57f0cb04ddcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-07b3eec6-5820-42e7-91e6-5c952363c77c {
  min-height: 50px;
}








#s-07b3eec6-5820-42e7-91e6-5c952363c77c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07b3eec6-5820-42e7-91e6-5c952363c77c.shg-box.shg-c {
  justify-content: center;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 3%;
}
}


.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  
  
  
  
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin-left: 3%;
  margin-right: 3%;
  margin-top: 5px;
  margin-bottom: 5px;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-102c5d01-b428-48f2-81fd-893fad13070b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
    
    
  }


.s-102c5d01-b428-48f2-81fd-893fad13070b .shogun-image-content {
  
    align-items: center;
  
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-102c5d01-b428-48f2-81fd-893fad13070b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container {
      position: relative;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-102c5d01-b428-48f2-81fd-893fad13070b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 {
  display: none;
}
#s-346e7e99-5215-4ad6-9c4e-65157da8efd2, #wrap-s-346e7e99-5215-4ad6-9c4e-65157da8efd2 { display: none !important; }}







#s-346e7e99-5215-4ad6-9c4e-65157da8efd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-346e7e99-5215-4ad6-9c4e-65157da8efd2.shg-box.shg-c {
  justify-content: center;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin-top: 3px;
max-width: 30px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  margin-top: 3px;
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  
  
  
  
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
    
    
  }


.s-8fc28d9e-155d-431e-9b2b-70fecbed600d .shogun-image-content {
  
    align-items: center;
  
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container {
      position: relative;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8fc28d9e-155d-431e-9b2b-70fecbed600d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2f9c479c-ae2e-4430-b547-0584cb243ad3 {
  margin-top: 4px;
margin-left: 18px;
margin-bottom: 4px;
margin-right: 18px;
}

#s-d77ae513-3909-4d08-a343-6a4db55b615e {
  min-height: 50px;
}








#s-d77ae513-3909-4d08-a343-6a4db55b615e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d77ae513-3909-4d08-a343-6a4db55b615e.shg-box.shg-c {
  justify-content: center;
}

#s-8772feab-3e1d-44ee-828c-ebd36e12768c {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-3b61625a-86a5-4524-84d0-f95db065d5d2 {
  margin-top: 12px;
margin-left: 0%;
margin-bottom: 12px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

#s-a297b3bb-b7a5-4417-9828-f33990292282 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-a297b3bb-b7a5-4417-9828-f33990292282:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a297b3bb-b7a5-4417-9828-f33990292282:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-a297b3bb-b7a5-4417-9828-f33990292282 {
  margin-top: 7px;
margin-bottom: 14px;
}
}

  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a297b3bb-b7a5-4417-9828-f33990292282-root {
    text-align: center;
  }


#s-a297b3bb-b7a5-4417-9828-f33990292282.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  
}
}@media (max-width: 767px){#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 {
  display: none;
}
#s-a6493dcc-5ffc-466d-9503-44a7577c6d80, #wrap-s-a6493dcc-5ffc-466d-9503-44a7577c6d80 { display: none !important; }}







#s-a6493dcc-5ffc-466d-9503-44a7577c6d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6493dcc-5ffc-466d-9503-44a7577c6d80.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-9a5fae52-cdb0-4d62-8c82-6f1a118f199f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

}

#s-ee8def7e-4e2e-43ec-a783-460d983fe5d8 {
  margin-top: 14px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 8px;
padding-left: 0%;
padding-bottom: 5px;
padding-right: 0%;
}

#s-24793308-ed84-4973-8dd8-50185201bdda {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 7px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264 {
  margin-top: 9px;
margin-bottom: 9px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1em;
letter-spacing: 0px;
}
#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16d7e89d-1dce-44cd-ab4f-c439b68ab264-root {
    text-align: center;
  }


#s-16d7e89d-1dce-44cd-ab4f-c439b68ab264.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-a563ad83-db38-469b-9067-3d93c2732081 {
  margin-left: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-a563ad83-db38-469b-9067-3d93c2732081 {
  display: none;
}
#s-a563ad83-db38-469b-9067-3d93c2732081, #wrap-s-a563ad83-db38-469b-9067-3d93c2732081 { display: none !important; }}







#s-a563ad83-db38-469b-9067-3d93c2732081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a563ad83-db38-469b-9067-3d93c2732081.shg-box.shg-c {
  justify-content: center;
}

#s-767ceacc-1593-460e-af25-aa04830f0846 {
  margin-top: 16px;
margin-left: 17px;
margin-bottom: 16px;
margin-right: 17px;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-bottom: 0px;
min-height: 0px;
max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin-top: 11px;
margin-bottom: 0px;
}
}


.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  margin-top: 40px;
  
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  
  
  margin-top: 11px;
  margin-bottom: 0px;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
    
    
  }


.s-db208f8d-a34e-43d1-8b70-1a4bc30af296 .shogun-image-content {
  
    align-items: center;
  
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container {
      position: relative;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db208f8d-a34e-43d1-8b70-1a4bc30af296 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-bottom: 30px;
min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-d128768d-7316-4411-85e9-bda424419184 {
  margin-top: 23px;
}
}







#s-d128768d-7316-4411-85e9-bda424419184 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d128768d-7316-4411-85e9-bda424419184.shg-box.shg-c {
  justify-content: center;
}

#s-4f905a99-5d97-459f-8d90-4d9ef2aa0b9c {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-5b858119-763b-491f-9a35-90446b660cbc {
  margin-left: 7%;
margin-right: 7%;
min-height: 50px;
}








#s-5b858119-763b-491f-9a35-90446b660cbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5b858119-763b-491f-9a35-90446b660cbc.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82c19b14-b4ba-4d6f-9dbb-cba1a296ca46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  min-height: 50px;
}








#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7 {
  cursor: pointer;
}#s-facbd2cd-b38f-4d8d-9456-1e4c48d506b7.shg-box.shg-c {
  justify-content: center;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  
  
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-505701ee-1818-4da4-ac84-68ed47cef214 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-505701ee-1818-4da4-ac84-68ed47cef214 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
    
    
  }


.s-505701ee-1818-4da4-ac84-68ed47cef214 .shogun-image-content {
  
    align-items: center;
  
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shg-align-container {
  display: flex;
  justify-content: center
}

.s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-505701ee-1818-4da4-ac84-68ed47cef214 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container {
      position: relative;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-505701ee-1818-4da4-ac84-68ed47cef214 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7aac41e1-1cc8-4e4d-90c0-d2ccd255a119 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  margin-top: 0px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
min-height: 0px;
}
@media (max-width: 767px){#s-427e3e6e-e765-4ac0-ad01-c708a4f4a0ae {
  padding-bottom: 15px;
}
}
#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  min-height: 50px;
}








#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7 {
  cursor: pointer;
}#s-d7e1e7c1-72a8-4147-addc-bc1a26c129e7.shg-box.shg-c {
  justify-content: center;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  
  
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
    
    
  }


.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a .shogun-image-content {
  
    align-items: center;
  
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container {
      position: relative;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-58de8c7e-33a2-49a5-a2a4-d1e5f91b282a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8afb50e6-0d2b-45f4-929b-8e9fa0c6bfea {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-7a6232bd-211f-460c-89e8-4c6cce5255f9 {
  padding-bottom: 15px;
}
}
#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  min-height: 50px;
}








#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95 {
  cursor: pointer;
}#s-ef94953b-68ef-494c-97f3-4aa0bf164a95.shg-box.shg-c {
  justify-content: center;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  max-width: 900px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin-left: 10%;
margin-right: 10%;
}
}


.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  
  
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin-left: 10%;
  margin-right: 10%;
  
  
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
    
    
  }


.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce .shogun-image-content {
  
    align-items: center;
  
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container {
      position: relative;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e0edaef6-5ec5-4dcf-b78d-724dff1a3dce img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-933a48b5-60f5-47ec-824c-b80bead5a675 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-1f3d0f5d-6785-4dab-baf8-4f8b7964e36f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

}

@media (min-width: 768px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8076bb6f-3b8d-4d6e-bba4-a5780b092f2b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

}

#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
min-height: 10px;
max-width: 900px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9164ded7-b40c-427b-b575-1f8ac9ab21b8-root {
    text-align: center;
  }


#s-9164ded7-b40c-427b-b575-1f8ac9ab21b8.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68eda839-0403-44c6-99ee-0b2a63f0aabb:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-68eda839-0403-44c6-99ee-0b2a63f0aabb {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-68eda839-0403-44c6-99ee-0b2a63f0aabb-root {
    text-align: center;
  }


#s-68eda839-0403-44c6-99ee-0b2a63f0aabb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-83adafb3-8bd9-499b-a0a2-2dbd7494b532-root {
    text-align: center;
  }


#s-83adafb3-8bd9-499b-a0a2-2dbd7494b532.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  block ;
}
}
#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(127, 14, 125, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-93024e17-c420-40a3-8fb4-336cf5803575:hover {background-color: rgba(153, 53, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-93024e17-c420-40a3-8fb4-336cf5803575:active {background-color: rgba(127, 14, 125, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
}
}@media (max-width: 767px){#s-93024e17-c420-40a3-8fb4-336cf5803575 {
  padding-left: 10px;
padding-right: 10px;
letter-spacing: 0px;
}
}

  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
@media (min-width: 1200px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Poppins;
  display:  block ;
}
}@media (max-width: 767px){
  #s-93024e17-c420-40a3-8fb4-336cf5803575-root {
    text-align: center;
  }


#s-93024e17-c420-40a3-8fb4-336cf5803575.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  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;
}
