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

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

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

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

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

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

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

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

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

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

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

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

#s-de0f9057-827e-4a32-a5b6-0555c59397dd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-de0f9057-827e-4a32-a5b6-0555c59397dd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  display: block;
}#s-de0f9057-827e-4a32-a5b6-0555c59397dd.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  justify-content: space-between;
}

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

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

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

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

#s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3 {
  background-image: url(https://i.shgcdn.com/5634bab3-2cd0-49f1-8f78-6a6668a0725e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
background-color: rgba(14, 14, 14, 1);
background-position: 100px top;
}

@media (min-width: 0px) {
[id="s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 992px) {
[id="s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

@media (min-width: 1200px) {
[id="s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.0px);
}

[id="s-c74c9fc0-9821-4e0e-8e78-fe1a57feaaf3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.0px);
}

}

#s-bbe64918-ca3b-471a-8040-695a6bf253b3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

.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;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-4b79bee7-3669-44de-b5c2-0a2b22d62b55 {
  margin-top: 0px;
margin-left: 0px;
margin-right: 20px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
max-width: 1200px;
text-align: left;
background-color: rgba(37, 37, 37, 0.5);
}
@media (min-width: 1200px){#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 {
  margin-top: 60px;
margin-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 {
  margin-top: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 {
  margin-top: 110px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 {
  margin-top: 110px;
margin-left: 20px;
margin-right: 20px;
text-align: center;
}
}
#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 0.8em;
  letter-spacing: 3px;
  
}


@media (min-width: 1200px){#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}@media (max-width: 767px){#s-4b79bee7-3669-44de-b5c2-0a2b22d62b55 .shogun-heading-component h2 {
  color: rgba(215, 215, 215, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.2em;
  letter-spacing: 3px;
  
}


}
#s-f1b43e5c-45a8-4fa6-8d79-beac00e965ad {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 40px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-f1b43e5c-45a8-4fa6-8d79-beac00e965ad {
  margin-bottom: 20px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f1b43e5c-45a8-4fa6-8d79-beac00e965ad {
  margin-top: 0px;
margin-left: 0px;
margin-right: 30px;
text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f1b43e5c-45a8-4fa6-8d79-beac00e965ad {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-f1b43e5c-45a8-4fa6-8d79-beac00e965ad {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
text-align: center;
}
}
#s-f1b43e5c-45a8-4fa6-8d79-beac00e965ad .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.2em;
  letter-spacing: 1px;
  
}



#s-8492d652-396f-400a-948c-2f6da06a06b0 {
  margin-left: 20px;
margin-bottom: 20px;
margin-right: 30px;
max-width: 600px;
text-align: center;
}
@media (min-width: 1200px){#s-8492d652-396f-400a-948c-2f6da06a06b0 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8492d652-396f-400a-948c-2f6da06a06b0 {
  margin-left: 0px;
margin-right: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8492d652-396f-400a-948c-2f6da06a06b0 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}
}@media (max-width: 767px){#s-8492d652-396f-400a-948c-2f6da06a06b0 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

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

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

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

#s-933bea94-9cfd-4008-b63e-86c935e2e267 {
  border-style: solid;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 16px;
padding-left: 20px;
padding-bottom: 16px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 0px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-933bea94-9cfd-4008-b63e-86c935e2e267:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-933bea94-9cfd-4008-b63e-86c935e2e267:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-933bea94-9cfd-4008-b63e-86c935e2e267 {
  display: none;
}
#s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-content-s-933bea94-9cfd-4008-b63e-86c935e2e267 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-933bea94-9cfd-4008-b63e-86c935e2e267 {
  display: none;
}
#s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-content-s-933bea94-9cfd-4008-b63e-86c935e2e267 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-933bea94-9cfd-4008-b63e-86c935e2e267 {
  display: none;
}
#s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-content-s-933bea94-9cfd-4008-b63e-86c935e2e267 { display: none !important; }}@media (max-width: 767px){#s-933bea94-9cfd-4008-b63e-86c935e2e267 {
  display: none;
}
#s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-s-933bea94-9cfd-4008-b63e-86c935e2e267, #wrap-content-s-933bea94-9cfd-4008-b63e-86c935e2e267 { display: none !important; }}

  #s-933bea94-9cfd-4008-b63e-86c935e2e267-root {
    text-align: left;
  }


