.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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-0e6372b4-c79d-4eae-b91a-23f4c47e9312 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0e6372b4-c79d-4eae-b91a-23f4c47e9312 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0e6372b4-c79d-4eae-b91a-23f4c47e9312.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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-750d2f1e-f60f-4052-b115-acc43918a999 {
  margin-left: auto;
margin-right: auto;
max-width: 6936px;
text-align: center;
}
@media (min-width: 1200px){#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  display: none;
}
#s-750d2f1e-f60f-4052-b115-acc43918a999, #wrap-s-750d2f1e-f60f-4052-b115-acc43918a999 { display: none !important; }}@media (max-width: 767px){#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  display: none;
}
#s-750d2f1e-f60f-4052-b115-acc43918a999, #wrap-s-750d2f1e-f60f-4052-b115-acc43918a999 { display: none !important; }}


.shg-image-margin-container-s-750d2f1e-f60f-4052-b115-acc43918a999 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  padding-left: 0%;
  padding-right: 0%;
  
  
}

#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  margin: 0 !important;
  overflow: hidden;
}






.s-750d2f1e-f60f-4052-b115-acc43918a999 .shogun-image-content {
  
    align-items: center;
  
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-750d2f1e-f60f-4052-b115-acc43918a999 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  margin: 0 !important;
  overflow: hidden;
}






.s-750d2f1e-f60f-4052-b115-acc43918a999 .shogun-image-content {
  
    align-items: center;
  
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-750d2f1e-f60f-4052-b115-acc43918a999 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  margin: 0 !important;
  overflow: hidden;
}






.s-750d2f1e-f60f-4052-b115-acc43918a999 .shogun-image-content {
  
    align-items: center;
  
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-750d2f1e-f60f-4052-b115-acc43918a999 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  margin: 0 !important;
  overflow: hidden;
}






.s-750d2f1e-f60f-4052-b115-acc43918a999 .shogun-image-content {
  
    align-items: center;
  
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-750d2f1e-f60f-4052-b115-acc43918a999 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-750d2f1e-f60f-4052-b115-acc43918a999 {
  margin: 0 !important;
  overflow: hidden;
}






.s-750d2f1e-f60f-4052-b115-acc43918a999 .shogun-image-content {
  
    align-items: center;
  
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shg-align-container {
  display: flex;
  justify-content: center
}

.s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-750d2f1e-f60f-4052-b115-acc43918a999.shogun-image {
  box-sizing: border-box;
}




}
#s-766710a9-a6a2-477a-a53f-5c2915e051c6 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(82, 177, 215, 1);
}
@media (min-width: 1200px){#s-766710a9-a6a2-477a-a53f-5c2915e051c6 {
  display: none;
}
#s-766710a9-a6a2-477a-a53f-5c2915e051c6, #wrap-s-766710a9-a6a2-477a-a53f-5c2915e051c6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-766710a9-a6a2-477a-a53f-5c2915e051c6 {
  display: none;
}
#s-766710a9-a6a2-477a-a53f-5c2915e051c6, #wrap-s-766710a9-a6a2-477a-a53f-5c2915e051c6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-766710a9-a6a2-477a-a53f-5c2915e051c6 {
  
}
}







#s-766710a9-a6a2-477a-a53f-5c2915e051c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-766710a9-a6a2-477a-a53f-5c2915e051c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  margin-left: auto;
margin-right: auto;
max-width: 3092px;
text-align: center;
}



.shg-image-margin-container-s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){

.shg-image-margin-container-s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image {
  box-sizing: border-box;
}




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

.shg-image-margin-container-s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 {
  margin: 0 !important;
  overflow: hidden;
}






.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6 .shogun-image-content {
  
    align-items: center;
  
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fb19e4ce-ab44-4f48-bec5-e7b953a94da6.shogun-image {
  box-sizing: border-box;
}




}
.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 ::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-d6999591-150a-40e4-a460-45d345410662 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-53214ac9-3ad4-4f7e-b24d-b2f194f2e30c {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-79702530-7906-4720-90c7-ebbd97b8a047 {
  min-height: 50px;
}








#s-79702530-7906-4720-90c7-ebbd97b8a047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-79702530-7906-4720-90c7-ebbd97b8a047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb3b4502-307c-4444-a330-0c140fda6a07 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bb3b4502-307c-4444-a330-0c140fda6a07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb3b4502-307c-4444-a330-0c140fda6a07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-107f8d0c-4878-4f92-aac8-f44dab500fe0 {
  margin-left: auto;
margin-right: auto;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

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

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

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

#s-abd5ddb5-2e0d-4c36-9df2-fec0cf43fc1e {
  margin-left: auto;
margin-right: auto;
background-color: rgba(242, 247, 249, 1);
}

@media (min-width: 0px) {
[id="s-abd5ddb5-2e0d-4c36-9df2-fec0cf43fc1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-abd5ddb5-2e0d-4c36-9df2-fec0cf43fc1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abd5ddb5-2e0d-4c36-9df2-fec0cf43fc1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abd5ddb5-2e0d-4c36-9df2-fec0cf43fc1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3531933a-5bf8-4d27-9a9b-0b7046db9b2c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(242, 247, 249, 1);
}








#s-3531933a-5bf8-4d27-9a9b-0b7046db9b2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3531933a-5bf8-4d27-9a9b-0b7046db9b2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bc04409-d838-48f9-826a-8fd65391b84a {
  margin-top: 20px;
margin-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1bc04409-d838-48f9-826a-8fd65391b84a {
  display: none;
}
#s-1bc04409-d838-48f9-826a-8fd65391b84a, #wrap-s-1bc04409-d838-48f9-826a-8fd65391b84a { display: none !important; }}
#s-f8452cfd-d40e-4676-8183-6f6f4e871c5b {
  margin-left: auto;
margin-right: auto;
}

#s-9837ce4a-326e-426b-98dc-7df1001e28af {
  margin-top: 10px;
margin-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-9837ce4a-326e-426b-98dc-7df1001e28af {
  display: none;
}
#s-9837ce4a-326e-426b-98dc-7df1001e28af, #wrap-s-9837ce4a-326e-426b-98dc-7df1001e28af { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9837ce4a-326e-426b-98dc-7df1001e28af {
  display: none;
}
#s-9837ce4a-326e-426b-98dc-7df1001e28af, #wrap-s-9837ce4a-326e-426b-98dc-7df1001e28af { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9837ce4a-326e-426b-98dc-7df1001e28af {
  display: none;
}
#s-9837ce4a-326e-426b-98dc-7df1001e28af, #wrap-s-9837ce4a-326e-426b-98dc-7df1001e28af { display: none !important; }}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  
  
  text-transform: none;
  
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-eb9501b2-8037-4f03-813b-2efafe86272e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb9501b2-8037-4f03-813b-2efafe86272e .shg-product-title-component h1 {
  
  font-weight:  normal ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
  
  
  
}

