.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-05bc4180-d659-4a24-a6c2-1c51a87da006 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-position: center top;
}

#s-05bc4180-d659-4a24-a6c2-1c51a87da006 {
  background-image: url(https://i.shgcdn.com/d0817aef-3c2b-4031-9307-a0c877dee03e/);
}








#s-05bc4180-d659-4a24-a6c2-1c51a87da006 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05bc4180-d659-4a24-a6c2-1c51a87da006 {
  cursor: pointer;
}#s-05bc4180-d659-4a24-a6c2-1c51a87da006.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content p {
  
  
  
}

#s-567cb4b9-d9a1-40ab-a7eb-94b3b990cb1f {
  margin-top: -6px;
margin-left: 35%;
margin-bottom: -12px;
margin-right: 35%;
padding-top: 12px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-567cb4b9-d9a1-40ab-a7eb-94b3b990cb1f {
  margin-left: 15%;
margin-right: 15%;
}
}@media (max-width: 767px){#s-567cb4b9-d9a1-40ab-a7eb-94b3b990cb1f {
  margin-top: 25px;
margin-left: 0%;
margin-right: 0%;
display: none;
}
#s-567cb4b9-d9a1-40ab-a7eb-94b3b990cb1f, #wrap-s-567cb4b9-d9a1-40ab-a7eb-94b3b990cb1f { display: none !important; }}
#s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf {
  margin-top: 19px;
margin-bottom: -12px;
}
@media (min-width: 1200px){#s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf {
  display: none;
}
#s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf, #wrap-s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf {
  display: none;
}
#s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf, #wrap-s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf {
  display: none;
}
#s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf, #wrap-s-1eadba7b-ca01-494a-a1c1-3dd72d473cdf { display: none !important; }}
#s-327e4c9a-2435-48df-855b-bc643bd3866e {
  margin-top: -2px;
margin-bottom: -11px;
}

#s-c989e690-e509-46f1-b33e-75896dd8f8be {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-c989e690-e509-46f1-b33e-75896dd8f8be {
  margin-top: 26px;
margin-bottom: 26px;
}
}







#s-c989e690-e509-46f1-b33e-75896dd8f8be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c989e690-e509-46f1-b33e-75896dd8f8be {
  cursor: pointer;
}#s-c989e690-e509-46f1-b33e-75896dd8f8be.shg-box.shg-c {
  justify-content: center;
}

#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
background-position: center top;
}

#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b {
  background-image: url(https://i.shgcdn.com/d38f978a-46d1-4170-8a45-0df424dec38a/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-7ed63227-3838-4a1c-a0a5-503b42f6487b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ed63227-3838-4a1c-a0a5-503b42f6487b.shg-box.shg-c {
  justify-content: center;
}

#s-eed07854-86ed-444c-b119-f85b30c370ac {
  margin-top: 70px;
}
@media (max-width: 767px){#s-eed07854-86ed-444c-b119-f85b30c370ac {
  margin-bottom: 0px;
}
}
#s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a {
  margin-top: 5px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a {
  display: none;
}
#s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a, #wrap-s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a {
  display: none;
}
#s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a, #wrap-s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a {
  margin-left: 20%;
margin-right: 20%;
display: none;
}
#s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a, #wrap-s-afef2c5e-58ac-47e9-a3e5-c8f03b27265a { display: none !important; }}
#s-581c5fef-595d-4010-b9a9-5b9604624450 {
  margin-top: 5px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-581c5fef-595d-4010-b9a9-5b9604624450 {
  margin-left: 20%;
margin-right: 20%;
}
}@media (max-width: 767px){#s-581c5fef-595d-4010-b9a9-5b9604624450 {
  display: none;
}
#s-581c5fef-595d-4010-b9a9-5b9604624450, #wrap-s-581c5fef-595d-4010-b9a9-5b9604624450 { display: none !important; }}
#s-c6225c1b-de8e-4abc-a80e-f4949f8a55b9 {
  margin-top: 4px;
margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c6225c1b-de8e-4abc-a80e-f4949f8a55b9 {
  margin-left: 20%;
margin-right: 20%;
}
}
.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-a6b916b1-50ad-4c18-a45c-4eed0577bcf1 {
  border-style: solid;
margin-top: 4px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(195, 170, 85, 1);
border-radius: 2px;
background-color: rgba(207, 142, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 252, 254, 1);
}
#s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1:hover {background-color: rgba(26, 85, 1, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1-root {
    text-align: center;
  }


#s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1-root {
    text-align: center;
  }


#s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1-root {
    text-align: center;
  }


#s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1-root {
    text-align: center;
  }


#s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1-root {
    text-align: center;
  }


#s-a6b916b1-50ad-4c18-a45c-4eed0577bcf1.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-92f8489b-3bd2-480e-a8bb-de76dd01e6f1 {
  margin-top: 4px;
margin-bottom: 2px;
}
@media (min-width: 768px) and (max-width: 991px){#s-92f8489b-3bd2-480e-a8bb-de76dd01e6f1 {
  margin-left: 20%;
margin-right: 20%;
}
}
.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-3494a1b1-ab23-4256-9415-027e00ddd3a3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-3494a1b1-ab23-4256-9415-027e00ddd3a3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-3494a1b1-ab23-4256-9415-027e00ddd3a3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-3494a1b1-ab23-4256-9415-027e00ddd3a3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f3666fa5-1693-45ea-9c1c-b96d517cf856 {
  min-height: 50px;
max-width: 600px;
}








#s-f3666fa5-1693-45ea-9c1c-b96d517cf856 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3666fa5-1693-45ea-9c1c-b96d517cf856 {
  cursor: pointer;
}#s-f3666fa5-1693-45ea-9c1c-b96d517cf856.shg-box.shg-c {
  justify-content: center;
}

.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-50b153be-62b5-4a27-bab5-1f5d91505747 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  
  
  
  
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
    
    
  }


.s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-content {
  
    align-items: center;
  
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b153be-62b5-4a27-bab5-1f5d91505747 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
      position: relative;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  
  
  
  
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
    
    
  }


.s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-content {
  
    align-items: center;
  
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b153be-62b5-4a27-bab5-1f5d91505747 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
      position: relative;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747 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-50b153be-62b5-4a27-bab5-1f5d91505747 {
  
  
  
  
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
    
    
  }


.s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-content {
  
    align-items: center;
  
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b153be-62b5-4a27-bab5-1f5d91505747 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
      position: relative;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747 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-50b153be-62b5-4a27-bab5-1f5d91505747 {
  
  
  
  
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
    
    
  }


.s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-content {
  
    align-items: center;
  
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b153be-62b5-4a27-bab5-1f5d91505747 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
      position: relative;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  
  
  
  
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50b153be-62b5-4a27-bab5-1f5d91505747 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
    
    
  }


.s-50b153be-62b5-4a27-bab5-1f5d91505747 .shogun-image-content {
  
    align-items: center;
  
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50b153be-62b5-4a27-bab5-1f5d91505747 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container {
      position: relative;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50b153be-62b5-4a27-bab5-1f5d91505747 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cecd27fd-a21b-43d6-b96b-149ed6bbbb36 {
  margin-top: 5px;
}

#s-ceb53a64-2a5a-4588-b03e-89dcb805d607 {
  min-height: 50px;
}








#s-ceb53a64-2a5a-4588-b03e-89dcb805d607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ceb53a64-2a5a-4588-b03e-89dcb805d607 {
  cursor: pointer;
}#s-ceb53a64-2a5a-4588-b03e-89dcb805d607.shg-box.shg-c {
  justify-content: center;
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  
  
  
  
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
    
    
  }


.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-content {
  
    align-items: center;
  
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
      position: relative;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  
  
  
  
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
    
    
  }


.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-content {
  
    align-items: center;
  
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
      position: relative;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 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-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  
  
  
  
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
    
    
  }


.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-content {
  
    align-items: center;
  
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
      position: relative;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 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-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  
  
  
  
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
    
    
  }


.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-content {
  
    align-items: center;
  
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
      position: relative;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  
  
  
  
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
    
    
  }


.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 .shogun-image-content {
  
    align-items: center;
  
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container {
      position: relative;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4020f95f-45e5-42c3-bc7b-73cd63fc3318 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-65faa778-0a72-4a81-b779-efd041fa12c9 {
  margin-top: 5px;
}

#s-ac948f58-4ce2-4027-ad27-16d8732a1271 {
  min-height: 50px;
}








#s-ac948f58-4ce2-4027-ad27-16d8732a1271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac948f58-4ce2-4027-ad27-16d8732a1271 {
  cursor: pointer;
}#s-ac948f58-4ce2-4027-ad27-16d8732a1271.shg-box.shg-c {
  justify-content: center;
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-b46ef596-afba-4469-8218-6e42f01b17cb {
  
}
}


.shg-image-margin-container-s-b46ef596-afba-4469-8218-6e42f01b17cb {
  
  
  
  
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
    
    
  }