#s-933bea94-9cfd-4008-b63e-86c935e2e267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-933bea94-9cfd-4008-b63e-86c935e2e267-root {
    text-align: left;
  }


#s-933bea94-9cfd-4008-b63e-86c935e2e267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-933bea94-9cfd-4008-b63e-86c935e2e267-root {
    text-align: left;
  }


#s-933bea94-9cfd-4008-b63e-86c935e2e267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-933bea94-9cfd-4008-b63e-86c935e2e267-root {
    text-align: left;
  }


#s-933bea94-9cfd-4008-b63e-86c935e2e267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-933bea94-9cfd-4008-b63e-86c935e2e267-root {
    text-align: left;
  }


#s-933bea94-9cfd-4008-b63e-86c935e2e267.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-radius: 2px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.3em;
letter-spacing: 2px;
}
#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a:hover {background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 992px) and (max-width: 1199px){#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 40px;
max-width: 1200px;
text-align: center;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}
}@media (max-width: 767px){#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a {
  margin-bottom: 20px;
text-align: center;
}
}

  #s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a-root {
    text-align: left;
  }


#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a-root {
    text-align: left;
  }


#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a-root {
    text-align: center;
  }


#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a-root {
    text-align: center;
  }


#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a-root {
    text-align: center;
  }


#s-3cc6c1b3-ef8b-469b-a88b-39b0e4f8de6a.shg-btn {
  color: #ffffff;
  font-size: 12px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-61f7ef34-a3c8-4978-a2e6-c4541d0ad289 {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 1000px;
background-color: rgba(0, 0, 0, 0);
}








#s-61f7ef34-a3c8-4978-a2e6-c4541d0ad289 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-61f7ef34-a3c8-4978-a2e6-c4541d0ad289.shg-box.shg-c {
  justify-content: center;
}

#s-e424ad95-f7e8-49dc-bcb6-5c267daa4dc9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

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

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

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

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

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

.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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-1526d000-0390-4570-8fba-a9b00fb5a317 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
max-width: 1160px;
}
@media (min-width: 1200px){#s-1526d000-0390-4570-8fba-a9b00fb5a317 {
  margin-top: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1526d000-0390-4570-8fba-a9b00fb5a317 {
  margin-top: 0px;
margin-left: 20px;
margin-right: 20px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1526d000-0390-4570-8fba-a9b00fb5a317 {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
}
}@media (max-width: 767px){#s-1526d000-0390-4570-8fba-a9b00fb5a317 {
  margin-top: 0px;
margin-left: 10px;
margin-right: 20px;
}
}
#s-52f482ff-31ca-4838-9bd4-a666fb84fea0 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
text-align: left;
background-color: rgba(0, 0, 0, 1);
}

#s-0fe483b3-8fd4-4a09-9ff9-681dce729398 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 1px;
max-width: 1160px;
}








#s-0fe483b3-8fd4-4a09-9ff9-681dce729398 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0fe483b3-8fd4-4a09-9ff9-681dce729398.shg-box.shg-c {
  justify-content: center;
}

#s-bd7e0ccb-90f8-4e36-ae98-d4fba211a6d9 {
  margin-left: auto;
margin-right: auto;
min-height: 1px;
max-width: 1160px;
}








#s-bd7e0ccb-90f8-4e36-ae98-d4fba211a6d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bd7e0ccb-90f8-4e36-ae98-d4fba211a6d9.shg-box.shg-c {
  justify-content: center;
}

#s-7e25690d-112b-4c19-9647-8bc5d44dde76 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-7e25690d-112b-4c19-9647-8bc5d44dde76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7e25690d-112b-4c19-9647-8bc5d44dde76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7e25690d-112b-4c19-9647-8bc5d44dde76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7e25690d-112b-4c19-9647-8bc5d44dde76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-6bc7b03b-7c4c-4706-9b8c-ef034e1962d4.shg-box.shg-c {
  justify-content: center;
}

#s-0a8f4b6e-9959-4526-a1d6-6b014c67ea93 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0a8f4b6e-9959-4526-a1d6-6b014c67ea93 .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content > * {
  flex-shrink: 0; /* Prevents children from shrinking maintaining natural size*/
  width: 100%;
}
#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 3px;
margin-right: auto;
max-width: 125px;
aspect-ratio: 250/69;
text-align: center;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 3px;
}

