.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-881d8c88-0c1a-4f5a-96fe-3848ff9634f3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(241, 241, 241, 0);
}








#s-881d8c88-0c1a-4f5a-96fe-3848ff9634f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-881d8c88-0c1a-4f5a-96fe-3848ff9634f3 {
  cursor: pointer;
}#s-881d8c88-0c1a-4f5a-96fe-3848ff9634f3.shg-box.shg-c {
  justify-content: center;
}

#s-b377396d-daa5-42a2-927e-357b28dd014e {
  background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-b377396d-daa5-42a2-927e-357b28dd014e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b377396d-daa5-42a2-927e-357b28dd014e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b377396d-daa5-42a2-927e-357b28dd014e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b377396d-daa5-42a2-927e-357b28dd014e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b377396d-daa5-42a2-927e-357b28dd014e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b377396d-daa5-42a2-927e-357b28dd014e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b377396d-daa5-42a2-927e-357b28dd014e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-875bbb47-4805-4da7-9703-4632413c7e44 {
  min-height: 50px;
}








#s-875bbb47-4805-4da7-9703-4632413c7e44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-875bbb47-4805-4da7-9703-4632413c7e44.shg-box.shg-c {
  justify-content: center;
}

#s-332394a8-7899-4236-a092-da2b1d982166 {
  margin-top: 42px;
margin-bottom: -14px;
}
@media (min-width: 1200px){#s-332394a8-7899-4236-a092-da2b1d982166 {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-332394a8-7899-4236-a092-da2b1d982166 {
  margin-top: 59px;
}
}
#s-df8f6c78-88f0-4e3b-a5e8-73b4726780d2 {
  margin-top: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-df8f6c78-88f0-4e3b-a5e8-73b4726780d2 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-df8f6c78-88f0-4e3b-a5e8-73b4726780d2, #wrap-s-df8f6c78-88f0-4e3b-a5e8-73b4726780d2 { display: none !important; }}@media (max-width: 767px){#s-df8f6c78-88f0-4e3b-a5e8-73b4726780d2 {
  margin-left: 10%;
margin-right: 10%;
display: none;
}
#s-df8f6c78-88f0-4e3b-a5e8-73b4726780d2, #wrap-s-df8f6c78-88f0-4e3b-a5e8-73b4726780d2 { display: none !important; }}
#s-205724fa-73da-4589-9352-5b8a1cea0b95 {
  margin-top: 1px;
}
@media (min-width: 1200px){#s-205724fa-73da-4589-9352-5b8a1cea0b95 {
  display: none;
}
#s-205724fa-73da-4589-9352-5b8a1cea0b95, #wrap-s-205724fa-73da-4589-9352-5b8a1cea0b95 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-205724fa-73da-4589-9352-5b8a1cea0b95 {
  display: none;
}
#s-205724fa-73da-4589-9352-5b8a1cea0b95, #wrap-s-205724fa-73da-4589-9352-5b8a1cea0b95 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-205724fa-73da-4589-9352-5b8a1cea0b95 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-205724fa-73da-4589-9352-5b8a1cea0b95 {
  margin-left: 10%;
margin-right: 10%;
}
}
#s-2acfe1df-a5e0-4c21-a019-8b8c33712631 {
  margin-left: 6%;
margin-bottom: 10px;
margin-right: 6%;
}

#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iODI0Y2QxMTYtOTZkNy00MjQzLWFlNGQtOGE1ZjRkNmU4ZDhmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojN2YwZTdkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojOWQxYjliO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4MjRjZDExNi05NmQ3LTQyNDMtYWU0ZC04YTVmNGQ2ZThkOGYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#7f0e7d"}, {"id"=>2, "pos"=>1, "color"=>"#9d1b9b"}];
hover-type: gradient;
}
#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe {
  margin-bottom: 20px;
}
}

  #s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe-root {
    text-align: center;
  }


#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe-root {
    text-align: center;
  }


#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe-root {
    text-align: center;
  }


#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe-root {
    text-align: center;
  }


#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe-root {
    text-align: center;
  }


#s-d0ce8ff0-ae14-49b9-a475-cdbac02551fe.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-47b0dfd7-9645-486a-aad5-80892efce46b {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-47b0dfd7-9645-486a-aad5-80892efce46b {
  margin-top: 50px;
margin-bottom: 50px;
}
}


.shg-image-margin-container-s-47b0dfd7-9645-486a-aad5-80892efce46b {
  
  
  
  
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
    
    
  }


.s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-content {
  
    align-items: center;
  
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47b0dfd7-9645-486a-aad5-80892efce46b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
      position: relative;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-47b0dfd7-9645-486a-aad5-80892efce46b {
  
  
  
  
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
    
    
  }


.s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-content {
  
    align-items: center;
  
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47b0dfd7-9645-486a-aad5-80892efce46b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
      position: relative;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b 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-47b0dfd7-9645-486a-aad5-80892efce46b {
  
  
  
  
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
    
    
  }


.s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-content {
  
    align-items: center;
  
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47b0dfd7-9645-486a-aad5-80892efce46b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
      position: relative;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b 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-47b0dfd7-9645-486a-aad5-80892efce46b {
  
  
  margin-top: 50px;
  margin-bottom: 50px;
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
    
    
  }


.s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-content {
  
    align-items: center;
  
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47b0dfd7-9645-486a-aad5-80892efce46b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
      position: relative;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-47b0dfd7-9645-486a-aad5-80892efce46b {
  
  
  
  
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-47b0dfd7-9645-486a-aad5-80892efce46b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
    
    
  }


.s-47b0dfd7-9645-486a-aad5-80892efce46b .shogun-image-content {
  
    align-items: center;
  
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-47b0dfd7-9645-486a-aad5-80892efce46b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container {
      position: relative;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-47b0dfd7-9645-486a-aad5-80892efce46b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-98efeb82-56d4-4b71-aa0d-00c842d7872d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(219, 100, 27, 1);
}








#s-98efeb82-56d4-4b71-aa0d-00c842d7872d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98efeb82-56d4-4b71-aa0d-00c842d7872d {
  cursor: pointer;
}#s-98efeb82-56d4-4b71-aa0d-00c842d7872d.shg-box.shg-c {
  justify-content: center;
}

#s-bfa3541e-55cc-4a02-853f-de53feffa79d {
  min-height: 50px;
background-color: rgba(130, 15, 129, 1);
}








#s-bfa3541e-55cc-4a02-853f-de53feffa79d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bfa3541e-55cc-4a02-853f-de53feffa79d.shg-box.shg-c {
  justify-content: center;
}

#s-9a5f1431-cd37-436a-96a7-678cc2cc0f39 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1a005c4d-e2db-470a-bac7-731624ff0ad7 {
  background-size: cover;
min-height: 50px;
background-color: rgba(255, 255, 255, 0);
background-position: center top;
}








#s-1a005c4d-e2db-470a-bac7-731624ff0ad7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1a005c4d-e2db-470a-bac7-731624ff0ad7.shg-box.shg-c {
  justify-content: center;
}

#s-0951cab5-15c8-4bad-b2a5-42d6851f185d {
  margin-top: 36px;
}

#s-0b4594c5-d77c-4e50-bd29-d48e9d944f79 {
  margin-top: 4px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-0b4594c5-d77c-4e50-bd29-d48e9d944f79 {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f {
  display: none;
}
#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f, #wrap-s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f {
  display: none;
}
#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f, #wrap-s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f {
  display: none;
}
#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f, #wrap-s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f { display: none !important; }}







#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3c8aed60-b01a-4026-a4ff-0f8b2c88039f.shg-box.shg-c {
  justify-content: center;
}

#s-214f22c9-a63d-41e3-b466-b891818b7dad {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-214f22c9-a63d-41e3-b466-b891818b7dad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-214f22c9-a63d-41e3-b466-b891818b7dad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-214f22c9-a63d-41e3-b466-b891818b7dad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-214f22c9-a63d-41e3-b466-b891818b7dad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-39fd0bca-14c3-4c3c-ad40-4182603e8567 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-39fd0bca-14c3-4c3c-ad40-4182603e8567 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39fd0bca-14c3-4c3c-ad40-4182603e8567 {
  cursor: pointer;
}#s-39fd0bca-14c3-4c3c-ad40-4182603e8567.shg-box.shg-c {
  justify-content: center;
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  text-align: center;
}



.shg-image-margin-container-s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  
  
  
  
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  margin: 0 !important;
}





  img.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
    
    
  }


.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  
  
  
  
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  margin: 0 !important;
}





  img.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
    
    
  }


.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  
  
  
  
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  margin: 0 !important;
}





  img.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
    
    
  }


.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  
  
  
  
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  margin: 0 !important;
}





  img.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
    
    
  }


.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  
  
  
  
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 {
  margin: 0 !important;
}





  img.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
    
    
  }


.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3057789-6985-42e4-86b4-5bc0ffdfe4c1.shogun-image {
  box-sizing: border-box;
}




}
#s-0ae24767-f043-412d-af76-12f0a96fdae4 {
  min-height: 50px;
}








#s-0ae24767-f043-412d-af76-12f0a96fdae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0ae24767-f043-412d-af76-12f0a96fdae4 {
  cursor: pointer;
}#s-0ae24767-f043-412d-af76-12f0a96fdae4.shg-box.shg-c {
  justify-content: center;
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  text-align: center;
}



.shg-image-margin-container-s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  
  
  
  
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  margin: 0 !important;
}





  img.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
    
    
  }


.s-36d76d90-f280-4728-85c0-7193eb23b6b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  
  
  
  
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  margin: 0 !important;
}





  img.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
    
    
  }


.s-36d76d90-f280-4728-85c0-7193eb23b6b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  
  
  
  
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  margin: 0 !important;
}





  img.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
    
    
  }


.s-36d76d90-f280-4728-85c0-7193eb23b6b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  
  
  
  
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  margin: 0 !important;
}





  img.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
    
    
  }


.s-36d76d90-f280-4728-85c0-7193eb23b6b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  
  
  
  
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2 {
  margin: 0 !important;
}





  img.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
    
    
  }


.s-36d76d90-f280-4728-85c0-7193eb23b6b2 .shogun-image-content {
  
    align-items: center;
  
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36d76d90-f280-4728-85c0-7193eb23b6b2.shogun-image {
  box-sizing: border-box;
}




}
#s-1e34f519-f22f-4b72-a39a-839d815a43f6 {
  margin-bottom: 10px;
min-height: 50px;
max-width: 600px;
}








#s-1e34f519-f22f-4b72-a39a-839d815a43f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-1e34f519-f22f-4b72-a39a-839d815a43f6 {
  cursor: pointer;
}#s-1e34f519-f22f-4b72-a39a-839d815a43f6.shg-box.shg-c {
  justify-content: center;
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  text-align: center;
}



.shg-image-margin-container-s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  
  
  
  
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  margin: 0 !important;
}





  img.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
    
    
  }


.s-be576a57-803f-4c96-889f-6a6804ac1e8f .shogun-image-content {
  
    align-items: center;
  
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  
  
  
  
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  margin: 0 !important;
}





  img.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
    
    
  }


.s-be576a57-803f-4c96-889f-6a6804ac1e8f .shogun-image-content {
  
    align-items: center;
  
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  
  
  
  
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  margin: 0 !important;
}





  img.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
    
    
  }


.s-be576a57-803f-4c96-889f-6a6804ac1e8f .shogun-image-content {
  
    align-items: center;
  
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  
  
  
  
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  margin: 0 !important;
}





  img.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
    
    
  }


.s-be576a57-803f-4c96-889f-6a6804ac1e8f .shogun-image-content {
  
    align-items: center;
  
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  
  
  
  
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f {
  margin: 0 !important;
}





  img.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
    
    
  }


.s-be576a57-803f-4c96-889f-6a6804ac1e8f .shogun-image-content {
  
    align-items: center;
  
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-be576a57-803f-4c96-889f-6a6804ac1e8f.shogun-image {
  box-sizing: border-box;
}




}
#s-25d4158c-634e-416d-a149-0bd7e752b59b {
  min-height: 50px;
}








#s-25d4158c-634e-416d-a149-0bd7e752b59b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-25d4158c-634e-416d-a149-0bd7e752b59b {
  cursor: pointer;
}#s-25d4158c-634e-416d-a149-0bd7e752b59b.shg-box.shg-c {
  justify-content: center;
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  text-align: center;
}