.s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-content {
  
    align-items: center;
  
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b46ef596-afba-4469-8218-6e42f01b17cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
      position: relative;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b46ef596-afba-4469-8218-6e42f01b17cb {
  
  
  
  
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
    
    
  }


.s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-content {
  
    align-items: center;
  
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b46ef596-afba-4469-8218-6e42f01b17cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
      position: relative;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb 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-b46ef596-afba-4469-8218-6e42f01b17cb {
  
  
  
  
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
    
    
  }


.s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-content {
  
    align-items: center;
  
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b46ef596-afba-4469-8218-6e42f01b17cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
      position: relative;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb 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-b46ef596-afba-4469-8218-6e42f01b17cb {
  
  
  
  
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
    
    
  }


.s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-content {
  
    align-items: center;
  
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b46ef596-afba-4469-8218-6e42f01b17cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
      position: relative;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-b46ef596-afba-4469-8218-6e42f01b17cb {
  
  
  
  
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b46ef596-afba-4469-8218-6e42f01b17cb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
    
    
  }


.s-b46ef596-afba-4469-8218-6e42f01b17cb .shogun-image-content {
  
    align-items: center;
  
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b46ef596-afba-4469-8218-6e42f01b17cb {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container {
      position: relative;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b46ef596-afba-4469-8218-6e42f01b17cb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0ebd95ea-e101-48a2-8019-a01a2f995449 {
  margin-top: 5px;
}

#s-d93779c3-8b08-4346-be08-122284a52cec {
  min-height: 50px;
}
@media (max-width: 767px){#s-d93779c3-8b08-4346-be08-122284a52cec {
  
}
}







#s-d93779c3-8b08-4346-be08-122284a52cec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d93779c3-8b08-4346-be08-122284a52cec {
  cursor: pointer;
}#s-d93779c3-8b08-4346-be08-122284a52cec.shg-box.shg-c {
  justify-content: center;
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  
  
  
  
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
    
    
  }


.s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
      position: relative;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  
  
  
  
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
    
    
  }


.s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
      position: relative;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b 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-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  
  
  
  
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
    
    
  }


.s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
      position: relative;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b 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-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  
  
  
  
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
    
    
  }


.s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
      position: relative;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  
  
  
  
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
    
    
  }


.s-29d88bb9-8332-4107-a92c-172eae2a5e5b .shogun-image-content {
  
    align-items: center;
  
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container {
      position: relative;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29d88bb9-8332-4107-a92c-172eae2a5e5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-110dc7e4-002b-41c8-99ee-2b98d6b17004 {
  margin-top: 5px;
}

#s-dbb509de-3aa3-42a4-9b9a-ebe36072f20c {
  margin-top: 0px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-dbb509de-3aa3-42a4-9b9a-ebe36072f20c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dbb509de-3aa3-42a4-9b9a-ebe36072f20c {
  cursor: pointer;
}#s-dbb509de-3aa3-42a4-9b9a-ebe36072f20c.shg-box.shg-c {
  justify-content: center;
}

#s-fdc700d0-7d5f-4853-aa42-e143ecccb3cc {
  min-height: 50px;
background-color: rgba(249, 249, 249, 1);
}








#s-fdc700d0-7d5f-4853-aa42-e143ecccb3cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fdc700d0-7d5f-4853-aa42-e143ecccb3cc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b26b9013-f34b-416f-a4d2-f4443e38379e {
  margin-top: 51px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b26b9013-f34b-416f-a4d2-f4443e38379e {
  display: none;
}
#s-b26b9013-f34b-416f-a4d2-f4443e38379e, #wrap-s-b26b9013-f34b-416f-a4d2-f4443e38379e { display: none !important; }}
#s-985f158f-869e-464a-b58e-1191ee0f6b20 {
  margin-top: 40px;
}
@media (min-width: 1200px){#s-985f158f-869e-464a-b58e-1191ee0f6b20 {
  display: none;
}
#s-985f158f-869e-464a-b58e-1191ee0f6b20, #wrap-s-985f158f-869e-464a-b58e-1191ee0f6b20 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-985f158f-869e-464a-b58e-1191ee0f6b20 {
  display: none;
}
#s-985f158f-869e-464a-b58e-1191ee0f6b20, #wrap-s-985f158f-869e-464a-b58e-1191ee0f6b20 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-985f158f-869e-464a-b58e-1191ee0f6b20 {
  display: none;
}
#s-985f158f-869e-464a-b58e-1191ee0f6b20, #wrap-s-985f158f-869e-464a-b58e-1191ee0f6b20 { display: none !important; }}
#s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin-top: -7px;
margin-left: 17%;
margin-right: 17%;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1605px;
aspect-ratio: 1605/600;
text-align: center;
}
@media (max-width: 767px){#s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin-left: 7%;
margin-right: 4%;
}
}


.shg-image-margin-container-s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin-left: 17%;
  margin-right: 17%;
  margin-top: -7px;
  
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      aspect-ratio: 1605/600;
      width: 100%;
      height: 100%;
    }

    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-link {
      aspect-ratio: 1605/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
    
    
  }


.s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-content {
  
    align-items: center;
  
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-437831e6-db3d-4dd0-b358-8e47b0de926e {
      --shg-aspect-ratio: calc(1605/600); 
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
      position: relative;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  
  
  
  
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      aspect-ratio: 1605/600;
      width: 100%;
      height: 100%;
    }

    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-link {
      aspect-ratio: 1605/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
    
    
  }


.s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-content {
  
    align-items: center;
  
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-437831e6-db3d-4dd0-b358-8e47b0de926e {
      --shg-aspect-ratio: calc(1605/600); 
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
      position: relative;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e 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-437831e6-db3d-4dd0-b358-8e47b0de926e {
  
  
  
  
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      aspect-ratio: 1605/600;
      width: 100%;
      height: 100%;
    }

    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-link {
      aspect-ratio: 1605/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
    
    
  }


.s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-content {
  
    align-items: center;
  
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-437831e6-db3d-4dd0-b358-8e47b0de926e {
      --shg-aspect-ratio: calc(1605/600); 
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
      position: relative;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e 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-437831e6-db3d-4dd0-b358-8e47b0de926e {
  
  
  
  
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      aspect-ratio: 1605/600;
      width: 100%;
      height: 100%;
    }

    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-link {
      aspect-ratio: 1605/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
    
    
  }


.s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-content {
  
    align-items: center;
  
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-437831e6-db3d-4dd0-b358-8e47b0de926e {
      --shg-aspect-ratio: calc(1605/600); 
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
      position: relative;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin-left: 7%;
  margin-right: 4%;
  
  
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      aspect-ratio: 1605/600;
      width: 100%;
      height: 100%;
    }

    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-link {
      aspect-ratio: 1605/600;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-437831e6-db3d-4dd0-b358-8e47b0de926e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
    
    
  }


.s-437831e6-db3d-4dd0-b358-8e47b0de926e .shogun-image-content {
  
    align-items: center;
  
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-437831e6-db3d-4dd0-b358-8e47b0de926e {
      --shg-aspect-ratio: calc(1605/600); 
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container {
      position: relative;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-437831e6-db3d-4dd0-b358-8e47b0de926e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cb248432-1019-444e-91d8-e5bdffd03820 {
  margin-top: 25px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-cb248432-1019-444e-91d8-e5bdffd03820 {
  display: none;
}
#s-cb248432-1019-444e-91d8-e5bdffd03820, #wrap-s-cb248432-1019-444e-91d8-e5bdffd03820 { display: none !important; }}
#s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957 {
  margin-top: 10px;
}
@media (min-width: 1200px){#s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957 {
  display: none;
}
#s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957, #wrap-s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957 {
  display: none;
}
#s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957, #wrap-s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957 {
  display: none;
}
#s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957, #wrap-s-6e60da4c-a594-48bc-b5f8-1f64bf2bf957 { display: none !important; }}
#s-ece50781-2082-4715-93f2-d8934b2109e2 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 21, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1.5em;
}
#s-ece50781-2082-4715-93f2-d8934b2109e2:hover {background-color: rgba(26, 85, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ece50781-2082-4715-93f2-d8934b2109e2:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ece50781-2082-4715-93f2-d8934b2109e2 {
  display: none;
}
#s-ece50781-2082-4715-93f2-d8934b2109e2, #wrap-s-ece50781-2082-4715-93f2-d8934b2109e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ece50781-2082-4715-93f2-d8934b2109e2 {
  margin-bottom: 50px;
display: none;
}
#s-ece50781-2082-4715-93f2-d8934b2109e2, #wrap-s-ece50781-2082-4715-93f2-d8934b2109e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ece50781-2082-4715-93f2-d8934b2109e2 {
  display: none;
}
#s-ece50781-2082-4715-93f2-d8934b2109e2, #wrap-s-ece50781-2082-4715-93f2-d8934b2109e2 { display: none !important; }}

  #s-ece50781-2082-4715-93f2-d8934b2109e2-root {
    text-align: center;
  }


#s-ece50781-2082-4715-93f2-d8934b2109e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ece50781-2082-4715-93f2-d8934b2109e2-root {
    text-align: center;
  }


#s-ece50781-2082-4715-93f2-d8934b2109e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ece50781-2082-4715-93f2-d8934b2109e2-root {
    text-align: center;
  }


#s-ece50781-2082-4715-93f2-d8934b2109e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ece50781-2082-4715-93f2-d8934b2109e2-root {
    text-align: center;
  }


#s-ece50781-2082-4715-93f2-d8934b2109e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ece50781-2082-4715-93f2-d8934b2109e2-root {
    text-align: center;
  }


#s-ece50781-2082-4715-93f2-d8934b2109e2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0 {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(160, 21, 24, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1.5em;
}
#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0:hover {background-color: rgba(26, 85, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0 {
  margin-bottom: 50px;
}
}@media (max-width: 767px){#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0 {
  display: none;
}
#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0, #wrap-s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0 { display: none !important; }}

  #s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0-root {
    text-align: center;
  }


#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0-root {
    text-align: center;
  }


#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0-root {
    text-align: center;
  }


#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0-root {
    text-align: center;
  }


#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0-root {
    text-align: center;
  }


#s-f6dcd21f-3e4a-4d2e-ad0d-65d1bdbe34d0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-8d56671e-ced1-4654-b66f-95a412edb249 {
  min-height: 50px;
}








#s-8d56671e-ced1-4654-b66f-95a412edb249 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d56671e-ced1-4654-b66f-95a412edb249.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0a316871-cfce-4888-86ef-2483e482a851"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2a93377d-02f7-4280-9644-27217570db1d {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 3px;
}