.shg-product-image-wrapper a.shogun-product-image-url {
  display: inline-block;
}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
  max-width: max-content;
}

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

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 {
  margin-left: auto;
margin-right: auto;
padding-left: 20%;
padding-right: 20%;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 {
  max-width:  100%;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 {
  max-width:  100%;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 {
  max-width:  100%;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 {
  max-width:  100%;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 {
  max-width:  100%;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 .shg-image-zoom,
.shg-c#s-b3b12491-d02b-4aa3-b6d6-fc936aadc696 img.shogun-image {
  aspect-ratio: 1:1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
.shg-gallery-root {}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}
#s-9c23d81d-7ccb-40fa-a641-74483e338501 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 15%;
padding-bottom: 20px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: none;
text-align: left;
}

#s-9c23d81d-7ccb-40fa-a641-74483e338501 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-9c23d81d-7ccb-40fa-a641-74483e338501 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-9c23d81d-7ccb-40fa-a641-74483e338501 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-9c23d81d-7ccb-40fa-a641-74483e338501 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-9c23d81d-7ccb-40fa-a641-74483e338501 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-9c23d81d-7ccb-40fa-a641-74483e338501 .shg-gallery-dot {
  background-color: #FFF;
}

#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e {
  display: none;
}
#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e, #wrap-s-a2b77b06-f518-47a6-8fd6-62f65ffb193e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e {
  display: none;
}
#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e, #wrap-s-a2b77b06-f518-47a6-8fd6-62f65ffb193e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e {
  display: none;
}
#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e, #wrap-s-a2b77b06-f518-47a6-8fd6-62f65ffb193e { display: none !important; }}







#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a2b77b06-f518-47a6-8fd6-62f65ffb193e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2761e21-0fae-4179-8dc8-4e9d3cf20bc0 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-287eab1a-afc0-4996-afd9-f41ee6301590 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
text-align: center;
}

#s-287eab1a-afc0-4996-afd9-f41ee6301590 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-287eab1a-afc0-4996-afd9-f41ee6301590 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-287eab1a-afc0-4996-afd9-f41ee6301590 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7b596b4a-f316-4e81-b4bb-797bcb48ccb9 {
  margin-left: auto;
margin-right: auto;
padding-left: 10%;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-7b596b4a-f316-4e81-b4bb-797bcb48ccb9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b596b4a-f316-4e81-b4bb-797bcb48ccb9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7b596b4a-f316-4e81-b4bb-797bcb48ccb9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b596b4a-f316-4e81-b4bb-797bcb48ccb9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d:hover {border-radius: 10px !important;
background-color: rgba(21, 163, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-f26a78c4-6f38-48b3-9524-1f500aaeba0d-atc-btn-wrapper {
    text-align: center;
  }


#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-f26a78c4-6f38-48b3-9524-1f500aaeba0d-atc-btn-wrapper {
    text-align: center;
  }


#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-f26a78c4-6f38-48b3-9524-1f500aaeba0d-atc-btn-wrapper {
    text-align: center;
  }


#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-f26a78c4-6f38-48b3-9524-1f500aaeba0d-atc-btn-wrapper {
    text-align: center;
  }


#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-f26a78c4-6f38-48b3-9524-1f500aaeba0d-atc-btn-wrapper {
    text-align: center;
  }


#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-f26a78c4-6f38-48b3-9524-1f500aaeba0d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d0d54f2d-da2e-4a4b-bfee-b86275bf27af {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 40px;
margin-right: 20%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}

#s-d0d54f2d-da2e-4a4b-bfee-b86275bf27af .shg-product-quantity-wrapper {
  display: flex;
}

#s-d0d54f2d-da2e-4a4b-bfee-b86275bf27af .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-d0d54f2d-da2e-4a4b-bfee-b86275bf27af .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-d0d54f2d-da2e-4a4b-bfee-b86275bf27af .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-d0d54f2d-da2e-4a4b-bfee-b86275bf27af .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a44bbcfa-f9b3-47d0-a55b-62b2fdae64b2 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a44bbcfa-f9b3-47d0-a55b-62b2fdae64b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a44bbcfa-f9b3-47d0-a55b-62b2fdae64b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44b2a6b2-cb76-4795-b9fd-548d1b85d26e {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-right: 10%;
}

#s-b3b2de6e-e6d8-4472-8a73-931dc16b1d88 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-right: 10%;
}

#s-3e452a14-f9af-44e9-8988-d0e18dab1143 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-3e452a14-f9af-44e9-8988-d0e18dab1143 {
  display: none;
}
#s-3e452a14-f9af-44e9-8988-d0e18dab1143, #wrap-s-3e452a14-f9af-44e9-8988-d0e18dab1143 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3e452a14-f9af-44e9-8988-d0e18dab1143 {
  display: none;
}
#s-3e452a14-f9af-44e9-8988-d0e18dab1143, #wrap-s-3e452a14-f9af-44e9-8988-d0e18dab1143 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3e452a14-f9af-44e9-8988-d0e18dab1143 {
  
}
}@media (max-width: 767px){#s-3e452a14-f9af-44e9-8988-d0e18dab1143 {
  display: none;
}
#s-3e452a14-f9af-44e9-8988-d0e18dab1143, #wrap-s-3e452a14-f9af-44e9-8988-d0e18dab1143 { display: none !important; }}







#s-3e452a14-f9af-44e9-8988-d0e18dab1143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3e452a14-f9af-44e9-8988-d0e18dab1143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12b9e8c7-6f5d-4069-be0e-62b3079be362 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-62f4136f-f45d-4b9b-8065-483d057d6fe7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-62f4136f-f45d-4b9b-8065-483d057d6fe7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-62f4136f-f45d-4b9b-8065-483d057d6fe7 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-62f4136f-f45d-4b9b-8065-483d057d6fe7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-96a3d497-c5b3-4893-9a7a-5c6943d0dfb7 {
  margin-left: auto;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-96a3d497-c5b3-4893-9a7a-5c6943d0dfb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96a3d497-c5b3-4893-9a7a-5c6943d0dfb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96a3d497-c5b3-4893-9a7a-5c6943d0dfb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96a3d497-c5b3-4893-9a7a-5c6943d0dfb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ccc974e2-db1a-46ca-bfef-c0617595a308:hover {border-radius: 10px !important;
background-color: rgba(21, 163, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ccc974e2-db1a-46ca-bfef-c0617595a308:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ccc974e2-db1a-46ca-bfef-c0617595a308-atc-btn-wrapper {
    text-align: left;
  }


#s-ccc974e2-db1a-46ca-bfef-c0617595a308 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ccc974e2-db1a-46ca-bfef-c0617595a308-atc-btn-wrapper {
    text-align: left;
  }


#s-ccc974e2-db1a-46ca-bfef-c0617595a308 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ccc974e2-db1a-46ca-bfef-c0617595a308-atc-btn-wrapper {
    text-align: left;
  }