.shg-image-margin-container-s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  
  
  
  
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  margin: 0 !important;
}





  img.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
    
    
  }


.s-335e6e81-adf3-45ca-ad60-67121863ecaa .shogun-image-content {
  
    align-items: center;
  
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  
  
  
  
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  margin: 0 !important;
}





  img.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
    
    
  }


.s-335e6e81-adf3-45ca-ad60-67121863ecaa .shogun-image-content {
  
    align-items: center;
  
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  
  
  
  
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  margin: 0 !important;
}





  img.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
    
    
  }


.s-335e6e81-adf3-45ca-ad60-67121863ecaa .shogun-image-content {
  
    align-items: center;
  
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  
  
  
  
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  margin: 0 !important;
}





  img.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
    
    
  }


.s-335e6e81-adf3-45ca-ad60-67121863ecaa .shogun-image-content {
  
    align-items: center;
  
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  
  
  
  
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa {
  margin: 0 !important;
}





  img.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
    
    
  }


.s-335e6e81-adf3-45ca-ad60-67121863ecaa .shogun-image-content {
  
    align-items: center;
  
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-335e6e81-adf3-45ca-ad60-67121863ecaa.shogun-image {
  box-sizing: border-box;
}




}
#s-93895587-1cec-4c6c-9a57-272dc8ac1e4a {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-93895587-1cec-4c6c-9a57-272dc8ac1e4a {
  display: none;
}
#s-93895587-1cec-4c6c-9a57-272dc8ac1e4a, #wrap-s-93895587-1cec-4c6c-9a57-272dc8ac1e4a { display: none !important; }}







#s-93895587-1cec-4c6c-9a57-272dc8ac1e4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-93895587-1cec-4c6c-9a57-272dc8ac1e4a.shg-box.shg-c {
  justify-content: center;
}

#s-df5f0674-42ff-4a50-b361-449e0fcf9a8b {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-df5f0674-42ff-4a50-b361-449e0fcf9a8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df5f0674-42ff-4a50-b361-449e0fcf9a8b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-df5f0674-42ff-4a50-b361-449e0fcf9a8b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-df5f0674-42ff-4a50-b361-449e0fcf9a8b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-06e7ee01-b312-41a6-b7fd-19a5dc32e1ad {
  min-height: 50px;
}








#s-06e7ee01-b312-41a6-b7fd-19a5dc32e1ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06e7ee01-b312-41a6-b7fd-19a5dc32e1ad {
  cursor: pointer;
}#s-06e7ee01-b312-41a6-b7fd-19a5dc32e1ad.shg-box.shg-c {
  justify-content: center;
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}



.shg-image-margin-container-s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  margin: 0 !important;
}





  img.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
    
    
  }


.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db .shogun-image-content {
  
    align-items: center;
  
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  
  
  
  
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  margin: 0 !important;
}





  img.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
    
    
  }


.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db .shogun-image-content {
  
    align-items: center;
  
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  
  
  
  
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  margin: 0 !important;
}





  img.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
    
    
  }


.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db .shogun-image-content {
  
    align-items: center;
  
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  
  
  
  
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  margin: 0 !important;
}





  img.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
    
    
  }


.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db .shogun-image-content {
  
    align-items: center;
  
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  
  
  
  
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db {
  margin: 0 !important;
}





  img.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
    
    
  }


.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db .shogun-image-content {
  
    align-items: center;
  
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0cb3ebbe-ced3-4805-9f57-94235be8c9db.shogun-image {
  box-sizing: border-box;
}




}
#s-45ed81d5-cc9e-46e1-940a-4a000e30cc98 {
  padding-left: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-45ed81d5-cc9e-46e1-940a-4a000e30cc98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45ed81d5-cc9e-46e1-940a-4a000e30cc98.shg-box.shg-c {
  justify-content: center;
}

#s-e919b2fc-c74c-4a6a-8cbd-58a77839b952 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-e919b2fc-c74c-4a6a-8cbd-58a77839b952"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e919b2fc-c74c-4a6a-8cbd-58a77839b952"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e919b2fc-c74c-4a6a-8cbd-58a77839b952"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e919b2fc-c74c-4a6a-8cbd-58a77839b952"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-57dbbab6-7a19-40c1-b2f7-82ebb1c23ff9 {
  margin-bottom: 10px;
min-height: 50px;
}








#s-57dbbab6-7a19-40c1-b2f7-82ebb1c23ff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57dbbab6-7a19-40c1-b2f7-82ebb1c23ff9 {
  cursor: pointer;
}#s-57dbbab6-7a19-40c1-b2f7-82ebb1c23ff9.shg-box.shg-c {
  justify-content: center;
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  text-align: center;
}



.shg-image-margin-container-s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  
  
  
  
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  margin: 0 !important;
}





  img.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
    
    
  }


.s-08fa300d-6887-4478-be8e-2326473ec6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  
  
  
  
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  margin: 0 !important;
}





  img.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
    
    
  }


.s-08fa300d-6887-4478-be8e-2326473ec6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  
  
  
  
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  margin: 0 !important;
}





  img.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
    
    
  }


.s-08fa300d-6887-4478-be8e-2326473ec6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  
  
  
  
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  margin: 0 !important;
}





  img.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
    
    
  }


.s-08fa300d-6887-4478-be8e-2326473ec6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  
  
  
  
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5 {
  margin: 0 !important;
}





  img.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
    
    
  }


.s-08fa300d-6887-4478-be8e-2326473ec6f5 .shogun-image-content {
  
    align-items: center;
  
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-08fa300d-6887-4478-be8e-2326473ec6f5.shogun-image {
  box-sizing: border-box;
}




}
#s-8b46260d-0702-47ed-b83b-dfa7a2a2b970 {
  min-height: 50px;
}








#s-8b46260d-0702-47ed-b83b-dfa7a2a2b970 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8b46260d-0702-47ed-b83b-dfa7a2a2b970 {
  cursor: pointer;
}#s-8b46260d-0702-47ed-b83b-dfa7a2a2b970.shg-box.shg-c {
  justify-content: center;
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  text-align: center;
}



.shg-image-margin-container-s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  
  
  
  
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  margin: 0 !important;
}





  img.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
    
    
  }


.s-c2de708a-83d0-4d56-8990-ba49ebaeb282 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  
  
  
  
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  margin: 0 !important;
}





  img.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
    
    
  }


.s-c2de708a-83d0-4d56-8990-ba49ebaeb282 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  
  
  
  
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  margin: 0 !important;
}





  img.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
    
    
  }


.s-c2de708a-83d0-4d56-8990-ba49ebaeb282 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  
  
  
  
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  margin: 0 !important;
}





  img.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
    
    
  }


.s-c2de708a-83d0-4d56-8990-ba49ebaeb282 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  
  
  
  
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282 {
  margin: 0 !important;
}





  img.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
    
    
  }


.s-c2de708a-83d0-4d56-8990-ba49ebaeb282 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2de708a-83d0-4d56-8990-ba49ebaeb282.shogun-image {
  box-sizing: border-box;
}




}
#s-0b452b0d-ebc6-44df-9415-e84e8729fa91 {
  margin-bottom: 10px;
min-height: 50px;
max-width: 600px;
}








#s-0b452b0d-ebc6-44df-9415-e84e8729fa91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0b452b0d-ebc6-44df-9415-e84e8729fa91 {
  cursor: pointer;
}#s-0b452b0d-ebc6-44df-9415-e84e8729fa91.shg-box.shg-c {
  justify-content: center;
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  text-align: center;
}



.shg-image-margin-container-s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  
  
  
  
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  margin: 0 !important;
}





  img.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
    
    
  }


.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  
  
  
  
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  margin: 0 !important;
}





  img.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
    
    
  }


.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  
  
  
  
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  margin: 0 !important;
}





  img.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
    
    
  }


.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  
  
  
  
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  margin: 0 !important;
}





  img.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
    
    
  }


.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  
  
  
  
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 {
  margin: 0 !important;
}





  img.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
    
    
  }


.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf34dd55-fc96-4f6d-8ab9-c9524d289d94.shogun-image {
  box-sizing: border-box;
}




}
#s-730194cf-33d8-4cc8-8533-c0ffaf271993 {
  min-height: 50px;
}








#s-730194cf-33d8-4cc8-8533-c0ffaf271993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-730194cf-33d8-4cc8-8533-c0ffaf271993 {
  cursor: pointer;
}#s-730194cf-33d8-4cc8-8533-c0ffaf271993.shg-box.shg-c {
  justify-content: center;
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  text-align: center;
}



.shg-image-margin-container-s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  
  
  
  
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  margin: 0 !important;
}





  img.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
    
    
  }


.s-26d614e3-c8e7-4930-b103-f9e7b4961446 .shogun-image-content {
  
    align-items: center;
  
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  
  
  
  
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  margin: 0 !important;
}





  img.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
    
    
  }


.s-26d614e3-c8e7-4930-b103-f9e7b4961446 .shogun-image-content {
  
    align-items: center;
  
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  
  
  
  
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  margin: 0 !important;
}





  img.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
    
    
  }


.s-26d614e3-c8e7-4930-b103-f9e7b4961446 .shogun-image-content {
  
    align-items: center;
  
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  
  
  
  
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  margin: 0 !important;
}





  img.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
    
    
  }


.s-26d614e3-c8e7-4930-b103-f9e7b4961446 .shogun-image-content {
  
    align-items: center;
  
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  
  
  
  
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446 {
  margin: 0 !important;
}





  img.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
    
    
  }


.s-26d614e3-c8e7-4930-b103-f9e7b4961446 .shogun-image-content {
  
    align-items: center;
  
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shg-align-container {
  display: flex;
  justify-content: center
}

.s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-26d614e3-c8e7-4930-b103-f9e7b4961446.shogun-image {
  box-sizing: border-box;
}




}
#s-0d059226-2175-4806-b551-8ee85baf9cbb {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0d059226-2175-4806-b551-8ee85baf9cbb:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0d059226-2175-4806-b551-8ee85baf9cbb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0d059226-2175-4806-b551-8ee85baf9cbb-root {
    text-align: center;
  }


#s-0d059226-2175-4806-b551-8ee85baf9cbb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0d059226-2175-4806-b551-8ee85baf9cbb-root {
    text-align: center;
  }


#s-0d059226-2175-4806-b551-8ee85baf9cbb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0d059226-2175-4806-b551-8ee85baf9cbb-root {
    text-align: center;
  }


#s-0d059226-2175-4806-b551-8ee85baf9cbb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0d059226-2175-4806-b551-8ee85baf9cbb-root {
    text-align: center;
  }


#s-0d059226-2175-4806-b551-8ee85baf9cbb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0d059226-2175-4806-b551-8ee85baf9cbb-root {
    text-align: center;
  }


#s-0d059226-2175-4806-b551-8ee85baf9cbb.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-00ba806a-d1e0-4733-a2f2-51eca939babb {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-00ba806a-d1e0-4733-a2f2-51eca939babb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-00ba806a-d1e0-4733-a2f2-51eca939babb {
  cursor: pointer;
}#s-00ba806a-d1e0-4733-a2f2-51eca939babb.shg-box.shg-c {
  justify-content: center;
}

#s-c472c0ed-3152-429f-9513-841ba486b883 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}

#s-c472c0ed-3152-429f-9513-841ba486b883 {
  background-image: url(https://i.shgcdn.com/9fcec142-56ec-4ec6-8767-1f5c26c8bdfb/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c472c0ed-3152-429f-9513-841ba486b883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c472c0ed-3152-429f-9513-841ba486b883.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2ee62ee2-e79c-4148-8311-65d10ea95a93 {
  margin-top: 40px;
padding-top: 0px;
padding-bottom: 5px;
}
@media (min-width: 1200px){#s-2ee62ee2-e79c-4148-8311-65d10ea95a93 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2ee62ee2-e79c-4148-8311-65d10ea95a93 {
  
}
}@media (max-width: 767px){#s-2ee62ee2-e79c-4148-8311-65d10ea95a93 {
  
}
}
#s-90e7dbbf-c62a-4fe3-9cf5-da6261774fa5 {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-90e7dbbf-c62a-4fe3-9cf5-da6261774fa5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-90e7dbbf-c62a-4fe3-9cf5-da6261774fa5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-90e7dbbf-c62a-4fe3-9cf5-da6261774fa5 {
  
}
}@media (max-width: 767px){#s-90e7dbbf-c62a-4fe3-9cf5-da6261774fa5 {
  
}
}
#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 54, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70:hover {background-color: rgba(130, 15, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70-root {
    text-align: center;
  }


