.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-39573b03-9faa-4d05-983b-0ccaff871223 {
  margin-top: -16px;
margin-left: auto;
margin-bottom: -16px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(178, 34, 34, 1);
}








#s-39573b03-9faa-4d05-983b-0ccaff871223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-39573b03-9faa-4d05-983b-0ccaff871223.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: #000000;
  font-family: "Roboto";
  font-weight: 900;
}

.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: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000000;
  font-family: "Assistant";
}

.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: #000000;
  font-family: "Roboto";
  font-weight: 900;
}

.shg-theme-text-content p {
  color: #000000;
  font-family: "Assistant";
  font-weight: 400;
}

#s-06505f49-ff15-419f-9c3b-ad2891c77ea7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 6px;
border-left-width: 6px;
border-bottom-width: 6px;
border-right-width: 6px;
border-color: rgba(40, 68, 22, 1);
border-style: none;
background-color: rgba(68, 185, 99, 1);
}

#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  min-height: 480px;
}
}@media (max-width: 767px){#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
display: none;
}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef, #wrap-s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef { display: none !important; }}
#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef {
  background-image: url(https://i.shgcdn.com/37d68de9-cb1f-4436-8335-3d9d703ab03f/);
}








#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-7b76ed5f-1329-4c40-9306-5c036d8bc2ef.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

@media (min-width: 1200px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}@media (max-width: 767px){#s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81 {
  
}
}
@media (min-width: 0px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cf9274cf-c3be-43aa-8afa-3bc6666b8a81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}@media (max-width: 767px){#s-042102a7-0d38-4113-8b9f-657bf5d14a9b {
  
}
}







#s-042102a7-0d38-4113-8b9f-657bf5d14a9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-042102a7-0d38-4113-8b9f-657bf5d14a9b.shg-box.shg-c {
  justify-content: flex-start;
}

.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: #000000;
  font-family: "Roboto";
  text-transform: none;
  font-weight: 900;
  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-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-bfa5694b-fa26-466e-9d3b-2a2a8f4c3f30 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}
#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-669cf8f5-a9e3-4f54-a912-d55e0c8a2191 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}



#s-26b736b1-c2b6-473d-99a2-8581b70cc77e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

.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-9d362860-ae04-4331-bd1d-a0253b9db740 {
  border-style: solid;
margin-top: 25px;
margin-left: 8px;
margin-bottom: 25px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-9d362860-ae04-4331-bd1d-a0253b9db740:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1OGFjODMtMTM1OC00NTMwLTg3ZmMtYmE5NGM3MTg5N2I2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU4YWM4My0xMzU4LTQ1MzAtODdmYy1iYTk0YzcxODk3YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-9d362860-ae04-4331-bd1d-a0253b9db740:active {background-color: rgba(215, 48, 63, 1) !important;
text-decoration: none !important;}

  #s-9d362860-ae04-4331-bd1d-a0253b9db740-atc-btn-wrapper {
    text-align: center;
  }


#s-9d362860-ae04-4331-bd1d-a0253b9db740 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-9d362860-ae04-4331-bd1d-a0253b9db740-atc-btn-wrapper {
    text-align: center;
  }


#s-9d362860-ae04-4331-bd1d-a0253b9db740 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-9d362860-ae04-4331-bd1d-a0253b9db740-atc-btn-wrapper {
    text-align: center;
  }


#s-9d362860-ae04-4331-bd1d-a0253b9db740 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-9d362860-ae04-4331-bd1d-a0253b9db740-atc-btn-wrapper {
    text-align: center;
  }


#s-9d362860-ae04-4331-bd1d-a0253b9db740 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-9d362860-ae04-4331-bd1d-a0253b9db740-atc-btn-wrapper {
    text-align: center;
  }


#s-9d362860-ae04-4331-bd1d-a0253b9db740 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-9d362860-ae04-4331-bd1d-a0253b9db740.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
#s-08337e5e-93b9-4062-9e24-83fc24bb371b {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-08337e5e-93b9-4062-9e24-83fc24bb371b {
  
}
}@media (max-width: 767px){#s-08337e5e-93b9-4062-9e24-83fc24bb371b {
  display: none;
}
#s-08337e5e-93b9-4062-9e24-83fc24bb371b, #wrap-s-08337e5e-93b9-4062-9e24-83fc24bb371b { display: none !important; }}
#s-08337e5e-93b9-4062-9e24-83fc24bb371b .shogun-heading-component h5 {
  color: rgba(68, 185, 99, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 35px;
  line-height: 1.5em;
  
  
}



#s-32f56152-c946-4c24-8c6d-09957352f5ce {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 720px;
background-position: center center;
}
@media (min-width: 1200px){#s-32f56152-c946-4c24-8c6d-09957352f5ce {
  display: none;
}
#s-32f56152-c946-4c24-8c6d-09957352f5ce, #wrap-s-32f56152-c946-4c24-8c6d-09957352f5ce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32f56152-c946-4c24-8c6d-09957352f5ce {
  display: none;
}
#s-32f56152-c946-4c24-8c6d-09957352f5ce, #wrap-s-32f56152-c946-4c24-8c6d-09957352f5ce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32f56152-c946-4c24-8c6d-09957352f5ce {
  min-height: 480px;