@media (min-width: 0px) {
[id="s-2a93377d-02f7-4280-9644-27217570db1d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-2a93377d-02f7-4280-9644-27217570db1d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-2a93377d-02f7-4280-9644-27217570db1d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a93377d-02f7-4280-9644-27217570db1d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-2265e45d-1757-40bf-9e09-1bd061c164af {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-2265e45d-1757-40bf-9e09-1bd061c164af {
  
  
  
  
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
    
    
  }


.s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-content {
  
    align-items: center;
  
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2265e45d-1757-40bf-9e09-1bd061c164af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
      position: relative;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-2265e45d-1757-40bf-9e09-1bd061c164af {
  
  
  
  
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
    
    
  }


.s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-content {
  
    align-items: center;
  
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2265e45d-1757-40bf-9e09-1bd061c164af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
      position: relative;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af 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-2265e45d-1757-40bf-9e09-1bd061c164af {
  
  
  
  
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
    
    
  }


.s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-content {
  
    align-items: center;
  
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2265e45d-1757-40bf-9e09-1bd061c164af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
      position: relative;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af 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-2265e45d-1757-40bf-9e09-1bd061c164af {
  
  
  
  
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
    
    
  }


.s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-content {
  
    align-items: center;
  
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2265e45d-1757-40bf-9e09-1bd061c164af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
      position: relative;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-2265e45d-1757-40bf-9e09-1bd061c164af {
  
  
  
  
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-2265e45d-1757-40bf-9e09-1bd061c164af .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
    
    
  }


.s-2265e45d-1757-40bf-9e09-1bd061c164af .shogun-image-content {
  
    align-items: center;
  
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2265e45d-1757-40bf-9e09-1bd061c164af {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container {
      position: relative;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2265e45d-1757-40bf-9e09-1bd061c164af img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  
  
  
  
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
    
    
  }


.s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
      position: relative;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  
  
  
  
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
    
    
  }


.s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
      position: relative;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 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-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  
  
  
  
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
    
    
  }


.s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
      position: relative;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 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-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  
  
  
  
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
    
    
  }


.s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
      position: relative;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  
  
  
  
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
    
    
  }


.s-5fc704d2-0a81-422b-b309-7f3309bb69c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container {
      position: relative;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fc704d2-0a81-422b-b309-7f3309bb69c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-9e93aeae-5eb0-4520-b476-c553ef26f81f {
  margin-top: 4px;
padding-top: 9px;
padding-bottom: 6px;
}

@media (min-width: 0px) {
[id="s-9e93aeae-5eb0-4520-b476-c553ef26f81f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-9e93aeae-5eb0-4520-b476-c553ef26f81f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9e93aeae-5eb0-4520-b476-c553ef26f81f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e93aeae-5eb0-4520-b476-c553ef26f81f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  
  
  
  
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
    
    
  }


.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-content {
  
    align-items: center;
  
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
      position: relative;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  
  
  
  
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
    
    
  }


.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-content {
  
    align-items: center;
  
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
      position: relative;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 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-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  
  
  
  
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
    
    
  }


.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-content {
  
    align-items: center;
  
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
      position: relative;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 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-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  
  
  
  
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
    
    
  }


.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-content {
  
    align-items: center;
  
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
      position: relative;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  
  
  
  
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
    
    
  }


.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 .shogun-image-content {
  
    align-items: center;
  
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shg-align-container {
  display: flex;
  justify-content: center
}

.s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container {
      position: relative;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-57c1e70e-41cc-40ba-8c40-49ebf6bc7d69 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  
  
  
  
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
    
    
  }


.s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
      position: relative;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  
  
  
  
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
    
    
  }


.s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
      position: relative;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 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-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  
  
  
  
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
    
    
  }


.s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
      position: relative;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 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-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  
  
  
  
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
    
    
  }


.s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
      position: relative;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  
  
  
  
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
    
    
  }


.s-10736b30-e51e-4362-9e9e-64e6729d2fc7 .shogun-image-content {
  
    align-items: center;
  
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container {
      position: relative;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-10736b30-e51e-4362-9e9e-64e6729d2fc7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-659bd89c-934c-4057-a54b-cbb09a145540 {
  margin-top: 6px;
max-width: 848px;
aspect-ratio: 848/1401;
text-align: center;
}



.shg-image-margin-container-s-659bd89c-934c-4057-a54b-cbb09a145540 {
  
  
  margin-top: 6px;
  
}

#s-659bd89c-934c-4057-a54b-cbb09a145540 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      aspect-ratio: 848/1401;
      width: 100%;
      height: 100%;
    }

    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-link {
      aspect-ratio: 848/1401;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
    
    
  }


.s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-content {
  
    align-items: center;
  
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659bd89c-934c-4057-a54b-cbb09a145540 {
      --shg-aspect-ratio: calc(848/1401); 
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
      position: relative;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-659bd89c-934c-4057-a54b-cbb09a145540 {
  
  
  
  
}

#s-659bd89c-934c-4057-a54b-cbb09a145540 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      aspect-ratio: 848/1401;
      width: 100%;
      height: 100%;
    }

    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-link {
      aspect-ratio: 848/1401;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
    
    
  }


.s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-content {
  
    align-items: center;
  
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659bd89c-934c-4057-a54b-cbb09a145540 {
      --shg-aspect-ratio: calc(848/1401); 
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
      position: relative;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540 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-659bd89c-934c-4057-a54b-cbb09a145540 {
  
  
  
  
}

#s-659bd89c-934c-4057-a54b-cbb09a145540 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      aspect-ratio: 848/1401;
      width: 100%;
      height: 100%;
    }

    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-link {
      aspect-ratio: 848/1401;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
    
    
  }


.s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-content {
  
    align-items: center;
  
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659bd89c-934c-4057-a54b-cbb09a145540 {
      --shg-aspect-ratio: calc(848/1401); 
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
      position: relative;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540 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-659bd89c-934c-4057-a54b-cbb09a145540 {
  
  
  
  
}

#s-659bd89c-934c-4057-a54b-cbb09a145540 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      aspect-ratio: 848/1401;
      width: 100%;
      height: 100%;
    }

    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-link {
      aspect-ratio: 848/1401;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
    
    
  }


.s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-content {
  
    align-items: center;
  
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659bd89c-934c-4057-a54b-cbb09a145540 {
      --shg-aspect-ratio: calc(848/1401); 
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
      position: relative;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-659bd89c-934c-4057-a54b-cbb09a145540 {
  
  
  
  
}

#s-659bd89c-934c-4057-a54b-cbb09a145540 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      aspect-ratio: 848/1401;
      width: 100%;
      height: 100%;
    }

    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-link {
      aspect-ratio: 848/1401;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-659bd89c-934c-4057-a54b-cbb09a145540 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
    
    
  }


.s-659bd89c-934c-4057-a54b-cbb09a145540 .shogun-image-content {
  
    align-items: center;
  
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shg-align-container {
  display: flex;
  justify-content: center
}

.s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-659bd89c-934c-4057-a54b-cbb09a145540 {
      --shg-aspect-ratio: calc(848/1401); 
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container {
      position: relative;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-659bd89c-934c-4057-a54b-cbb09a145540 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8d153933-10bd-4939-8f8a-165b4bad531d {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8d153933-10bd-4939-8f8a-165b4bad531d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8d153933-10bd-4939-8f8a-165b4bad531d {
  cursor: pointer;
}#s-8d153933-10bd-4939-8f8a-165b4bad531d.shg-box.shg-c {
  justify-content: center;
}

#s-104125b9-6424-444e-b240-2558dfe483ac {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-104125b9-6424-444e-b240-2558dfe483ac {
  
}
}@media (max-width: 767px){#s-104125b9-6424-444e-b240-2558dfe483ac {
  
}
}







#s-104125b9-6424-444e-b240-2558dfe483ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-104125b9-6424-444e-b240-2558dfe483ac.shg-box.shg-c {
  justify-content: center;
}

#s-6eee75a5-ba99-4b85-a650-bc71c9595867 {
  margin-top: 71px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-6eee75a5-ba99-4b85-a650-bc71c9595867 {
  display: none;
}
#s-6eee75a5-ba99-4b85-a650-bc71c9595867, #wrap-s-6eee75a5-ba99-4b85-a650-bc71c9595867 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6eee75a5-ba99-4b85-a650-bc71c9595867 {
  display: none;
}
#s-6eee75a5-ba99-4b85-a650-bc71c9595867, #wrap-s-6eee75a5-ba99-4b85-a650-bc71c9595867 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6eee75a5-ba99-4b85-a650-bc71c9595867 {
  display: none;
}
#s-6eee75a5-ba99-4b85-a650-bc71c9595867, #wrap-s-6eee75a5-ba99-4b85-a650-bc71c9595867 { display: none !important; }}@media (max-width: 767px){#s-6eee75a5-ba99-4b85-a650-bc71c9595867 {
  margin-top: 25px;
}
}
#s-c366686d-8f4f-4615-b8cc-b2965155d142 {
  margin-top: 72px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-c366686d-8f4f-4615-b8cc-b2965155d142 {
  display: none;
}
#s-c366686d-8f4f-4615-b8cc-b2965155d142, #wrap-s-c366686d-8f4f-4615-b8cc-b2965155d142 { display: none !important; }}
#s-662b385f-6fbe-4831-b566-a66322ef9f69 {
  margin-top: 0px;
margin-left: 25%;
margin-bottom: 50px;
margin-right: 25%;
}
@media (max-width: 767px){#s-662b385f-6fbe-4831-b566-a66322ef9f69 {
  margin-left: 6%;
margin-bottom: 16px;
margin-right: 6%;
}
}
#s-873f3107-4fe1-4463-9ee0-022c98c5412a {
  margin-top: 4px;