#s-ccc974e2-db1a-46ca-bfef-c0617595a308 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ccc974e2-db1a-46ca-bfef-c0617595a308-atc-btn-wrapper {
    text-align: left;
  }


#s-ccc974e2-db1a-46ca-bfef-c0617595a308 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ccc974e2-db1a-46ca-bfef-c0617595a308-atc-btn-wrapper {
    text-align: left;
  }


#s-ccc974e2-db1a-46ca-bfef-c0617595a308 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ccc974e2-db1a-46ca-bfef-c0617595a308.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-dfdc72b1-3c48-4c87-979b-e74223301baa {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-dfdc72b1-3c48-4c87-979b-e74223301baa .shg-product-quantity-wrapper {
  display: flex;
}

#s-dfdc72b1-3c48-4c87-979b-e74223301baa .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-dfdc72b1-3c48-4c87-979b-e74223301baa .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-dfdc72b1-3c48-4c87-979b-e74223301baa .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-dfdc72b1-3c48-4c87-979b-e74223301baa .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 {
  display: none;
}
#s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6, #wrap-s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 { display: none !important; }}@media (max-width: 767px){#s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 {
  display: none;
}
#s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6, #wrap-s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 { display: none !important; }}
#s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a1dc51b0-d488-4f56-8a6f-a33c34b941c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 {
  display: none;
}
#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820, #wrap-s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 { display: none !important; }}@media (max-width: 767px){#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 {
  display: none;
}
#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820, #wrap-s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 { display: none !important; }}







#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-af4fcc6b-d4ba-4af8-be63-cd1e396a4820.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c576c32-e58a-4ed6-8fdd-943ec9bc08e1 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
}

#s-95bfeb45-4a38-4802-9375-89694fb50bf2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-95bfeb45-4a38-4802-9375-89694fb50bf2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 30px;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-95bfeb45-4a38-4802-9375-89694fb50bf2 .shg-product-price {
  color: #000;
  font-weight:  500 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 30px;
}

#s-95bfeb45-4a38-4802-9375-89694fb50bf2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-14a0dc4e-6493-441d-bad2-22fd7ef2b14b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: 20%;
}

@media (min-width: 0px) {
[id="s-14a0dc4e-6493-441d-bad2-22fd7ef2b14b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14a0dc4e-6493-441d-bad2-22fd7ef2b14b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14a0dc4e-6493-441d-bad2-22fd7ef2b14b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14a0dc4e-6493-441d-bad2-22fd7ef2b14b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 15%;
padding-bottom: 15px;
padding-right: 15%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-dbd98cf2-2784-49a9-8fd9-5b004654defd:hover {border-radius: 10px !important;
background-color: rgba(21, 163, 230, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dbd98cf2-2784-49a9-8fd9-5b004654defd:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-dbd98cf2-2784-49a9-8fd9-5b004654defd-atc-btn-wrapper {
    text-align: left;
  }


#s-dbd98cf2-2784-49a9-8fd9-5b004654defd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-dbd98cf2-2784-49a9-8fd9-5b004654defd-atc-btn-wrapper {
    text-align: left;
  }


#s-dbd98cf2-2784-49a9-8fd9-5b004654defd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-dbd98cf2-2784-49a9-8fd9-5b004654defd-atc-btn-wrapper {
    text-align: left;
  }


#s-dbd98cf2-2784-49a9-8fd9-5b004654defd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-dbd98cf2-2784-49a9-8fd9-5b004654defd-atc-btn-wrapper {
    text-align: left;
  }


#s-dbd98cf2-2784-49a9-8fd9-5b004654defd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-dbd98cf2-2784-49a9-8fd9-5b004654defd-atc-btn-wrapper {
    text-align: left;
  }


#s-dbd98cf2-2784-49a9-8fd9-5b004654defd {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-dbd98cf2-2784-49a9-8fd9-5b004654defd.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-fb070bc5-0045-459c-b36e-029a74758a0e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-fb070bc5-0045-459c-b36e-029a74758a0e .shg-product-quantity-wrapper {
  display: flex;
}

#s-fb070bc5-0045-459c-b36e-029a74758a0e .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-fb070bc5-0045-459c-b36e-029a74758a0e .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-fb070bc5-0045-459c-b36e-029a74758a0e .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-fb070bc5-0045-459c-b36e-029a74758a0e .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-e46e9604-2ee8-469c-98d0-8bd95b6b0a61 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e46e9604-2ee8-469c-98d0-8bd95b6b0a61 {
  
}
}@media (max-width: 767px){#s-e46e9604-2ee8-469c-98d0-8bd95b6b0a61 {
  display: none;
}
#s-e46e9604-2ee8-469c-98d0-8bd95b6b0a61, #wrap-s-e46e9604-2ee8-469c-98d0-8bd95b6b0a61 { display: none !important; }}







#s-e46e9604-2ee8-469c-98d0-8bd95b6b0a61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e46e9604-2ee8-469c-98d0-8bd95b6b0a61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9979cf46-8cda-4825-95f9-1e4fd76379ac {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-9979cf46-8cda-4825-95f9-1e4fd76379ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9979cf46-8cda-4825-95f9-1e4fd76379ac"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9979cf46-8cda-4825-95f9-1e4fd76379ac"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9979cf46-8cda-4825-95f9-1e4fd76379ac"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9979cf46-8cda-4825-95f9-1e4fd76379ac"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9979cf46-8cda-4825-95f9-1e4fd76379ac"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9979cf46-8cda-4825-95f9-1e4fd76379ac"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  margin-left: auto;
margin-right: auto;
max-width: 60%;
aspect-ratio: 288/301;
text-align: left;
}