#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70-root {
    text-align: center;
  }


#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70-root {
    text-align: center;
  }


#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70-root {
    text-align: center;
  }


#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70-root {
    text-align: center;
  }


#s-e0a90da5-b72a-47e1-9c3a-fd8cc0537d70.shg-btn {
  color: #ffffff;
  font-size: 21px;
  
  
  
  display:  inline-block ;
}
}
#s-b648e833-4e9e-45c9-aeba-07782b3419cf {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b648e833-4e9e-45c9-aeba-07782b3419cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b648e833-4e9e-45c9-aeba-07782b3419cf.shg-box.shg-c {
  justify-content: center;
}

#s-a97516db-427f-4c87-b1d3-9f65fc6d91dd {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-a97516db-427f-4c87-b1d3-9f65fc6d91dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-a97516db-427f-4c87-b1d3-9f65fc6d91dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-a97516db-427f-4c87-b1d3-9f65fc6d91dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-a97516db-427f-4c87-b1d3-9f65fc6d91dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f4f64734-5d4f-4cb3-9cf4-36f394461a8f {
  min-height: 50px;
}








#s-f4f64734-5d4f-4cb3-9cf4-36f394461a8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4f64734-5d4f-4cb3-9cf4-36f394461a8f {
  cursor: pointer;
}#s-f4f64734-5d4f-4cb3-9cf4-36f394461a8f.shg-box.shg-c {
  justify-content: center;
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  
  
  
  
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
    
    
  }


.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
      position: relative;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  
  
  
  
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
    
    
  }


.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
      position: relative;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 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-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  
  
  
  
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
    
    
  }


.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
      position: relative;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 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-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  
  
  
  
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
    
    
  }


.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
      position: relative;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  
  
  
  
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
    
    
  }


.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container {
      position: relative;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe76b4d0-27e2-4264-9f80-dd91e9ba75d7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ad3aff1e-c0b6-4293-87f9-8b92517bf364 {
  margin-top: 10px;
}

#s-14ad32fa-3be6-450f-afba-8f90e6b6cd0a {
  min-height: 50px;
max-width: 600px;
}








#s-14ad32fa-3be6-450f-afba-8f90e6b6cd0a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-14ad32fa-3be6-450f-afba-8f90e6b6cd0a {
  cursor: pointer;
}#s-14ad32fa-3be6-450f-afba-8f90e6b6cd0a.shg-box.shg-c {
  justify-content: center;
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  
  
  
  
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
    
    
  }


.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
      position: relative;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  
  
  
  
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
    
    
  }


.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
      position: relative;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 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-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  
  
  
  
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
    
    
  }


.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
      position: relative;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 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-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  
  
  
  
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
    
    
  }


.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
      position: relative;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  
  
  
  
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
    
    
  }


.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container {
      position: relative;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d632912e-ff51-4889-8e7a-ec0d12be4aa0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-2be93fbd-7911-4fb9-b7ba-38bfe503e1ed {
  margin-top: 10px;
}

#s-763a0d60-cdef-4e80-81b1-1d0e731452f9 {
  min-height: 50px;
}








#s-763a0d60-cdef-4e80-81b1-1d0e731452f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-763a0d60-cdef-4e80-81b1-1d0e731452f9 {
  cursor: pointer;
}#s-763a0d60-cdef-4e80-81b1-1d0e731452f9.shg-box.shg-c {
  justify-content: center;
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  
  
  
  
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
    
    
  }


.s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d79119a-0d82-46f1-9560-d2df4660d048 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
      position: relative;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  
  
  
  
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
    
    
  }


.s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d79119a-0d82-46f1-9560-d2df4660d048 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
      position: relative;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048 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-7d79119a-0d82-46f1-9560-d2df4660d048 {
  
  
  
  
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
    
    
  }


.s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d79119a-0d82-46f1-9560-d2df4660d048 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
      position: relative;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048 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-7d79119a-0d82-46f1-9560-d2df4660d048 {
  
  
  
  
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
    
    
  }


.s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d79119a-0d82-46f1-9560-d2df4660d048 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
      position: relative;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  
  
  
  
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7d79119a-0d82-46f1-9560-d2df4660d048 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
    
    
  }


.s-7d79119a-0d82-46f1-9560-d2df4660d048 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7d79119a-0d82-46f1-9560-d2df4660d048 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container {
      position: relative;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7d79119a-0d82-46f1-9560-d2df4660d048 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f2a6782e-b062-4212-9f3e-d1078264e501 {
  margin-top: 10px;
}

#s-63d759ab-73a1-42e1-9936-85d93b8e6fe2 {
  min-height: 50px;
}








#s-63d759ab-73a1-42e1-9936-85d93b8e6fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-63d759ab-73a1-42e1-9936-85d93b8e6fe2 {
  cursor: pointer;
}#s-63d759ab-73a1-42e1-9936-85d93b8e6fe2.shg-box.shg-c {
  justify-content: center;
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  
  
  
  
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
    
    
  }


.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
      position: relative;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  
  
  
  
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
    
    
  }


.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
      position: relative;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 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-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  
  
  
  
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
    
    
  }


.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
      position: relative;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 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-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  
  
  
  
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
    
    
  }


.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
      position: relative;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  
  
  
  
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
    
    
  }


.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container {
      position: relative;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cc3850dc-afc4-47fa-b9fd-46272c8148b1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a2c43b6c-8653-4513-bca4-65b3ba925336 {
  margin-top: 10px;
}

#s-9fd6d113-00da-4c91-a2d8-6b098beebf8d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-9fd6d113-00da-4c91-a2d8-6b098beebf8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9fd6d113-00da-4c91-a2d8-6b098beebf8d {
  cursor: pointer;
}#s-9fd6d113-00da-4c91-a2d8-6b098beebf8d.shg-box.shg-c {
  justify-content: center;
}

#s-4da33d2d-ee21-49bc-800f-9c283f6f7d52 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4da33d2d-ee21-49bc-800f-9c283f6f7d52 {
  
}
}@media (max-width: 767px){#s-4da33d2d-ee21-49bc-800f-9c283f6f7d52 {
  display: none;
}
#s-4da33d2d-ee21-49bc-800f-9c283f6f7d52, #wrap-s-4da33d2d-ee21-49bc-800f-9c283f6f7d52 { display: none !important; }}
#s-4da33d2d-ee21-49bc-800f-9c283f6f7d52 {
  background-image: url(https://i.shgcdn.com/6bcdfcc1-0729-4557-8c31-c3f812c0055c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-4da33d2d-ee21-49bc-800f-9c283f6f7d52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4da33d2d-ee21-49bc-800f-9c283f6f7d52.shg-box.shg-c {
  justify-content: center;
}

#s-67b21da4-27e9-4341-9739-f696e9a98643 {
  margin-top: 24px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-76615434-9907-42f8-8157-eb31bd966451 {
  margin-top: 27px;
margin-bottom: 12px;
}
@media (max-width: 767px){#s-76615434-9907-42f8-8157-eb31bd966451 {
  display: none;
}
#s-76615434-9907-42f8-8157-eb31bd966451, #wrap-s-76615434-9907-42f8-8157-eb31bd966451 { display: none !important; }}
#s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38 {
  margin-top: 16px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38 {
  display: none;
}
#s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38, #wrap-s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38 {
  display: none;
}
#s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38, #wrap-s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38 {
  display: none;
}
#s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38, #wrap-s-c0b0eb13-09ae-4a4f-ac57-de80708fbb38 { display: none !important; }}
#s-44ad8171-fa38-411a-9f86-d23e5bf2696f {
  margin-top: 0px;
margin-left: 28%;
margin-bottom: 5px;
margin-right: 28%;
}
@media (min-width: 768px) and (max-width: 991px){#s-44ad8171-fa38-411a-9f86-d23e5bf2696f {
  margin-left: 21%;
margin-right: 21%;
}
}
#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 {
  display: none;
}
#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058, #wrap-s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 {
  display: none;
}
#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058, #wrap-s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 {
  display: none;
}
#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058, #wrap-s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 { display: none !important; }}
#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 {
  background-image: url(https://i.shgcdn.com/6bcdfcc1-0729-4557-8c31-c3f812c0055c/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a0d646a3-02fb-4f9e-979e-ce07ad7ee058.shg-box.shg-c {
  justify-content: center;
}

#s-f9f617e5-7151-4890-a4ae-28b9d928fb48 {
  margin-top: 24px;
margin-bottom: -9px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8e4ecaf7-7232-4142-ac04-cb74b1c0d1a9 {
  margin-top: 27px;
margin-bottom: 12px;
}
@media (max-width: 767px){#s-8e4ecaf7-7232-4142-ac04-cb74b1c0d1a9 {
  display: none;
}
#s-8e4ecaf7-7232-4142-ac04-cb74b1c0d1a9, #wrap-s-8e4ecaf7-7232-4142-ac04-cb74b1c0d1a9 { display: none !important; }}
#s-4b40c84b-ddd0-4160-b318-270688e20649 {
  margin-top: 12px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-4b40c84b-ddd0-4160-b318-270688e20649 {
  display: none;
}
#s-4b40c84b-ddd0-4160-b318-270688e20649, #wrap-s-4b40c84b-ddd0-4160-b318-270688e20649 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b40c84b-ddd0-4160-b318-270688e20649 {
  display: none;
}
#s-4b40c84b-ddd0-4160-b318-270688e20649, #wrap-s-4b40c84b-ddd0-4160-b318-270688e20649 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b40c84b-ddd0-4160-b318-270688e20649 {
  display: none;
}
#s-4b40c84b-ddd0-4160-b318-270688e20649, #wrap-s-4b40c84b-ddd0-4160-b318-270688e20649 { display: none !important; }}
#s-3fb8beeb-c18e-41be-a07d-dec2ac75f83b {
  margin-top: 0px;
margin-left: 14%;
margin-bottom: 5px;
margin-right: 14%;
}
@media (max-width: 767px){#s-3fb8beeb-c18e-41be-a07d-dec2ac75f83b {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-16bf695e-38fb-4791-b21a-4cb23e60ecd7 {
  margin-top: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-16bf695e-38fb-4791-b21a-4cb23e60ecd7 {
  display: none;
}
#s-16bf695e-38fb-4791-b21a-4cb23e60ecd7, #wrap-s-16bf695e-38fb-4791-b21a-4cb23e60ecd7 { display: none !important; }}







#s-16bf695e-38fb-4791-b21a-4cb23e60ecd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-16bf695e-38fb-4791-b21a-4cb23e60ecd7.shg-box.shg-c {
  justify-content: center;
}

#s-e2f8cab1-be59-4f5a-a0b7-674ebc6f14e3 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-e2f8cab1-be59-4f5a-a0b7-674ebc6f14e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2f8cab1-be59-4f5a-a0b7-674ebc6f14e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e2f8cab1-be59-4f5a-a0b7-674ebc6f14e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2f8cab1-be59-4f5a-a0b7-674ebc6f14e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-6a10869c-2028-4a06-9ac8-d81a32584860 {
  min-height: 50px;
}








#s-6a10869c-2028-4a06-9ac8-d81a32584860 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6a10869c-2028-4a06-9ac8-d81a32584860 {
  cursor: pointer;
}#s-6a10869c-2028-4a06-9ac8-d81a32584860.shg-box.shg-c {
  justify-content: center;
}

#s-264e2129-9e92-47fe-8f55-a861e84ee41f {
  margin-left: 7%;
margin-right: 7%;
}

#s-5856dbc6-81f1-4228-9d5a-579cfe270da1 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 160, 157, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5856dbc6-81f1-4228-9d5a-579cfe270da1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5856dbc6-81f1-4228-9d5a-579cfe270da1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5856dbc6-81f1-4228-9d5a-579cfe270da1-root {
    text-align: center;
  }


#s-5856dbc6-81f1-4228-9d5a-579cfe270da1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5856dbc6-81f1-4228-9d5a-579cfe270da1-root {
    text-align: center;
  }