min-height: 50px;
}
@media (max-width: 767px){#s-873f3107-4fe1-4463-9ee0-022c98c5412a {
  
}
}







#s-873f3107-4fe1-4463-9ee0-022c98c5412a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-873f3107-4fe1-4463-9ee0-022c98c5412a.shg-box.shg-c {
  justify-content: center;
}

#s-6249bcc2-ed3f-4761-b83c-b53b918e03d1 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-6249bcc2-ed3f-4761-b83c-b53b918e03d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6249bcc2-ed3f-4761-b83c-b53b918e03d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6249bcc2-ed3f-4761-b83c-b53b918e03d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6249bcc2-ed3f-4761-b83c-b53b918e03d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a6a58f4e-319d-45c9-875f-7f68994a13e2 {
  min-height: 50px;
}








#s-a6a58f4e-319d-45c9-875f-7f68994a13e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a6a58f4e-319d-45c9-875f-7f68994a13e2 {
  cursor: pointer;
}#s-a6a58f4e-319d-45c9-875f-7f68994a13e2.shg-box.shg-c {
  justify-content: center;
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  
  
  
  
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
    
    
  }


.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
      position: relative;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  
  
  
  
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
    
    
  }


.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
      position: relative;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 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-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  
  
  
  
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
    
    
  }


.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
      position: relative;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 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-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  
  
  
  
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
    
    
  }


.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
      position: relative;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  
  
  
  
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
    
    
  }


.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 .shogun-image-content {
  
    align-items: center;
  
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container {
      position: relative;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c1d78bd4-23e4-4bfd-be2c-ad4e53e642c9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-603697a1-fcf7-4f99-80be-6050280352ef {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-603697a1-fcf7-4f99-80be-6050280352ef {
  
}
}
#s-537c9b20-9451-407e-992e-1e8eec4f97db {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c {
  margin-bottom: 30px;
}
}

  #s-2c2ce005-db77-4983-b090-bc4dfc5ae36c-root {
    text-align: center;
  }


#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c2ce005-db77-4983-b090-bc4dfc5ae36c-root {
    text-align: center;
  }


#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c2ce005-db77-4983-b090-bc4dfc5ae36c-root {
    text-align: center;
  }


#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c2ce005-db77-4983-b090-bc4dfc5ae36c-root {
    text-align: center;
  }


#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c2ce005-db77-4983-b090-bc4dfc5ae36c-root {
    text-align: center;
  }


#s-2c2ce005-db77-4983-b090-bc4dfc5ae36c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-41c44c4b-76b4-48dc-9c3e-682ce660ea88 {
  min-height: 50px;
}
@media (max-width: 767px){#s-41c44c4b-76b4-48dc-9c3e-682ce660ea88 {
  
}
}







#s-41c44c4b-76b4-48dc-9c3e-682ce660ea88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-41c44c4b-76b4-48dc-9c3e-682ce660ea88 {
  cursor: pointer;
}#s-41c44c4b-76b4-48dc-9c3e-682ce660ea88.shg-box.shg-c {
  justify-content: center;
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  
  
  
  
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
    
    
  }


.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
      position: relative;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  
  
  
  
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
    
    
  }


.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
      position: relative;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d 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-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  
  
  
  
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
    
    
  }


.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
      position: relative;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d 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-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  
  
  
  
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
    
    
  }


.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
      position: relative;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  
  
  
  
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
    
    
  }


.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d .shogun-image-content {
  
    align-items: center;
  
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container {
      position: relative;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-27efa6da-22cc-4422-bc5e-2c76c09ceb8d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-0d754c33-6564-4a92-b273-cf7fabf34129 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-0d754c33-6564-4a92-b273-cf7fabf34129 {
  
}
}
#s-c2fce6d8-f294-43d4-94d1-3720cb6980f1 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 0%;
}

#s-94436739-6675-4ef1-b31a-f89dda5731d3 {
  margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
line-height: 1em;
background-image: none;
hover-type: color;
}
#s-94436739-6675-4ef1-b31a-f89dda5731d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-94436739-6675-4ef1-b31a-f89dda5731d3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-94436739-6675-4ef1-b31a-f89dda5731d3-root {
    text-align: center;
  }


#s-94436739-6675-4ef1-b31a-f89dda5731d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-94436739-6675-4ef1-b31a-f89dda5731d3-root {
    text-align: center;
  }


#s-94436739-6675-4ef1-b31a-f89dda5731d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-94436739-6675-4ef1-b31a-f89dda5731d3-root {
    text-align: center;
  }


#s-94436739-6675-4ef1-b31a-f89dda5731d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-94436739-6675-4ef1-b31a-f89dda5731d3-root {
    text-align: center;
  }


#s-94436739-6675-4ef1-b31a-f89dda5731d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-94436739-6675-4ef1-b31a-f89dda5731d3-root {
    text-align: center;
  }


#s-94436739-6675-4ef1-b31a-f89dda5731d3.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-4b6c7f5e-d83d-4a7f-8231-31ca89740e33 {
  margin-top: 70px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-4b6c7f5e-d83d-4a7f-8231-31ca89740e33 {
  display: none;
}
#s-4b6c7f5e-d83d-4a7f-8231-31ca89740e33, #wrap-s-4b6c7f5e-d83d-4a7f-8231-31ca89740e33 { display: none !important; }}
#s-95c9ffaa-b147-48a6-bc44-4da467462986 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-95c9ffaa-b147-48a6-bc44-4da467462986"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-95c9ffaa-b147-48a6-bc44-4da467462986"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-95c9ffaa-b147-48a6-bc44-4da467462986"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-95c9ffaa-b147-48a6-bc44-4da467462986"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9b180e73-f29d-4f9f-9cf9-d913c5435581 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-9b180e73-f29d-4f9f-9cf9-d913c5435581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9b180e73-f29d-4f9f-9cf9-d913c5435581 {
  cursor: pointer;
}#s-9b180e73-f29d-4f9f-9cf9-d913c5435581.shg-box.shg-c {
  justify-content: center;
}

#s-ee779943-603c-4678-a100-028508522aaa {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-ee779943-603c-4678-a100-028508522aaa {
  
  
  
  
}

#s-ee779943-603c-4678-a100-028508522aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee779943-603c-4678-a100-028508522aaa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee779943-603c-4678-a100-028508522aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
    
    
  }


.s-ee779943-603c-4678-a100-028508522aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-ee779943-603c-4678-a100-028508522aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee779943-603c-4678-a100-028508522aaa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
      position: relative;
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee779943-603c-4678-a100-028508522aaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-ee779943-603c-4678-a100-028508522aaa {
  
  
  
  
}

#s-ee779943-603c-4678-a100-028508522aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee779943-603c-4678-a100-028508522aaa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee779943-603c-4678-a100-028508522aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
    
    
  }


.s-ee779943-603c-4678-a100-028508522aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-ee779943-603c-4678-a100-028508522aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee779943-603c-4678-a100-028508522aaa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
      position: relative;
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee779943-603c-4678-a100-028508522aaa 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-ee779943-603c-4678-a100-028508522aaa {
  
  
  
  
}

#s-ee779943-603c-4678-a100-028508522aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee779943-603c-4678-a100-028508522aaa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee779943-603c-4678-a100-028508522aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
    
    
  }


.s-ee779943-603c-4678-a100-028508522aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-ee779943-603c-4678-a100-028508522aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee779943-603c-4678-a100-028508522aaa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
      position: relative;
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee779943-603c-4678-a100-028508522aaa 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-ee779943-603c-4678-a100-028508522aaa {
  
  
  
  
}

#s-ee779943-603c-4678-a100-028508522aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee779943-603c-4678-a100-028508522aaa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee779943-603c-4678-a100-028508522aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
    
    
  }


.s-ee779943-603c-4678-a100-028508522aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-ee779943-603c-4678-a100-028508522aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee779943-603c-4678-a100-028508522aaa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
      position: relative;
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee779943-603c-4678-a100-028508522aaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-ee779943-603c-4678-a100-028508522aaa {
  
  
  
  
}

#s-ee779943-603c-4678-a100-028508522aaa {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-ee779943-603c-4678-a100-028508522aaa .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-ee779943-603c-4678-a100-028508522aaa .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-ee779943-603c-4678-a100-028508522aaa img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
    
    
  }


.s-ee779943-603c-4678-a100-028508522aaa .shogun-image-content {
  
    align-items: center;
  
}

.s-ee779943-603c-4678-a100-028508522aaa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ee779943-603c-4678-a100-028508522aaa.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ee779943-603c-4678-a100-028508522aaa {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container {
      position: relative;
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ee779943-603c-4678-a100-028508522aaa.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ee779943-603c-4678-a100-028508522aaa img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-821c17b8-f153-4d81-867f-7de7a330c682 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-821c17b8-f153-4d81-867f-7de7a330c682 {
  
}
}
#s-5d8f73b2-803d-4a6d-9143-f1f406ffe224 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-5d8f73b2-803d-4a6d-9143-f1f406ffe224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5d8f73b2-803d-4a6d-9143-f1f406ffe224 {
  cursor: pointer;
}#s-5d8f73b2-803d-4a6d-9143-f1f406ffe224.shg-box.shg-c {
  justify-content: center;
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  
  
  
  
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
    
    
  }


.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
      position: relative;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  
  
  
  
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
    
    
  }


.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
      position: relative;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd 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-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  
  
  
  
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
    
    
  }


.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
      position: relative;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd 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-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  
  
  
  
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
    
    
  }


.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
      position: relative;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  
  
  
  
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
    
    
  }