display: none;
}
#s-32f56152-c946-4c24-8c6d-09957352f5ce, #wrap-s-32f56152-c946-4c24-8c6d-09957352f5ce { display: none !important; }}@media (max-width: 767px){#s-32f56152-c946-4c24-8c6d-09957352f5ce {
  margin-left: 0px;
margin-right: 0px;
padding-left: 20px;
padding-right: 20px;
min-height: 480px;
}
}
#s-32f56152-c946-4c24-8c6d-09957352f5ce {
  background-image: url(https://i.shgcdn.com/a58dfdc3-8f4e-4392-a382-4a127ceb9a74/);
}








#s-32f56152-c946-4c24-8c6d-09957352f5ce > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-32f56152-c946-4c24-8c6d-09957352f5ce.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 1200px){#s-e6762602-0818-49b4-9fe0-5b5fae2aece5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e6762602-0818-49b4-9fe0-5b5fae2aece5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e6762602-0818-49b4-9fe0-5b5fae2aece5 {
  
}
}@media (max-width: 767px){#s-e6762602-0818-49b4-9fe0-5b5fae2aece5 {
  
}
}
@media (min-width: 0px) {
[id="s-e6762602-0818-49b4-9fe0-5b5fae2aece5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6762602-0818-49b4-9fe0-5b5fae2aece5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6762602-0818-49b4-9fe0-5b5fae2aece5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6762602-0818-49b4-9fe0-5b5fae2aece5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6762602-0818-49b4-9fe0-5b5fae2aece5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6762602-0818-49b4-9fe0-5b5fae2aece5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6762602-0818-49b4-9fe0-5b5fae2aece5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-ce5fd511-b296-44ee-9019-3964a17cda9a {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-ce5fd511-b296-44ee-9019-3964a17cda9a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ce5fd511-b296-44ee-9019-3964a17cda9a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ce5fd511-b296-44ee-9019-3964a17cda9a {
  
}
}@media (max-width: 767px){#s-ce5fd511-b296-44ee-9019-3964a17cda9a {
  
}
}







#s-ce5fd511-b296-44ee-9019-3964a17cda9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ce5fd511-b296-44ee-9019-3964a17cda9a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ed5b81ca-8469-4e93-8254-c4fb6f5c94ef {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ed5b81ca-8469-4e93-8254-c4fb6f5c94ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 64px;
  
  
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-ed5b81ca-8469-4e93-8254-c4fb6f5c94ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 56px;
  
  
  text-align: center;
}


}@media (max-width: 767px){#s-ed5b81ca-8469-4e93-8254-c4fb6f5c94ef .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: center;
}


}
#s-c7445901-a11f-49fe-99c2-5b3febc429f7 {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c7445901-a11f-49fe-99c2-5b3febc429f7 .shogun-heading-component h2 {
  color: rgba(244, 244, 244, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}



#s-60873a61-75ad-496f-988a-052c32a695aa {
  margin-left: auto;
margin-right: auto;
text-align: center;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d {
  border-style: solid;
margin-top: 25px;
margin-left: 8px;
margin-bottom: 25px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1OGFjODMtMTM1OC00NTMwLTg3ZmMtYmE5NGM3MTg5N2I2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU4YWM4My0xMzU4LTQ1MzAtODdmYy1iYTk0YzcxODk3YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d:active {background-color: rgba(215, 48, 63, 1) !important;
text-decoration: none !important;}

  #s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d-atc-btn-wrapper {
    text-align: center;
  }


#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d-atc-btn-wrapper {
    text-align: center;
  }


#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d-atc-btn-wrapper {
    text-align: center;
  }


#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d-atc-btn-wrapper {
    text-align: center;
  }


#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d-atc-btn-wrapper {
    text-align: center;
  }


#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-cfd2d0c3-5cf6-4ca0-b640-ba15932cea5d.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
#s-fb57e567-48dd-4cf9-9acf-028faf82629f {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fb57e567-48dd-4cf9-9acf-028faf82629f .shogun-heading-component h2 {
  color: rgba(178, 34, 34, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


@media (max-width: 767px){#s-fb57e567-48dd-4cf9-9acf-028faf82629f .shogun-heading-component h2 {
  color: rgba(68, 185, 99, 1);
  font-weight:  normal ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  
  
}


}
#s-bbb48a89-121f-4a3e-96b5-099db6502b59 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bbb48a89-121f-4a3e-96b5-099db6502b59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bbb48a89-121f-4a3e-96b5-099db6502b59.shg-box.shg-c {
  justify-content: center;
}

#s-56fd3e6e-9202-43c3-8b76-416e74064ca9 {
  margin-left: auto;
margin-right: auto;
padding-left: 12%;
padding-right: 12%;
background-color: rgba(244, 244, 244, 1);
}