#s-5856dbc6-81f1-4228-9d5a-579cfe270da1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5856dbc6-81f1-4228-9d5a-579cfe270da1-root {
    text-align: center;
  }


#s-5856dbc6-81f1-4228-9d5a-579cfe270da1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5856dbc6-81f1-4228-9d5a-579cfe270da1-root {
    text-align: center;
  }


#s-5856dbc6-81f1-4228-9d5a-579cfe270da1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5856dbc6-81f1-4228-9d5a-579cfe270da1-root {
    text-align: center;
  }


#s-5856dbc6-81f1-4228-9d5a-579cfe270da1.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  max-width: 550px;
aspect-ratio: 550/586;
text-align: center;
}



.shg-image-margin-container-s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  
  
  
  
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
    
    
  }


.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-content {
  
    align-items: center;
  
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
      position: relative;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  
  
  
  
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
    
    
  }


.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-content {
  
    align-items: center;
  
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
      position: relative;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 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-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  
  
  
  
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
    
    
  }


.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-content {
  
    align-items: center;
  
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
      position: relative;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 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-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  
  
  
  
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
    
    
  }


.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-content {
  
    align-items: center;
  
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
      position: relative;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  
  
  
  
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
    
    
  }


.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 .shogun-image-content {
  
    align-items: center;
  
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shg-align-container {
  display: flex;
  justify-content: center
}

.s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container {
      position: relative;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-da5784ed-5cd7-475d-9d4e-eaf501eb9941 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb220b3b-2452-4df8-8e39-65fb74b32045 {
  min-height: 50px;
}
@media (max-width: 767px){#s-fb220b3b-2452-4df8-8e39-65fb74b32045 {
  display: none;
}
#s-fb220b3b-2452-4df8-8e39-65fb74b32045, #wrap-s-fb220b3b-2452-4df8-8e39-65fb74b32045 { display: none !important; }}







#s-fb220b3b-2452-4df8-8e39-65fb74b32045 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb220b3b-2452-4df8-8e39-65fb74b32045 {
  cursor: pointer;
}#s-fb220b3b-2452-4df8-8e39-65fb74b32045.shg-box.shg-c {
  justify-content: center;
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  max-width: 550px;
aspect-ratio: 550/637;
text-align: center;
}



.shg-image-margin-container-s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  
  
  
  
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
    
    
  }


.s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
      position: relative;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  
  
  
  
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
    
    
  }


.s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
      position: relative;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 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-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  
  
  
  
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
    
    
  }


.s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
      position: relative;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 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-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  
  
  
  
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
    
    
  }


.s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
      position: relative;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  
  
  
  
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
    
    
  }


.s-cba64598-2e50-486a-9b9d-37742c93d3b3 .shogun-image-content {
  
    align-items: center;
  
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container {
      position: relative;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cba64598-2e50-486a-9b9d-37742c93d3b3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-41a3c185-dd0f-4a74-9f39-430d8b765acc {
  margin-top: 7px;
margin-left: 0%;
margin-right: 0%;
}

#s-cf1c5ffc-8c11-4861-a767-167eded002fc {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(211, 57, 67, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-cf1c5ffc-8c11-4861-a767-167eded002fc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cf1c5ffc-8c11-4861-a767-167eded002fc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cf1c5ffc-8c11-4861-a767-167eded002fc-root {
    text-align: center;
  }


#s-cf1c5ffc-8c11-4861-a767-167eded002fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf1c5ffc-8c11-4861-a767-167eded002fc-root {
    text-align: center;
  }


#s-cf1c5ffc-8c11-4861-a767-167eded002fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf1c5ffc-8c11-4861-a767-167eded002fc-root {
    text-align: center;
  }


#s-cf1c5ffc-8c11-4861-a767-167eded002fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf1c5ffc-8c11-4861-a767-167eded002fc-root {
    text-align: center;
  }


#s-cf1c5ffc-8c11-4861-a767-167eded002fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf1c5ffc-8c11-4861-a767-167eded002fc-root {
    text-align: center;
  }


#s-cf1c5ffc-8c11-4861-a767-167eded002fc.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-5286874d-4f92-490e-afc7-7a3d98d924ec {
  min-height: 50px;
}
@media (max-width: 767px){#s-5286874d-4f92-490e-afc7-7a3d98d924ec {
  display: none;
}
#s-5286874d-4f92-490e-afc7-7a3d98d924ec, #wrap-s-5286874d-4f92-490e-afc7-7a3d98d924ec { display: none !important; }}







#s-5286874d-4f92-490e-afc7-7a3d98d924ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5286874d-4f92-490e-afc7-7a3d98d924ec {
  cursor: pointer;
}#s-5286874d-4f92-490e-afc7-7a3d98d924ec.shg-box.shg-c {
  justify-content: center;
}

#s-3c52584f-deed-4b7e-aef7-73697abb6134 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(105, 193, 181, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6-root {
    text-align: center;
  }


#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6-root {
    text-align: center;
  }


#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6-root {
    text-align: center;
  }


#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6-root {
    text-align: center;
  }


#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6-root {
    text-align: center;
  }


#s-3e36376e-f9be-4e4e-9f3d-a0a349eec0a6.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  max-width: 550px;
aspect-ratio: 550/586;
text-align: center;
}



.shg-image-margin-container-s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  
  
  
  
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
    
    
  }


.s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
      position: relative;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  
  
  
  
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
    
    
  }


.s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
      position: relative;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 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-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  
  
  
  
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
    
    
  }


.s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
      position: relative;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 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-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  
  
  
  
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
    
    
  }


.s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
      position: relative;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  
  
  
  
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
    
    
  }


.s-6ebbcbec-8365-4829-bc24-2040c7d97976 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container {
      position: relative;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6ebbcbec-8365-4829-bc24-2040c7d97976 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-33804283-8a12-4457-b8bb-887ccf9590b1 {
  margin-top: 4px;
min-height: 50px;
}
@media (min-width: 1200px){#s-33804283-8a12-4457-b8bb-887ccf9590b1 {
  display: none;
}
#s-33804283-8a12-4457-b8bb-887ccf9590b1, #wrap-s-33804283-8a12-4457-b8bb-887ccf9590b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33804283-8a12-4457-b8bb-887ccf9590b1 {
  display: none;
}
#s-33804283-8a12-4457-b8bb-887ccf9590b1, #wrap-s-33804283-8a12-4457-b8bb-887ccf9590b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33804283-8a12-4457-b8bb-887ccf9590b1 {
  display: none;
}
#s-33804283-8a12-4457-b8bb-887ccf9590b1, #wrap-s-33804283-8a12-4457-b8bb-887ccf9590b1 { display: none !important; }}







#s-33804283-8a12-4457-b8bb-887ccf9590b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-33804283-8a12-4457-b8bb-887ccf9590b1.shg-box.shg-c {
  justify-content: center;
}

#s-bd8eb439-d3af-4051-a35f-c918c9337d71 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-bd8eb439-d3af-4051-a35f-c918c9337d71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd8eb439-d3af-4051-a35f-c918c9337d71"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd8eb439-d3af-4051-a35f-c918c9337d71"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd8eb439-d3af-4051-a35f-c918c9337d71"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a9a2846a-0061-43db-b134-7e65edf86351 {
  min-height: 50px;
}








#s-a9a2846a-0061-43db-b134-7e65edf86351 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9a2846a-0061-43db-b134-7e65edf86351 {
  cursor: pointer;
}#s-a9a2846a-0061-43db-b134-7e65edf86351.shg-box.shg-c {
  justify-content: center;
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  max-width: 550px;
aspect-ratio: 550/586;
text-align: center;
}



.shg-image-margin-container-s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  
  
  
  
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
    
    
  }


.s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
      position: relative;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  
  
  
  
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
    
    
  }


.s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
      position: relative;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 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-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  
  
  
  
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
    
    
  }


.s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
      position: relative;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 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-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  
  
  
  
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
    
    
  }


.s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
      position: relative;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  
  
  
  
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
    
    
  }


.s-5662cbdb-925b-413f-b55d-b5d949dd6e63 .shogun-image-content {
  
    align-items: center;
  
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container {
      position: relative;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5662cbdb-925b-413f-b55d-b5d949dd6e63 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-f070646c-2e42-4c39-adcc-ec8267a902a0 {
  margin-left: 7%;
margin-right: 7%;
}

#s-a1a94980-6266-4b9d-a839-7a4a6309509b {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(1, 160, 157, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-a1a94980-6266-4b9d-a839-7a4a6309509b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a1a94980-6266-4b9d-a839-7a4a6309509b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a1a94980-6266-4b9d-a839-7a4a6309509b-root {
    text-align: center;
  }


#s-a1a94980-6266-4b9d-a839-7a4a6309509b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a1a94980-6266-4b9d-a839-7a4a6309509b-root {
    text-align: center;
  }


#s-a1a94980-6266-4b9d-a839-7a4a6309509b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a1a94980-6266-4b9d-a839-7a4a6309509b-root {
    text-align: center;
  }


#s-a1a94980-6266-4b9d-a839-7a4a6309509b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a1a94980-6266-4b9d-a839-7a4a6309509b-root {
    text-align: center;
  }


#s-a1a94980-6266-4b9d-a839-7a4a6309509b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a1a94980-6266-4b9d-a839-7a4a6309509b-root {
    text-align: center;
  }


#s-a1a94980-6266-4b9d-a839-7a4a6309509b.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-446ddf92-ed0e-48a0-a054-ed2ee7465c24 {
  min-height: 50px;
}
@media (max-width: 767px){#s-446ddf92-ed0e-48a0-a054-ed2ee7465c24 {
  display: none;
}
#s-446ddf92-ed0e-48a0-a054-ed2ee7465c24, #wrap-s-446ddf92-ed0e-48a0-a054-ed2ee7465c24 { display: none !important; }}







#s-446ddf92-ed0e-48a0-a054-ed2ee7465c24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-446ddf92-ed0e-48a0-a054-ed2ee7465c24 {
  cursor: pointer;
}#s-446ddf92-ed0e-48a0-a054-ed2ee7465c24.shg-box.shg-c {
  justify-content: center;
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  max-width: 550px;
aspect-ratio: 550/637;
text-align: center;
}



.shg-image-margin-container-s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  
  
  
  
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
    
    
  }


.s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-content {
  
    align-items: center;
  
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
      position: relative;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  
  
  
  
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
    
    
  }


.s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-content {
  
    align-items: center;
  
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
      position: relative;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c 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-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  
  
  
  
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
    
    
  }


.s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-content {
  
    align-items: center;
  
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
      position: relative;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c 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-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  
  
  
  
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
    
    
  }


.s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-content {
  
    align-items: center;
  
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
      position: relative;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  
  
  
  
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      aspect-ratio: 550/637;
      width: 100%;
      height: 100%;
    }

    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-link {
      aspect-ratio: 550/637;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
    
    
  }


.s-37293c44-7eab-4100-b7f6-52ff8ec5354c .shogun-image-content {
  
    align-items: center;
  
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c {
      --shg-aspect-ratio: calc(550/637); 
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container {
      position: relative;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-37293c44-7eab-4100-b7f6-52ff8ec5354c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c52dedac-654d-45ee-9454-6f9ab0e7a3ec {
  margin-top: 7px;
margin-left: 0%;
margin-right: 0%;
}

#s-8dacc777-7f1e-4455-8637-fb3a5ef128be {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(211, 57, 67, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-8dacc777-7f1e-4455-8637-fb3a5ef128be:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8dacc777-7f1e-4455-8637-fb3a5ef128be:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dacc777-7f1e-4455-8637-fb3a5ef128be-root {
    text-align: center;
  }


#s-8dacc777-7f1e-4455-8637-fb3a5ef128be.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8dacc777-7f1e-4455-8637-fb3a5ef128be-root {
    text-align: center;
  }


#s-8dacc777-7f1e-4455-8637-fb3a5ef128be.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dacc777-7f1e-4455-8637-fb3a5ef128be-root {
    text-align: center;
  }


#s-8dacc777-7f1e-4455-8637-fb3a5ef128be.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dacc777-7f1e-4455-8637-fb3a5ef128be-root {
    text-align: center;
  }


#s-8dacc777-7f1e-4455-8637-fb3a5ef128be.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8dacc777-7f1e-4455-8637-fb3a5ef128be-root {
    text-align: center;
  }