.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd .shogun-image-content {
  
    align-items: center;
  
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container {
      position: relative;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f0b4096-01da-4505-b03a-c5baa0bbf8dd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7d10e8e4-b6b7-42bc-8edd-242f2416c6f5 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-7d10e8e4-b6b7-42bc-8edd-242f2416c6f5 {
  
}
}
#s-f369ac73-0f1c-4bd1-add7-549cbeafd5b5 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f369ac73-0f1c-4bd1-add7-549cbeafd5b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f369ac73-0f1c-4bd1-add7-549cbeafd5b5 {
  cursor: pointer;
}#s-f369ac73-0f1c-4bd1-add7-549cbeafd5b5.shg-box.shg-c {
  justify-content: center;
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  
  
  
  
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
    
    
  }


.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
      position: relative;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  
  
  
  
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
    
    
  }


.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
      position: relative;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e 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-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  
  
  
  
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
    
    
  }


.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
      position: relative;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e 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-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  
  
  
  
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
    
    
  }


.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
      position: relative;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  
  
  
  
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
    
    
  }


.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e .shogun-image-content {
  
    align-items: center;
  
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container {
      position: relative;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8cbe5d47-99c2-486e-952f-c6b9b8cafa0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-3b521de9-b94f-4d0f-92c8-11ab91321c0a {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-3b521de9-b94f-4d0f-92c8-11ab91321c0a {
  
}
}
#s-5a8bff93-6f3f-40ba-be3f-3d548899d02d {
  margin-bottom: 20px;
min-height: 50px;
}








#s-5a8bff93-6f3f-40ba-be3f-3d548899d02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5a8bff93-6f3f-40ba-be3f-3d548899d02d {
  cursor: pointer;
}#s-5a8bff93-6f3f-40ba-be3f-3d548899d02d.shg-box.shg-c {
  justify-content: center;
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  max-width: 550px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  
  
  
  
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
    
    
  }


.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
      position: relative;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  
  
  
  
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
    
    
  }


.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
      position: relative;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd 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-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  
  
  
  
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
    
    
  }


.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
      position: relative;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd 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-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  
  
  
  
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
    
    
  }


.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
      position: relative;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  
  
  
  
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
    
    
  }


.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd .shogun-image-content {
  
    align-items: center;
  
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container {
      position: relative;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3e6dd9c0-fe63-4dd0-84ca-ccc19d53e4fd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-92a3d263-4131-49dd-8baa-721956bc5326 {
  margin-top: 20px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-92a3d263-4131-49dd-8baa-721956bc5326 {
  
}
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center top;
}
@media (max-width: 767px){#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  
}
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  background-image: url(https://i.shgcdn.com/bac4c0bc-75e5-4330-8553-4a90bd04a320/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-659b2106-a04d-4453-8645-0e8f5077cd7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-659b2106-a04d-4453-8645-0e8f5077cd7e {
  cursor: pointer;
}#s-659b2106-a04d-4453-8645-0e8f5077cd7e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9e866c54-1bc4-4153-88c4-96226179f111 {
  margin-top: 50px;
}

#s-949d053c-be03-4f1e-99fa-b4019328aff9 {
  margin-top: 0px;
}

#s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94 {
  margin-top: -5px;
margin-bottom: -5px;
}
@media (min-width: 1200px){#s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94 {
  display: none;
}
#s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94, #wrap-s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94 {
  display: none;
}
#s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94, #wrap-s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94 {
  display: none;
}
#s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94, #wrap-s-b92a6d88-3a3d-4279-b2b6-962f9e20ac94 { display: none !important; }}
#s-166f1739-4add-4e19-a993-798cb1ea691d {
  margin-top: -5px;
margin-bottom: -5px;
}
@media (max-width: 767px){#s-166f1739-4add-4e19-a993-798cb1ea691d {
  display: none;
}
#s-166f1739-4add-4e19-a993-798cb1ea691d, #wrap-s-166f1739-4add-4e19-a993-798cb1ea691d { display: none !important; }}
#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZWJjMDRmYTktOWY1Yi00NzZmLWFkZDctOTUyNGUzZDBmMjkzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmRjNTc0O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZDA4ZTJmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNlYmMwNGZhOS05ZjViLTQ3NmYtYWRkNy05NTI0ZTNkMGYyOTMpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#fdc574"}, {"id"=>2, "pos"=>1, "color"=>"#d08e2f"}];
color: rgba(10, 19, 35, 1);
}
#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb-root {
    text-align: center;
  }


#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb-root {
    text-align: center;
  }


#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb-root {
    text-align: center;
  }


#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb-root {
    text-align: center;
  }


#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb-root {
    text-align: center;
  }


#s-71a95a2d-4be7-46ad-82b6-ce54c2ad3acb.shg-btn {
  color: rgba(10, 19, 35, 1);
  font-size: 20px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76 {
  cursor: pointer;
}#s-59b94d4c-beb5-49a0-ac42-f3e90d826a76.shg-box.shg-c {
  justify-content: center;
}

#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 {
  background-image: url(https://i.shgcdn.com/f5c60202-09d9-4587-9113-bea952df4082/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e0accd2a-20b7-4277-a393-bf68b1ef2642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e0accd2a-20b7-4277-a393-bf68b1ef2642.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2de235bd-9417-44db-9143-ea497ac3795f {
  margin-top: 76px;
margin-bottom: -8px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-2de235bd-9417-44db-9143-ea497ac3795f {
  margin-top: 40px;
margin-bottom: -9px;
}
}
#s-65a70b67-f717-428a-9b55-a4ed0cd987dd {
  margin-top: 3px;
margin-left: 2%;
margin-bottom: 0px;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-65a70b67-f717-428a-9b55-a4ed0cd987dd {
  margin-top: -1px;
}
}@media (max-width: 767px){#s-65a70b67-f717-428a-9b55-a4ed0cd987dd {
  display: none;
}
#s-65a70b67-f717-428a-9b55-a4ed0cd987dd, #wrap-s-65a70b67-f717-428a-9b55-a4ed0cd987dd { display: none !important; }}
#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  margin-top: 3px;
margin-left: 11%;
margin-bottom: 0px;
margin-right: 11%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  display: none;
}
#s-f45273d1-f425-46a9-8862-6e0dacca488f, #wrap-s-f45273d1-f425-46a9-8862-6e0dacca488f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  display: none;
}
#s-f45273d1-f425-46a9-8862-6e0dacca488f, #wrap-s-f45273d1-f425-46a9-8862-6e0dacca488f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  display: none;
}
#s-f45273d1-f425-46a9-8862-6e0dacca488f, #wrap-s-f45273d1-f425-46a9-8862-6e0dacca488f { display: none !important; }}@media (max-width: 767px){#s-f45273d1-f425-46a9-8862-6e0dacca488f {
  margin-top: -7px;
margin-left: 0%;
margin-right: 0%;
}
}
#s-691ad51c-2da9-4dee-ba7f-86b4f60beaad {
  margin-top: 0px;
margin-bottom: 4px;
}
@media (max-width: 767px){#s-691ad51c-2da9-4dee-ba7f-86b4f60beaad {
  display: none;
}
#s-691ad51c-2da9-4dee-ba7f-86b4f60beaad, #wrap-s-691ad51c-2da9-4dee-ba7f-86b4f60beaad { display: none !important; }}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  margin-top: 1px;
margin-bottom: 0px;
}
@media (min-width: 1200px){#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  display: none;
}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d, #wrap-s-3be40f3e-97ef-426b-9a7e-467158ce709d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  display: none;
}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d, #wrap-s-3be40f3e-97ef-426b-9a7e-467158ce709d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  display: none;
}
#s-3be40f3e-97ef-426b-9a7e-467158ce709d, #wrap-s-3be40f3e-97ef-426b-9a7e-467158ce709d { display: none !important; }}@media (max-width: 767px){#s-3be40f3e-97ef-426b-9a7e-467158ce709d {
  margin-top: -10px;
}
}
#s-2d2c1819-c639-48e5-ae74-9470aca751f2 {
  margin-top: 9px;
margin-bottom: 0px;
min-height: 50px;
}








#s-2d2c1819-c639-48e5-ae74-9470aca751f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d2c1819-c639-48e5-ae74-9470aca751f2.shg-box.shg-c {
  justify-content: center;
}

#s-1b051895-842a-45da-b733-9aff4b5f6c52 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1b051895-842a-45da-b733-9aff4b5f6c52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 {
  min-height: 50px;
max-width: 600px;
}
@media (max-width: 767px){#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 {
  margin-top: 0px;
margin-bottom: 10px;
}
}







#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938 {
  cursor: pointer;
}#s-7cbb9fec-364a-414c-9b9c-fd0bc57b5938.shg-box.shg-c {
  justify-content: center;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 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-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 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-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5152798b-aaec-4032-a997-28d4d2032a74 {
  
  
  
  
}

#s-5152798b-aaec-4032-a997-28d4d2032a74 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5152798b-aaec-4032-a997-28d4d2032a74 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
    
    
  }


.s-5152798b-aaec-4032-a997-28d4d2032a74 .shogun-image-content {
  
    align-items: center;
  
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5152798b-aaec-4032-a997-28d4d2032a74 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container {
      position: relative;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5152798b-aaec-4032-a997-28d4d2032a74 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c {
  min-height: 50px;
}








#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c {
  cursor: pointer;
}#s-b96ac80a-5bd5-4b9c-b0c5-90c2a6ace14c.shg-box.shg-c {
  justify-content: center;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  max-width: 1944px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b 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-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b 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-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  
  
  
  
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
    
    
  }


.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b .shogun-image-content {
  
    align-items: center;
  
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container {
      position: relative;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cca251a-afb9-49ed-bbc9-09b03cbb492b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-73ad995f-7f34-4896-a6b3-88083da85f39 {
  min-height: 50px;
}








#s-73ad995f-7f34-4896-a6b3-88083da85f39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-73ad995f-7f34-4896-a6b3-88083da85f39 {
  cursor: pointer;
}#s-73ad995f-7f34-4896-a6b3-88083da85f39.shg-box.shg-c {
  justify-content: center;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d 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-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d 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-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  
  
  
  
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
    
    
  }