.shg-image-margin-container-s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-content {
  
    align-items: center;
  
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
      position: relative;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-content {
  
    align-items: center;
  
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
      position: relative;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-content {
  
    align-items: center;
  
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
      position: relative;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-content {
  
    align-items: center;
  
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
      position: relative;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }




.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 .shogun-image-content {
  
    align-items: center;
  
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container {
      position: relative;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-89edf76e-7c6c-45f5-af2a-9fc2ccdef998 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-25f6566b-de28-4434-a87b-fb96121fd954 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-b06f72b6-c980-488c-bc1b-fd3158a01954 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 1200px){#s-b06f72b6-c980-488c-bc1b-fd3158a01954 {
  display: none;
}
#s-b06f72b6-c980-488c-bc1b-fd3158a01954, #wrap-s-b06f72b6-c980-488c-bc1b-fd3158a01954 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b06f72b6-c980-488c-bc1b-fd3158a01954 {
  display: none;
}
#s-b06f72b6-c980-488c-bc1b-fd3158a01954, #wrap-s-b06f72b6-c980-488c-bc1b-fd3158a01954 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b06f72b6-c980-488c-bc1b-fd3158a01954 {
  display: none;
}
#s-b06f72b6-c980-488c-bc1b-fd3158a01954, #wrap-s-b06f72b6-c980-488c-bc1b-fd3158a01954 { display: none !important; }}@media (max-width: 767px){#s-b06f72b6-c980-488c-bc1b-fd3158a01954 {
  
}
}







#s-b06f72b6-c980-488c-bc1b-fd3158a01954 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b06f72b6-c980-488c-bc1b-fd3158a01954.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cfc801fa-fd4a-4195-b084-2df03c8ed0e7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  margin-left: auto;
margin-right: auto;
max-width: 20%;
aspect-ratio: 288/301;
text-align: center;
}



.shg-image-margin-container-s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
      position: relative;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
      position: relative;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

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

.shg-image-margin-container-s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
      position: relative;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

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

.shg-image-margin-container-s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
      position: relative;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

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

.shg-image-margin-container-s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }

    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-link {
      aspect-ratio: 288/301;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 20%;
  }




.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe .shogun-image-content {
  
    align-items: center;
  
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe {
      --shg-aspect-ratio: calc(288/301); 
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container {
      position: relative;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7bb2b38d-67d0-416c-b1d6-cf48386b1bbe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 20%;
    }
  }

}
#s-a12eaa19-2e92-4633-8b91-a9e0a8d62ea3 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
}

#s-b6fef7ac-707d-452d-a43b-dd2c742f53e0 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b6fef7ac-707d-452d-a43b-dd2c742f53e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b6fef7ac-707d-452d-a43b-dd2c742f53e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0301e339-c89c-493d-ac98-2d7be4ae146b {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
background-color: rgba(29, 169, 217, 1);
}

@media (min-width: 0px) {
[id="s-0301e339-c89c-493d-ac98-2d7be4ae146b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0301e339-c89c-493d-ac98-2d7be4ae146b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-0301e339-c89c-493d-ac98-2d7be4ae146b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-0301e339-c89c-493d-ac98-2d7be4ae146b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

}

#s-d879b573-85ea-4526-8e91-053780961145 {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-d879b573-85ea-4526-8e91-053780961145 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-d879b573-85ea-4526-8e91-053780961145 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-content {
  
    align-items: center;
  
}

.s-d879b573-85ea-4526-8e91-053780961145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d879b573-85ea-4526-8e91-053780961145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
      position: relative;
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-d879b573-85ea-4526-8e91-053780961145 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d879b573-85ea-4526-8e91-053780961145 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-content {
  
    align-items: center;
  
}

.s-d879b573-85ea-4526-8e91-053780961145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d879b573-85ea-4526-8e91-053780961145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
      position: relative;
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-d879b573-85ea-4526-8e91-053780961145 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d879b573-85ea-4526-8e91-053780961145 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-content {
  
    align-items: center;
  
}

.s-d879b573-85ea-4526-8e91-053780961145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d879b573-85ea-4526-8e91-053780961145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
      position: relative;
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-d879b573-85ea-4526-8e91-053780961145 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d879b573-85ea-4526-8e91-053780961145 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-content {
  
    align-items: center;
  
}

.s-d879b573-85ea-4526-8e91-053780961145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d879b573-85ea-4526-8e91-053780961145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
      position: relative;
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-d879b573-85ea-4526-8e91-053780961145 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-d879b573-85ea-4526-8e91-053780961145 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-d879b573-85ea-4526-8e91-053780961145 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-d879b573-85ea-4526-8e91-053780961145 .shogun-image-content {
  
    align-items: center;
  
}