#s-8dacc777-7f1e-4455-8637-fb3a5ef128be.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-366d4179-c48f-4c0d-a5c3-8f8f71e09208 {
  min-height: 50px;
}








#s-366d4179-c48f-4c0d-a5c3-8f8f71e09208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-366d4179-c48f-4c0d-a5c3-8f8f71e09208 {
  cursor: pointer;
}#s-366d4179-c48f-4c0d-a5c3-8f8f71e09208.shg-box.shg-c {
  justify-content: center;
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  max-width: 550px;
aspect-ratio: 550/586;
text-align: center;
}
@media (max-width: 767px){#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  margin-top: 10px;
margin-bottom: 10px;
}
}


.shg-image-margin-container-s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  
  
  
  
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
    
    
  }


.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
      position: relative;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  
  
  
  
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
    
    
  }


.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
      position: relative;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 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-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  
  
  
  
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
    
    
  }


.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
      position: relative;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 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-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  
  
  
  
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
    
    
  }


.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
      position: relative;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  
  
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      aspect-ratio: 550/586;
      width: 100%;
      height: 100%;
    }

    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-link {
      aspect-ratio: 550/586;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
    
    
  }


.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 .shogun-image-content {
  
    align-items: center;
  
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 {
      --shg-aspect-ratio: calc(550/586); 
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container {
      position: relative;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3b4d2a5c-4ebf-426c-8ecc-8238f56c3d64 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-75545320-a38f-431f-a624-8fc4fdd99f43 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-e2e043a1-589f-4963-b3cb-3ce6566c58df {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(105, 193, 181, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-e2e043a1-589f-4963-b3cb-3ce6566c58df:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e2e043a1-589f-4963-b3cb-3ce6566c58df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e2e043a1-589f-4963-b3cb-3ce6566c58df-root {
    text-align: center;
  }


#s-e2e043a1-589f-4963-b3cb-3ce6566c58df.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e2e043a1-589f-4963-b3cb-3ce6566c58df-root {
    text-align: center;
  }


#s-e2e043a1-589f-4963-b3cb-3ce6566c58df.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e2e043a1-589f-4963-b3cb-3ce6566c58df-root {
    text-align: center;
  }


#s-e2e043a1-589f-4963-b3cb-3ce6566c58df.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e2e043a1-589f-4963-b3cb-3ce6566c58df-root {
    text-align: center;
  }


#s-e2e043a1-589f-4963-b3cb-3ce6566c58df.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e2e043a1-589f-4963-b3cb-3ce6566c58df-root {
    text-align: center;
  }


#s-e2e043a1-589f-4963-b3cb-3ce6566c58df.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-f67c96f0-ba0c-42fc-89e5-e2d0d6af6f8d {
  background-size: cover;
margin-top: 20px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-position: center center;
background-color: rgba(239, 241, 241, 0);
}








#s-f67c96f0-ba0c-42fc-89e5-e2d0d6af6f8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f67c96f0-ba0c-42fc-89e5-e2d0d6af6f8d {
  cursor: pointer;
}#s-f67c96f0-ba0c-42fc-89e5-e2d0d6af6f8d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-a72e9206-63e5-468c-9c8f-7333021f7979"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a72e9206-63e5-468c-9c8f-7333021f7979"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a72e9206-63e5-468c-9c8f-7333021f7979"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a72e9206-63e5-468c-9c8f-7333021f7979"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a72e9206-63e5-468c-9c8f-7333021f7979"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a72e9206-63e5-468c-9c8f-7333021f7979"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a72e9206-63e5-468c-9c8f-7333021f7979"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  
  
  
  
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
    
    
  }


.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-content {
  
    align-items: center;
  
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
      position: relative;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  
  
  
  
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
    
    
  }


.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-content {
  
    align-items: center;
  
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
      position: relative;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d 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-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  
  
  
  
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
    
    
  }


.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-content {
  
    align-items: center;
  
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
      position: relative;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d 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-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  
  
  
  
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
    
    
  }


.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-content {
  
    align-items: center;
  
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
      position: relative;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  
  
  
  
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
    
    
  }


.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d .shogun-image-content {
  
    align-items: center;
  
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container {
      position: relative;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-696bfd2a-9a4e-4023-8e55-b5c9e97af53d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  display: none;
}
#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86, #wrap-s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 { display: none !important; }}


.shg-image-margin-container-s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  
  
  
  
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
    
    
  }


.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
      position: relative;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  
  
  
  
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
    
    
  }


.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
      position: relative;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 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-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  
  
  
  
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
    
    
  }


.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
      position: relative;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 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-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  
  
  
  
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
    
    
  }


.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
      position: relative;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  
  
  
  
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
    
    
  }


.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 .shogun-image-content {
  
    align-items: center;
  
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shg-align-container {
  display: flex;
  justify-content: center
}

.s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container {
      position: relative;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-22d50cdc-160b-41a3-9d09-0a2a0a3a1e86 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  margin-top: 6px;
max-width: 125px;
aspect-ratio: 125/110;
text-align: center;
}



.shg-image-margin-container-s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  
  
  margin-top: 6px;
  
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      aspect-ratio: 125/110;
      width: 100%;
      height: 100%;
    }

    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-link {
      aspect-ratio: 125/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
    
    
  }


.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-content {
  
    align-items: center;
  
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
      --shg-aspect-ratio: calc(125/110); 
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
      position: relative;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  
  
  
  
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      aspect-ratio: 125/110;
      width: 100%;
      height: 100%;
    }

    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-link {
      aspect-ratio: 125/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
    
    
  }


.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-content {
  
    align-items: center;
  
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
      --shg-aspect-ratio: calc(125/110); 
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
      position: relative;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc 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-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  
  
  
  
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      aspect-ratio: 125/110;
      width: 100%;
      height: 100%;
    }

    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-link {
      aspect-ratio: 125/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
    
    
  }


.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-content {
  
    align-items: center;
  
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
      --shg-aspect-ratio: calc(125/110); 
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
      position: relative;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc 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-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  
  
  
  
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      aspect-ratio: 125/110;
      width: 100%;
      height: 100%;
    }

    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-link {
      aspect-ratio: 125/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
    
    
  }


.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-content {
  
    align-items: center;
  
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
      --shg-aspect-ratio: calc(125/110); 
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
      position: relative;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  
  
  
  
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      aspect-ratio: 125/110;
      width: 100%;
      height: 100%;
    }

    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-link {
      aspect-ratio: 125/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
    
    
  }


.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc .shogun-image-content {
  
    align-items: center;
  
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc {
      --shg-aspect-ratio: calc(125/110); 
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container {
      position: relative;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ce3b441-61a7-46cc-84b0-8a7dbd4858cc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d0b26406-5909-4a8e-8ff0-fd94203d138d {
  margin-top: 2px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
}

#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353 {
  margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(130, 15, 129, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353-root {
    text-align: center;
  }


#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353-root {
    text-align: center;
  }


#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353-root {
    text-align: center;
  }


#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353-root {
    text-align: center;
  }


#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353-root {
    text-align: center;
  }


#s-b9902e7a-a7a2-4a6c-9b68-a1361fad3353.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  inline-block ;
}
}
#s-509b964b-d0b6-4a27-ad74-2b257f0be432 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-509b964b-d0b6-4a27-ad74-2b257f0be432 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-509b964b-d0b6-4a27-ad74-2b257f0be432 {
  cursor: pointer;
}#s-509b964b-d0b6-4a27-ad74-2b257f0be432.shg-box.shg-c {
  justify-content: center;
}

#s-32659848-566f-4e56-8345-1ea7bc849854 {
  max-width: 2048px;
aspect-ratio: 2048/1063;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-32659848-566f-4e56-8345-1ea7bc849854 {
  display: none;
}
#s-32659848-566f-4e56-8345-1ea7bc849854, #wrap-s-32659848-566f-4e56-8345-1ea7bc849854 { display: none !important; }}@media (max-width: 767px){#s-32659848-566f-4e56-8345-1ea7bc849854 {
  display: none;
}
#s-32659848-566f-4e56-8345-1ea7bc849854, #wrap-s-32659848-566f-4e56-8345-1ea7bc849854 { display: none !important; }}


.shg-image-margin-container-s-32659848-566f-4e56-8345-1ea7bc849854 {
  
  
  
  
}

#s-32659848-566f-4e56-8345-1ea7bc849854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      aspect-ratio: 2048/1063;
      width: 100%;
      height: 100%;
    }

    #s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-link {
      aspect-ratio: 2048/1063;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
    
    
  }


.s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32659848-566f-4e56-8345-1ea7bc849854 {
      --shg-aspect-ratio: calc(2048/1063); 
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
      position: relative;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-32659848-566f-4e56-8345-1ea7bc849854 {
  
  
  
  
}

#s-32659848-566f-4e56-8345-1ea7bc849854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      aspect-ratio: 2048/1063;
      width: 100%;
      height: 100%;
    }

    #s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-link {
      aspect-ratio: 2048/1063;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
    
    
  }


.s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32659848-566f-4e56-8345-1ea7bc849854 {
      --shg-aspect-ratio: calc(2048/1063); 
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
      position: relative;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854 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-32659848-566f-4e56-8345-1ea7bc849854 {
  
  
  
  
}

#s-32659848-566f-4e56-8345-1ea7bc849854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      aspect-ratio: 2048/1063;
      width: 100%;
      height: 100%;
    }

    #s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-link {
      aspect-ratio: 2048/1063;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
    
    
  }


.s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32659848-566f-4e56-8345-1ea7bc849854 {
      --shg-aspect-ratio: calc(2048/1063); 
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
      position: relative;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854 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-32659848-566f-4e56-8345-1ea7bc849854 {
  
  
  
  
}

#s-32659848-566f-4e56-8345-1ea7bc849854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      aspect-ratio: 2048/1063;
      width: 100%;
      height: 100%;
    }

    #s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-link {
      aspect-ratio: 2048/1063;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
    
    
  }


.s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32659848-566f-4e56-8345-1ea7bc849854 {
      --shg-aspect-ratio: calc(2048/1063); 
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
      position: relative;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-32659848-566f-4e56-8345-1ea7bc849854 {
  
  
  
  
}

#s-32659848-566f-4e56-8345-1ea7bc849854 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      aspect-ratio: 2048/1063;
      width: 100%;
      height: 100%;
    }

    #s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-link {
      aspect-ratio: 2048/1063;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-32659848-566f-4e56-8345-1ea7bc849854 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
    
    
  }


.s-32659848-566f-4e56-8345-1ea7bc849854 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-32659848-566f-4e56-8345-1ea7bc849854 {
      --shg-aspect-ratio: calc(2048/1063); 
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container {
      position: relative;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-32659848-566f-4e56-8345-1ea7bc849854 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-eead5257-3eda-4888-a931-25b74e88bf2b {
  margin-top: 20px;
margin-bottom: -14px;
margin-right: 11%;
}

#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f {
  margin-top: 15px;
margin-left: 0%;
margin-bottom: 29px;
margin-right: 12%;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 54, 150, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f-root {
    text-align: right;
  }


#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f-root {
    text-align: right;
  }


#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f-root {
    text-align: right;
  }


#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f-root {
    text-align: right;
  }


#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f-root {
    text-align: right;
  }


#s-8dd73d1e-5fc2-4cb7-800d-6634c6c15a8f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  max-width: 1058px;
aspect-ratio: 1/1;
text-align: center;
}
@media (min-width: 1200px){#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  display: none;
}
#s-501d9a6b-85f7-45fd-9232-f4ed3d872943, #wrap-s-501d9a6b-85f7-45fd-9232-f4ed3d872943 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  display: none;
}
#s-501d9a6b-85f7-45fd-9232-f4ed3d872943, #wrap-s-501d9a6b-85f7-45fd-9232-f4ed3d872943 { display: none !important; }}


.shg-image-margin-container-s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  
  
  
  
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
    
    
  }


.s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-content {
  
    align-items: center;
  
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
      position: relative;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  
  
  
  
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
    
    
  }


.s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-content {
  
    align-items: center;
  
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
      position: relative;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 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-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  
  
  
  
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
    
    
  }


.s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-content {
  
    align-items: center;
  
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
      position: relative;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 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-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  
  
  
  
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
    
    
  }


.s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-content {
  
    align-items: center;
  
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
      position: relative;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  
  
  
  
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
    
    
  }