.s-dfa7f84b-4600-4ccd-a905-21dda144d88d .shogun-image-content {
  
    align-items: center;
  
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container {
      position: relative;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dfa7f84b-4600-4ccd-a905-21dda144d88d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 {
  
}
}







#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e19f11ad-b8d7-488c-a487-31e9de4878a8 {
  cursor: pointer;
}#s-e19f11ad-b8d7-488c-a487-31e9de4878a8.shg-box.shg-c {
  justify-content: center;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  max-width: 1736px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 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-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 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-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  
  
  
  
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
    
    
  }


.s-0048b951-c7c5-4db2-a261-306fa1b47ae1 .shogun-image-content {
  
    align-items: center;
  
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container {
      position: relative;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0048b951-c7c5-4db2-a261-306fa1b47ae1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c13c09ae-a74b-4ecf-a127-70ac05f5520a {
  margin-top: 25px;
}

#s-bfeb40cc-e63b-436d-94f3-0632d303869b {
  margin-top: 5px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(26, 85, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bfeb40cc-e63b-436d-94f3-0632d303869b:hover {background-color: rgba(26, 85, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfeb40cc-e63b-436d-94f3-0632d303869b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfeb40cc-e63b-436d-94f3-0632d303869b-root {
    text-align: center;
  }


#s-bfeb40cc-e63b-436d-94f3-0632d303869b.shg-btn {
  color: #ffffff;
  font-size: 19px;
  
  
  
  display:  inline-block ;
}
}
#s-c5c5b5fb-9f66-4505-b4c9-10375a25a5d3 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-c5c5b5fb-9f66-4505-b4c9-10375a25a5d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c5c5b5fb-9f66-4505-b4c9-10375a25a5d3 {
  cursor: pointer;
}#s-c5c5b5fb-9f66-4505-b4c9-10375a25a5d3.shg-box.shg-c {
  justify-content: center;
}

#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}

#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-8663ea16-823d-444d-877a-e49df564a710 {
  background-image: url(https://i.shgcdn.com/479b13eb-212f-460c-911a-f3c1a5c708b6/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-8663ea16-823d-444d-877a-e49df564a710.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-8663ea16-823d-444d-877a-e49df564a710 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8663ea16-823d-444d-877a-e49df564a710.shg-box.shg-c {
  justify-content: center;
}

#s-11dc11e5-291d-4082-a257-5569daacae99 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 2048px;
aspect-ratio: 2048/221;
text-align: center;
}



.shg-image-margin-container-s-11dc11e5-291d-4082-a257-5569daacae99 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-11dc11e5-291d-4082-a257-5569daacae99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
    
    
  }


.s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-content {
  
    align-items: center;
  
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dc11e5-291d-4082-a257-5569daacae99 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
      position: relative;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-11dc11e5-291d-4082-a257-5569daacae99 {
  
  
  
  
}

#s-11dc11e5-291d-4082-a257-5569daacae99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
    
    
  }


.s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-content {
  
    align-items: center;
  
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dc11e5-291d-4082-a257-5569daacae99 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
      position: relative;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99 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-11dc11e5-291d-4082-a257-5569daacae99 {
  
  
  
  
}

#s-11dc11e5-291d-4082-a257-5569daacae99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
    
    
  }


.s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-content {
  
    align-items: center;
  
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dc11e5-291d-4082-a257-5569daacae99 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
      position: relative;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99 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-11dc11e5-291d-4082-a257-5569daacae99 {
  
  
  
  
}

#s-11dc11e5-291d-4082-a257-5569daacae99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
    
    
  }


.s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-content {
  
    align-items: center;
  
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dc11e5-291d-4082-a257-5569daacae99 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
      position: relative;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-11dc11e5-291d-4082-a257-5569daacae99 {
  
  
  
  
}

#s-11dc11e5-291d-4082-a257-5569daacae99 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      aspect-ratio: 2048/221;
      width: 100%;
      height: 100%;
    }

    #s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-link {
      aspect-ratio: 2048/221;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-11dc11e5-291d-4082-a257-5569daacae99 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
    
    
  }


.s-11dc11e5-291d-4082-a257-5569daacae99 .shogun-image-content {
  
    align-items: center;
  
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shg-align-container {
  display: flex;
  justify-content: center
}

.s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-11dc11e5-291d-4082-a257-5569daacae99 {
      --shg-aspect-ratio: calc(2048/221); 
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container {
      position: relative;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-11dc11e5-291d-4082-a257-5569daacae99 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4e8fdba2-94d0-460b-b1fd-902977c7864d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-41301c4f-1e74-452d-9071-fdf557de2044 {
  margin-top: -14px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e575ae85-3847-42ca-8b6f-154cd51fe5cb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e575ae85-3847-42ca-8b6f-154cd51fe5cb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e575ae85-3847-42ca-8b6f-154cd51fe5cb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e575ae85-3847-42ca-8b6f-154cd51fe5cb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2d41d11b-7683-43b1-9463-4fc4693ebad2 {
  min-height: 50px;
max-width: 600px;
}








#s-2d41d11b-7683-43b1-9463-4fc4693ebad2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d41d11b-7683-43b1-9463-4fc4693ebad2 {
  cursor: pointer;
}#s-2d41d11b-7683-43b1-9463-4fc4693ebad2.shg-box.shg-c {
  justify-content: center;
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  
  
  
  
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
    
    
  }


.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
      position: relative;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  
  
  
  
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
    
    
  }


.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
      position: relative;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 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-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  
  
  
  
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
    
    
  }


.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
      position: relative;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 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-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  
  
  
  
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
    
    
  }


.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
      position: relative;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  
  
  
  
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
    
    
  }


.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container {
      position: relative;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b0312d-fee0-48b8-90ef-c8ac217e0c11 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8660b4ea-9b4d-4ae5-ba0d-8dd7262331d5 {
  min-height: 50px;
}








#s-8660b4ea-9b4d-4ae5-ba0d-8dd7262331d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8660b4ea-9b4d-4ae5-ba0d-8dd7262331d5 {
  cursor: pointer;
}#s-8660b4ea-9b4d-4ae5-ba0d-8dd7262331d5.shg-box.shg-c {
  justify-content: center;
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  margin-bottom: 10px;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  
  
  
  margin-bottom: 10px;
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
    
    
  }


.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
      position: relative;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  
  
  
  
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
    
    
  }


.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
      position: relative;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d 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-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  
  
  
  
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
    
    
  }


.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
      position: relative;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d 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-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  
  
  
  
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
    
    
  }


.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
      position: relative;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  
  
  
  
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
    
    
  }


.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d .shogun-image-content {
  
    align-items: center;
  
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container {
      position: relative;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-77fc3d77-f60f-4f9d-9ad8-f77a436d3d5d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-8221fe8f-b3b4-4bc3-9da2-bcc67298ffbb {
  min-height: 50px;
}








#s-8221fe8f-b3b4-4bc3-9da2-bcc67298ffbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8221fe8f-b3b4-4bc3-9da2-bcc67298ffbb {
  cursor: pointer;
}#s-8221fe8f-b3b4-4bc3-9da2-bcc67298ffbb.shg-box.shg-c {
  justify-content: center;
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  
}
}


.shg-image-margin-container-s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  
  
  
  
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
    
    
  }


.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
      position: relative;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  
  
  
  
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
    
    
  }


.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
      position: relative;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 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-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  
  
  
  
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
    
    
  }


.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
      position: relative;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 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-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  
  
  
  
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
    
    
  }


.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
      position: relative;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  
  
  
  
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
    
    
  }


.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 .shogun-image-content {
  
    align-items: center;
  
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container {
      position: relative;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8b9bf5e6-d5b6-442c-8307-cbf664458cf4 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-a34eec9c-d428-4510-af8c-5bda60ea837f {
  min-height: 50px;
}
@media (max-width: 767px){#s-a34eec9c-d428-4510-af8c-5bda60ea837f {
  
}
}







#s-a34eec9c-d428-4510-af8c-5bda60ea837f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a34eec9c-d428-4510-af8c-5bda60ea837f {
  cursor: pointer;
}#s-a34eec9c-d428-4510-af8c-5bda60ea837f.shg-box.shg-c {
  justify-content: center;
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  
  
  
  
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
    
    
  }


.s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aed464d-5a60-4af8-8a33-038f0f67281d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
      position: relative;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  
  
  
  
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
    
    
  }


.s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aed464d-5a60-4af8-8a33-038f0f67281d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
      position: relative;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d 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-0aed464d-5a60-4af8-8a33-038f0f67281d {
  
  
  
  
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
    
    
  }


.s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aed464d-5a60-4af8-8a33-038f0f67281d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
      position: relative;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d 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-0aed464d-5a60-4af8-8a33-038f0f67281d {
  
  
  
  
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
    
    
  }


.s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aed464d-5a60-4af8-8a33-038f0f67281d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
      position: relative;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  
  
  
  
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0aed464d-5a60-4af8-8a33-038f0f67281d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
    
    
  }


.s-0aed464d-5a60-4af8-8a33-038f0f67281d .shogun-image-content {
  
    align-items: center;
  
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0aed464d-5a60-4af8-8a33-038f0f67281d {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container {
      position: relative;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0aed464d-5a60-4af8-8a33-038f0f67281d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32 {
  margin-top: 10px;
margin-bottom: 26px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(26, 85, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(250, 252, 254, 1);
}
#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32:hover {background-color: rgba(211, 57, 67, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-014a6cb6-b311-4ccf-aeea-bb33f91cda32-root {
    text-align: center;
  }


#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-014a6cb6-b311-4ccf-aeea-bb33f91cda32-root {
    text-align: center;
  }


#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-014a6cb6-b311-4ccf-aeea-bb33f91cda32-root {
    text-align: center;
  }


#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-014a6cb6-b311-4ccf-aeea-bb33f91cda32-root {
    text-align: center;
  }