.shg-image-content-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
  box-sizing: border-box;
}



.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
      position: relative;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
  box-sizing: border-box;
}



.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
      position: relative;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
  box-sizing: border-box;
}



.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
      position: relative;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
  box-sizing: border-box;
}



.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
      position: relative;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  margin: 0 !important;
  overflow: visible;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add background color handling */
  
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 .shogun-image-content {
  
    justify-content: center;
  
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image {
  box-sizing: border-box;
}



.s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container {
      position: relative;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a4cc7a41-f5da-4e14-b082-3369eb2543f0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-ae48185b-9bab-4435-9bbf-f4bc544f0a79.shg-box.shg-c {
  justify-content: center;
}

#s-fcd6420f-181d-4637-a86b-244c93e46b4c {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fcd6420f-181d-4637-a86b-244c93e46b4c .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1em;
  
  
}



#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  margin-left: auto;
margin-bottom: -27px;
margin-right: auto;
max-width: 125px;
aspect-ratio: 250/69;
text-align: center;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -27px;
}

.shg-image-content-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
  box-sizing: border-box;
}



.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
      position: relative;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
  box-sizing: border-box;
}



.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
      position: relative;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
  box-sizing: border-box;
}



.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
      position: relative;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
  box-sizing: border-box;
}



.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
      position: relative;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  margin: 0 !important;
  overflow: visible;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add background color handling */
  
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d .shogun-image-content {
  
    justify-content: center;
  
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image {
  box-sizing: border-box;
}



.s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container {
      position: relative;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3a52aaba-3c75-43ac-bbbb-ba9094a84f9d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fed46614-0d8b-46b9-9fc3-e01e01493680 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-fed46614-0d8b-46b9-9fc3-e01e01493680 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-fed46614-0d8b-46b9-9fc3-e01e01493680.shg-box.shg-c {
  justify-content: center;
}

#s-65116884-759e-468c-bfe0-7aecd9525bf3 {
  margin-top: -10px;
margin-left: auto;
margin-bottom: 9px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-65116884-759e-468c-bfe0-7aecd9525bf3 .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1em;
  
  
}



#s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  margin-left: auto;
margin-bottom: -27px;
margin-right: auto;
max-width: 125px;
aspect-ratio: 250/69;
text-align: center;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  margin: 0 !important;
  overflow: visible;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  margin-bottom: -27px;
}

.shg-image-content-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add background color handling */
  
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
  box-sizing: border-box;
}



.s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db44573f-2309-4861-bc9e-0a77fa66f30c {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
      position: relative;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  margin: 0 !important;
  overflow: visible;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add background color handling */
  
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
  box-sizing: border-box;
}



.s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db44573f-2309-4861-bc9e-0a77fa66f30c {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
      position: relative;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  margin: 0 !important;
  overflow: visible;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add background color handling */
  
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
  box-sizing: border-box;
}



.s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db44573f-2309-4861-bc9e-0a77fa66f30c {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
      position: relative;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  margin: 0 !important;
  overflow: visible;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add background color handling */
  
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
  box-sizing: border-box;
}