.s-501d9a6b-85f7-45fd-9232-f4ed3d872943 .shogun-image-content {
  
    align-items: center;
  
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shg-align-container {
  display: flex;
  justify-content: center
}

.s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container {
      position: relative;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-501d9a6b-85f7-45fd-9232-f4ed3d872943 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-78933775-5d31-4e16-9c15-84d6ac0a364e {
  margin-top: 20px;
margin-bottom: -14px;
}
@media (min-width: 1200px){#s-78933775-5d31-4e16-9c15-84d6ac0a364e {
  display: none;
}
#s-78933775-5d31-4e16-9c15-84d6ac0a364e, #wrap-s-78933775-5d31-4e16-9c15-84d6ac0a364e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78933775-5d31-4e16-9c15-84d6ac0a364e {
  display: none;
}
#s-78933775-5d31-4e16-9c15-84d6ac0a364e, #wrap-s-78933775-5d31-4e16-9c15-84d6ac0a364e { display: none !important; }}
#s-b43b73e4-164b-485d-a44a-60673a00a54a {
  margin-top: 15px;
margin-bottom: 10px;
padding-top: 12px;
padding-left: 20px;
padding-bottom: 12px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(152, 54, 150, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b43b73e4-164b-485d-a44a-60673a00a54a:hover {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b43b73e4-164b-485d-a44a-60673a00a54a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b43b73e4-164b-485d-a44a-60673a00a54a {
  display: none;
}
#s-b43b73e4-164b-485d-a44a-60673a00a54a, #wrap-s-b43b73e4-164b-485d-a44a-60673a00a54a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b43b73e4-164b-485d-a44a-60673a00a54a {
  display: none;
}
#s-b43b73e4-164b-485d-a44a-60673a00a54a, #wrap-s-b43b73e4-164b-485d-a44a-60673a00a54a { display: none !important; }}

  #s-b43b73e4-164b-485d-a44a-60673a00a54a-root {
    text-align: center;
  }


#s-b43b73e4-164b-485d-a44a-60673a00a54a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b43b73e4-164b-485d-a44a-60673a00a54a-root {
    text-align: center;
  }


#s-b43b73e4-164b-485d-a44a-60673a00a54a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b43b73e4-164b-485d-a44a-60673a00a54a-root {
    text-align: center;
  }


#s-b43b73e4-164b-485d-a44a-60673a00a54a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b43b73e4-164b-485d-a44a-60673a00a54a-root {
    text-align: center;
  }


#s-b43b73e4-164b-485d-a44a-60673a00a54a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b43b73e4-164b-485d-a44a-60673a00a54a-root {
    text-align: center;
  }


#s-b43b73e4-164b-485d-a44a-60673a00a54a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-6d4fcbfb-091b-4f31-a815-18f4293d8ad3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-6d4fcbfb-091b-4f31-a815-18f4293d8ad3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d4fcbfb-091b-4f31-a815-18f4293d8ad3 {
  cursor: pointer;
}#s-6d4fcbfb-091b-4f31-a815-18f4293d8ad3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-71f33fee-8d72-48bd-8e0b-d0b61c20923c {
  margin-top: 10px;
margin-bottom: 10px;
}
}
@media (min-width: 0px) {
[id="s-71f33fee-8d72-48bd-8e0b-d0b61c20923c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71f33fee-8d72-48bd-8e0b-d0b61c20923c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71f33fee-8d72-48bd-8e0b-d0b61c20923c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-71f33fee-8d72-48bd-8e0b-d0b61c20923c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71f33fee-8d72-48bd-8e0b-d0b61c20923c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-71f33fee-8d72-48bd-8e0b-d0b61c20923c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-71f33fee-8d72-48bd-8e0b-d0b61c20923c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-dce561d7-fa4a-44c6-8049-f61445969495 {
  min-height: 50px;
}








#s-dce561d7-fa4a-44c6-8049-f61445969495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dce561d7-fa4a-44c6-8049-f61445969495.shg-box.shg-c {
  justify-content: flex-end;
}

#s-aec30a3a-26c6-44c0-ae59-5ab081837231 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aec30a3a-26c6-44c0-ae59-5ab081837231 {
  display: none;
}
#s-aec30a3a-26c6-44c0-ae59-5ab081837231, #wrap-s-aec30a3a-26c6-44c0-ae59-5ab081837231 { display: none !important; }}@media (max-width: 767px){#s-aec30a3a-26c6-44c0-ae59-5ab081837231 {
  display: none;
}
#s-aec30a3a-26c6-44c0-ae59-5ab081837231, #wrap-s-aec30a3a-26c6-44c0-ae59-5ab081837231 { display: none !important; }}
@media (min-width: 1200px){#s-38f9d8cf-1205-4b35-af21-d545a45e1652 {
  display: none;
}
#s-38f9d8cf-1205-4b35-af21-d545a45e1652, #wrap-s-38f9d8cf-1205-4b35-af21-d545a45e1652 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38f9d8cf-1205-4b35-af21-d545a45e1652 {
  display: none;
}
#s-38f9d8cf-1205-4b35-af21-d545a45e1652, #wrap-s-38f9d8cf-1205-4b35-af21-d545a45e1652 { display: none !important; }}
#s-7d16a1f1-0ecc-4e4f-9a6e-b0b96690f0ac {
  margin-left: 5%;
margin-right: 5%;
}

#s-b7ead424-6529-406e-91b5-f88044f686a0 {
  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(130, 15, 129, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b7ead424-6529-406e-91b5-f88044f686a0:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b7ead424-6529-406e-91b5-f88044f686a0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b7ead424-6529-406e-91b5-f88044f686a0 {
  margin-top: 5px;
margin-bottom: 15px;
}
}

  #s-b7ead424-6529-406e-91b5-f88044f686a0-root {
    text-align: center;
  }


#s-b7ead424-6529-406e-91b5-f88044f686a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b7ead424-6529-406e-91b5-f88044f686a0-root {
    text-align: center;
  }


#s-b7ead424-6529-406e-91b5-f88044f686a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b7ead424-6529-406e-91b5-f88044f686a0-root {
    text-align: center;
  }


#s-b7ead424-6529-406e-91b5-f88044f686a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b7ead424-6529-406e-91b5-f88044f686a0-root {
    text-align: center;
  }


#s-b7ead424-6529-406e-91b5-f88044f686a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b7ead424-6529-406e-91b5-f88044f686a0-root {
    text-align: center;
  }


#s-b7ead424-6529-406e-91b5-f88044f686a0.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 550px;
aspect-ratio: 550/498;
text-align: center;
}
@media (max-width: 767px){#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  display: none;
}
#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58, #wrap-s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 { display: none !important; }}


.shg-image-margin-container-s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
    
    
  }


.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
      position: relative;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  
  
  
  
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
    
    
  }


.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
      position: relative;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 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-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  
  
  
  
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
    
    
  }


.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
      position: relative;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 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-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  
  
  
  
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
    
    
  }


.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
      position: relative;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  
  
  
  
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      aspect-ratio: 550/498;
      width: 100%;
      height: 100%;
    }

    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-link {
      aspect-ratio: 550/498;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
    
    
  }


.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 {
      --shg-aspect-ratio: calc(550/498); 
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container {
      position: relative;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0f1c1cd2-152f-46f3-98aa-10c4d9893e58 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}







#s-ffd1392f-f53c-4436-a590-adcb1d5070ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ffd1392f-f53c-4436-a590-adcb1d5070ba.shg-box.shg-c {
  justify-content: center;
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin-top: 10px;
margin-left: 3%;
margin-bottom: 10px;
margin-right: 0%;
max-width: 600px;
aspect-ratio: 600/686;
text-align: right;
}
@media (max-width: 767px){#s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin-left: 0%;
}
}


.shg-image-margin-container-s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin-left: 3%;
  margin-right: 0%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      aspect-ratio: 600/686;
      width: 100%;
      height: 100%;
    }

    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-link {
      aspect-ratio: 600/686;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
    
    
  }


.s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
      --shg-aspect-ratio: calc(600/686); 
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
      position: relative;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  
  
  
  
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      aspect-ratio: 600/686;
      width: 100%;
      height: 100%;
    }

    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-link {
      aspect-ratio: 600/686;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
    
    
  }


.s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
      --shg-aspect-ratio: calc(600/686); 
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
      position: relative;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 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-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  
  
  
  
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      aspect-ratio: 600/686;
      width: 100%;
      height: 100%;
    }

    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-link {
      aspect-ratio: 600/686;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
    
    
  }


.s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
      --shg-aspect-ratio: calc(600/686); 
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
      position: relative;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 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-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  
  
  
  
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      aspect-ratio: 600/686;
      width: 100%;
      height: 100%;
    }

    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-link {
      aspect-ratio: 600/686;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
    
    
  }


.s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
      --shg-aspect-ratio: calc(600/686); 
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
      position: relative;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin-left: 0%;
  
  
  
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      aspect-ratio: 600/686;
      width: 100%;
      height: 100%;
    }

    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-link {
      aspect-ratio: 600/686;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
    
    
  }


.s-4368f01d-d7d9-4398-86bc-3bcb07649e32 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 {
      --shg-aspect-ratio: calc(600/686); 
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container {
      position: relative;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4368f01d-d7d9-4398-86bc-3bcb07649e32 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-bca2c7b6-4312-44de-b8de-f12d10f2d785 {
  min-height: 50px;
}








#s-bca2c7b6-4312-44de-b8de-f12d10f2d785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bca2c7b6-4312-44de-b8de-f12d10f2d785.shg-box.shg-c {
  justify-content: center;
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  max-width: 137px;
aspect-ratio: 137/110;
text-align: left;
}



.shg-image-margin-container-s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  
  
  
  
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      aspect-ratio: 137/110;
      width: 100%;
      height: 100%;
    }

    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-link {
      aspect-ratio: 137/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
    
    
  }


.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-content {
  
    align-items: center;
  
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
      --shg-aspect-ratio: calc(137/110); 
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
      position: relative;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  
  
  
  
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      aspect-ratio: 137/110;
      width: 100%;
      height: 100%;
    }

    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-link {
      aspect-ratio: 137/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
    
    
  }


.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-content {
  
    align-items: center;
  
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
      --shg-aspect-ratio: calc(137/110); 
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
      position: relative;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af 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-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  
  
  
  
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      aspect-ratio: 137/110;
      width: 100%;
      height: 100%;
    }

    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-link {
      aspect-ratio: 137/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
    
    
  }


.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-content {
  
    align-items: center;
  
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
      --shg-aspect-ratio: calc(137/110); 
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
      position: relative;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af 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-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  
  
  
  
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      aspect-ratio: 137/110;
      width: 100%;
      height: 100%;
    }

    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-link {
      aspect-ratio: 137/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
    
    
  }


.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-content {
  
    align-items: center;
  
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
      --shg-aspect-ratio: calc(137/110); 
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
      position: relative;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  
  
  
  
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      aspect-ratio: 137/110;
      width: 100%;
      height: 100%;
    }

    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-link {
      aspect-ratio: 137/110;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
    
    
  }