.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000000;
  font-family: "Roboto";
  text-transform: none;
  font-weight: 900;
  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-57fa55ec-807b-4569-9069-1024aa560d1c {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57fa55ec-807b-4569-9069-1024aa560d1c .shg-product-title-component h1 {
  
  
  
  
  
  
  
  
}

#s-8e2f8c4c-bc5e-4f48-86c3-1c25e9470e99 {
  margin-left: 0%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-8e2f8c4c-bc5e-4f48-86c3-1c25e9470e99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e2f8c4c-bc5e-4f48-86c3-1c25e9470e99"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e2f8c4c-bc5e-4f48-86c3-1c25e9470e99"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e2f8c4c-bc5e-4f48-86c3-1c25e9470e99"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8e2f8c4c-bc5e-4f48-86c3-1c25e9470e99"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-43530b92-2dfd-4c7d-83cd-93767a443b32 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 3px;
margin-right: 0%;
}

#s-6d9d2212-923a-44d5-855b-5b456cf9f73f {
  margin-top: -20px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6 {
  border-style: solid;
margin-top: 25px;
margin-left: 8px;
margin-bottom: 25px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: left;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-6e789cf1-1878-42d9-b3b4-93bac9203df6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNDJlZTZlMWItNjQwNi00Y2Q2LWI3MzEtMGZkODQ5YTg1MzQ0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM0MmVlNmUxYi02NDA2LTRjZDYtYjczMS0wZmQ4NDlhODUzNDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-6e789cf1-1878-42d9-b3b4-93bac9203df6:active {background-color: rgba(215, 48, 63, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-6e789cf1-1878-42d9-b3b4-93bac9203df6 {
  
}
#s-6e789cf1-1878-42d9-b3b4-93bac9203df6:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNTUyZjM5ZDYtNTU3ZS00MDU4LTliZGYtOWI0ZTU4M2M3OTFmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM1NTJmMzlkNi01NTdlLTQwNTgtOWJkZi05YjRlNTgzYzc5MWYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}}

  #s-6e789cf1-1878-42d9-b3b4-93bac9203df6-atc-btn-wrapper {
    text-align: left;
  }


#s-6e789cf1-1878-42d9-b3b4-93bac9203df6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-6e789cf1-1878-42d9-b3b4-93bac9203df6-atc-btn-wrapper {
    text-align: left;
  }


#s-6e789cf1-1878-42d9-b3b4-93bac9203df6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6e789cf1-1878-42d9-b3b4-93bac9203df6-atc-btn-wrapper {
    text-align: left;
  }


#s-6e789cf1-1878-42d9-b3b4-93bac9203df6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6e789cf1-1878-42d9-b3b4-93bac9203df6-atc-btn-wrapper {
    text-align: left;
  }


#s-6e789cf1-1878-42d9-b3b4-93bac9203df6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-6e789cf1-1878-42d9-b3b4-93bac9203df6-atc-btn-wrapper {
    text-align: left;
  }


#s-6e789cf1-1878-42d9-b3b4-93bac9203df6 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6e789cf1-1878-42d9-b3b4-93bac9203df6.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
.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-09d3f5d8-e09b-4dad-903c-84f4c3ec1b2e {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-09d3f5d8-e09b-4dad-903c-84f4c3ec1b2e .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-09d3f5d8-e09b-4dad-903c-84f4c3ec1b2e .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-09d3f5d8-e09b-4dad-903c-84f4c3ec1b2e .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-09d3f5d8-e09b-4dad-903c-84f4c3ec1b2e .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-09d3f5d8-e09b-4dad-903c-84f4c3ec1b2e .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}
#s-bd7b563b-a035-4d15-8ac0-2665d4b8f80b {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}

#s-bd7b563b-a035-4d15-8ac0-2665d4b8f80b .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 30px;
padding-left: 10%;
padding-bottom: 30px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8da933a9-ddc0-4917-9680-8ff49c18f9fc.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c9ffa79-3452-4420-ac24-24d88069fdb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dbbca1d-db68-4d9c-b264-3f21e3261f9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-36b86bda-11b1-4f57-ad7b-048200c84e5f {
  margin-bottom: 40px;
}
}







#s-36b86bda-11b1-4f57-ad7b-048200c84e5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36b86bda-11b1-4f57-ad7b-048200c84e5f.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  -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;
}

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6d0e5d43-da85-4123-b4b9-22f813588656 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 64px;
max-width: 480px;
aspect-ratio: 732/244;
text-align: center;
}





  #s-6d0e5d43-da85-4123-b4b9-22f813588656 img.shogun-image,
  #s-6d0e5d43-da85-4123-b4b9-22f813588656 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d0e5d43-da85-4123-b4b9-22f813588656 {
    width: 100%;
    height: auto;
  }



  #s-6d0e5d43-da85-4123-b4b9-22f813588656 img.shogun-image {
    

    
    
    
  }