.s-d879b573-85ea-4526-8e91-053780961145.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d879b573-85ea-4526-8e91-053780961145.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d879b573-85ea-4526-8e91-053780961145 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container {
      position: relative;
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d879b573-85ea-4526-8e91-053780961145.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d879b573-85ea-4526-8e91-053780961145 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-34b22423-ff7b-44b1-96de-18fc02892730 {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-34b22423-ff7b-44b1-96de-18fc02892730 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-34b22423-ff7b-44b1-96de-18fc02892730 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-content {
  
    align-items: center;
  
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34b22423-ff7b-44b1-96de-18fc02892730 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
      position: relative;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-34b22423-ff7b-44b1-96de-18fc02892730 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34b22423-ff7b-44b1-96de-18fc02892730 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-content {
  
    align-items: center;
  
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34b22423-ff7b-44b1-96de-18fc02892730 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
      position: relative;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-34b22423-ff7b-44b1-96de-18fc02892730 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34b22423-ff7b-44b1-96de-18fc02892730 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-content {
  
    align-items: center;
  
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34b22423-ff7b-44b1-96de-18fc02892730 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
      position: relative;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-34b22423-ff7b-44b1-96de-18fc02892730 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34b22423-ff7b-44b1-96de-18fc02892730 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-content {
  
    align-items: center;
  
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34b22423-ff7b-44b1-96de-18fc02892730 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
      position: relative;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-34b22423-ff7b-44b1-96de-18fc02892730 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-34b22423-ff7b-44b1-96de-18fc02892730 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-34b22423-ff7b-44b1-96de-18fc02892730 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-34b22423-ff7b-44b1-96de-18fc02892730 .shogun-image-content {
  
    align-items: center;
  
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34b22423-ff7b-44b1-96de-18fc02892730 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container {
      position: relative;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34b22423-ff7b-44b1-96de-18fc02892730 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-01bab16c-4c1f-4775-87da-39e32131d333 {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-01bab16c-4c1f-4775-87da-39e32131d333 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-01bab16c-4c1f-4775-87da-39e32131d333 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-content {
  
    align-items: center;
  
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01bab16c-4c1f-4775-87da-39e32131d333 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
      position: relative;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-01bab16c-4c1f-4775-87da-39e32131d333 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-01bab16c-4c1f-4775-87da-39e32131d333 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-content {
  
    align-items: center;
  
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01bab16c-4c1f-4775-87da-39e32131d333 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
      position: relative;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-01bab16c-4c1f-4775-87da-39e32131d333 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-01bab16c-4c1f-4775-87da-39e32131d333 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-content {
  
    align-items: center;
  
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01bab16c-4c1f-4775-87da-39e32131d333 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
      position: relative;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-01bab16c-4c1f-4775-87da-39e32131d333 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-01bab16c-4c1f-4775-87da-39e32131d333 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-content {
  
    align-items: center;
  
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01bab16c-4c1f-4775-87da-39e32131d333 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
      position: relative;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-01bab16c-4c1f-4775-87da-39e32131d333 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-01bab16c-4c1f-4775-87da-39e32131d333 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-01bab16c-4c1f-4775-87da-39e32131d333 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-01bab16c-4c1f-4775-87da-39e32131d333 .shogun-image-content {
  
    align-items: center;
  
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shg-align-container {
  display: flex;
  justify-content: center
}

.s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-01bab16c-4c1f-4775-87da-39e32131d333 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container {
      position: relative;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-01bab16c-4c1f-4775-87da-39e32131d333 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-fd409afa-9075-4694-a76a-93700b2f1192 {
  margin-top: 30px;
margin-left: 20%;
margin-bottom: 10px;
margin-right: 20%;
max-width: 60%;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-fd409afa-9075-4694-a76a-93700b2f1192 {
  margin-left: 20%;
  margin-right: 20%;
  margin-top: 30px;
  margin-bottom: 10px;
  /* Add padding handling */
  
  
  
  
}

#s-fd409afa-9075-4694-a76a-93700b2f1192 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd409afa-9075-4694-a76a-93700b2f1192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
      position: relative;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-fd409afa-9075-4694-a76a-93700b2f1192 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd409afa-9075-4694-a76a-93700b2f1192 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd409afa-9075-4694-a76a-93700b2f1192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
      position: relative;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-fd409afa-9075-4694-a76a-93700b2f1192 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd409afa-9075-4694-a76a-93700b2f1192 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd409afa-9075-4694-a76a-93700b2f1192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
      position: relative;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-fd409afa-9075-4694-a76a-93700b2f1192 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd409afa-9075-4694-a76a-93700b2f1192 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd409afa-9075-4694-a76a-93700b2f1192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
      position: relative;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

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

.shg-image-margin-container-s-fd409afa-9075-4694-a76a-93700b2f1192 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-fd409afa-9075-4694-a76a-93700b2f1192 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-fd409afa-9075-4694-a76a-93700b2f1192 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 60%;
  }



  img.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
    
    
    
    max-height: 60%;
  }


.s-fd409afa-9075-4694-a76a-93700b2f1192 .shogun-image-content {
  
    align-items: center;
  
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fd409afa-9075-4694-a76a-93700b2f1192 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container {
      position: relative;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fd409afa-9075-4694-a76a-93700b2f1192 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 60%;
    }
  }

}
#s-322a2fb7-6bbf-4c4a-b940-67c64b6a1142 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-322a2fb7-6bbf-4c4a-b940-67c64b6a1142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-322a2fb7-6bbf-4c4a-b940-67c64b6a1142.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  margin-left: auto;
margin-right: auto;
max-width: 6940px;
aspect-ratio: 6940/2608;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  display: none;
}
#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad, #wrap-s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad { display: none !important; }}@media (max-width: 767px){#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  display: none;
}
#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad, #wrap-s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad { display: none !important; }}


.shg-image-margin-container-s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-content {
  
    align-items: center;
  
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
      position: relative;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-content {
  
    align-items: center;
  
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
      position: relative;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

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

.shg-image-margin-container-s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-content {
  
    align-items: center;
  
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
      position: relative;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

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

.shg-image-margin-container-s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-content {
  
    align-items: center;
  
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
      position: relative;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

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

.shg-image-margin-container-s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }

    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-link {
      aspect-ratio: 6940/2608;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6940px;
  }



  img.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
    
    
    
    max-height: 6940px;
  }


.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad .shogun-image-content {
  
    align-items: center;
  
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shg-align-container {
  display: flex;
  justify-content: center
}

.s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad {
      --shg-aspect-ratio: calc(6940/2608); 
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container {
      position: relative;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-592101f6-e4d8-4639-8fa1-e69ff1cb51ad img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6940px;
    }
  }

}
#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  margin-left: auto;
margin-right: auto;
max-width: 4840px;
aspect-ratio: 4840/4512;
text-align: center;
}
@media (min-width: 1200px){#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  display: none;
}
#s-a9a5929b-db6a-428b-bb09-0158bf069a8c, #wrap-s-a9a5929b-db6a-428b-bb09-0158bf069a8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  display: none;
}
#s-a9a5929b-db6a-428b-bb09-0158bf069a8c, #wrap-s-a9a5929b-db6a-428b-bb09-0158bf069a8c { display: none !important; }}@media (max-width: 767px){#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  display: none;
}
#s-a9a5929b-db6a-428b-bb09-0158bf069a8c, #wrap-s-a9a5929b-db6a-428b-bb09-0158bf069a8c { display: none !important; }}


.shg-image-margin-container-s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
      position: relative;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
      position: relative;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

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

.shg-image-margin-container-s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
      position: relative;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

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

.shg-image-margin-container-s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
      position: relative;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

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

.shg-image-margin-container-s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }

    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-link {
      aspect-ratio: 4840/4512;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 4840px;
  }



  img.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
    
    
    
    max-height: 4840px;
  }


.s-a9a5929b-db6a-428b-bb09-0158bf069a8c .shogun-image-content {
  
    align-items: center;
  
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c {
      --shg-aspect-ratio: calc(4840/4512); 
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container {
      position: relative;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a9a5929b-db6a-428b-bb09-0158bf069a8c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 4840px;
    }
  }

}
#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  margin-left: auto;
margin-right: auto;
max-width: 1720px;
aspect-ratio: 1720/6152;
text-align: center;
}
@media (min-width: 1200px){#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  display: none;
}
#s-3c3e1d30-5f9e-4388-adf8-67117a668782, #wrap-s-3c3e1d30-5f9e-4388-adf8-67117a668782 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  display: none;
}
#s-3c3e1d30-5f9e-4388-adf8-67117a668782, #wrap-s-3c3e1d30-5f9e-4388-adf8-67117a668782 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  display: none;
}
#s-3c3e1d30-5f9e-4388-adf8-67117a668782, #wrap-s-3c3e1d30-5f9e-4388-adf8-67117a668782 { display: none !important; }}


.shg-image-margin-container-s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
      position: relative;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
      position: relative;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
      position: relative;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
      position: relative;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }

    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-link {
      aspect-ratio: 1720/6152;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-3c3e1d30-5f9e-4388-adf8-67117a668782 .shogun-image-content {
  
    align-items: center;
  
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 {
      --shg-aspect-ratio: calc(1720/6152); 
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container {
      position: relative;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3c3e1d30-5f9e-4388-adf8-67117a668782 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

}
#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  margin-left: auto;
margin-right: auto;
max-width: 6920px;
aspect-ratio: 6920/4264;
text-align: center;
}
@media (max-width: 767px){#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  display: none;
}
#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51, #wrap-s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 { display: none !important; }}


.shg-image-margin-container-s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
      position: relative;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
      position: relative;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

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

.shg-image-margin-container-s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
      position: relative;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

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

.shg-image-margin-container-s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
      position: relative;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

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

.shg-image-margin-container-s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }

    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-link {
      aspect-ratio: 6920/4264;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 6920px;
  }



  img.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
    
    
    
    max-height: 6920px;
  }


.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 .shogun-image-content {
  
    align-items: center;
  
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 {
      --shg-aspect-ratio: calc(6920/4264); 
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container {
      position: relative;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5a20e923-651e-41d4-bcba-83c1b8b9ef51 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 6920px;
    }
  }

}
#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  margin-left: auto;
margin-right: auto;
max-width: 1720px;
aspect-ratio: 1720/3524;
text-align: center;
}
@media (min-width: 1200px){#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  display: none;
}
#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab, #wrap-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  display: none;
}
#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab, #wrap-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  display: none;
}
#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab, #wrap-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab { display: none !important; }}


.shg-image-margin-container-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  margin-left: auto;
  margin-right: auto;
  
  
  /* Add padding handling */
  
  
  
  
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-content {
  
    align-items: center;
  
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
      position: relative;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-content {
  
    align-items: center;
  
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
      position: relative;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-content {
  
    align-items: center;
  
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
      position: relative;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-content {
  
    align-items: center;
  
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
      position: relative;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

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

.shg-image-margin-container-s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }

    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-link {
      aspect-ratio: 1720/3524;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1720px;
  }



  img.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
    
    
    
    max-height: 1720px;
  }


.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab .shogun-image-content {
  
    align-items: center;
  
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shg-align-container {
  display: flex;
  justify-content: center
}

.s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab {
      --shg-aspect-ratio: calc(1720/3524); 
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container {
      position: relative;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-126ee023-fbbe-4b57-8692-a3e2c7f651ab img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1720px;
    }
  }

}
#s-d36ddd7c-78e6-462c-84e6-385ebbf47b7e {
  margin-top: 35px;
margin-bottom: 35px;
min-height: 50px;
}








#s-d36ddd7c-78e6-462c-84e6-385ebbf47b7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d36ddd7c-78e6-462c-84e6-385ebbf47b7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-6fad2884-408f-4bab-bee5-7798615e1c6c {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fad2884-408f-4bab-bee5-7798615e1c6c .shogun-heading-component h1 {
  color: rgba(44, 86, 125, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-21a4bfae-5c24-4366-9796-48477873a000 {
  margin-bottom: 10px;
text-align: center;
}







  #s-21a4bfae-5c24-4366-9796-48477873a000 img.shogun-image {
    

    
    
    
  }


#s-21a4bfae-5c24-4366-9796-48477873a000 .shogun-image-content {
  
    align-items: center;
  
}

#s-a7a43d60-654e-490a-b914-b351d158a31b {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7a43d60-654e-490a-b914-b351d158a31b {
  display: none;
}
#s-a7a43d60-654e-490a-b914-b351d158a31b, #wrap-s-a7a43d60-654e-490a-b914-b351d158a31b { display: none !important; }}
@media (min-width: 0px) {
[id="s-a7a43d60-654e-490a-b914-b351d158a31b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7a43d60-654e-490a-b914-b351d158a31b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a7a43d60-654e-490a-b914-b351d158a31b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7a43d60-654e-490a-b914-b351d158a31b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-cf4ecdda-2796-45fb-bcd1-cfdc75fa2800 {
  min-height: 50px;
}








#s-cf4ecdda-2796-45fb-bcd1-cfdc75fa2800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cf4ecdda-2796-45fb-bcd1-cfdc75fa2800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d675b903-47a2-4709-81cc-9779d6844bfa {
  min-height: 50px;
}