.s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db44573f-2309-4861-bc9e-0a77fa66f30c {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
      position: relative;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  margin: 0 !important;
  overflow: visible;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-db44573f-2309-4861-bc9e-0a77fa66f30c {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add background color handling */
  
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-db44573f-2309-4861-bc9e-0a77fa66f30c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-db44573f-2309-4861-bc9e-0a77fa66f30c .shogun-image-content {
  
    justify-content: center;
  
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image {
  box-sizing: border-box;
}



.s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-db44573f-2309-4861-bc9e-0a77fa66f30c {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container {
      position: relative;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-db44573f-2309-4861-bc9e-0a77fa66f30c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(53, 152, 219, 1);
border-style: solid;
border-radius: 8px;
min-height: 150px;
max-width: 150px;
background-position: center center;
}

#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 {
  background-image: url(https://i.shgcdn.com/690a0d1c-2466-4ae5-bb00-7880f4ca4ac9/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}
#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-ec45c767-566f-4b70-9f84-fbebb9be49a4 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-ec45c767-566f-4b70-9f84-fbebb9be49a4.shg-box.shg-c {
  justify-content: center;
}

#s-ff36b399-5baf-4437-85fd-7a70953793e6 {
  margin-left: auto;
margin-bottom: 7px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff36b399-5baf-4437-85fd-7a70953793e6 .shogun-heading-component h4 {
  color: rgba(252, 252, 252, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  line-height: 1em;
  
  
}



#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 125px;
aspect-ratio: 250/69;
text-align: center;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  margin-top: 0px;
  margin-bottom: 0px;
}

.shg-image-content-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
  box-sizing: border-box;
}



.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
      position: relative;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

@media (min-width: 1200px){#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
  box-sizing: border-box;
}



.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
      position: relative;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 992px) and (max-width: 1199px){#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
  box-sizing: border-box;
}



.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
      position: relative;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (min-width: 768px) and (max-width: 991px){#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
  box-sizing: border-box;
}



.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
      position: relative;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

}@media (max-width: 767px){#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  margin: 0 !important;
  overflow: visible;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528-root {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow: visible;
}

.shg-image-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  overflow: visible;
  grid-column: 1;
  grid-row: 1;

  /* Add margin handling */
  
  
  
  
}

.shg-image-content-margin-container-s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
  pointer-events: none;
  grid-column: 1;
  grid-row: 1;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add background color handling */
  
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  /* Add padding handling */
  
  
  
  
  /* Add border handling */
  
  
  
  
  
  
  

}



  @supports  (aspect-ratio: 1/1) {
    
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }

    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-link {
      aspect-ratio: 250/69;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
    height: 100%;
    width: 100%;
    
    max-height: 125px;
  }



  img.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
    
    
    
    max-height: 125px;
  }


.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 .shogun-image-content {
  
    justify-content: center;
  
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image {
  box-sizing: border-box;
}



.s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image {
  
}


  @supports not (aspect-ratio: 1/1) {
    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 {
      --shg-aspect-ratio: calc(250/69); 
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container {
      position: relative;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fae4f1c-c988-4f8a-bb07-a137b93a2528 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 125px;
    }
  }

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

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

#s-6829b4d2-f083-4b36-95e6-5206bfc2a9c4 {
  margin-left: auto;
margin-right: auto;
}

#s-6829b4d2-f083-4b36-95e6-5206bfc2a9c4 hr {
  border-top: 1px solid #ddd;
}

#s-c0d72819-6517-404f-b04b-79e67e583a5a {
  margin-left: 0px;
margin-right: 16px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c0d72819-6517-404f-b04b-79e67e583a5a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0d72819-6517-404f-b04b-79e67e583a5a {
  
}
}@media (max-width: 767px){#s-c0d72819-6517-404f-b04b-79e67e583a5a {
  display: none;
}
#s-c0d72819-6517-404f-b04b-79e67e583a5a, #wrap-s-c0d72819-6517-404f-b04b-79e67e583a5a, #wrap-content-s-c0d72819-6517-404f-b04b-79e67e583a5a { display: none !important; }}







#s-c0d72819-6517-404f-b04b-79e67e583a5a > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-c0d72819-6517-404f-b04b-79e67e583a5a.shg-box.shg-c {
  justify-content: center;
}

#s-2e4a633a-2838-4d91-8fc7-40ce587c985b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 120px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-6847222c-fdf3-498f-8153-0c0d4ad553b1 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-6847222c-fdf3-498f-8153-0c0d4ad553b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6847222c-fdf3-498f-8153-0c0d4ad553b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6847222c-fdf3-498f-8153-0c0d4ad553b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6847222c-fdf3-498f-8153-0c0d4ad553b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6847222c-fdf3-498f-8153-0c0d4ad553b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6847222c-fdf3-498f-8153-0c0d4ad553b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-6847222c-fdf3-498f-8153-0c0d4ad553b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

}