#s-6d0e5d43-da85-4123-b4b9-22f813588656 .shogun-image-content {
  
    align-items: center;
  
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-003f005f-2fcc-405c-a66c-635c33ee530d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e5606fc5-e79c-4ed1-92eb-7aa5f8bf7c92 {
  margin-top: 10px;
}

#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 64px;
max-width: 480px;
aspect-ratio: 732/244;
text-align: center;
}





  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 img.shogun-image,
  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 {
    width: 100%;
    height: auto;
  }



  #s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 img.shogun-image {
    

    
    
    
  }


#s-18ba0ca9-0fce-41c2-a4a6-d0ad7ed2e635 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f4b8ede5-f3cd-41fe-830a-4dcf75f8dcc9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  min-height: 50px;
}
@media (max-width: 767px){#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 {
  margin-top: 0px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7b4aab32-1c5c-4a19-bc7a-e91d1c56af72.shg-box.shg-c {
  justify-content: center;
}

#s-43757720-be18-4c6f-934e-20f09aa1644c {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e59a5c1c-d781-4d24-a4ad-0999755fe6fd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 {
  margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
}
}







#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c7e3ff99-4b2a-45a2-bc7e-15df8bd5e473.shg-box.shg-c {
  justify-content: center;
}

#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 64px;
max-width: 480px;
aspect-ratio: 732/244;
text-align: right;
}





  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 img.shogun-image,
  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 {
    width: 100%;
    height: auto;
  }



  #s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 img.shogun-image {
    

    
    
    
  }


#s-b3d42eee-fcac-4f84-bf04-5fe364e758b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-1b60061b-fc00-4b53-a8c3-45a0ad81714d .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-65309c33-624f-4331-b686-35c54246d536 {
  margin-top: 10px;
}

#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b05592d0-136f-45f7-a6f9-2349fe9cbe16.shg-box.shg-c {
  justify-content: center;
}

#s-336df74f-6f92-4e07-96db-adf773077c95 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 64px;
max-width: 480px;
aspect-ratio: 732/244;
text-align: left;
}





  #s-336df74f-6f92-4e07-96db-adf773077c95 img.shogun-image,
  #s-336df74f-6f92-4e07-96db-adf773077c95 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-336df74f-6f92-4e07-96db-adf773077c95 {
    width: 100%;
    height: auto;
  }



  #s-336df74f-6f92-4e07-96db-adf773077c95 img.shogun-image {
    

    
    
    
  }


#s-336df74f-6f92-4e07-96db-adf773077c95 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-c85d8bbe-d77d-452a-9d31-b5f84ad81cb5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8fc68945-34de-48ef-99b6-a94cb341f7a0 {
  margin-top: 10px;
}

#s-a5b56b55-5cf4-44ed-866e-151766b8c48d {
  margin-left: auto;
margin-right: auto;
padding-top: 5px;
padding-left: 12%;
padding-bottom: 20px;
padding-right: 12%;
background-color: rgba(244, 244, 244, 1);
}

@media (min-width: 0px) {
[id="s-a5b56b55-5cf4-44ed-866e-151766b8c48d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5b56b55-5cf4-44ed-866e-151766b8c48d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5b56b55-5cf4-44ed-866e-151766b8c48d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5b56b55-5cf4-44ed-866e-151766b8c48d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a5b56b55-5cf4-44ed-866e-151766b8c48d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c4c48916-ecf9-4482-8c7d-7f4d811c621e {
  margin-top: 14px;
margin-left: 10%;
margin-bottom: 14px;
margin-right: 10%;
}

#s-b56be50d-061c-4bc2-8881-72c5967c9684 {
  margin-left: auto;
margin-right: auto;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc {
  border-style: solid;
margin-top: 25px;
margin-left: 8px;
margin-bottom: 25px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-e6b09a9b-939e-4606-a471-de74990a24fc:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTU4M2MxZGItNmI2Ni00YWRkLTk4ZDQtNTBmMTk0YWY1YTEwIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5NTgzYzFkYi02YjY2LTRhZGQtOThkNC01MGYxOTRhZjVhMTApIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-e6b09a9b-939e-4606-a471-de74990a24fc:active {background-color: rgba(215, 48, 63, 1) !important;
text-decoration: none !important;}

  #s-e6b09a9b-939e-4606-a471-de74990a24fc-atc-btn-wrapper {
    text-align: center;
  }


#s-e6b09a9b-939e-4606-a471-de74990a24fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-e6b09a9b-939e-4606-a471-de74990a24fc-atc-btn-wrapper {
    text-align: center;
  }


#s-e6b09a9b-939e-4606-a471-de74990a24fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6b09a9b-939e-4606-a471-de74990a24fc-atc-btn-wrapper {
    text-align: center;
  }


#s-e6b09a9b-939e-4606-a471-de74990a24fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-e6b09a9b-939e-4606-a471-de74990a24fc-atc-btn-wrapper {
    text-align: center;
  }


#s-e6b09a9b-939e-4606-a471-de74990a24fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-e6b09a9b-939e-4606-a471-de74990a24fc-atc-btn-wrapper {
    text-align: center;
  }