#s-d675b903-47a2-4709-81cc-9779d6844bfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d675b903-47a2-4709-81cc-9779d6844bfa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
      position: relative;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
      position: relative;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
      position: relative;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
      position: relative;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff .shogun-image-content {
  
    align-items: center;
  
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container {
      position: relative;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aa483d83-ff8f-44cb-87cd-a8a9b240c6ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-64be0cf4-81ba-49c4-ac01-6aad42f77460 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-78307c93-114b-463c-9db7-6ae9a10b3d68 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
      position: relative;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
      position: relative;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
      position: relative;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
      position: relative;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-e3c71098-8e7e-469a-a310-6c242d6a36bb .shogun-image-content {
  
    align-items: center;
  
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container {
      position: relative;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e3c71098-8e7e-469a-a310-6c242d6a36bb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-900061f3-db62-47b0-b440-d01611ef2532 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-6d1e7efe-8feb-47ea-98ca-a3a7d698c027 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-6445481e-5204-41bc-bd1c-711c4768478e {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-9cef7116-b200-4527-962d-905cb1fe9704 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-9cef7116-b200-4527-962d-905cb1fe9704 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9cef7116-b200-4527-962d-905cb1fe9704 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cef7116-b200-4527-962d-905cb1fe9704 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
      position: relative;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9cef7116-b200-4527-962d-905cb1fe9704 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9cef7116-b200-4527-962d-905cb1fe9704 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cef7116-b200-4527-962d-905cb1fe9704 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
      position: relative;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-9cef7116-b200-4527-962d-905cb1fe9704 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9cef7116-b200-4527-962d-905cb1fe9704 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cef7116-b200-4527-962d-905cb1fe9704 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
      position: relative;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-9cef7116-b200-4527-962d-905cb1fe9704 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9cef7116-b200-4527-962d-905cb1fe9704 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cef7116-b200-4527-962d-905cb1fe9704 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
      position: relative;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-9cef7116-b200-4527-962d-905cb1fe9704 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-9cef7116-b200-4527-962d-905cb1fe9704 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9cef7116-b200-4527-962d-905cb1fe9704 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-9cef7116-b200-4527-962d-905cb1fe9704 .shogun-image-content {
  
    align-items: center;
  
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9cef7116-b200-4527-962d-905cb1fe9704 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container {
      position: relative;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9cef7116-b200-4527-962d-905cb1fe9704 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-cd6df90c-af5e-42fb-825b-a5771f3a766d {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-5571293a-dba4-4be0-b693-adf37f737590 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-4c0904f5-e8ca-4289-9291-b4ddf038325a {
  padding-left: 1%;
padding-right: 1%;
}
@media (min-width: 1200px){#s-4c0904f5-e8ca-4289-9291-b4ddf038325a {
  display: none;
}
#s-4c0904f5-e8ca-4289-9291-b4ddf038325a, #wrap-s-4c0904f5-e8ca-4289-9291-b4ddf038325a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c0904f5-e8ca-4289-9291-b4ddf038325a {
  display: none;
}
#s-4c0904f5-e8ca-4289-9291-b4ddf038325a, #wrap-s-4c0904f5-e8ca-4289-9291-b4ddf038325a { display: none !important; }}@media (max-width: 767px){#s-4c0904f5-e8ca-4289-9291-b4ddf038325a {
  display: none;
}
#s-4c0904f5-e8ca-4289-9291-b4ddf038325a, #wrap-s-4c0904f5-e8ca-4289-9291-b4ddf038325a { display: none !important; }}
@media (min-width: 0px) {
[id="s-4c0904f5-e8ca-4289-9291-b4ddf038325a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c0904f5-e8ca-4289-9291-b4ddf038325a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-4c0904f5-e8ca-4289-9291-b4ddf038325a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-4c0904f5-e8ca-4289-9291-b4ddf038325a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-119cd13a-7cef-4ffc-bae0-60de90eb610f {
  min-height: 50px;
}








#s-119cd13a-7cef-4ffc-bae0-60de90eb610f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-119cd13a-7cef-4ffc-bae0-60de90eb610f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-519dc9a8-9f95-4999-90f7-8bc6cb56f865 {
  min-height: 50px;
}








#s-519dc9a8-9f95-4999-90f7-8bc6cb56f865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-519dc9a8-9f95-4999-90f7-8bc6cb56f865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
      position: relative;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
      position: relative;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
      position: relative;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
      position: relative;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 .shogun-image-content {
  
    align-items: center;
  
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container {
      position: relative;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-899f1d85-737b-49a9-808a-fe1ac5fc8eb7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-43afe5b6-a27e-4421-818d-9100c19e89df {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-31f07d4b-dbaa-450b-b630-153127d10924 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-28c877d9-5401-4208-b466-2c1819aa7640 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-28c877d9-5401-4208-b466-2c1819aa7640 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28c877d9-5401-4208-b466-2c1819aa7640 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-content {
  
    align-items: center;
  
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c877d9-5401-4208-b466-2c1819aa7640 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
      position: relative;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-28c877d9-5401-4208-b466-2c1819aa7640 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28c877d9-5401-4208-b466-2c1819aa7640 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-content {
  
    align-items: center;
  
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c877d9-5401-4208-b466-2c1819aa7640 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
      position: relative;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-28c877d9-5401-4208-b466-2c1819aa7640 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28c877d9-5401-4208-b466-2c1819aa7640 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-content {
  
    align-items: center;
  
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c877d9-5401-4208-b466-2c1819aa7640 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
      position: relative;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-28c877d9-5401-4208-b466-2c1819aa7640 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28c877d9-5401-4208-b466-2c1819aa7640 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-content {
  
    align-items: center;
  
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c877d9-5401-4208-b466-2c1819aa7640 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
      position: relative;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-28c877d9-5401-4208-b466-2c1819aa7640 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-28c877d9-5401-4208-b466-2c1819aa7640 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-28c877d9-5401-4208-b466-2c1819aa7640 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-28c877d9-5401-4208-b466-2c1819aa7640 .shogun-image-content {
  
    align-items: center;
  
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shg-align-container {
  display: flex;
  justify-content: center
}

.s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-28c877d9-5401-4208-b466-2c1819aa7640 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container {
      position: relative;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-28c877d9-5401-4208-b466-2c1819aa7640 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-b5d05f69-4621-4908-aad7-106a6d00e774 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 10%;
padding-right: 10%;
}

#s-5570751e-4c79-4c77-8b36-6e7ddc1507d8 {
  margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-f3f9c866-d372-4eca-9f27-09bca5d02e0d {
  margin-left: 0%;
margin-bottom: 10px;
margin-right: 0%;
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  max-width: 1146px;
aspect-ratio: 1146/774;
text-align: center;
}



.shg-image-margin-container-s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
      position: relative;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
      position: relative;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
      position: relative;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
      position: relative;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

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

.shg-image-margin-container-s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  
  
  
  
  /* Add padding handling */
  
  
  
  
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }

    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-link {
      aspect-ratio: 1146/774;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 1146px;
  }



  img.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
    
    
    
    max-height: 1146px;
  }


.s-0eed638c-e85e-4631-89b8-dbcd7698e150 .shogun-image-content {
  
    align-items: center;
  
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 {
      --shg-aspect-ratio: calc(1146/774); 
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container {
      position: relative;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0eed638c-e85e-4631-89b8-dbcd7698e150 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 1146px;
    }
  }

}
#s-9b743e15-f8c1-4171-aa85-f89f0548e839 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
}

#s-f1e79a2a-db3a-45a2-a006-79ffa9d3c03c {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

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

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

#s-1a4117d9-780b-42e3-bba2-d891e0c4c006 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-fff1548f-72b3-4c4a-ba6a-4ca9dfc3bdf9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fff1548f-72b3-4c4a-ba6a-4ca9dfc3bdf9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fff1548f-72b3-4c4a-ba6a-4ca9dfc3bdf9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe0fab86-cd1c-402c-ba44-cb6add1905d9 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fe0fab86-cd1c-402c-ba44-cb6add1905d9 .shogun-heading-component h1 {
  color: rgba(44, 86, 125, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  
  line-height: 1.5em;
  letter-spacing: 4px;
  
}



#s-007b36dd-fb8c-4feb-99a9-5796cf1098fa {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-007b36dd-fb8c-4feb-99a9-5796cf1098fa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-1c6cb96b-6ae0-4daa-a37b-ec1f541c10d8 {
  margin-left: auto;
margin-right: auto;
}

#s-c4f35536-08a6-40f2-bb7f-e456c32260c9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c4f35536-08a6-40f2-bb7f-e456c32260c9 .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-1666329b-5a92-44ba-b3e5-fa1f8be83a9b {
  text-align: center;
}

#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 {
  max-width:  100%;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 .shg-image-zoom,
.shg-c#s-af63a34a-6404-4602-8160-1bb67d596a81 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-ddb132a0-e6fa-4412-9da7-d0a020eb8788 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-b1d38c75-68b3-496d-9069-0a002e15a76e:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-b1d38c75-68b3-496d-9069-0a002e15a76e:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-b1d38c75-68b3-496d-9069-0a002e15a76e-atc-btn-wrapper {
    text-align: center;
  }


#s-b1d38c75-68b3-496d-9069-0a002e15a76e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-b1d38c75-68b3-496d-9069-0a002e15a76e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-1e9ab43a-d190-4619-95a1-382329c8ce65 {
  margin-left: auto;
margin-right: auto;
}

#s-d338e26f-338f-435c-8730-cb672b11f0c2 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d338e26f-338f-435c-8730-cb672b11f0c2 .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-a4b61305-f2d5-4466-89fe-a082181f1d59 {
  text-align: center;
}

#s-fe4554af-f855-4770-bf78-64211e65291a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a {
  max-width:  100%;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a .shg-image-zoom,
.shg-c#s-fe4554af-f855-4770-bf78-64211e65291a img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-833683d4-760b-4edc-a588-21c06380e2a2 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-833683d4-760b-4edc-a588-21c06380e2a2 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-833683d4-760b-4edc-a588-21c06380e2a2 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-833683d4-760b-4edc-a588-21c06380e2a2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-ca9dab3f-c70e-4c31-a58b-d98830c1b570-atc-btn-wrapper {
    text-align: center;
  }


#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ca9dab3f-c70e-4c31-a58b-d98830c1b570.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-6c3da81c-5504-4b8b-b871-bf4a932a1715 {
  margin-left: auto;
margin-right: auto;
}

#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  display: none;
}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3, #wrap-s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  display: none;
}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3, #wrap-s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 {
  display: none;
}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3, #wrap-s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 { display: none !important; }}
#s-154087b1-8092-4c1f-9bb6-2ebac26a43a3 hr {
  border-top: 0px solid #ddd;
}