.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: -moz-max-content;
  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-cfdc4527-daaf-4512-b7a1-ae90921eb89c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c {
  max-width:  100%;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c {
  max-width:  100%;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c {
  max-width:  100%;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c {
  max-width:  100%;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c {
  max-width:  100%;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c .shg-image-zoom,
.shg-c#s-cfdc4527-daaf-4512-b7a1-ae90921eb89c img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-019e7a8c-7fe2-4685-8932-f01e9f05cc0c {
  margin-top: 54px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-019e7a8c-7fe2-4685-8932-f01e9f05cc0c {
  margin-top: 10px;
}
}
.shg-product-title-component h1 span,
.shg-product-title-component h2 span,
.shg-product-title-component h3 span,
.shg-product-title-component h4 span,
.shg-product-title-component h5 span,
.shg-product-title-component h6 span {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-a0d2148a-9be6-4bb3-9718-33e11d24ac4e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-a0d2148a-9be6-4bb3-9718-33e11d24ac4e .shg-product-title-component h2 span {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}

#s-2a2755b5-9bc3-4e0c-9ca0-ccb02ed0ed5c {
  margin-top: 54px;
margin-left: auto;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-2a2755b5-9bc3-4e0c-9ca0-ccb02ed0ed5c {
  margin-top: 10px;
}
}
#s-16426376-e997-46a8-a5dd-a11c978ff2e5 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
text-align: left;
}

#s-16426376-e997-46a8-a5dd-a11c978ff2e5 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-16426376-e997-46a8-a5dd-a11c978ff2e5 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-16426376-e997-46a8-a5dd-a11c978ff2e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

.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-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: #252525;
background-image: none;
hover-type: color;
}
#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  margin-top: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  margin-top: 60px;
margin-bottom: 60px;
}
}

  #s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52-atc-btn-wrapper {
    text-align: center;
  }


#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52-atc-btn-wrapper {
    text-align: center;
  }


#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52-atc-btn-wrapper {
    text-align: center;
  }


#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52-atc-btn-wrapper {
    text-align: center;
  }


#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52-atc-btn-wrapper {
    text-align: center;
  }


#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-a3d898d4-5515-4a61-8cba-e1a0b02eeb52.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c {
  margin-left: 0px;
margin-right: 16px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c {
  display: none;
}
#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c, #wrap-s-d9d18ac9-6b61-4bb2-982f-d210356fd22c, #wrap-content-s-d9d18ac9-6b61-4bb2-982f-d210356fd22c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c {
  display: none;
}
#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c, #wrap-s-d9d18ac9-6b61-4bb2-982f-d210356fd22c, #wrap-content-s-d9d18ac9-6b61-4bb2-982f-d210356fd22c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c {
  display: none;
}
#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c, #wrap-s-d9d18ac9-6b61-4bb2-982f-d210356fd22c, #wrap-content-s-d9d18ac9-6b61-4bb2-982f-d210356fd22c { display: none !important; }}







#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
  display: block;
}#s-d9d18ac9-6b61-4bb2-982f-d210356fd22c.shg-box.shg-c {
  justify-content: center;
}

#s-a2374a25-beb2-43db-996a-52a55f849d57 {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
min-height: 120px;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b {
  max-width:  100%;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b {
  max-width:  100%;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b {
  max-width:  100%;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b {
  max-width:  100%;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b {
  max-width:  100%;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  max-width: 1400px !important;
  
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-product-image-wrapper {
  width: 100%;
  height: auto;
}

.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b .shg-image-zoom,
.shg-c#s-865c6d74-d2c3-4eb1-ac61-248f9f03004b img.shogun-image {
  aspect-ratio: 1400/760;
  border-style: none;
  border-color: #000;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  
    border-radius: 8px;
    overflow: hidden; /* To clip the inner img */
  
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-d6427a89-ced4-45b7-8300-15a0890959e5 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-d6427a89-ced4-45b7-8300-15a0890959e5 .shg-product-title-component h2 span {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  
}

#s-340c5dc2-5542-45d8-84a2-435293756c02 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 5px;
text-align: center;
}

#s-340c5dc2-5542-45d8-84a2-435293756c02 .shg-product-sold-out {
  display: none;
  color: rgba(34, 34, 34, 1);
  font-size: 18px;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
}

#s-340c5dc2-5542-45d8-84a2-435293756c02 .shg-product-price {
  color: rgba(34, 34, 34, 1);
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 18px;
}

#s-340c5dc2-5542-45d8-84a2-435293756c02 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: #252525;
background-image: none;
hover-type: color;
}
#s-5e333251-83eb-4eec-9358-609ec3219a13:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-5e333251-83eb-4eec-9358-609ec3219a13:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  margin-top: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  margin-top: 60px;
margin-bottom: 60px;
}
}

  #s-5e333251-83eb-4eec-9358-609ec3219a13-atc-btn-wrapper {
    text-align: center;
  }