#s-e6b09a9b-939e-4606-a471-de74990a24fc {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-e6b09a9b-939e-4606-a471-de74990a24fc.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-50940b5b-51f6-4286-83c9-979730b30d87 {
  margin-top: 6px;
margin-left: 0%;
margin-bottom: 6px;
margin-right: auto;
max-width: 600px;
aspect-ratio: 600/300;
text-align: center;
}



.shg-image-margin-container-s-50940b5b-51f6-4286-83c9-979730b30d87 {
  margin-left: 0%;
  margin-right: auto;
  margin-top: 6px;
  margin-bottom: 6px;
}

#s-50940b5b-51f6-4286-83c9-979730b30d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }

    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-link {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50940b5b-51f6-4286-83c9-979730b30d87 {
      --shg-aspect-ratio: calc(600/300); 
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
      position: relative;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-50940b5b-51f6-4286-83c9-979730b30d87 {
  
  
  
  
}

#s-50940b5b-51f6-4286-83c9-979730b30d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }

    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-link {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50940b5b-51f6-4286-83c9-979730b30d87 {
      --shg-aspect-ratio: calc(600/300); 
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
      position: relative;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-50940b5b-51f6-4286-83c9-979730b30d87 {
  
  
  
  
}

#s-50940b5b-51f6-4286-83c9-979730b30d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }

    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-link {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50940b5b-51f6-4286-83c9-979730b30d87 {
      --shg-aspect-ratio: calc(600/300); 
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
      position: relative;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-50940b5b-51f6-4286-83c9-979730b30d87 {
  
  
  
  
}

#s-50940b5b-51f6-4286-83c9-979730b30d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }

    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-link {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50940b5b-51f6-4286-83c9-979730b30d87 {
      --shg-aspect-ratio: calc(600/300); 
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
      position: relative;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

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

.shg-image-margin-container-s-50940b5b-51f6-4286-83c9-979730b30d87 {
  
  
  
  
}

#s-50940b5b-51f6-4286-83c9-979730b30d87 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }

    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-link {
      aspect-ratio: 600/300;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-50940b5b-51f6-4286-83c9-979730b30d87 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 600px;
  }



  img.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
    
    
    
    max-height: 600px;
  }


.s-50940b5b-51f6-4286-83c9-979730b30d87 .shogun-image-content {
  
    align-items: center;
  
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-50940b5b-51f6-4286-83c9-979730b30d87 {
      --shg-aspect-ratio: calc(600/300); 
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container {
      position: relative;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-50940b5b-51f6-4286-83c9-979730b30d87 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 600px;
    }
  }

}
#s-2c9067d0-7456-4e40-9daf-9244b240a2e8 {
  margin-top: 32px;
margin-left: auto;
margin-bottom: 32px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2c9067d0-7456-4e40-9daf-9244b240a2e8 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-c1132081-86df-4953-bb8e-53a6fd6b1e0c {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 15px;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-c1132081-86df-4953-bb8e-53a6fd6b1e0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1132081-86df-4953-bb8e-53a6fd6b1e0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c1132081-86df-4953-bb8e-53a6fd6b1e0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1132081-86df-4953-bb8e-53a6fd6b1e0c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/145;
text-align: center;
}



.shg-image-margin-container-s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-content {
  
    align-items: center;
  
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
      position: relative;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  
  
  
  
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-content {
  
    align-items: center;
  
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
      position: relative;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  
  
  
  
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-content {
  
    align-items: center;
  
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
      position: relative;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  
  
  
  
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-content {
  
    align-items: center;
  
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
      position: relative;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  
  
  
  
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c .shogun-image-content {
  
    align-items: center;
  
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container {
      position: relative;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-aae05961-c6f2-4c19-bdb3-c0b6a518fd7c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
#s-b85379e5-510e-40c3-a198-61ff97900c25 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/145;
text-align: center;
}



.shg-image-margin-container-s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-content {
  
    align-items: center;
  
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
      position: relative;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  
  
  
  
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-content {
  
    align-items: center;
  
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
      position: relative;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  
  
  
  
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-content {
  
    align-items: center;
  
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
      position: relative;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  
  
  
  
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-content {
  
    align-items: center;
  
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
      position: relative;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  
  
  
  
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e .shogun-image-content {
  
    align-items: center;
  
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container {
      position: relative;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-55c43cfe-cb90-4996-9e4f-8f91cd33800e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
#s-1f65c07a-6e91-4b26-a18d-6aadcf1c963f {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}

#s-0b39dd96-576f-4819-8f21-48138cddc229 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
aspect-ratio: 250/145;
text-align: center;
}



.shg-image-margin-container-s-0b39dd96-576f-4819-8f21-48138cddc229 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-0b39dd96-576f-4819-8f21-48138cddc229 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b39dd96-576f-4819-8f21-48138cddc229 {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
      position: relative;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-0b39dd96-576f-4819-8f21-48138cddc229 {
  
  
  
  
}

#s-0b39dd96-576f-4819-8f21-48138cddc229 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b39dd96-576f-4819-8f21-48138cddc229 {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
      position: relative;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-0b39dd96-576f-4819-8f21-48138cddc229 {
  
  
  
  
}

#s-0b39dd96-576f-4819-8f21-48138cddc229 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b39dd96-576f-4819-8f21-48138cddc229 {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
      position: relative;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-0b39dd96-576f-4819-8f21-48138cddc229 {
  
  
  
  
}

#s-0b39dd96-576f-4819-8f21-48138cddc229 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b39dd96-576f-4819-8f21-48138cddc229 {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
      position: relative;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

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

.shg-image-margin-container-s-0b39dd96-576f-4819-8f21-48138cddc229 {
  
  
  
  
}

#s-0b39dd96-576f-4819-8f21-48138cddc229 {
  margin: 0 !important;
  overflow: hidden;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }

    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-link {
      aspect-ratio: 250/145;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-0b39dd96-576f-4819-8f21-48138cddc229 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 250px;
  }



  img.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
    
    
    
    max-height: 250px;
  }


.s-0b39dd96-576f-4819-8f21-48138cddc229 .shogun-image-content {
  
    align-items: center;
  
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-0b39dd96-576f-4819-8f21-48138cddc229 {
      --shg-aspect-ratio: calc(250/145); 
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container {
      position: relative;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-0b39dd96-576f-4819-8f21-48138cddc229 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-width: 250px;
    }
  }

}
#s-bea67735-fcfa-4079-ae20-9f9a62837ef2 {
  margin-top: 10px;
margin-left: 5%;
margin-right: 5%;
}

#s-57b14349-7080-4a2d-bf94-5f20b5bbb34a {
  margin-left: auto;
margin-right: auto;
padding-left: 12%;
padding-right: 12%;
min-height: 50px;
}








#s-57b14349-7080-4a2d-bf94-5f20b5bbb34a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57b14349-7080-4a2d-bf94-5f20b5bbb34a.shg-box.shg-c {
  justify-content: center;
}

#s-3a07eb89-561a-43c7-86df-9b95ee040588 {
  margin-left: auto;
margin-right: auto;
}

#s-b105f311-8f11-4089-8510-42dd15e13b69 {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b105f311-8f11-4089-8510-42dd15e13b69 .shg-product-title-component h1 {
  
  
  
  
  
  
  
  
}

#s-a3ea7516-1a22-460b-8afe-5a32e879ffe3 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-a3ea7516-1a22-460b-8afe-5a32e879ffe3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3ea7516-1a22-460b-8afe-5a32e879ffe3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3ea7516-1a22-460b-8afe-5a32e879ffe3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3ea7516-1a22-460b-8afe-5a32e879ffe3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-48bcc427-ef79-4bed-8884-de6b66970d16 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-48bcc427-ef79-4bed-8884-de6b66970d16 .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-48bcc427-ef79-4bed-8884-de6b66970d16 .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-48bcc427-ef79-4bed-8884-de6b66970d16 .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-48bcc427-ef79-4bed-8884-de6b66970d16 .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-48bcc427-ef79-4bed-8884-de6b66970d16 .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}
#s-ca49faff-ad85-478c-880f-e4b471bbd064 {
  margin-top: 3px;
margin-left: 5%;
margin-bottom: 3px;
margin-right: 5%;
}

#s-734e2603-3945-4cdb-91bb-ac66fbe59e16 {
  margin-top: -20px;
margin-left: auto;
margin-bottom: -5px;
margin-right: auto;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26 {
  border-style: solid;
margin-top: 25px;
margin-left: 8px;
margin-bottom: 25px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: left;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-84ab915c-2db6-462e-a5e8-af7590bcfa26:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOGM5MjFlMzMtODc3ZS00YzA5LWI1NDgtOTE0MDI1NjNkNzg0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM4YzkyMWUzMy04NzdlLTRjMDktYjU0OC05MTQwMjU2M2Q3ODQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-84ab915c-2db6-462e-a5e8-af7590bcfa26:active {background-color: rgba(215, 48, 63, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-84ab915c-2db6-462e-a5e8-af7590bcfa26 {
  
}
#s-84ab915c-2db6-462e-a5e8-af7590bcfa26:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjRlM2FjZmEtNjU3ZC00NjBiLTk5ZGMtYzRkOTlmODc0OGYzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNGUzYWNmYS02NTdkLTQ2MGItOTlkYy1jNGQ5OWY4NzQ4ZjMpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}}

  #s-84ab915c-2db6-462e-a5e8-af7590bcfa26-atc-btn-wrapper {
    text-align: left;
  }


#s-84ab915c-2db6-462e-a5e8-af7590bcfa26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-84ab915c-2db6-462e-a5e8-af7590bcfa26-atc-btn-wrapper {
    text-align: left;
  }


#s-84ab915c-2db6-462e-a5e8-af7590bcfa26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-84ab915c-2db6-462e-a5e8-af7590bcfa26-atc-btn-wrapper {
    text-align: left;
  }


#s-84ab915c-2db6-462e-a5e8-af7590bcfa26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-84ab915c-2db6-462e-a5e8-af7590bcfa26-atc-btn-wrapper {
    text-align: left;
  }


#s-84ab915c-2db6-462e-a5e8-af7590bcfa26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-84ab915c-2db6-462e-a5e8-af7590bcfa26-atc-btn-wrapper {
    text-align: left;
  }


#s-84ab915c-2db6-462e-a5e8-af7590bcfa26 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-84ab915c-2db6-462e-a5e8-af7590bcfa26.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 10%;
padding-bottom: 40px;
padding-right: 10%;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-bb85bb26-2fd4-4b13-944e-38696c59754c {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-bb85bb26-2fd4-4b13-944e-38696c59754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bb85bb26-2fd4-4b13-944e-38696c59754c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a288dd24-abd5-46f3-8520-94aa10c68a70 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a288dd24-abd5-46f3-8520-94aa10c68a70 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



#s-dbb339d9-2e8a-4ee5-8c3c-870504f311fb {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de977bea-729b-4ff0-884a-2ee650748aa1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  min-height: 50px;
}
@media (max-width: 767px){#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7419674-56b9-4dfa-bbf5-f41b69b9b8aa.shg-box.shg-c {
  justify-content: center;
}

#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b {
  text-align: left;
}



.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





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

.shg-c#s-9182f80a-5bf6-47c6-8f98-9ff8b06dcb0b .shg-image-zoom {
  width:  2000; 
  height:  100%; 
}





}
#s-106561e2-571f-4d2e-9637-dafc1663dfbf {
  margin-top: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-106561e2-571f-4d2e-9637-dafc1663dfbf .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  
  
  
}

#s-38cb0b9b-8df4-42da-8fcf-328447e58111 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  border-style: solid;
margin-top: 0px;
margin-left: 8px;
margin-bottom: 0px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmY1ZTJhNTgtNmViYi00ZTQwLTlmZDMtYmJhOTViMTExM2Q1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDNiOTYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZjVlMmE1OC02ZWJiLTRlNDAtOWZkMy1iYmE5NWIxMTEzZDUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#43b962"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-2740e78a-76ff-415b-8a21-4bfdbbaff255:active {background-color: rgba(68, 185, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-2740e78a-76ff-415b-8a21-4bfdbbaff255-atc-btn-wrapper {
    text-align: center;
  }


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-2740e78a-76ff-415b-8a21-4bfdbbaff255-atc-btn-wrapper {
    text-align: center;
  }


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-2740e78a-76ff-415b-8a21-4bfdbbaff255-atc-btn-wrapper {
    text-align: center;
  }


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-2740e78a-76ff-415b-8a21-4bfdbbaff255-atc-btn-wrapper {
    text-align: center;
  }


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-2740e78a-76ff-415b-8a21-4bfdbbaff255-atc-btn-wrapper {
    text-align: center;
  }


#s-2740e78a-76ff-415b-8a21-4bfdbbaff255 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2740e78a-76ff-415b-8a21-4bfdbbaff255.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  min-height: 50px;
}
@media (max-width: 767px){#s-01d986d7-4f90-48c5-9c4e-dfe488035bab {
  margin-top: 0px;
margin-bottom: 60px;
}
}







#s-01d986d7-4f90-48c5-9c4e-dfe488035bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-01d986d7-4f90-48c5-9c4e-dfe488035bab.shg-box.shg-c {
  justify-content: center;
}