#s-f98df62d-05d0-42af-89b5-d73d8b69a4ac {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f98df62d-05d0-42af-89b5-d73d8b69a4ac .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-8b26e9d2-61cf-4030-8443-abd4bbff018f {
  text-align: center;
}

#s-0448339c-9988-461a-b811-949fab68bbcd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd {
  max-width:  100%;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd .shg-image-zoom,
.shg-c#s-0448339c-9988-461a-b811-949fab68bbcd img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-23d65f98-f655-4fa5-8bb1-896206cfb951 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-23d65f98-f655-4fa5-8bb1-896206cfb951 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-23d65f98-f655-4fa5-8bb1-896206cfb951 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-23d65f98-f655-4fa5-8bb1-896206cfb951 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-e06796e4-28b0-4cab-9b52-5c88e7f869d2-atc-btn-wrapper {
    text-align: center;
  }


#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-e06796e4-28b0-4cab-9b52-5c88e7f869d2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-deb74b83-27a3-4400-898a-23265e272b8d {
  margin-left: auto;
margin-right: auto;
}
@media (min-width: 1200px){#s-deb74b83-27a3-4400-898a-23265e272b8d {
  display: none;
}
#s-deb74b83-27a3-4400-898a-23265e272b8d, #wrap-s-deb74b83-27a3-4400-898a-23265e272b8d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-deb74b83-27a3-4400-898a-23265e272b8d {
  display: none;
}
#s-deb74b83-27a3-4400-898a-23265e272b8d, #wrap-s-deb74b83-27a3-4400-898a-23265e272b8d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-deb74b83-27a3-4400-898a-23265e272b8d {
  display: none;
}
#s-deb74b83-27a3-4400-898a-23265e272b8d, #wrap-s-deb74b83-27a3-4400-898a-23265e272b8d { display: none !important; }}
#s-deb74b83-27a3-4400-898a-23265e272b8d hr {
  border-top: 0px solid #ddd;
}