.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af .shogun-image-content {
  
    align-items: center;
  
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af {
      --shg-aspect-ratio: calc(137/110); 
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container {
      position: relative;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd293ed7-fa25-42d5-ba8c-eaca41d385af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
@media (min-width: 0px) {
[id="s-41c01bc2-ddcb-40e9-ad6b-3c0f0b0d4b05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-41c01bc2-ddcb-40e9-ad6b-3c0f0b0d4b05"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-41c01bc2-ddcb-40e9-ad6b-3c0f0b0d4b05"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-41c01bc2-ddcb-40e9-ad6b-3c0f0b0d4b05"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-06501371-8bbe-4eb9-9334-604f09eb1c4c {
  min-height: 50px;
}








#s-06501371-8bbe-4eb9-9334-604f09eb1c4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-06501371-8bbe-4eb9-9334-604f09eb1c4c {
  cursor: pointer;
}#s-06501371-8bbe-4eb9-9334-604f09eb1c4c.shg-box.shg-c {
  justify-content: center;
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8719daa7-071e-4e04-b5d6-9c71202017de {
  
  
  
  
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
    
    
  }


.s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-content {
  
    align-items: center;
  
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8719daa7-071e-4e04-b5d6-9c71202017de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
      position: relative;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8719daa7-071e-4e04-b5d6-9c71202017de {
  
  
  
  
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
    
    
  }


.s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-content {
  
    align-items: center;
  
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8719daa7-071e-4e04-b5d6-9c71202017de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
      position: relative;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de 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-8719daa7-071e-4e04-b5d6-9c71202017de {
  
  
  
  
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
    
    
  }


.s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-content {
  
    align-items: center;
  
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8719daa7-071e-4e04-b5d6-9c71202017de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
      position: relative;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de 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-8719daa7-071e-4e04-b5d6-9c71202017de {
  
  
  
  
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
    
    
  }


.s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-content {
  
    align-items: center;
  
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8719daa7-071e-4e04-b5d6-9c71202017de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
      position: relative;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8719daa7-071e-4e04-b5d6-9c71202017de {
  
  
  
  
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8719daa7-071e-4e04-b5d6-9c71202017de .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
    
    
  }


.s-8719daa7-071e-4e04-b5d6-9c71202017de .shogun-image-content {
  
    align-items: center;
  
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8719daa7-071e-4e04-b5d6-9c71202017de {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container {
      position: relative;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8719daa7-071e-4e04-b5d6-9c71202017de img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e1f26e46-af97-454d-9749-c63cf6e33344 {
  margin-top: 15px;
}

#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a {
  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;
}
#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a {
  margin-bottom: 20px;
}
}

  #s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a-root {
    text-align: center;
  }


#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a-root {
    text-align: center;
  }


#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a-root {
    text-align: center;
  }


#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a-root {
    text-align: center;
  }


#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a-root {
    text-align: center;
  }


#s-b0e73ffd-36ca-4399-b2fd-59f18cc4b90a.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-0fdfb0d4-4387-459c-9ea0-b89586b00a46 {
  min-height: 50px;
}








#s-0fdfb0d4-4387-459c-9ea0-b89586b00a46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fdfb0d4-4387-459c-9ea0-b89586b00a46 {
  cursor: pointer;
}#s-0fdfb0d4-4387-459c-9ea0-b89586b00a46.shg-box.shg-c {
  justify-content: center;
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  text-align: center;
}



.shg-image-margin-container-s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  
  
  
  
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  margin: 0 !important;
}





  img.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
    
    
  }


.s-e213de0f-1ac4-46a8-a8f6-634628ac4030 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  
  
  
  
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  margin: 0 !important;
}





  img.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
    
    
  }


.s-e213de0f-1ac4-46a8-a8f6-634628ac4030 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  
  
  
  
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  margin: 0 !important;
}





  img.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
    
    
  }


.s-e213de0f-1ac4-46a8-a8f6-634628ac4030 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  
  
  
  
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  margin: 0 !important;
}





  img.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
    
    
  }


.s-e213de0f-1ac4-46a8-a8f6-634628ac4030 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  
  
  
  
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030 {
  margin: 0 !important;
}





  img.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
    
    
  }


.s-e213de0f-1ac4-46a8-a8f6-634628ac4030 .shogun-image-content {
  
    align-items: center;
  
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e213de0f-1ac4-46a8-a8f6-634628ac4030.shogun-image {
  box-sizing: border-box;
}




}
#s-9a43ef3b-ea46-49cf-b942-47710230ba00 {
  margin-top: 15px;
margin-left: 15%;
margin-right: 15%;
}

#s-073c9392-ff68-4d5d-9e97-342ffb52453d {
  margin-top: -1px;
margin-bottom: -1px;
}

#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5 {
  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;
}
#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5-root {
    text-align: center;
  }


#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5-root {
    text-align: center;
  }


#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5-root {
    text-align: center;
  }


#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5-root {
    text-align: center;
  }


#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5-root {
    text-align: center;
  }


#s-aaacf3a4-aa6b-4442-9be2-6f23a1efa8c5.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  margin-top: 3px;
margin-bottom: 3px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 156px;
aspect-ratio: 156/105;
text-align: right;
}



.shg-image-margin-container-s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  
  
  margin-top: 3px;
  margin-bottom: 3px;
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      aspect-ratio: 156/105;
      width: 100%;
      height: 100%;
    }

    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-link {
      aspect-ratio: 156/105;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
    
    
  }


.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
      --shg-aspect-ratio: calc(156/105); 
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
      position: relative;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  
  
  
  
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      aspect-ratio: 156/105;
      width: 100%;
      height: 100%;
    }

    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-link {
      aspect-ratio: 156/105;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
    
    
  }


.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
      --shg-aspect-ratio: calc(156/105); 
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
      position: relative;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 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-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  
  
  
  
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      aspect-ratio: 156/105;
      width: 100%;
      height: 100%;
    }

    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-link {
      aspect-ratio: 156/105;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
    
    
  }


.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
      --shg-aspect-ratio: calc(156/105); 
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
      position: relative;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 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-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  
  
  
  
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      aspect-ratio: 156/105;
      width: 100%;
      height: 100%;
    }

    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-link {
      aspect-ratio: 156/105;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
    
    
  }


.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
      --shg-aspect-ratio: calc(156/105); 
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
      position: relative;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  
  
  
  
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      aspect-ratio: 156/105;
      width: 100%;
      height: 100%;
    }

    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-link {
      aspect-ratio: 156/105;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
    
    
  }


.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shg-align-container {
  display: flex;
  justify-content: flex-end
}

.s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 {
      --shg-aspect-ratio: calc(156/105); 
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container {
      position: relative;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8a6aadd9-302a-4797-9fac-a8f24424b2d3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4696486e-96fd-45ba-8d6c-d6cc9283eef9.shg-box.shg-c {
  justify-content: center;
}

#s-36e3bd9a-a389-4233-a723-7af4d853f7be {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-613dd36c-ed7c-4b0a-85da-55b8488715b4 {
  min-height: 50px;
}








#s-613dd36c-ed7c-4b0a-85da-55b8488715b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-613dd36c-ed7c-4b0a-85da-55b8488715b4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-64461ecd-3ff4-4330-bffa-50163eeece37"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2 {
  min-height: 50px;
}








#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2 {
  cursor: pointer;
}#s-45ab038f-a6ff-44dd-a9be-1ae4726244d2.shg-box.shg-c {
  justify-content: center;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced 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-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced 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-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  
  
  
  
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
    
    
  }


.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced .shogun-image-content {
  
    align-items: center;
  
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container {
      position: relative;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bbc23ae-dc25-40d0-9463-e57dc1abaced img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9e776c36-233a-4ac7-84df-b0b49b6a0386 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f {
  min-height: 50px;
}








#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f {
  cursor: pointer;
}#s-e8e602e9-b1a6-4cb6-8e6a-95b5ba762e4f.shg-box.shg-c {
  justify-content: center;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 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-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 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-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  
  
  
  
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
    
    
  }


.s-a240a114-cc5f-4f83-b13b-4da06b68fd55 .shogun-image-content {
  
    align-items: center;
  
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container {
      position: relative;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a240a114-cc5f-4f83-b13b-4da06b68fd55 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3f5f9fe4-ed30-4901-99d4-564e162130fe {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-22a532b0-2d09-40c8-93a0-0f87a6709a61 {
  min-height: 50px;
}








#s-22a532b0-2d09-40c8-93a0-0f87a6709a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22a532b0-2d09-40c8-93a0-0f87a6709a61 {
  cursor: pointer;
}#s-22a532b0-2d09-40c8-93a0-0f87a6709a61.shg-box.shg-c {
  justify-content: center;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 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-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 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-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-59111e95-02d2-4430-8927-23b2c4b45378 {
  
  
  
  
}

#s-59111e95-02d2-4430-8927-23b2c4b45378 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-59111e95-02d2-4430-8927-23b2c4b45378 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
    
    
  }


.s-59111e95-02d2-4430-8927-23b2c4b45378 .shogun-image-content {
  
    align-items: center;
  
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shg-align-container {
  display: flex;
  justify-content: center
}

.s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-59111e95-02d2-4430-8927-23b2c4b45378 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container {
      position: relative;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-59111e95-02d2-4430-8927-23b2c4b45378 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-dbae2867-8853-48d2-8611-4622a69ac760 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-0d11d778-c426-4f4f-af72-68bf912af37c {
  min-height: 50px;
}








#s-0d11d778-c426-4f4f-af72-68bf912af37c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d11d778-c426-4f4f-af72-68bf912af37c {
  cursor: pointer;
}#s-0d11d778-c426-4f4f-af72-68bf912af37c.shg-box.shg-c {
  justify-content: center;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 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-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 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-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  
  
  
  
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
    
    
  }


.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container {
      position: relative;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-36e0ce4c-ff54-4530-9b0a-17a92e6147d8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-ec0e5d0d-6ce1-4560-b347-3010df272c7c {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-c492335e-b9e8-4d36-9983-d5dbf35bfaac {
  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-c492335e-b9e8-4d36-9983-d5dbf35bfaac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c492335e-b9e8-4d36-9983-d5dbf35bfaac {
  cursor: pointer;
}#s-c492335e-b9e8-4d36-9983-d5dbf35bfaac.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e088e76e-4d10-489e-95e1-4144b591be43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e088e76e-4d10-489e-95e1-4144b591be43"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e088e76e-4d10-489e-95e1-4144b591be43"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e088e76e-4d10-489e-95e1-4144b591be43"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e088e76e-4d10-489e-95e1-4144b591be43"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e088e76e-4d10-489e-95e1-4144b591be43"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e088e76e-4d10-489e-95e1-4144b591be43"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-b47f1afa-c522-4f23-b020-909cc1533694 {
  min-height: 50px;
}








#s-b47f1afa-c522-4f23-b020-909cc1533694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b47f1afa-c522-4f23-b020-909cc1533694.shg-box.shg-c {
  justify-content: center;
}

#s-1f1604dc-dbef-4bc8-bca1-9226cb429e53 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (max-width: 767px){#s-1f1604dc-dbef-4bc8-bca1-9226cb429e53 {
  margin-left: 8%;
margin-right: 8%;
}
}
#s-8a6c91e7-ae74-4bcc-bbf6-c776f50dbc40 {
  min-height: 0px;
}








#s-8a6c91e7-ae74-4bcc-bbf6-c776f50dbc40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a6c91e7-ae74-4bcc-bbf6-c776f50dbc40.shg-box.shg-c {
  justify-content: center;
}

#s-6de46551-7f4c-4492-be46-a6ab556126ea {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(127, 14, 125, 1);
}
#s-6de46551-7f4c-4492-be46-a6ab556126ea:hover {background-color: rgba(180, 97, 190, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6de46551-7f4c-4492-be46-a6ab556126ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6de46551-7f4c-4492-be46-a6ab556126ea-root {
    text-align: center;
  }


#s-6de46551-7f4c-4492-be46-a6ab556126ea.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6de46551-7f4c-4492-be46-a6ab556126ea-root {
    text-align: center;
  }


#s-6de46551-7f4c-4492-be46-a6ab556126ea.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6de46551-7f4c-4492-be46-a6ab556126ea-root {
    text-align: center;
  }


#s-6de46551-7f4c-4492-be46-a6ab556126ea.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6de46551-7f4c-4492-be46-a6ab556126ea-root {
    text-align: center;
  }


#s-6de46551-7f4c-4492-be46-a6ab556126ea.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6de46551-7f4c-4492-be46-a6ab556126ea-root {
    text-align: center;
  }


#s-6de46551-7f4c-4492-be46-a6ab556126ea.shg-btn {
  color: rgba(127, 14, 125, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-f0764031-36e2-43a8-bedc-01cee0ebf628 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}

#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(245, 245, 245, 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);
}

}

#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-31962b3a-2395-4e31-8318-ed9a649acaba {
  margin-left: 5%;
}
@media (max-width: 767px){#s-31962b3a-2395-4e31-8318-ed9a649acaba {
  margin-left: 6%;
margin-right: 6%;
}
}
#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-2e3c30b2-66ba-4404-83e8-7485e8f8f999 {
  margin-left: 0%;
}
}
#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 20px;
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;}@media (max-width: 767px){#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c {
  margin-left: 0%;
}
}

  #s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c-root {
    text-align: center;
  }


#s-7fa9db12-b04d-4306-a6f5-1dd76ee09d2c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  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: 18px;
  
  
  
  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: 18px;
  
  
  
  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: 18px;
  
  
  
  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: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-left: 5%;