#s-578558e0-c894-45bf-9f70-9768cbaeb87e {
  text-align: left;
}



.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  2302; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  2302; 
  height:  100%; 
}





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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  2302; 
  height:  100%; 
}





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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  2302; 
  height:  100%; 
}





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

.shg-c#s-578558e0-c894-45bf-9f70-9768cbaeb87e .shg-image-zoom {
  width:  2302; 
  height:  100%; 
}





}
#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 {
  margin-top: 30px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddb8eb44-13ba-4088-8acb-6f3b80fe76f7 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  
  
  
}

#s-eb542387-6111-429a-b87c-76a6e4966668 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  border-style: solid;
margin-top: 0px;
margin-left: 8px;
margin-bottom: 0px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-79226f50-82a9-4b72-ad70-68b23b38d50e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmZiNGY5ZmEtNGJkYS00NDJjLWI1MDUtZWVkY2I3YjNiMjQ5IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyZmI0ZjlmYS00YmRhLTQ0MmMtYjUwNS1lZWRjYjdiM2IyNDkpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-79226f50-82a9-4b72-ad70-68b23b38d50e:active {background-color: rgba(68, 185, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-79226f50-82a9-4b72-ad70-68b23b38d50e-atc-btn-wrapper {
    text-align: center;
  }


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-79226f50-82a9-4b72-ad70-68b23b38d50e-atc-btn-wrapper {
    text-align: center;
  }


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-79226f50-82a9-4b72-ad70-68b23b38d50e-atc-btn-wrapper {
    text-align: center;
  }


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-79226f50-82a9-4b72-ad70-68b23b38d50e-atc-btn-wrapper {
    text-align: center;
  }


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-79226f50-82a9-4b72-ad70-68b23b38d50e-atc-btn-wrapper {
    text-align: center;
  }


#s-79226f50-82a9-4b72-ad70-68b23b38d50e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-79226f50-82a9-4b72-ad70-68b23b38d50e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  min-height: 50px;
}
@media (max-width: 767px){#s-4b98a257-7dfa-4549-aebb-713a6067a02d {
  margin-top: 0px;
}
}