#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-014a6cb6-b311-4ccf-aeea-bb33f91cda32-root {
    text-align: center;
  }


#s-014a6cb6-b311-4ccf-aeea-bb33f91cda32.shg-btn {
  color: rgba(250, 252, 254, 1);
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-48355951-af08-4d6c-9d93-bad386ebcff1 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-48355951-af08-4d6c-9d93-bad386ebcff1 {
  display: unset;
}
#s-48355951-af08-4d6c-9d93-bad386ebcff1, #wrap-s-48355951-af08-4d6c-9d93-bad386ebcff1 { display: unset !important; }}







#s-48355951-af08-4d6c-9d93-bad386ebcff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-48355951-af08-4d6c-9d93-bad386ebcff1 {
  cursor: pointer;
}#s-48355951-af08-4d6c-9d93-bad386ebcff1.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-fa58be57-a5ed-4e69-a613-327558fa6530"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fa58be57-a5ed-4e69-a613-327558fa6530"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-fa58be57-a5ed-4e69-a613-327558fa6530"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-fa58be57-a5ed-4e69-a613-327558fa6530"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-fa58be57-a5ed-4e69-a613-327558fa6530"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-fa58be57-a5ed-4e69-a613-327558fa6530"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 7.5px);
}

[id="s-fa58be57-a5ed-4e69-a613-327558fa6530"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 7.5px);
}

}

#s-2e45bab5-8b1f-400f-8d44-f2bcecf5f4a8 {
  min-height: 50px;
}








#s-2e45bab5-8b1f-400f-8d44-f2bcecf5f4a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2e45bab5-8b1f-400f-8d44-f2bcecf5f4a8.shg-box.shg-c {
  justify-content: center;
}

#s-acc9b865-1e6c-42a2-9a23-40a232e310b5 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-acc9b865-1e6c-42a2-9a23-40a232e310b5 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-bad1c82f-aeea-4f03-92aa-43786dd987a5 {
  margin-bottom: -19px;
}

#s-2981a9f7-69ef-43f1-836e-a42acb8a6178 {
  margin-left: 5%;
margin-right: 5%;
}
@media (max-width: 767px){#s-2981a9f7-69ef-43f1-836e-a42acb8a6178 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-70d03530-1719-4ca4-bbd3-fb50700cc87c {
  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(26, 85, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-70d03530-1719-4ca4-bbd3-fb50700cc87c:hover {background-color: rgba(93, 116, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-70d03530-1719-4ca4-bbd3-fb50700cc87c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-70d03530-1719-4ca4-bbd3-fb50700cc87c {
  margin-top: 5px;
margin-bottom: 15px;
}
}

  #s-70d03530-1719-4ca4-bbd3-fb50700cc87c-root {
    text-align: center;
  }


#s-70d03530-1719-4ca4-bbd3-fb50700cc87c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70d03530-1719-4ca4-bbd3-fb50700cc87c-root {
    text-align: center;
  }


#s-70d03530-1719-4ca4-bbd3-fb50700cc87c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70d03530-1719-4ca4-bbd3-fb50700cc87c-root {
    text-align: center;
  }


#s-70d03530-1719-4ca4-bbd3-fb50700cc87c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70d03530-1719-4ca4-bbd3-fb50700cc87c-root {
    text-align: center;
  }


#s-70d03530-1719-4ca4-bbd3-fb50700cc87c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70d03530-1719-4ca4-bbd3-fb50700cc87c-root {
    text-align: center;
  }


#s-70d03530-1719-4ca4-bbd3-fb50700cc87c.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  
}
}


.shg-image-margin-container-s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
    
    
  }


.s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d607f544-716b-49cd-ae0c-915067ae93e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
      position: relative;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  
  
  
  
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
    
    
  }


.s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d607f544-716b-49cd-ae0c-915067ae93e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
      position: relative;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0 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-d607f544-716b-49cd-ae0c-915067ae93e0 {
  
  
  
  
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
    
    
  }


.s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d607f544-716b-49cd-ae0c-915067ae93e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
      position: relative;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0 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-d607f544-716b-49cd-ae0c-915067ae93e0 {
  
  
  
  
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
    
    
  }


.s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d607f544-716b-49cd-ae0c-915067ae93e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
      position: relative;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  
  
  
  
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d607f544-716b-49cd-ae0c-915067ae93e0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
    
    
  }


.s-d607f544-716b-49cd-ae0c-915067ae93e0 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d607f544-716b-49cd-ae0c-915067ae93e0 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container {
      position: relative;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d607f544-716b-49cd-ae0c-915067ae93e0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
background-position: center center;
}

#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9 {
  cursor: pointer;
}#s-d0ef9ca4-bdd0-475b-a3d2-2210108fa9e9.shg-box.shg-c {
  justify-content: center;
}

#s-bd076751-5570-4e69-974e-8ec39b6e9442 {
  background-image: url(https://i.shgcdn.com/12ddc3a1-7d27-4e9a-a9f2-0a6d6cd90aea/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-color: rgba(25, 66, 109, 0);
}

@media (min-width: 0px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bd076751-5570-4e69-974e-8ec39b6e9442"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-03372c68-91cc-4440-a134-94fae62cb57c {
  min-height: 50px;
background-color: rgba(21, 44, 78, 0);
}








#s-03372c68-91cc-4440-a134-94fae62cb57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-03372c68-91cc-4440-a134-94fae62cb57c.shg-box.shg-c {
  justify-content: center;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 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-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 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-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  
  
  
  
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
    
    
  }


.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 .shogun-image-content {
  
    align-items: center;
  
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container {
      position: relative;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0ab6bb16-18a8-47e7-acf6-fa9b5bf613f6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: right center;
}

#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-caaa32e1-75ac-4863-a179-8bed3c559a56 {
  background-image: url(https://i.shgcdn.com/97bcb92d-10e1-46c4-ace7-3a3dc18fe803/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-caaa32e1-75ac-4863-a179-8bed3c559a56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-caaa32e1-75ac-4863-a179-8bed3c559a56.shg-box.shg-c {
  justify-content: center;
}

#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -6px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  padding-left: 15%;
padding-right: 15%;
}
}@media (max-width: 767px){#s-febcdc9f-0c40-4d1a-8ee3-4caeae845381 {
  margin-top: 53px;
margin-left: 15%;
margin-right: 15%;
}
}
#s-df27d369-a66f-4e31-9d1b-1b61097fd735 {
  margin-top: -8px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}
@media (max-width: 767px){#s-df27d369-a66f-4e31-9d1b-1b61097fd735 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8b376824-7d5c-4215-af98-e6bc1ff5d419 {
  margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(208, 142, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-8b376824-7d5c-4215-af98-e6bc1ff5d419:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b376824-7d5c-4215-af98-e6bc1ff5d419:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-8b376824-7d5c-4215-af98-e6bc1ff5d419 {
  margin-bottom: 40px;
}
}

  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b376824-7d5c-4215-af98-e6bc1ff5d419-root {
    text-align: center;
  }


#s-8b376824-7d5c-4215-af98-e6bc1ff5d419.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-79d8921b-d211-41e4-a12e-5e831db2a8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd {
  cursor: pointer;
}#s-79d8921b-d211-41e4-a12e-5e831db2a8dd.shg-box.shg-c {
  justify-content: center;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
margin-right: 26%;
max-width: 2048px;
aspect-ratio: 2000/635;
text-align: center;
}
@media (max-width: 767px){#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
margin-right: 16%;
}
}


.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 26%;
  margin-right: 26%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e 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-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e 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-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  
  
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin-left: 16%;
  margin-right: 16%;
  
  
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      aspect-ratio: 2000/635;
      width: 100%;
      height: 100%;
    }

    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-link {
      aspect-ratio: 2000/635;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
    
    
  }


.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e .shogun-image-content {
  
    align-items: center;
  
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e {
      --shg-aspect-ratio: calc(2000/635); 
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container {
      position: relative;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7cc8baaf-b3e9-48a4-839c-3a136ba63f3e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-top: 0px;
margin-bottom: -10px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4177d560-5dc4-4cf5-8809-c6cc7a2612dc {
  margin-left: 17%;
margin-right: 17%;
}
}
#s-7b0eafff-79a4-4eec-825a-ba4d4be0ac82 {
  margin-bottom: -20px;
}

#s-26cad876-bfdc-469a-9a57-2f60040aa145 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  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-e6e1c504-9d62-4864-8dd9-bb2157af52ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad {
  cursor: pointer;
}#s-e6e1c504-9d62-4864-8dd9-bb2157af52ad.shg-box.shg-c {
  justify-content: center;
}

#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 {
  min-height: 0px;
}








#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7aca5af3-8b7c-44b4-a6f4-3866a0237140.shg-box.shg-c {
  justify-content: center;
}

#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -10px;
margin-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-92450216-958b-4dae-8d34-87d5fa0ad7ee {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792 {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e7437e7-ab2f-49b8-8956-5d1ed8853792-root {
    text-align: center;
  }


#s-5e7437e7-ab2f-49b8-8956-5d1ed8853792.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Source Sans 3;
  display:  inline-block ;
}
}
#s-19234c03-aec9-4b7e-b723-cf5958b0b059 {
  margin-top: 0px;
margin-left: 2%;
margin-bottom: -8px;
margin-right: 2%;
}

#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 {
  margin-top: 15px;