#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (min-width: 1200px){
  #s-5e333251-83eb-4eec-9358-609ec3219a13-atc-btn-wrapper {
    text-align: center;
  }


#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e333251-83eb-4eec-9358-609ec3219a13-atc-btn-wrapper {
    text-align: center;
  }


#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-5e333251-83eb-4eec-9358-609ec3219a13-atc-btn-wrapper {
    text-align: center;
  }


#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}@media (max-width: 767px){
  #s-5e333251-83eb-4eec-9358-609ec3219a13-atc-btn-wrapper {
    text-align: center;
  }


#s-5e333251-83eb-4eec-9358-609ec3219a13 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn {
  color: #252525;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}

#s-5e333251-83eb-4eec-9358-609ec3219a13.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-078e6324-05db-4b57-ab5a-ef99c20d1faa {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1000px;
}

#s-078e6324-05db-4b57-ab5a-ef99c20d1faa > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-078e6324-05db-4b57-ab5a-ef99c20d1faa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(1, 95, 169, 1);
  padding: 10px;
}

#s-078e6324-05db-4b57-ab5a-ef99c20d1faa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-078e6324-05db-4b57-ab5a-ef99c20d1faa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-078e6324-05db-4b57-ab5a-ef99c20d1faa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: ;
  font-size: 16px;
}

#s-078e6324-05db-4b57-ab5a-ef99c20d1faa > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-9af7ba1c-97d5-4c4b-910c-227af398fbf6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-9af7ba1c-97d5-4c4b-910c-227af398fbf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9af7ba1c-97d5-4c4b-910c-227af398fbf6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9af7ba1c-97d5-4c4b-910c-227af398fbf6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9af7ba1c-97d5-4c4b-910c-227af398fbf6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-96a55c12-bf8e-4de1-b4f0-aee097989672 {
  box-shadow:1px 1px 20px 10px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: left;
}
@media (max-width: 767px){#s-96a55c12-bf8e-4de1-b4f0-aee097989672 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20px;
}
}
#s-a2e39fa9-c561-4b03-ae89-b45db6d8f17d {
  box-shadow:1px 1px 20px 10px rgba(204, 204, 204, 1);
margin-top: 20px;
margin-left: 10px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: none;
border-radius: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a2e39fa9-c561-4b03-ae89-b45db6d8f17d {
  margin-top: 0px;
margin-left: 20px;
}
}
#s-fb211058-f2a7-465f-9dd4-855abb852e64 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-fb211058-f2a7-465f-9dd4-855abb852e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb211058-f2a7-465f-9dd4-855abb852e64.shg-box.shg-c {
  justify-content: center;
}

#s-32c3011e-83d9-4c9c-9fca-e97940d5501b {
  margin-left: auto;
margin-right: auto;
}

#s-32c3011e-83d9-4c9c-9fca-e97940d5501b hr {
  border-top: 1px solid #ddd;
}

#s-ab7e65a6-7f3a-4cda-8f0a-5f7c99ec90a2 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-ab7e65a6-7f3a-4cda-8f0a-5f7c99ec90a2 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-b8d9f019-a3cb-4795-82d8-6f01b8029323 {
  border-style: solid;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 8px;
background-color: rgba(1, 95, 169, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b8d9f019-a3cb-4795-82d8-6f01b8029323:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b8d9f019-a3cb-4795-82d8-6f01b8029323:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b8d9f019-a3cb-4795-82d8-6f01b8029323-root {
    text-align: center;
  }


#s-b8d9f019-a3cb-4795-82d8-6f01b8029323.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b8d9f019-a3cb-4795-82d8-6f01b8029323-root {
    text-align: center;
  }


#s-b8d9f019-a3cb-4795-82d8-6f01b8029323.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b8d9f019-a3cb-4795-82d8-6f01b8029323-root {
    text-align: center;
  }


#s-b8d9f019-a3cb-4795-82d8-6f01b8029323.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b8d9f019-a3cb-4795-82d8-6f01b8029323-root {
    text-align: center;
  }


#s-b8d9f019-a3cb-4795-82d8-6f01b8029323.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b8d9f019-a3cb-4795-82d8-6f01b8029323-root {
    text-align: center;
  }


#s-b8d9f019-a3cb-4795-82d8-6f01b8029323.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-dbc465ef-c8c5-427c-8de8-eaa87a224bda {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}