#s-4b98a257-7dfa-4549-aebb-713a6067a02d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4b98a257-7dfa-4549-aebb-713a6067a02d.shg-box.shg-c {
  justify-content: center;
}

#s-c97775fa-fc1f-4319-a316-925934458b33 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}



.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  1868; 
  height:  100%; 
}





@media (min-width: 1200px){

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  1868; 
  height:  100%; 
}





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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  1868; 
  height:  100%; 
}





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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  1868; 
  height:  100%; 
}





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

.shg-c#s-c97775fa-fc1f-4319-a316-925934458b33 .shg-image-zoom {
  width:  1868; 
  height:  100%; 
}





}
#s-297a3bcd-2100-4570-92dc-ed645ce9c033 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-297a3bcd-2100-4570-92dc-ed645ce9c033 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 18px;
  
  
  
}

#s-6cc5f6da-dd65-4d2b-b436-3efbc18153e4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  border-style: solid;
margin-top: 0px;
margin-left: 8px;
margin-bottom: 0px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-eea08b61-e07b-489d-a7da-2baf1f5e461e:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMWRhOTk5NzYtMzkwOS00Y2Q1LThkOTUtODMxZTU3MGJjNmQ1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxZGE5OTk3Ni0zOTA5LTRjZDUtOGQ5NS04MzFlNTcwYmM2ZDUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-eea08b61-e07b-489d-a7da-2baf1f5e461e:active {background-color: rgba(68, 185, 99, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-eea08b61-e07b-489d-a7da-2baf1f5e461e-atc-btn-wrapper {
    text-align: center;
  }


#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-eea08b61-e07b-489d-a7da-2baf1f5e461e-atc-btn-wrapper {
    text-align: center;
  }


#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-eea08b61-e07b-489d-a7da-2baf1f5e461e-atc-btn-wrapper {
    text-align: center;
  }