#s-cc8d5540-88ae-4691-968f-f534837d2516 {
  margin-left: auto;
margin-right: auto;
}

#s-99e38e8d-549b-4405-87fa-bb1a369dc627 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-99e38e8d-549b-4405-87fa-bb1a369dc627 .shg-product-title-component h1 {
  
  font-weight:  500 ;
  font-family: Poppins;
  
  font-size: 20px;
  
  
  
}

#s-a06ca2bd-a5fc-4f84-8046-03981198a214 {
  text-align: center;
}

#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 {
  max-width:  100%;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  max-width: 800px !important;
  
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 .shg-image-zoom,
.shg-c#s-2a64714f-11b2-4a7a-a70e-75df62334b07 img.shogun-image {
  aspect-ratio: 1/1;
  
  
  
  
  
  
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-1b23baff-f624-4832-8e28-e4152828db6f {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-1b23baff-f624-4832-8e28-e4152828db6f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 24px;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
}

#s-1b23baff-f624-4832-8e28-e4152828db6f .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Poppins;
  font-style:  normal ;
  font-size: 24px;
}

#s-1b23baff-f624-4832-8e28-e4152828db6f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 10px;
background-color: rgba(44, 86, 125, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-fe351189-7d46-453e-9c90-819d6d28b097:hover {border-radius: 10px !important;
background-color: rgba(120, 196, 222, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(44, 86, 125, 1) !important;}#s-fe351189-7d46-453e-9c90-819d6d28b097:active {border-radius: 10px !important;
background-color: rgba(18, 101, 139, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-fe351189-7d46-453e-9c90-819d6d28b097-atc-btn-wrapper {
    text-align: center;
  }


#s-fe351189-7d46-453e-9c90-819d6d28b097 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-fe351189-7d46-453e-9c90-819d6d28b097.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-e79096a3-189b-4f8a-b609-fa37313b7a06 {
  margin-left: 7%;
margin-right: 7%;
}

/*
  $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;
  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;
}