margin-right: 5%;
max-width: 2498px;
aspect-ratio: 2498/1731;
text-align: center;
}
@media (max-width: 767px){#s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#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: 2498/1731;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 2498/1731;
      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(2498/1731); 
    }

    .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: 2498/1731;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 2498/1731;
      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(2498/1731); 
    }

    .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: 2498/1731;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 2498/1731;
      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(2498/1731); 
    }

    .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: 2498/1731;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 2498/1731;
      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(2498/1731); 
    }

    .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-left: 0%;
  margin-right: 0%;
  
  
}

#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: 2498/1731;
      width: 100%;
      height: 100%;
    }

    #s-b1131ef1-c5d1-4ea5-af00-24d7309ffb9f .shogun-image-link {
      aspect-ratio: 2498/1731;
      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(2498/1731); 
    }

    .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-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;
}



.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 {
  
  
  
  
}

#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 ;
}
}
#s-cd6f0445-1262-41ab-bc91-a4603e0a4786 {
  margin-top: 40px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
max-width: 2257px;
}








#s-cd6f0445-1262-41ab-bc91-a4603e0a4786 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd6f0445-1262-41ab-bc91-a4603e0a4786.shg-box.shg-c {
  justify-content: center;
}

#s-3f4a8b29-53c1-467c-864b-2fbf10036f1d {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(251, 246, 251, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3f4a8b29-53c1-467c-864b-2fbf10036f1d {
  display: none;
}
#s-3f4a8b29-53c1-467c-864b-2fbf10036f1d, #wrap-s-3f4a8b29-53c1-467c-864b-2fbf10036f1d { display: none !important; }}
@media (min-width: 0px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 3.2px);
}

}

@media (min-width: 992px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 3.2px);
}

}

@media (min-width: 1200px) {
[id="s-3f4a8b29-53c1-467c-864b-2fbf10036f1d"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 3.2px);
}

}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 12%;
padding-right: 69%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  padding-left: 10%;
}
}


.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  
  
  
  
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea {
  margin: 0 !important;
}





  img.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
    
    
  }


.s-81928fbf-9d1d-4a93-abad-086fea3697ea .shogun-image-content {
  
    align-items: center;
  
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81928fbf-9d1d-4a93-abad-086fea3697ea.shogun-image {
  box-sizing: border-box;
}




}
#s-c46fc05f-4e55-4c24-b64b-2c9d04945739 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 12px;
min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c46fc05f-4e55-4c24-b64b-2c9d04945739 {
  margin-left: 10px;
}
}@media (max-width: 767px){#s-c46fc05f-4e55-4c24-b64b-2c9d04945739 {
  margin-left: 20px;
}
}
#s-76e20a51-c27b-4d88-8742-f5943cb73df2 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-76e20a51-c27b-4d88-8742-f5943cb73df2 {
  padding-left: 10px;
padding-right: 1%;
}
}@media (max-width: 767px){#s-76e20a51-c27b-4d88-8742-f5943cb73df2 {
  padding-left: 20px;
}
}
#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 10%;
padding-right: 75%;
text-align: center;
}



.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  
  
  
  
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48 {
  margin: 0 !important;
}





  img.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
    
    
  }


.s-81cb9571-4321-45de-b140-7c27d1d02d48 .shogun-image-content {
  
    align-items: center;
  
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shg-align-container {
  display: flex;
  justify-content: center
}

.s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-81cb9571-4321-45de-b140-7c27d1d02d48.shogun-image {
  box-sizing: border-box;
}




}
#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
min-height: 30px;
}
@media (min-width: 1200px){#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-88a134ad-3b60-4a9f-87a0-5defd0bc6994 {
  padding-left: 10px;
padding-right: 0px;
}
}
#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  margin-left: 0%;
margin-right: 2%;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  padding-right: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-bec6aaf9-cc6d-4078-be13-017955068d3b {
  padding-left: 10px;
}
}
#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 0%;
padding-right: 79%;
text-align: center;
}
@media (max-width: 767px){#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  padding-left: 6%;
padding-right: 72%;
}
}


.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  
  
  
  
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4 {
  margin: 0 !important;
}





  img.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
    
    
  }


.s-51a5322c-3f85-4989-987a-39837dd72bb4 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a5322c-3f85-4989-987a-39837dd72bb4.shogun-image {
  box-sizing: border-box;
}




}
#s-4fdf58c1-9619-4c3c-a2cf-b1d9ac4a3300 {
  margin-top: 8px;
margin-left: 0%;
margin-right: 0px;
min-height: 30px;
}
@media (max-width: 767px){#s-4fdf58c1-9619-4c3c-a2cf-b1d9ac4a3300 {
  padding-left: 5%;
}
}
#s-ade788fa-66d7-424b-bb8e-2a7d7f2ee723 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ade788fa-66d7-424b-bb8e-2a7d7f2ee723 {
  padding-right: 0px;
}
}@media (max-width: 767px){#s-ade788fa-66d7-424b-bb8e-2a7d7f2ee723 {
  padding-left: 6%;
padding-right: 13px;
}
}
#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 9%;
padding-right: 72%;
text-align: center;
}



.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  
  
  
  
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0 {
  margin: 0 !important;
}





  img.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
    
    
  }


.s-cde70cae-d599-4170-81c6-3a16aadbb6c0 .shogun-image-content {
  
    align-items: center;
  
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cde70cae-d599-4170-81c6-3a16aadbb6c0.shogun-image {
  box-sizing: border-box;
}




}
#s-c621fa4b-f70f-4552-bf35-9f12512f457f {
  margin-top: 11px;
margin-left: 20px;
margin-right: 15px;
min-height: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c621fa4b-f70f-4552-bf35-9f12512f457f {
  margin-left: 0px;
margin-right: 9%;
}
}@media (max-width: 767px){#s-c621fa4b-f70f-4552-bf35-9f12512f457f {
  margin-left: 10px;
margin-right: 25px;
}
}
#s-6a7c6e93-bd51-44e2-8302-28dfab103ef5 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 12px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6a7c6e93-bd51-44e2-8302-28dfab103ef5 {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-6a7c6e93-bd51-44e2-8302-28dfab103ef5 {
  padding-left: 10px;
}
}
#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 5%;
padding-right: 76%;
text-align: center;
}
@media (max-width: 767px){#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  padding-top: 12px;
}
}


.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  
  
  
  
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d {
  margin: 0 !important;
}





  img.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
    
    
  }


.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d .shogun-image-content {
  
    align-items: center;
  
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb9d7472-c79b-4476-a8fc-75ee8d3f970d.shogun-image {
  box-sizing: border-box;
}




}
#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-top: 10px;
margin-left: 20px;
margin-right: 15px;
min-height: 30px;
}
@media (min-width: 1200px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 0px;
margin-right: 5px;
}
}@media (max-width: 767px){#s-31f9cf64-9b38-4a86-bbd8-a39e504f09db {
  margin-left: 20px;
}
}
#s-cb8344ac-b311-4280-b4fe-7066cd009941 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 17px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cb8344ac-b311-4280-b4fe-7066cd009941 {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-cb8344ac-b311-4280-b4fe-7066cd009941 {
  padding-left: 20px;
}
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(251, 246, 251, 1);
}
@media (min-width: 1200px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  display: none;
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc, #wrap-s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  display: none;
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc, #wrap-s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  
}
}@media (max-width: 767px){#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc {
  display: none;
}
#s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc, #wrap-s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc { display: none !important; }}
@media (min-width: 0px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-2a814aa6-18ed-4d38-96aa-42a3db4c98dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.6666666666666665px);
}

}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 12%;
padding-right: 69%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  padding-left: 10%;
}
}


.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  
  
  
  
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3 {
  margin: 0 !important;
}





  img.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
    
    
  }


.s-fdce029b-40b6-419b-a9fd-aa762c332ed3 .shogun-image-content {
  
    align-items: center;
  
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fdce029b-40b6-419b-a9fd-aa762c332ed3.shogun-image {
  box-sizing: border-box;
}




}
#s-24c0662d-23c5-4135-b73d-c1015ef40e27 {
  margin-top: 10px;
margin-left: 30px;
margin-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-24c0662d-23c5-4135-b73d-c1015ef40e27 {
  margin-left: 10px;
}
}@media (max-width: 767px){#s-24c0662d-23c5-4135-b73d-c1015ef40e27 {
  margin-left: 20px;
}
}
#s-ade0552f-7125-41e9-97a2-b69922a791bf {
  margin-top: -3px;
margin-left: 0%;
margin-bottom: -3px;
margin-right: 0%;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ade0552f-7125-41e9-97a2-b69922a791bf {
  padding-left: 10px;
padding-right: 1%;
}
}@media (max-width: 767px){#s-ade0552f-7125-41e9-97a2-b69922a791bf {
  padding-left: 20px;
}
}
#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 18px;
padding-left: 7%;
padding-right: 74%;
text-align: center;
}



.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  
  
  
  
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45 {
  margin: 0 !important;
}





  img.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
    
    
  }


.s-fbacc515-8b42-4cc1-8933-17b4c7595c45 .shogun-image-content {
  
    align-items: center;
  
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fbacc515-8b42-4cc1-8933-17b4c7595c45.shogun-image {
  box-sizing: border-box;
}




}
#s-e95d1e16-ee29-4067-bd40-16935201b098 {
  margin-top: 12px;
margin-left: 12px;
margin-bottom: -2px;
margin-right: 13px;
}

#s-4d5c9bd2-07a2-4a90-b159-f91ed44dd95f {
  margin-left: 0%;
margin-right: 0%;
padding-left: 12px;
padding-bottom: 10px;
padding-right: 12px;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 10%;
padding-right: 75%;
text-align: center;
}



.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  
  
  
  
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 {
  margin: 0 !important;
}





  img.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
    
    
  }


.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16 .shogun-image-content {
  
    align-items: center;
  
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dc323bc7-96ef-4c87-a09c-ed97d3489c16.shogun-image {
  box-sizing: border-box;
}




}
#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  margin-top: 10px;
margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  padding-left: 20px;
padding-right: 0px;
}
}@media (max-width: 767px){#s-f23e3d91-a277-41a2-af44-4a3c863be706 {
  padding-left: 10px;
padding-right: 0px;
}
}
#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  margin-left: 2%;
margin-right: 8%;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  padding-right: 6px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-41bc108e-7490-4dc8-a401-37e0ac72ddb3 {
  padding-left: 10px;
}
}
#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 5%;
padding-right: 76%;
text-align: center;
}



.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-32079725-79e1-4e38-be5f-67143c62256f {
  
  
  
  
}

#s-32079725-79e1-4e38-be5f-67143c62256f {
  margin: 0 !important;
}





  img.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
    
    
  }


.s-32079725-79e1-4e38-be5f-67143c62256f .shogun-image-content {
  
    align-items: center;
  
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-32079725-79e1-4e38-be5f-67143c62256f.shogun-image {
  box-sizing: border-box;
}




}
#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-top: 17px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 14px;
}
@media (min-width: 1200px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 0px;
}
}@media (max-width: 767px){#s-d2b0dbb6-b8db-4228-b725-c4709fe51388 {
  margin-left: 20px;
}
}
#s-21303c98-76bd-46de-8793-c8f43e47fecf {
  margin-top: 4px;
margin-left: 0%;
margin-bottom: 4px;
margin-right: 0%;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 6px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21303c98-76bd-46de-8793-c8f43e47fecf {
  padding-left: 0px;
}
}@media (max-width: 767px){#s-21303c98-76bd-46de-8793-c8f43e47fecf {
  padding-left: 20px;
}
}
#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-left: 0%;
padding-right: 79%;
text-align: center;
}



.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  
  
  
  
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd {
  margin: 0 !important;
}





  img.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
    
    
  }


.s-76a88d17-9ca5-4df0-9976-f43432a12abd .shogun-image-content {
  
    align-items: center;
  
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-76a88d17-9ca5-4df0-9976-f43432a12abd.shogun-image {
  box-sizing: border-box;
}




}
#s-dc9fe727-1c6c-42cc-b1b6-faf00c9d378d {
  margin-top: 8px;
margin-left: 0%;
margin-right: 0px;
}

#s-8f07be0d-13b0-485e-986a-dd713f068751 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8f07be0d-13b0-485e-986a-dd713f068751 {
  padding-right: 0px;
}
}
/*
  $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;
}