#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-eea08b61-e07b-489d-a7da-2baf1f5e461e-atc-btn-wrapper {
    text-align: center;
  }


#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-eea08b61-e07b-489d-a7da-2baf1f5e461e-atc-btn-wrapper {
    text-align: center;
  }


#s-eea08b61-e07b-489d-a7da-2baf1f5e461e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-eea08b61-e07b-489d-a7da-2baf1f5e461e.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
#s-f51165ea-8bf3-44a5-a767-831c08ec6c50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f51165ea-8bf3-44a5-a767-831c08ec6c50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f51165ea-8bf3-44a5-a767-831c08ec6c50.shg-box.shg-c {
  justify-content: center;
}

#s-ef74e5c6-5372-4ee0-ae65-8718c45a2613 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef74e5c6-5372-4ee0-ae65-8718c45a2613 .shogun-heading-component h1 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-79e8844c-5e1f-4bcd-9e71-ea574f9374f1 {
  margin-left: auto;
margin-right: auto;
}

#s-d18303a8-4b31-4080-9f82-0009f8df7376 {
  margin-left: auto;
margin-right: auto;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37 {
  border-style: solid;
margin-top: 25px;
margin-left: 8px;
margin-bottom: 25px;
margin-right: 8px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(68, 185, 99, 1);
background-image: none;
hover-type: color;
}
#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzA1OGFjODMtMTM1OC00NTMwLTg3ZmMtYmE5NGM3MTg5N2I2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojNDRiOTYzO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMDU4YWM4My0xMzU4LTQ1MzAtODdmYy1iYTk0YzcxODk3YjYpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
opacity: 1 !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#44b963"}, {"id"=>2, "pos"=>1, "color"=>"#ffffff"}] !important;}#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37:active {background-color: rgba(215, 48, 63, 1) !important;
text-decoration: none !important;}

  #s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37-atc-btn-wrapper {
    text-align: center;
  }


#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){
  #s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37-atc-btn-wrapper {
    text-align: center;
  }


#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 992px) and (max-width: 1199px){
  #s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37-atc-btn-wrapper {
    text-align: center;
  }


#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (min-width: 768px) and (max-width: 991px){
  #s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37-atc-btn-wrapper {
    text-align: center;
  }


#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}@media (max-width: 767px){
  #s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37-atc-btn-wrapper {
    text-align: center;
  }


#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 19px;
  font-weight: 700;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6c9bbeab-687e-43dd-9e58-f028b8d4ad37.shg-btn.shg-product-atc-error {
  
  
  
  
  color: rgba(255, 255, 255, 1);
}


}
/*
  $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;
}