margin-bottom: 15px;
min-height: 50px;
}








#s-a2518a16-426b-45ef-90c2-915bfe8a0a43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2518a16-426b-45ef-90c2-915bfe8a0a43.shg-box.shg-c {
  justify-content: center;
}

#s-679ef247-764f-458f-813f-674be42da10c {
  margin-top: 0px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-679ef247-764f-458f-813f-674be42da10c {
  
}
}
@media (min-width: 0px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-84d387d3-6917-4b57-82dc-8ceee3582516"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-60d39366-cd53-403a-861f-1c9d668735dd {
  min-height: 50px;
}








#s-60d39366-cd53-403a-861f-1c9d668735dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-60d39366-cd53-403a-861f-1c9d668735dd {
  cursor: pointer;
}#s-60d39366-cd53-403a-861f-1c9d668735dd.shg-box.shg-c {
  justify-content: center;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin-top: 0px;
margin-bottom: 0px;
max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 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-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 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-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  
  
  
  
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
    
    
  }


.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container {
      position: relative;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e8397f7a-8492-459a-b7e5-5eb1c30cb7f3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  min-height: 50px;
}








#s-c745e99c-1146-4974-b5e5-5c2d6f73195d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d {
  cursor: pointer;
}#s-c745e99c-1146-4974-b5e5-5c2d6f73195d.shg-box.shg-c {
  justify-content: center;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c 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-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c 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-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-679b2393-2117-42a8-80e9-a3b68f49662c {
  
  
  
  
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-679b2393-2117-42a8-80e9-a3b68f49662c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
    
    
  }


.s-679b2393-2117-42a8-80e9-a3b68f49662c .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-679b2393-2117-42a8-80e9-a3b68f49662c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container {
      position: relative;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-679b2393-2117-42a8-80e9-a3b68f49662c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  min-height: 50px;
}








#s-808eb7ce-3b88-470a-ae48-6405c0189acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb {
  cursor: pointer;
}#s-808eb7ce-3b88-470a-ae48-6405c0189acb.shg-box.shg-c {
  justify-content: center;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin-top: 0px;
margin-bottom: 15px;
}
}


.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 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-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 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-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  
  
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  
  
  margin-top: 0px;
  margin-bottom: 15px;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
    
    
  }


.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container {
      position: relative;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aca3f51e-212d-48b5-8cb7-c9c931e26f46 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  min-height: 50px;
}








#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced {
  cursor: pointer;
}#s-cfcbffb0-42f6-4fbf-9514-3caa829d2ced.shg-box.shg-c {
  justify-content: center;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca 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-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca 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-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-92d2964c-881b-48cf-91b6-2b264394ccca {
  
  
  
  
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-92d2964c-881b-48cf-91b6-2b264394ccca .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
    
    
  }


.s-92d2964c-881b-48cf-91b6-2b264394ccca .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shg-align-container {
  display: flex;
  justify-content: center
}

.s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-92d2964c-881b-48cf-91b6-2b264394ccca {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container {
      position: relative;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-92d2964c-881b-48cf-91b6-2b264394ccca img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-7223ecab-09af-49cf-aefa-02d615e6773d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d {
  cursor: pointer;
}#s-7223ecab-09af-49cf-aefa-02d615e6773d.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d4c61059-374a-4d9d-af69-9d03230d56a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-04f671df-66ce-4ddd-aa99-e95192c508ba {
  min-height: 50px;
}








#s-04f671df-66ce-4ddd-aa99-e95192c508ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-04f671df-66ce-4ddd-aa99-e95192c508ba.shg-box.shg-c {
  justify-content: center;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-top: 10px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
text-align: center;
}
@media (max-width: 767px){#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
margin-right: 8%;
}
}


.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  
  
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin-left: 8%;
  margin-right: 8%;
  
  
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e {
  margin: 0 !important;
}





  img.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
    
    
  }


.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e .shogun-image-content {
  
    align-items: center;
  
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb8d01c2-c9ec-4bf0-8290-1264b4cab58e.shogun-image {
  box-sizing: border-box;
}




}
#s-79f3f704-9425-4c89-8675-58e8b808711c {
  margin-left: 0%;
margin-right: 0%;
}

#s-db20a3f6-26b0-4f3e-8c08-4473099da241 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  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-6fd72436-a230-4305-a64d-eec43fbbab64:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6fd72436-a230-4305-a64d-eec43fbbab64:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6fd72436-a230-4305-a64d-eec43fbbab64 {
  margin-left: 9%;
margin-right: 9%;
}
}

  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fd72436-a230-4305-a64d-eec43fbbab64-root {
    text-align: center;
  }


#s-6fd72436-a230-4305-a64d-eec43fbbab64.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
margin-right: 5%;
max-width: 1000px;
aspect-ratio: 1/1;
text-align: center;
}
@media (max-width: 767px){#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
margin-right: 0%;
}
}


.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 5%;
  margin-right: 5%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c 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-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c 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-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  
  
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin-left: 0%;
  margin-right: 0%;
  
  
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
    
    
  }


.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c .shogun-image-content {
  
    align-items: center;
  
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container {
      position: relative;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7fff4bc2-bebb-4566-bf39-0b351ec6c15c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  min-height: 50px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4faff114-1713-4b2c-9466-6f17e22d4d76 {
  margin-top: 23px;
margin-bottom: 23px;
}
}







#s-4faff114-1713-4b2c-9466-6f17e22d4d76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4faff114-1713-4b2c-9466-6f17e22d4d76.shg-box.shg-c {
  justify-content: center;
}

#s-01ff7565-57d6-4f68-819c-c8083ba4b682 {
  margin-top: 20px;
margin-bottom: 10px;
}

#s-56d025cd-e36a-4844-bbf5-7380578214ff {
  min-height: 50px;
}








#s-56d025cd-e36a-4844-bbf5-7380578214ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-56d025cd-e36a-4844-bbf5-7380578214ff.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-20336dc5-fa09-46e1-a8e4-efae7599a478"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  min-height: 50px;
}








#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f {
  cursor: pointer;
}#s-c735a5f6-c93a-4e2e-97f3-e5938abe3e6f.shg-box.shg-c {
  justify-content: center;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 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-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 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-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  
  
  
  
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
    
    
  }


.s-9199fd85-a7ec-490b-9f64-39bc36806aa6 .shogun-image-content {
  
    align-items: center;
  
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container {
      position: relative;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9199fd85-a7ec-490b-9f64-39bc36806aa6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-11732bae-3de7-467a-9f91-bdf274bf82fe {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-63f6e8aa-719c-4314-874e-0a9571556f1f {
  padding-bottom: 15px;
}
}
#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  min-height: 50px;
}








#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe {
  cursor: pointer;
}#s-ac361ede-2e6d-4ce4-8063-ce8a532d1cfe.shg-box.shg-c {
  justify-content: center;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd 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-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd 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-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-5ec59233-dad6-4520-9724-f1f7738778bd {
  
  
  
  
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5ec59233-dad6-4520-9724-f1f7738778bd .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
    
    
  }


.s-5ec59233-dad6-4520-9724-f1f7738778bd .shogun-image-content {
  
    align-items: center;
  
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ec59233-dad6-4520-9724-f1f7738778bd {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container {
      position: relative;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ec59233-dad6-4520-9724-f1f7738778bd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-64fa248b-03aa-4e5b-a9ec-2cb44b0a4c78 {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
@media (max-width: 767px){#s-88f3ed44-86b7-47a0-a513-34c278deac5b {
  padding-bottom: 15px;
}
}
#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  min-height: 50px;
}








#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866 {
  cursor: pointer;
}#s-dff2fa28-127c-4bc0-a065-26bb3bb5a866.shg-box.shg-c {
  justify-content: center;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 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-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 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-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

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

.shg-image-margin-container-s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  
  
  
  
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      width: 100%;
      height: 100%;
    }

    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
    
    
  }


.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 .shogun-image-content {
  
    align-items: center;
  
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container {
      position: relative;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c67d21e1-8fca-4562-9d7a-54c17dcb4d79 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }

}
#s-fb794dc6-424f-45ba-b5a9-038b1095036e {
  padding-top: 17px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}

#s-fb2a9ce4-308b-47a2-ac74-4c26ad6c22c6 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}

#s-f5a9d9c8-0a68-443c-a790-650aaf097e23 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5a9d9c8-0a68-443c-a790-650aaf097e23"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
min-height: 10px;
max-width: 900px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f-root {
    text-align: center;
  }


#s-7693f157-2e3e-4f5c-bb04-d85c5fc65a2f.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  font-family: Lato;
  display:  block ;
}
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-68486903-2136-444a-a3bd-ae3582f12ff4:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-68486903-2136-444a-a3bd-ae3582f12ff4:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-68486903-2136-444a-a3bd-ae3582f12ff4-root {
    text-align: center;
  }


#s-68486903-2136-444a-a3bd-ae3582f12ff4.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
#s-06747246-14b4-4992-9423-8d3b22064ed1 {
  border-style: solid;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 10px;
border-left-width: 10px;
border-bottom-width: 10px;
border-right-width: 10px;
border-color: rgba(255, 255, 255, 1);
border-radius: 1px;
background-color: rgba(21, 44, 78, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-06747246-14b4-4992-9423-8d3b22064ed1:hover {background-color: rgba(30, 100, 158, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-06747246-14b4-4992-9423-8d3b22064ed1:active {background-color: rgba(21, 44, 78, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-06747246-14b4-4992-9423-8d3b22064ed1-root {
    text-align: center;
  }


#s-06747246-14b4-4992-9423-8d3b22064ed1.shg-btn {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
       and (min-width: 1024px)
       and (max-height: 1366px)
       and (-webkit-min-device-pixel-ratio: 1.5)
       and (hover: none)
       and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}
