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

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

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

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

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

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

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

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

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

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

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

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

#s-0fd90f53-b51d-4cd1-8435-755572c4fd89 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-0fd90f53-b51d-4cd1-8435-755572c4fd89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fd90f53-b51d-4cd1-8435-755572c4fd89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-058b1d33-5b5b-4595-9e93-d9db265bc234 {
  max-width: 2120px;
aspect-ratio: 2120/836;
text-align: center;
}
@media (max-width: 767px){#s-058b1d33-5b5b-4595-9e93-d9db265bc234 {
  display: none;
}
#s-058b1d33-5b5b-4595-9e93-d9db265bc234, #wrap-s-058b1d33-5b5b-4595-9e93-d9db265bc234 { display: none !important; }}




  #s-058b1d33-5b5b-4595-9e93-d9db265bc234 img.shogun-image,
  #s-058b1d33-5b5b-4595-9e93-d9db265bc234 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-058b1d33-5b5b-4595-9e93-d9db265bc234 {
    width: 100%;
    height: auto;
  }



  #s-058b1d33-5b5b-4595-9e93-d9db265bc234 img.shogun-image {
    

    
    
    
  }


#s-058b1d33-5b5b-4595-9e93-d9db265bc234 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8310faf-6247-4318-a7df-6b6b82913c87 {
  max-width: 750px;
aspect-ratio: 750/840;
text-align: center;
}
@media (min-width: 1200px){#s-a8310faf-6247-4318-a7df-6b6b82913c87 {
  display: none;
}
#s-a8310faf-6247-4318-a7df-6b6b82913c87, #wrap-s-a8310faf-6247-4318-a7df-6b6b82913c87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8310faf-6247-4318-a7df-6b6b82913c87 {
  display: none;
}
#s-a8310faf-6247-4318-a7df-6b6b82913c87, #wrap-s-a8310faf-6247-4318-a7df-6b6b82913c87 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8310faf-6247-4318-a7df-6b6b82913c87 {
  display: none;
}
#s-a8310faf-6247-4318-a7df-6b6b82913c87, #wrap-s-a8310faf-6247-4318-a7df-6b6b82913c87 { display: none !important; }}




  #s-a8310faf-6247-4318-a7df-6b6b82913c87 img.shogun-image,
  #s-a8310faf-6247-4318-a7df-6b6b82913c87 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a8310faf-6247-4318-a7df-6b6b82913c87 {
    width: 100%;
    height: auto;
  }



  #s-a8310faf-6247-4318-a7df-6b6b82913c87 img.shogun-image {
    

    
    
    
  }


#s-a8310faf-6247-4318-a7df-6b6b82913c87 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-3992018c-fd40-4365-99a3-07e75a94abd0 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-3992018c-fd40-4365-99a3-07e75a94abd0 {
  display: none;
}
#s-3992018c-fd40-4365-99a3-07e75a94abd0, #wrap-s-3992018c-fd40-4365-99a3-07e75a94abd0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3992018c-fd40-4365-99a3-07e75a94abd0 {
  display: none;
}
#s-3992018c-fd40-4365-99a3-07e75a94abd0, #wrap-s-3992018c-fd40-4365-99a3-07e75a94abd0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3992018c-fd40-4365-99a3-07e75a94abd0 {
  display: none;
}
#s-3992018c-fd40-4365-99a3-07e75a94abd0, #wrap-s-3992018c-fd40-4365-99a3-07e75a94abd0 { display: none !important; }}
#s-3992018c-fd40-4365-99a3-07e75a94abd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-df42ad8d-547b-4a59-a68a-255309b04f35 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-df42ad8d-547b-4a59-a68a-255309b04f35 {
  display: none;
}
#s-df42ad8d-547b-4a59-a68a-255309b04f35, #wrap-s-df42ad8d-547b-4a59-a68a-255309b04f35 { display: none !important; }}
#s-df42ad8d-547b-4a59-a68a-255309b04f35 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

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

#s-b9a236aa-1858-4a29-9220-656fec761857 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-b9a236aa-1858-4a29-9220-656fec761857 {
  display: none;
}
#s-b9a236aa-1858-4a29-9220-656fec761857, #wrap-s-b9a236aa-1858-4a29-9220-656fec761857 { display: none !important; }}
#s-f12a2827-7f86-495f-92c0-406a1c8ee4bc {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-f12a2827-7f86-495f-92c0-406a1c8ee4bc {
  display: none;
}
#s-f12a2827-7f86-495f-92c0-406a1c8ee4bc, #wrap-s-f12a2827-7f86-495f-92c0-406a1c8ee4bc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f12a2827-7f86-495f-92c0-406a1c8ee4bc {
  display: none;
}
#s-f12a2827-7f86-495f-92c0-406a1c8ee4bc, #wrap-s-f12a2827-7f86-495f-92c0-406a1c8ee4bc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f12a2827-7f86-495f-92c0-406a1c8ee4bc {
  display: none;
}
#s-f12a2827-7f86-495f-92c0-406a1c8ee4bc, #wrap-s-f12a2827-7f86-495f-92c0-406a1c8ee4bc { display: none !important; }}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-198a9841-ca6c-4bbb-b65e-285ac29e409a {
  margin-top: 20px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(223, 190, 161, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-198a9841-ca6c-4bbb-b65e-285ac29e409a:hover {background-color: rgba(226, 200, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-198a9841-ca6c-4bbb-b65e-285ac29e409a:active {background-color: rgba(226, 200, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-198a9841-ca6c-4bbb-b65e-285ac29e409a-root {
    text-align: center;
  }


#s-198a9841-ca6c-4bbb-b65e-285ac29e409a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-198a9841-ca6c-4bbb-b65e-285ac29e409a-root {
    text-align: center;
  }


#s-198a9841-ca6c-4bbb-b65e-285ac29e409a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-198a9841-ca6c-4bbb-b65e-285ac29e409a-root {
    text-align: center;
  }


#s-198a9841-ca6c-4bbb-b65e-285ac29e409a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-198a9841-ca6c-4bbb-b65e-285ac29e409a-root {
    text-align: center;
  }


#s-198a9841-ca6c-4bbb-b65e-285ac29e409a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-198a9841-ca6c-4bbb-b65e-285ac29e409a-root {
    text-align: center;
  }


#s-198a9841-ca6c-4bbb-b65e-285ac29e409a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-eff63c92-5adc-4b18-a7f1-cbc47d5d6bac {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 50px;
}
@media (max-width: 767px){#s-eff63c92-5adc-4b18-a7f1-cbc47d5d6bac {
  
}
}







#s-eff63c92-5adc-4b18-a7f1-cbc47d5d6bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff63c92-5adc-4b18-a7f1-cbc47d5d6bac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 1200px){#s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020 {
  
}
}@media (max-width: 767px){#s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020 {
  display: none;
}
#s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020, #wrap-s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5280ee1-a1fe-43a3-b9ac-0e31ead89020"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-60458dce-0a9b-4a94-8ac2-df520e49dcce {
  max-width: 1040px;
aspect-ratio: 1040/210;
text-align: center;
}
#s-60458dce-0a9b-4a94-8ac2-df520e49dcce:hover {opacity: 0.8 !important;}




  #s-60458dce-0a9b-4a94-8ac2-df520e49dcce img.shogun-image,
  #s-60458dce-0a9b-4a94-8ac2-df520e49dcce .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-60458dce-0a9b-4a94-8ac2-df520e49dcce {
    width: 100%;
    height: auto;
  }



  #s-60458dce-0a9b-4a94-8ac2-df520e49dcce img.shogun-image {
    

    
    
    
  }


#s-60458dce-0a9b-4a94-8ac2-df520e49dcce .shogun-image-content {
  
    align-items: center;
  
}

#s-2a2d4e0d-2db1-4820-a92e-46b896d2bfc7 {
  max-width: 1040px;
aspect-ratio: 1040/210;
text-align: center;
}
#s-2a2d4e0d-2db1-4820-a92e-46b896d2bfc7:hover {opacity: 0.8 !important;}




  #s-2a2d4e0d-2db1-4820-a92e-46b896d2bfc7 img.shogun-image,
  #s-2a2d4e0d-2db1-4820-a92e-46b896d2bfc7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2a2d4e0d-2db1-4820-a92e-46b896d2bfc7 {
    width: 100%;
    height: auto;
  }



  #s-2a2d4e0d-2db1-4820-a92e-46b896d2bfc7 img.shogun-image {
    

    
    
    
  }


#s-2a2d4e0d-2db1-4820-a92e-46b896d2bfc7 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-70e2730c-873d-446c-af43-ed98d77ba606 {
  display: none;
}
#s-70e2730c-873d-446c-af43-ed98d77ba606, #wrap-s-70e2730c-873d-446c-af43-ed98d77ba606 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70e2730c-873d-446c-af43-ed98d77ba606 {
  display: none;
}
#s-70e2730c-873d-446c-af43-ed98d77ba606, #wrap-s-70e2730c-873d-446c-af43-ed98d77ba606 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-70e2730c-873d-446c-af43-ed98d77ba606 {
  display: none;
}
#s-70e2730c-873d-446c-af43-ed98d77ba606, #wrap-s-70e2730c-873d-446c-af43-ed98d77ba606 { display: none !important; }}@media (max-width: 767px){#s-70e2730c-873d-446c-af43-ed98d77ba606 {
  
}
}
@media (min-width: 0px) {
[id="s-70e2730c-873d-446c-af43-ed98d77ba606"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70e2730c-873d-446c-af43-ed98d77ba606"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-70e2730c-873d-446c-af43-ed98d77ba606"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-70e2730c-873d-446c-af43-ed98d77ba606"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-f7330aca-3698-4187-811c-14d67dcc264c {
  margin-top: 0px;
margin-bottom: 20px;
padding-bottom: 0px;
max-width: 690px;
aspect-ratio: 690/176;
text-align: center;
}
#s-f7330aca-3698-4187-811c-14d67dcc264c:hover {opacity: 0.8 !important;}




  #s-f7330aca-3698-4187-811c-14d67dcc264c img.shogun-image,
  #s-f7330aca-3698-4187-811c-14d67dcc264c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f7330aca-3698-4187-811c-14d67dcc264c {
    width: 100%;
    height: auto;
  }



  #s-f7330aca-3698-4187-811c-14d67dcc264c img.shogun-image {
    

    
    
    
  }


#s-f7330aca-3698-4187-811c-14d67dcc264c .shogun-image-content {
  
    align-items: center;
  
}

#s-9212aa2b-3dae-4b3f-a005-358cabfd2fed {
  max-width: 690px;
aspect-ratio: 690/176;
text-align: center;
}
#s-9212aa2b-3dae-4b3f-a005-358cabfd2fed:hover {opacity: 0.8 !important;}




  #s-9212aa2b-3dae-4b3f-a005-358cabfd2fed img.shogun-image,
  #s-9212aa2b-3dae-4b3f-a005-358cabfd2fed .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9212aa2b-3dae-4b3f-a005-358cabfd2fed {
    width: 100%;
    height: auto;
  }



  #s-9212aa2b-3dae-4b3f-a005-358cabfd2fed img.shogun-image {
    

    
    
    
  }


#s-9212aa2b-3dae-4b3f-a005-358cabfd2fed .shogun-image-content {
  
    align-items: center;
  
}

#s-cbac1a8b-6b35-40a2-811d-ad40d1fe684c {
  margin-top: 30px;
text-align: left;
}

#s-0a368fc7-7203-4943-a8e3-ddf95d1368ba {
  margin-top: 20px;
margin-bottom: 10px;
min-height: 50px;
}








#s-0a368fc7-7203-4943-a8e3-ddf95d1368ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a368fc7-7203-4943-a8e3-ddf95d1368ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc {
  max-width: 2120px;
aspect-ratio: 2120/676;
text-align: center;
}
#s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc {
  display: none;
}
#s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc, #wrap-s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc { display: none !important; }}




  #s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc img.shogun-image,
  #s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc {
    width: 100%;
    height: auto;
  }



  #s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc img.shogun-image {
    

    
    
    
  }


#s-4e1f2a76-3c7e-4dc8-87c4-db96b994f9bc .shogun-image-content {
  
    align-items: center;
  
}

#s-c229af12-4747-467e-9f3b-63a9304f0335 {
  max-width: 690px;
aspect-ratio: 690/950;
text-align: center;
}
#s-c229af12-4747-467e-9f3b-63a9304f0335:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-c229af12-4747-467e-9f3b-63a9304f0335 {
  display: none;
}
#s-c229af12-4747-467e-9f3b-63a9304f0335, #wrap-s-c229af12-4747-467e-9f3b-63a9304f0335 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c229af12-4747-467e-9f3b-63a9304f0335 {
  display: none;
}
#s-c229af12-4747-467e-9f3b-63a9304f0335, #wrap-s-c229af12-4747-467e-9f3b-63a9304f0335 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c229af12-4747-467e-9f3b-63a9304f0335 {
  display: none;
}
#s-c229af12-4747-467e-9f3b-63a9304f0335, #wrap-s-c229af12-4747-467e-9f3b-63a9304f0335 { display: none !important; }}




  #s-c229af12-4747-467e-9f3b-63a9304f0335 img.shogun-image,
  #s-c229af12-4747-467e-9f3b-63a9304f0335 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c229af12-4747-467e-9f3b-63a9304f0335 {
    width: 100%;
    height: auto;
  }



  #s-c229af12-4747-467e-9f3b-63a9304f0335 img.shogun-image {
    

    
    
    
  }


#s-c229af12-4747-467e-9f3b-63a9304f0335 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a9b805e-e047-40cf-9078-6ab4230a3712 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-6a9b805e-e047-40cf-9078-6ab4230a3712 {
  display: none;
}
#s-6a9b805e-e047-40cf-9078-6ab4230a3712, #wrap-s-6a9b805e-e047-40cf-9078-6ab4230a3712 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a9b805e-e047-40cf-9078-6ab4230a3712 {
  display: none;
}
#s-6a9b805e-e047-40cf-9078-6ab4230a3712, #wrap-s-6a9b805e-e047-40cf-9078-6ab4230a3712 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6a9b805e-e047-40cf-9078-6ab4230a3712 {
  display: none;
}
#s-6a9b805e-e047-40cf-9078-6ab4230a3712, #wrap-s-6a9b805e-e047-40cf-9078-6ab4230a3712 { display: none !important; }}
#s-6a9b805e-e047-40cf-9078-6ab4230a3712 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-70b9cdfa-6a41-4573-ab41-fb1f70ffbfe5 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-70b9cdfa-6a41-4573-ab41-fb1f70ffbfe5 {
  display: none;
}
#s-70b9cdfa-6a41-4573-ab41-fb1f70ffbfe5, #wrap-s-70b9cdfa-6a41-4573-ab41-fb1f70ffbfe5 { display: none !important; }}
#s-70b9cdfa-6a41-4573-ab41-fb1f70ffbfe5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5cfebdcc-d796-434d-a13d-d7acf88eba05 {
  margin-bottom: 60px;
}
@media (max-width: 767px){#s-5cfebdcc-d796-434d-a13d-d7acf88eba05 {
  display: none;
}
#s-5cfebdcc-d796-434d-a13d-d7acf88eba05, #wrap-s-5cfebdcc-d796-434d-a13d-d7acf88eba05 { display: none !important; }}
#s-346a8c00-ef77-425f-8310-7cff32a0e9e1 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-346a8c00-ef77-425f-8310-7cff32a0e9e1 {
  display: none;
}
#s-346a8c00-ef77-425f-8310-7cff32a0e9e1, #wrap-s-346a8c00-ef77-425f-8310-7cff32a0e9e1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-346a8c00-ef77-425f-8310-7cff32a0e9e1 {
  display: none;
}
#s-346a8c00-ef77-425f-8310-7cff32a0e9e1, #wrap-s-346a8c00-ef77-425f-8310-7cff32a0e9e1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-346a8c00-ef77-425f-8310-7cff32a0e9e1 {
  display: none;
}
#s-346a8c00-ef77-425f-8310-7cff32a0e9e1, #wrap-s-346a8c00-ef77-425f-8310-7cff32a0e9e1 { display: none !important; }}
#s-00bf3902-cc2c-4b83-b16a-8d7d636af48d {
  margin-top: 20px;
margin-bottom: 10px;
min-height: 50px;
}








#s-00bf3902-cc2c-4b83-b16a-8d7d636af48d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00bf3902-cc2c-4b83-b16a-8d7d636af48d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4413a7e6-2523-4459-b722-b09bca117428 {
  max-width: 2120px;
aspect-ratio: 2120/1220;
text-align: center;
}
#s-4413a7e6-2523-4459-b722-b09bca117428:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-4413a7e6-2523-4459-b722-b09bca117428 {
  display: none;
}
#s-4413a7e6-2523-4459-b722-b09bca117428, #wrap-s-4413a7e6-2523-4459-b722-b09bca117428 { display: none !important; }}




  #s-4413a7e6-2523-4459-b722-b09bca117428 img.shogun-image,
  #s-4413a7e6-2523-4459-b722-b09bca117428 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4413a7e6-2523-4459-b722-b09bca117428 {
    width: 100%;
    height: auto;
  }



  #s-4413a7e6-2523-4459-b722-b09bca117428 img.shogun-image {
    

    
    
    
  }


#s-4413a7e6-2523-4459-b722-b09bca117428 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2ccc936-be63-4044-b075-d4fdfd3860b1 {
  max-width: 690px;
aspect-ratio: 690/1280;
text-align: center;
}
#s-a2ccc936-be63-4044-b075-d4fdfd3860b1:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-a2ccc936-be63-4044-b075-d4fdfd3860b1 {
  display: none;
}
#s-a2ccc936-be63-4044-b075-d4fdfd3860b1, #wrap-s-a2ccc936-be63-4044-b075-d4fdfd3860b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a2ccc936-be63-4044-b075-d4fdfd3860b1 {
  display: none;
}
#s-a2ccc936-be63-4044-b075-d4fdfd3860b1, #wrap-s-a2ccc936-be63-4044-b075-d4fdfd3860b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a2ccc936-be63-4044-b075-d4fdfd3860b1 {
  display: none;
}
#s-a2ccc936-be63-4044-b075-d4fdfd3860b1, #wrap-s-a2ccc936-be63-4044-b075-d4fdfd3860b1 { display: none !important; }}@media (max-width: 767px){#s-a2ccc936-be63-4044-b075-d4fdfd3860b1 {
  
}
}




  #s-a2ccc936-be63-4044-b075-d4fdfd3860b1 img.shogun-image,
  #s-a2ccc936-be63-4044-b075-d4fdfd3860b1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a2ccc936-be63-4044-b075-d4fdfd3860b1 {
    width: 100%;
    height: auto;
  }



  #s-a2ccc936-be63-4044-b075-d4fdfd3860b1 img.shogun-image {
    

    
    
    
  }


#s-a2ccc936-be63-4044-b075-d4fdfd3860b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4236aaa-2871-4a79-94df-2d2e8e5bdc2a {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c4236aaa-2871-4a79-94df-2d2e8e5bdc2a {
  display: none;
}
#s-c4236aaa-2871-4a79-94df-2d2e8e5bdc2a, #wrap-s-c4236aaa-2871-4a79-94df-2d2e8e5bdc2a { display: none !important; }}
#s-c4236aaa-2871-4a79-94df-2d2e8e5bdc2a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 {
  display: none;
}
#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6, #wrap-s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 {
  display: none;
}
#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6, #wrap-s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 {
  display: none;
}
#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6, #wrap-s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 { display: none !important; }}@media (max-width: 767px){#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 {
  
}
}
#s-4cb5fa8b-a0e1-469c-a946-8a85175da2b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-de368a14-858d-416f-8155-b29f821248d6 {
  margin-bottom: 60px;
}
@media (max-width: 767px){#s-de368a14-858d-416f-8155-b29f821248d6 {
  display: none;
}
#s-de368a14-858d-416f-8155-b29f821248d6, #wrap-s-de368a14-858d-416f-8155-b29f821248d6 { display: none !important; }}
#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 {
  margin-bottom: 60px;
}
@media (min-width: 1200px){#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 {
  display: none;
}
#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34, #wrap-s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 {
  display: none;
}
#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34, #wrap-s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 {
  display: none;
}
#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34, #wrap-s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 { display: none !important; }}@media (max-width: 767px){#s-79cf0f41-07fa-4a9d-a157-e0397cfbdb34 {
  
}
}
#s-a289e779-854d-497a-8aec-5cb89e8784dc {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a289e779-854d-497a-8aec-5cb89e8784dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a289e779-854d-497a-8aec-5cb89e8784dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db065428-c2e4-46b0-b62b-55935effe6e0 {
  max-width: 2120px;
aspect-ratio: 2120/1084;
text-align: center;
}
#s-db065428-c2e4-46b0-b62b-55935effe6e0:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-db065428-c2e4-46b0-b62b-55935effe6e0 {
  display: none;
}
#s-db065428-c2e4-46b0-b62b-55935effe6e0, #wrap-s-db065428-c2e4-46b0-b62b-55935effe6e0 { display: none !important; }}




  #s-db065428-c2e4-46b0-b62b-55935effe6e0 img.shogun-image,
  #s-db065428-c2e4-46b0-b62b-55935effe6e0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-db065428-c2e4-46b0-b62b-55935effe6e0 {
    width: 100%;
    height: auto;
  }



  #s-db065428-c2e4-46b0-b62b-55935effe6e0 img.shogun-image {
    

    
    
    
  }


#s-db065428-c2e4-46b0-b62b-55935effe6e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-26e927a0-a640-4b3d-9ebd-915145425846 {
  max-width: 690px;
aspect-ratio: 690/1436;
text-align: center;
}
#s-26e927a0-a640-4b3d-9ebd-915145425846:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-26e927a0-a640-4b3d-9ebd-915145425846 {
  display: none;
}
#s-26e927a0-a640-4b3d-9ebd-915145425846, #wrap-s-26e927a0-a640-4b3d-9ebd-915145425846 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-26e927a0-a640-4b3d-9ebd-915145425846 {
  display: none;
}
#s-26e927a0-a640-4b3d-9ebd-915145425846, #wrap-s-26e927a0-a640-4b3d-9ebd-915145425846 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-26e927a0-a640-4b3d-9ebd-915145425846 {
  display: none;
}
#s-26e927a0-a640-4b3d-9ebd-915145425846, #wrap-s-26e927a0-a640-4b3d-9ebd-915145425846 { display: none !important; }}




  #s-26e927a0-a640-4b3d-9ebd-915145425846 img.shogun-image,
  #s-26e927a0-a640-4b3d-9ebd-915145425846 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-26e927a0-a640-4b3d-9ebd-915145425846 {
    width: 100%;
    height: auto;
  }



  #s-26e927a0-a640-4b3d-9ebd-915145425846 img.shogun-image {
    

    
    
    
  }


#s-26e927a0-a640-4b3d-9ebd-915145425846 .shogun-image-content {
  
    align-items: center;
  
}

#s-677f177d-94d8-4495-aa53-e2e09b58654b {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-677f177d-94d8-4495-aa53-e2e09b58654b {
  display: none;
}
#s-677f177d-94d8-4495-aa53-e2e09b58654b, #wrap-s-677f177d-94d8-4495-aa53-e2e09b58654b { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-677f177d-94d8-4495-aa53-e2e09b58654b {
  display: none;
}
#s-677f177d-94d8-4495-aa53-e2e09b58654b, #wrap-s-677f177d-94d8-4495-aa53-e2e09b58654b { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-677f177d-94d8-4495-aa53-e2e09b58654b {
  display: none;
}
#s-677f177d-94d8-4495-aa53-e2e09b58654b, #wrap-s-677f177d-94d8-4495-aa53-e2e09b58654b { display: none !important; }}
#s-677f177d-94d8-4495-aa53-e2e09b58654b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-53c21289-dcd0-437f-a156-099707059d4d {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-53c21289-dcd0-437f-a156-099707059d4d {
  display: none;
}
#s-53c21289-dcd0-437f-a156-099707059d4d, #wrap-s-53c21289-dcd0-437f-a156-099707059d4d { display: none !important; }}
#s-53c21289-dcd0-437f-a156-099707059d4d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-415faea1-95c4-4357-8815-dbf76fcda956 {
  margin-bottom: 60px;
}
@media (max-width: 767px){#s-415faea1-95c4-4357-8815-dbf76fcda956 {
  display: none;
}
#s-415faea1-95c4-4357-8815-dbf76fcda956, #wrap-s-415faea1-95c4-4357-8815-dbf76fcda956 { display: none !important; }}
#s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2 {
  display: none;
}
#s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2, #wrap-s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2 {
  display: none;
}
#s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2, #wrap-s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2 {
  display: none;
}
#s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2, #wrap-s-6b8ec9b1-e597-4f46-a1f2-05683c96c7e2 { display: none !important; }}
#s-4313a154-b8cf-4881-813c-f577111b04d5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-4313a154-b8cf-4881-813c-f577111b04d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4313a154-b8cf-4881-813c-f577111b04d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-515aa180-cb24-4f0c-b265-74dcd780cd5c {
  max-width: 2120px;
aspect-ratio: 2120/668;
text-align: center;
}
#s-515aa180-cb24-4f0c-b265-74dcd780cd5c:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-515aa180-cb24-4f0c-b265-74dcd780cd5c {
  display: none;
}
#s-515aa180-cb24-4f0c-b265-74dcd780cd5c, #wrap-s-515aa180-cb24-4f0c-b265-74dcd780cd5c { display: none !important; }}




  #s-515aa180-cb24-4f0c-b265-74dcd780cd5c img.shogun-image,
  #s-515aa180-cb24-4f0c-b265-74dcd780cd5c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-515aa180-cb24-4f0c-b265-74dcd780cd5c {
    width: 100%;
    height: auto;
  }



  #s-515aa180-cb24-4f0c-b265-74dcd780cd5c img.shogun-image {
    

    
    
    
  }


#s-515aa180-cb24-4f0c-b265-74dcd780cd5c .shogun-image-content {
  
    align-items: center;
  
}

#s-b0a16bec-f816-459f-bbf4-aaa257078381 {
  max-width: 690px;
aspect-ratio: 690/935;
text-align: center;
}
#s-b0a16bec-f816-459f-bbf4-aaa257078381:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-b0a16bec-f816-459f-bbf4-aaa257078381 {
  display: none;
}
#s-b0a16bec-f816-459f-bbf4-aaa257078381, #wrap-s-b0a16bec-f816-459f-bbf4-aaa257078381 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0a16bec-f816-459f-bbf4-aaa257078381 {
  display: none;
}
#s-b0a16bec-f816-459f-bbf4-aaa257078381, #wrap-s-b0a16bec-f816-459f-bbf4-aaa257078381 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b0a16bec-f816-459f-bbf4-aaa257078381 {
  display: none;
}
#s-b0a16bec-f816-459f-bbf4-aaa257078381, #wrap-s-b0a16bec-f816-459f-bbf4-aaa257078381 { display: none !important; }}




  #s-b0a16bec-f816-459f-bbf4-aaa257078381 img.shogun-image,
  #s-b0a16bec-f816-459f-bbf4-aaa257078381 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b0a16bec-f816-459f-bbf4-aaa257078381 {
    width: 100%;
    height: auto;
  }



  #s-b0a16bec-f816-459f-bbf4-aaa257078381 img.shogun-image {
    

    
    
    
  }


#s-b0a16bec-f816-459f-bbf4-aaa257078381 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 {
  display: none;
}
#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7, #wrap-s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 {
  display: none;
}
#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7, #wrap-s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 {
  display: none;
}
#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7, #wrap-s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 { display: none !important; }}
#s-7e608d09-235a-4406-bdf6-03e2b0b77cf7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-3ff49d70-a48a-4dc8-932d-06b72ea7ba5b {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3ff49d70-a48a-4dc8-932d-06b72ea7ba5b {
  display: none;
}
#s-3ff49d70-a48a-4dc8-932d-06b72ea7ba5b, #wrap-s-3ff49d70-a48a-4dc8-932d-06b72ea7ba5b { display: none !important; }}
#s-3ff49d70-a48a-4dc8-932d-06b72ea7ba5b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-192b0670-552a-4096-9d18-a11028bf88d7 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-192b0670-552a-4096-9d18-a11028bf88d7 {
  display: none;
}
#s-192b0670-552a-4096-9d18-a11028bf88d7, #wrap-s-192b0670-552a-4096-9d18-a11028bf88d7 { display: none !important; }}
#s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291 {
  display: none;
}
#s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291, #wrap-s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291 {
  display: none;
}
#s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291, #wrap-s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291 {
  display: none;
}
#s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291, #wrap-s-5b7f4f00-32ab-4c9f-b508-19f5e0a09291 { display: none !important; }}
#s-f5a43d26-11fc-479a-b91f-aee968189fbe {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(245, 229, 229, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(167, 98, 98, 1);
}
#s-f5a43d26-11fc-479a-b91f-aee968189fbe:hover {background-color: rgba(252, 235, 235, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(167, 98, 98, 1) !important;}#s-f5a43d26-11fc-479a-b91f-aee968189fbe:active {background-color: rgba(245, 229, 229, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(167, 98, 98, 1) !important;}

  #s-f5a43d26-11fc-479a-b91f-aee968189fbe-root {
    text-align: center;
  }


#s-f5a43d26-11fc-479a-b91f-aee968189fbe.shg-btn {
  color: rgba(167, 98, 98, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f5a43d26-11fc-479a-b91f-aee968189fbe-root {
    text-align: center;
  }


#s-f5a43d26-11fc-479a-b91f-aee968189fbe.shg-btn {
  color: rgba(167, 98, 98, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5a43d26-11fc-479a-b91f-aee968189fbe-root {
    text-align: center;
  }


#s-f5a43d26-11fc-479a-b91f-aee968189fbe.shg-btn {
  color: rgba(167, 98, 98, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5a43d26-11fc-479a-b91f-aee968189fbe-root {
    text-align: center;
  }


#s-f5a43d26-11fc-479a-b91f-aee968189fbe.shg-btn {
  color: rgba(167, 98, 98, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f5a43d26-11fc-479a-b91f-aee968189fbe-root {
    text-align: center;
  }


#s-f5a43d26-11fc-479a-b91f-aee968189fbe.shg-btn {
  color: rgba(167, 98, 98, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-853966be-9e5a-43b9-9720-6f8808a3489f {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-853966be-9e5a-43b9-9720-6f8808a3489f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-853966be-9e5a-43b9-9720-6f8808a3489f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abb46d3b-c937-4571-8ce9-62241e400040 {
  max-width: 2121px;
aspect-ratio: 2121/670;
text-align: center;
}
#s-abb46d3b-c937-4571-8ce9-62241e400040:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-abb46d3b-c937-4571-8ce9-62241e400040 {
  display: none;
}
#s-abb46d3b-c937-4571-8ce9-62241e400040, #wrap-s-abb46d3b-c937-4571-8ce9-62241e400040 { display: none !important; }}




  #s-abb46d3b-c937-4571-8ce9-62241e400040 img.shogun-image,
  #s-abb46d3b-c937-4571-8ce9-62241e400040 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-abb46d3b-c937-4571-8ce9-62241e400040 {
    width: 100%;
    height: auto;
  }



  #s-abb46d3b-c937-4571-8ce9-62241e400040 img.shogun-image {
    

    
    
    
  }


#s-abb46d3b-c937-4571-8ce9-62241e400040 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a {
  max-width: 690px;
aspect-ratio: 690/937;
text-align: center;
}
#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a {
  display: none;
}
#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a, #wrap-s-bbcc7599-f523-4d20-9763-5c8e73d3d86a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a {
  display: none;
}
#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a, #wrap-s-bbcc7599-f523-4d20-9763-5c8e73d3d86a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a {
  display: none;
}
#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a, #wrap-s-bbcc7599-f523-4d20-9763-5c8e73d3d86a { display: none !important; }}




  #s-bbcc7599-f523-4d20-9763-5c8e73d3d86a img.shogun-image,
  #s-bbcc7599-f523-4d20-9763-5c8e73d3d86a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-bbcc7599-f523-4d20-9763-5c8e73d3d86a {
    width: 100%;
    height: auto;
  }



  #s-bbcc7599-f523-4d20-9763-5c8e73d3d86a img.shogun-image {
    

    
    
    
  }


#s-bbcc7599-f523-4d20-9763-5c8e73d3d86a .shogun-image-content {
  
    align-items: center;
  
}

#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 {
  display: none;
}
#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9, #wrap-s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 {
  display: none;
}
#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9, #wrap-s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 {
  display: none;
}
#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9, #wrap-s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 { display: none !important; }}
#s-ff62efac-a3cd-4391-9c2c-cb61fa653ac9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-f66df292-1ecb-4a77-8c9d-3b889cac6356 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-f66df292-1ecb-4a77-8c9d-3b889cac6356 {
  display: none;
}
#s-f66df292-1ecb-4a77-8c9d-3b889cac6356, #wrap-s-f66df292-1ecb-4a77-8c9d-3b889cac6356 { display: none !important; }}
#s-f66df292-1ecb-4a77-8c9d-3b889cac6356 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-71aaaef6-da37-407f-bf92-f4fa972c6e1b {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-71aaaef6-da37-407f-bf92-f4fa972c6e1b {
  display: none;
}
#s-71aaaef6-da37-407f-bf92-f4fa972c6e1b, #wrap-s-71aaaef6-da37-407f-bf92-f4fa972c6e1b { display: none !important; }}
#s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d {
  display: none;
}
#s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d, #wrap-s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d {
  display: none;
}
#s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d, #wrap-s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d {
  display: none;
}
#s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d, #wrap-s-74a73fdb-3e5e-4a39-8b08-933f35dbcc7d { display: none !important; }}
#s-96779dc4-9266-463c-b7bc-8334f8e4dff3 {
  margin-top: 30px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(223, 223, 237, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(67, 76, 90, 1);
}
#s-96779dc4-9266-463c-b7bc-8334f8e4dff3:hover {background-color: rgba(231, 231, 241, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(89, 95, 104, 1) !important;}#s-96779dc4-9266-463c-b7bc-8334f8e4dff3:active {background-color: rgba(232, 232, 232, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(93, 93, 93, 1) !important;}

  #s-96779dc4-9266-463c-b7bc-8334f8e4dff3-root {
    text-align: center;
  }


#s-96779dc4-9266-463c-b7bc-8334f8e4dff3.shg-btn {
  color: rgba(67, 76, 90, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-96779dc4-9266-463c-b7bc-8334f8e4dff3-root {
    text-align: center;
  }


#s-96779dc4-9266-463c-b7bc-8334f8e4dff3.shg-btn {
  color: rgba(67, 76, 90, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96779dc4-9266-463c-b7bc-8334f8e4dff3-root {
    text-align: center;
  }


#s-96779dc4-9266-463c-b7bc-8334f8e4dff3.shg-btn {
  color: rgba(67, 76, 90, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96779dc4-9266-463c-b7bc-8334f8e4dff3-root {
    text-align: center;
  }


#s-96779dc4-9266-463c-b7bc-8334f8e4dff3.shg-btn {
  color: rgba(67, 76, 90, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-96779dc4-9266-463c-b7bc-8334f8e4dff3-root {
    text-align: center;
  }


#s-96779dc4-9266-463c-b7bc-8334f8e4dff3.shg-btn {
  color: rgba(67, 76, 90, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-339f5dfd-6e99-4e9a-8116-ed56d238c3f0 {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
}








#s-339f5dfd-6e99-4e9a-8116-ed56d238c3f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-339f5dfd-6e99-4e9a-8116-ed56d238c3f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-358a53f3-14bc-49ca-bbe8-3aba6234c97f {
  max-width: 2120px;
aspect-ratio: 2120/640;
text-align: center;
}
#s-358a53f3-14bc-49ca-bbe8-3aba6234c97f:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-358a53f3-14bc-49ca-bbe8-3aba6234c97f {
  display: none;
}
#s-358a53f3-14bc-49ca-bbe8-3aba6234c97f, #wrap-s-358a53f3-14bc-49ca-bbe8-3aba6234c97f { display: none !important; }}




  #s-358a53f3-14bc-49ca-bbe8-3aba6234c97f img.shogun-image,
  #s-358a53f3-14bc-49ca-bbe8-3aba6234c97f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-358a53f3-14bc-49ca-bbe8-3aba6234c97f {
    width: 100%;
    height: auto;
  }



  #s-358a53f3-14bc-49ca-bbe8-3aba6234c97f img.shogun-image {
    

    
    
    
  }


#s-358a53f3-14bc-49ca-bbe8-3aba6234c97f .shogun-image-content {
  
    align-items: center;
  
}

#s-3239b536-43ac-4290-bd09-cb22363caec7 {
  max-width: 690px;
aspect-ratio: 690/914;
text-align: center;
}
#s-3239b536-43ac-4290-bd09-cb22363caec7:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-3239b536-43ac-4290-bd09-cb22363caec7 {
  display: none;
}
#s-3239b536-43ac-4290-bd09-cb22363caec7, #wrap-s-3239b536-43ac-4290-bd09-cb22363caec7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3239b536-43ac-4290-bd09-cb22363caec7 {
  display: none;
}
#s-3239b536-43ac-4290-bd09-cb22363caec7, #wrap-s-3239b536-43ac-4290-bd09-cb22363caec7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3239b536-43ac-4290-bd09-cb22363caec7 {
  display: none;
}
#s-3239b536-43ac-4290-bd09-cb22363caec7, #wrap-s-3239b536-43ac-4290-bd09-cb22363caec7 { display: none !important; }}




  #s-3239b536-43ac-4290-bd09-cb22363caec7 img.shogun-image,
  #s-3239b536-43ac-4290-bd09-cb22363caec7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3239b536-43ac-4290-bd09-cb22363caec7 {
    width: 100%;
    height: auto;
  }



  #s-3239b536-43ac-4290-bd09-cb22363caec7 img.shogun-image {
    

    
    
    
  }


#s-3239b536-43ac-4290-bd09-cb22363caec7 .shogun-image-content {
  
    align-items: center;
  
}

#s-072b28cb-ca76-4771-94c9-9fc10171d212 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-072b28cb-ca76-4771-94c9-9fc10171d212 {
  display: none;
}
#s-072b28cb-ca76-4771-94c9-9fc10171d212, #wrap-s-072b28cb-ca76-4771-94c9-9fc10171d212 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-072b28cb-ca76-4771-94c9-9fc10171d212 {
  display: none;
}
#s-072b28cb-ca76-4771-94c9-9fc10171d212, #wrap-s-072b28cb-ca76-4771-94c9-9fc10171d212 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-072b28cb-ca76-4771-94c9-9fc10171d212 {
  display: none;
}
#s-072b28cb-ca76-4771-94c9-9fc10171d212, #wrap-s-072b28cb-ca76-4771-94c9-9fc10171d212 { display: none !important; }}
#s-072b28cb-ca76-4771-94c9-9fc10171d212 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-c40dbe27-ece5-4e4b-81ec-b4217542a39e {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c40dbe27-ece5-4e4b-81ec-b4217542a39e {
  display: none;
}
#s-c40dbe27-ece5-4e4b-81ec-b4217542a39e, #wrap-s-c40dbe27-ece5-4e4b-81ec-b4217542a39e { display: none !important; }}
#s-c40dbe27-ece5-4e4b-81ec-b4217542a39e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-19a21b9c-043b-4ba1-8939-0044fa69c4e6 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-19a21b9c-043b-4ba1-8939-0044fa69c4e6 {
  display: none;
}
#s-19a21b9c-043b-4ba1-8939-0044fa69c4e6, #wrap-s-19a21b9c-043b-4ba1-8939-0044fa69c4e6 { display: none !important; }}
#s-222e248a-e991-45ee-b4dc-7687460c9d51 {
  margin-bottom: 0px;
}
@media (min-width: 1200px){#s-222e248a-e991-45ee-b4dc-7687460c9d51 {
  display: none;
}
#s-222e248a-e991-45ee-b4dc-7687460c9d51, #wrap-s-222e248a-e991-45ee-b4dc-7687460c9d51 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-222e248a-e991-45ee-b4dc-7687460c9d51 {
  display: none;
}
#s-222e248a-e991-45ee-b4dc-7687460c9d51, #wrap-s-222e248a-e991-45ee-b4dc-7687460c9d51 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-222e248a-e991-45ee-b4dc-7687460c9d51 {
  display: none;
}
#s-222e248a-e991-45ee-b4dc-7687460c9d51, #wrap-s-222e248a-e991-45ee-b4dc-7687460c9d51 { display: none !important; }}
#s-86c60cb8-5138-4ff2-b938-0491b5d1032a {
  margin-top: 40px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(247, 238, 221, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(170, 132, 89, 1);
}
#s-86c60cb8-5138-4ff2-b938-0491b5d1032a:hover {background-color: rgba(250, 241, 224, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(170, 132, 89, 1) !important;}#s-86c60cb8-5138-4ff2-b938-0491b5d1032a:active {background-color: rgba(247, 238, 221, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(170, 132, 89, 1) !important;}

  #s-86c60cb8-5138-4ff2-b938-0491b5d1032a-root {
    text-align: center;
  }


#s-86c60cb8-5138-4ff2-b938-0491b5d1032a.shg-btn {
  color: rgba(170, 132, 89, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-86c60cb8-5138-4ff2-b938-0491b5d1032a-root {
    text-align: center;
  }


#s-86c60cb8-5138-4ff2-b938-0491b5d1032a.shg-btn {
  color: rgba(170, 132, 89, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-86c60cb8-5138-4ff2-b938-0491b5d1032a-root {
    text-align: center;
  }


#s-86c60cb8-5138-4ff2-b938-0491b5d1032a.shg-btn {
  color: rgba(170, 132, 89, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-86c60cb8-5138-4ff2-b938-0491b5d1032a-root {
    text-align: center;
  }


#s-86c60cb8-5138-4ff2-b938-0491b5d1032a.shg-btn {
  color: rgba(170, 132, 89, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-86c60cb8-5138-4ff2-b938-0491b5d1032a-root {
    text-align: center;
  }


#s-86c60cb8-5138-4ff2-b938-0491b5d1032a.shg-btn {
  color: rgba(170, 132, 89, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-da3c87e5-cd5b-46c8-9151-79d88efad164 {
  margin-top: 30px;
text-align: left;
}

#s-b18c1c23-512b-4450-9d0e-c8c31f03fc18 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-b18c1c23-512b-4450-9d0e-c8c31f03fc18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b18c1c23-512b-4450-9d0e-c8c31f03fc18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91ad14ca-aa55-49fb-a895-8bd5379d8a00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-91ad14ca-aa55-49fb-a895-8bd5379d8a00 {
  display: none;
}
#s-91ad14ca-aa55-49fb-a895-8bd5379d8a00, #wrap-s-91ad14ca-aa55-49fb-a895-8bd5379d8a00 { display: none !important; }}
#s-91ad14ca-aa55-49fb-a895-8bd5379d8a00 .shogun-heading-component h3 {
  color: rgba(170, 155, 142, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc {
  display: none;
}
#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc, #wrap-s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc {
  display: none;
}
#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc, #wrap-s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc {
  display: none;
}
#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc, #wrap-s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc { display: none !important; }}@media (max-width: 767px){#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc {
  
}
}
#s-f4a57bc7-7c9d-4141-86d8-08d83e8d42fc .shogun-heading-component h3 {
  color: rgba(170, 155, 142, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



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

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

#s-707e98ac-04d2-4b18-a453-c9e76509a89c {
  margin-top: 0px;
margin-left: 450px;
margin-bottom: 20px;
margin-right: 450px;
}
@media (max-width: 767px){#s-707e98ac-04d2-4b18-a453-c9e76509a89c {
  display: none;
}
#s-707e98ac-04d2-4b18-a453-c9e76509a89c, #wrap-s-707e98ac-04d2-4b18-a453-c9e76509a89c { display: none !important; }}
#s-707e98ac-04d2-4b18-a453-c9e76509a89c hr {
  border-top: 2px solid rgba(170, 155, 142, 1);
}

#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 {
  margin-top: 0px;
margin-left: 150px;
margin-bottom: 20px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 {
  display: none;
}
#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70, #wrap-s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 {
  display: none;
}
#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70, #wrap-s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 {
  display: none;
}
#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70, #wrap-s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 { display: none !important; }}@media (max-width: 767px){#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 {
  
}
}
#s-bc914efb-3d39-4d7b-8db3-cea0f7bb8b70 hr {
  border-top: 2px solid rgba(170, 155, 142, 1);
}

#s-c39ba2ae-3d33-4392-b61e-584b387e9714 {
  max-width: 2120px;
aspect-ratio: 2120/1300;
text-align: center;
}
#s-c39ba2ae-3d33-4392-b61e-584b387e9714:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-c39ba2ae-3d33-4392-b61e-584b387e9714 {
  display: none;
}
#s-c39ba2ae-3d33-4392-b61e-584b387e9714, #wrap-s-c39ba2ae-3d33-4392-b61e-584b387e9714 { display: none !important; }}




  #s-c39ba2ae-3d33-4392-b61e-584b387e9714 img.shogun-image,
  #s-c39ba2ae-3d33-4392-b61e-584b387e9714 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c39ba2ae-3d33-4392-b61e-584b387e9714 {
    width: 100%;
    height: auto;
  }



  #s-c39ba2ae-3d33-4392-b61e-584b387e9714 img.shogun-image {
    

    
    
    
  }


#s-c39ba2ae-3d33-4392-b61e-584b387e9714 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 {
  text-align: center;
}
#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 {
  display: none;
}
#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9, #wrap-s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 {
  display: none;
}
#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9, #wrap-s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 {
  display: none;
}
#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9, #wrap-s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 { display: none !important; }}






  #s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 img.shogun-image {
    

    
    
    
  }


#s-cd51a9dc-7af8-4578-8801-1bc1068beaf9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c162727-bce5-465b-8310-6092f537bb59 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-4c162727-bce5-465b-8310-6092f537bb59 {
  display: none;
}
#s-4c162727-bce5-465b-8310-6092f537bb59, #wrap-s-4c162727-bce5-465b-8310-6092f537bb59 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c162727-bce5-465b-8310-6092f537bb59 {
  display: none;
}
#s-4c162727-bce5-465b-8310-6092f537bb59, #wrap-s-4c162727-bce5-465b-8310-6092f537bb59 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c162727-bce5-465b-8310-6092f537bb59 {
  display: none;
}
#s-4c162727-bce5-465b-8310-6092f537bb59, #wrap-s-4c162727-bce5-465b-8310-6092f537bb59 { display: none !important; }}
#s-4c162727-bce5-465b-8310-6092f537bb59 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
  
  
  
}



#s-322a8607-e341-4745-9dcd-7e461d96cedd {
  margin-top: 10px;
text-align: center;
}
@media (max-width: 767px){#s-322a8607-e341-4745-9dcd-7e461d96cedd {
  display: none;
}
#s-322a8607-e341-4745-9dcd-7e461d96cedd, #wrap-s-322a8607-e341-4745-9dcd-7e461d96cedd { display: none !important; }}






  #s-322a8607-e341-4745-9dcd-7e461d96cedd img.shogun-image {
    

    
    
    
  }


#s-322a8607-e341-4745-9dcd-7e461d96cedd .shogun-image-content {
  
    align-items: center;
  
}

#s-8ade83c1-fd51-4c12-b8ea-922d0dcd9ff3 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8ade83c1-fd51-4c12-b8ea-922d0dcd9ff3 {
  display: none;
}
#s-8ade83c1-fd51-4c12-b8ea-922d0dcd9ff3, #wrap-s-8ade83c1-fd51-4c12-b8ea-922d0dcd9ff3 { display: none !important; }}
#s-8ade83c1-fd51-4c12-b8ea-922d0dcd9ff3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1c95398a-3e44-4def-b48b-46e5be1c5429 {
  margin-bottom: 60px;
}
@media (max-width: 767px){#s-1c95398a-3e44-4def-b48b-46e5be1c5429 {
  display: none;
}
#s-1c95398a-3e44-4def-b48b-46e5be1c5429, #wrap-s-1c95398a-3e44-4def-b48b-46e5be1c5429 { display: none !important; }}
#s-ffa934b0-2aab-40fd-b89f-41070a0a1d96 {
  margin-bottom: 40px;
}
@media (min-width: 1200px){#s-ffa934b0-2aab-40fd-b89f-41070a0a1d96 {
  display: none;
}
#s-ffa934b0-2aab-40fd-b89f-41070a0a1d96, #wrap-s-ffa934b0-2aab-40fd-b89f-41070a0a1d96 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffa934b0-2aab-40fd-b89f-41070a0a1d96 {
  display: none;
}
#s-ffa934b0-2aab-40fd-b89f-41070a0a1d96, #wrap-s-ffa934b0-2aab-40fd-b89f-41070a0a1d96 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ffa934b0-2aab-40fd-b89f-41070a0a1d96 {
  display: none;
}
#s-ffa934b0-2aab-40fd-b89f-41070a0a1d96, #wrap-s-ffa934b0-2aab-40fd-b89f-41070a0a1d96 { display: none !important; }}
#s-76ca5044-b431-4369-8718-d04f2c17ae2b {
  max-width: 2084px;
aspect-ratio: 2084/1008;
text-align: center;
}
#s-76ca5044-b431-4369-8718-d04f2c17ae2b:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-76ca5044-b431-4369-8718-d04f2c17ae2b {
  display: none;
}
#s-76ca5044-b431-4369-8718-d04f2c17ae2b, #wrap-s-76ca5044-b431-4369-8718-d04f2c17ae2b { display: none !important; }}




  #s-76ca5044-b431-4369-8718-d04f2c17ae2b img.shogun-image,
  #s-76ca5044-b431-4369-8718-d04f2c17ae2b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-76ca5044-b431-4369-8718-d04f2c17ae2b {
    width: 100%;
    height: auto;
  }



  #s-76ca5044-b431-4369-8718-d04f2c17ae2b img.shogun-image {
    

    
    
    
  }


#s-76ca5044-b431-4369-8718-d04f2c17ae2b .shogun-image-content {
  
    align-items: center;
  
}

#s-0bc0b9d7-6f45-491c-a820-6aa774714f90 {
  max-width: 690px;
aspect-ratio: 690/992;
text-align: center;
}
#s-0bc0b9d7-6f45-491c-a820-6aa774714f90:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-0bc0b9d7-6f45-491c-a820-6aa774714f90 {
  display: none;
}
#s-0bc0b9d7-6f45-491c-a820-6aa774714f90, #wrap-s-0bc0b9d7-6f45-491c-a820-6aa774714f90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0bc0b9d7-6f45-491c-a820-6aa774714f90 {
  display: none;
}
#s-0bc0b9d7-6f45-491c-a820-6aa774714f90, #wrap-s-0bc0b9d7-6f45-491c-a820-6aa774714f90 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0bc0b9d7-6f45-491c-a820-6aa774714f90 {
  display: none;
}
#s-0bc0b9d7-6f45-491c-a820-6aa774714f90, #wrap-s-0bc0b9d7-6f45-491c-a820-6aa774714f90 { display: none !important; }}@media (max-width: 767px){#s-0bc0b9d7-6f45-491c-a820-6aa774714f90 {
  
}
}




  #s-0bc0b9d7-6f45-491c-a820-6aa774714f90 img.shogun-image,
  #s-0bc0b9d7-6f45-491c-a820-6aa774714f90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0bc0b9d7-6f45-491c-a820-6aa774714f90 {
    width: 100%;
    height: auto;
  }



  #s-0bc0b9d7-6f45-491c-a820-6aa774714f90 img.shogun-image {
    

    
    
    
  }


#s-0bc0b9d7-6f45-491c-a820-6aa774714f90 .shogun-image-content {
  
    align-items: center;
  
}

#s-ac18f3d4-2d86-4cc6-8d7f-ed0bd074cea9 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ac18f3d4-2d86-4cc6-8d7f-ed0bd074cea9 {
  display: none;
}
#s-ac18f3d4-2d86-4cc6-8d7f-ed0bd074cea9, #wrap-s-ac18f3d4-2d86-4cc6-8d7f-ed0bd074cea9 { display: none !important; }}
#s-ac18f3d4-2d86-4cc6-8d7f-ed0bd074cea9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a747921a-28dd-4399-81a0-1d066600b7c2 {
  margin-bottom: 0px;
}
@media (max-width: 767px){#s-a747921a-28dd-4399-81a0-1d066600b7c2 {
  display: none;
}
#s-a747921a-28dd-4399-81a0-1d066600b7c2, #wrap-s-a747921a-28dd-4399-81a0-1d066600b7c2 { display: none !important; }}
#s-3987920e-c010-488f-87ba-cb7655ed4d8d {
  margin-top: 40px;
margin-bottom: 100px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 20px;
background-color: rgba(223, 190, 161, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-3987920e-c010-488f-87ba-cb7655ed4d8d:hover {background-color: rgba(226, 200, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-3987920e-c010-488f-87ba-cb7655ed4d8d:active {background-color: rgba(226, 200, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-3987920e-c010-488f-87ba-cb7655ed4d8d-root {
    text-align: center;
  }


#s-3987920e-c010-488f-87ba-cb7655ed4d8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3987920e-c010-488f-87ba-cb7655ed4d8d-root {
    text-align: center;
  }


#s-3987920e-c010-488f-87ba-cb7655ed4d8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3987920e-c010-488f-87ba-cb7655ed4d8d-root {
    text-align: center;
  }


#s-3987920e-c010-488f-87ba-cb7655ed4d8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3987920e-c010-488f-87ba-cb7655ed4d8d-root {
    text-align: center;
  }


#s-3987920e-c010-488f-87ba-cb7655ed4d8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3987920e-c010-488f-87ba-cb7655ed4d8d-root {
    text-align: center;
  }


#s-3987920e-c010-488f-87ba-cb7655ed4d8d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-db6b74e3-57df-49fb-b634-02c01aa8f061 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-db6b74e3-57df-49fb-b634-02c01aa8f061 {
  display: none;
}
#s-db6b74e3-57df-49fb-b634-02c01aa8f061, #wrap-s-db6b74e3-57df-49fb-b634-02c01aa8f061 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db6b74e3-57df-49fb-b634-02c01aa8f061 {
  display: none;
}
#s-db6b74e3-57df-49fb-b634-02c01aa8f061, #wrap-s-db6b74e3-57df-49fb-b634-02c01aa8f061 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db6b74e3-57df-49fb-b634-02c01aa8f061 {
  display: none;
}
#s-db6b74e3-57df-49fb-b634-02c01aa8f061, #wrap-s-db6b74e3-57df-49fb-b634-02c01aa8f061 { display: none !important; }}@media (max-width: 767px){#s-db6b74e3-57df-49fb-b634-02c01aa8f061 {
  
}
}
#s-db6b74e3-57df-49fb-b634-02c01aa8f061 .shogun-heading-component h3 {
  color: rgba(170, 155, 142, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-33883df0-a9ee-4261-aa2f-62146318fb8c {
  margin-top: 0px;
margin-left: 150px;
margin-bottom: 20px;
margin-right: 150px;
}
@media (min-width: 1200px){#s-33883df0-a9ee-4261-aa2f-62146318fb8c {
  display: none;
}
#s-33883df0-a9ee-4261-aa2f-62146318fb8c, #wrap-s-33883df0-a9ee-4261-aa2f-62146318fb8c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-33883df0-a9ee-4261-aa2f-62146318fb8c {
  display: none;
}
#s-33883df0-a9ee-4261-aa2f-62146318fb8c, #wrap-s-33883df0-a9ee-4261-aa2f-62146318fb8c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-33883df0-a9ee-4261-aa2f-62146318fb8c {
  display: none;
}
#s-33883df0-a9ee-4261-aa2f-62146318fb8c, #wrap-s-33883df0-a9ee-4261-aa2f-62146318fb8c { display: none !important; }}@media (max-width: 767px){#s-33883df0-a9ee-4261-aa2f-62146318fb8c {
  
}
}
#s-33883df0-a9ee-4261-aa2f-62146318fb8c hr {
  border-top: 2px solid rgba(170, 155, 142, 1);
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9 {
  margin-top: 0px;
margin-bottom: 60px;
}
@media (min-width: 1200px){#s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9 {
  display: none;
}
#s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9, #wrap-s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9 {
  display: none;
}
#s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9, #wrap-s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9 {
  display: none;
}
#s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9, #wrap-s-5fbeffa0-4475-4eed-b7b5-da69d1c467c9 { display: none !important; }}
.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);
}

.shg-product-image-wrapper {
  display: none;
  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-ea61f748-b376-49d5-8666-cde5c8958c93 {
  text-align: left;
}



.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ea61f748-b376-49d5-8666-cde5c8958c93 img.shogun-image {
  width: 100%;
}



}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-24c944c7-2329-484f-b44b-7bb8b40301df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-24c944c7-2329-484f-b44b-7bb8b40301df .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-dc7f7bca-4e03-452d-925e-bf5033c9e572 {
  text-align: left;
}

#s-dc7f7bca-4e03-452d-925e-bf5033c9e572 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-dc7f7bca-4e03-452d-925e-bf5033c9e572 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-dc7f7bca-4e03-452d-925e-bf5033c9e572 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-527aa428-748f-4b26-91fd-4bfe11e8b69c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-527aa428-748f-4b26-91fd-4bfe11e8b69c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-527aa428-748f-4b26-91fd-4bfe11e8b69c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-527aa428-748f-4b26-91fd-4bfe11e8b69c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-527aa428-748f-4b26-91fd-4bfe11e8b69c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-527aa428-748f-4b26-91fd-4bfe11e8b69c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-527aa428-748f-4b26-91fd-4bfe11e8b69c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc {
  text-align: left;
}



.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-42b4529e-b7e0-4cd6-bc29-a765c53ef4fc img.shogun-image {
  width: 100%;
}



}
#s-2c7caa07-3a74-4224-81e4-21ba57e3b577 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2c7caa07-3a74-4224-81e4-21ba57e3b577 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-43bac1b3-3382-4109-b572-3bc14f607bfb {
  text-align: left;
}

#s-43bac1b3-3382-4109-b572-3bc14f607bfb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-43bac1b3-3382-4109-b572-3bc14f607bfb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-43bac1b3-3382-4109-b572-3bc14f607bfb .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-862abfc4-14f8-4716-b69d-94e6531dadca {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-862abfc4-14f8-4716-b69d-94e6531dadca:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-862abfc4-14f8-4716-b69d-94e6531dadca:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-862abfc4-14f8-4716-b69d-94e6531dadca {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-862abfc4-14f8-4716-b69d-94e6531dadca.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-862abfc4-14f8-4716-b69d-94e6531dadca.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-862abfc4-14f8-4716-b69d-94e6531dadca.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f {
  text-align: left;
}



.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f7e45ee5-4bde-47e5-ac2a-a1555a117f5f img.shogun-image {
  width: 100%;
}



}
#s-659fc733-a409-45f8-ac3a-8325a86c965e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-659fc733-a409-45f8-ac3a-8325a86c965e .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-1b933f3a-8853-409f-85c2-4662ef29b17e {
  text-align: left;
}

#s-1b933f3a-8853-409f-85c2-4662ef29b17e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1b933f3a-8853-409f-85c2-4662ef29b17e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1b933f3a-8853-409f-85c2-4662ef29b17e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-406f8ae7-0aad-4a05-8314-4e208fcf2437 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-406f8ae7-0aad-4a05-8314-4e208fcf2437:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-406f8ae7-0aad-4a05-8314-4e208fcf2437:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-406f8ae7-0aad-4a05-8314-4e208fcf2437 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-406f8ae7-0aad-4a05-8314-4e208fcf2437.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-406f8ae7-0aad-4a05-8314-4e208fcf2437.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-406f8ae7-0aad-4a05-8314-4e208fcf2437.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 {
  text-align: left;
}



.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9bb67b08-5a64-48fb-a42c-ba6697d73aa2 img.shogun-image {
  width: 100%;
}



}
#s-288f18c4-3727-4096-874c-a5426f4a71c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-288f18c4-3727-4096-874c-a5426f4a71c0 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-3427b450-5cf5-4072-bc8b-47be87cfe29f {
  text-align: left;
}

#s-3427b450-5cf5-4072-bc8b-47be87cfe29f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3427b450-5cf5-4072-bc8b-47be87cfe29f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3427b450-5cf5-4072-bc8b-47be87cfe29f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a6d588b5-5042-4802-9ac2-0c45995a1349 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a6d588b5-5042-4802-9ac2-0c45995a1349:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a6d588b5-5042-4802-9ac2-0c45995a1349:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a6d588b5-5042-4802-9ac2-0c45995a1349 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a6d588b5-5042-4802-9ac2-0c45995a1349.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a6d588b5-5042-4802-9ac2-0c45995a1349.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a6d588b5-5042-4802-9ac2-0c45995a1349.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa {
  text-align: left;
}



.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8b10ac13-4511-4979-b1bd-eb7e20be21aa img.shogun-image {
  width: 100%;
}



}
#s-d59bab5b-d828-4c08-86fd-a481ed2f5440 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d59bab5b-d828-4c08-86fd-a481ed2f5440 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-0eff8e5d-8977-4566-b8a8-fcbddf904167 {
  text-align: left;
}

#s-0eff8e5d-8977-4566-b8a8-fcbddf904167 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-0eff8e5d-8977-4566-b8a8-fcbddf904167 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-0eff8e5d-8977-4566-b8a8-fcbddf904167 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-351c68f1-589d-4812-a801-498a50fd37c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-351c68f1-589d-4812-a801-498a50fd37c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-351c68f1-589d-4812-a801-498a50fd37c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-351c68f1-589d-4812-a801-498a50fd37c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-351c68f1-589d-4812-a801-498a50fd37c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-351c68f1-589d-4812-a801-498a50fd37c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-351c68f1-589d-4812-a801-498a50fd37c9.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb {
  text-align: left;
}



.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbdc290-aea9-434c-864e-6c5fc9b96dbb img.shogun-image {
  width: 100%;
}



}
#s-c45775ae-9e0b-48bb-86ad-737d8443e438 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c45775ae-9e0b-48bb-86ad-737d8443e438 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-b89487a7-6b10-4855-95f2-3561211eb378 {
  text-align: left;
}

#s-b89487a7-6b10-4855-95f2-3561211eb378 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-b89487a7-6b10-4855-95f2-3561211eb378 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-b89487a7-6b10-4855-95f2-3561211eb378 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e69a77f0-344a-43b7-bd50-a40ec33da3cf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e69a77f0-344a-43b7-bd50-a40ec33da3cf:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e69a77f0-344a-43b7-bd50-a40ec33da3cf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e69a77f0-344a-43b7-bd50-a40ec33da3cf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e69a77f0-344a-43b7-bd50-a40ec33da3cf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69a77f0-344a-43b7-bd50-a40ec33da3cf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e69a77f0-344a-43b7-bd50-a40ec33da3cf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6ef9821c-e835-4453-8e85-b41d393f7a86 {
  text-align: left;
}



.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6ef9821c-e835-4453-8e85-b41d393f7a86 img.shogun-image {
  width: 100%;
}



}
#s-7c7ddb6e-551f-47ed-8b45-ed4347421905 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7c7ddb6e-551f-47ed-8b45-ed4347421905 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-46a6aec5-836e-468d-ac50-5599dad4a276 {
  text-align: left;
}

#s-46a6aec5-836e-468d-ac50-5599dad4a276 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-46a6aec5-836e-468d-ac50-5599dad4a276 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-46a6aec5-836e-468d-ac50-5599dad4a276 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-08db01dd-c645-4c2c-9347-049f66ff5504 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-08db01dd-c645-4c2c-9347-049f66ff5504:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-08db01dd-c645-4c2c-9347-049f66ff5504:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-08db01dd-c645-4c2c-9347-049f66ff5504 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-08db01dd-c645-4c2c-9347-049f66ff5504.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-08db01dd-c645-4c2c-9347-049f66ff5504.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-08db01dd-c645-4c2c-9347-049f66ff5504.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 {
  text-align: left;
}



.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bf54fa18-adc4-4ecc-9134-56d95a710f95 img.shogun-image {
  width: 100%;
}



}
#s-fc196813-8776-497f-ab34-0af183f0c14b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fc196813-8776-497f-ab34-0af183f0c14b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e45b6a48-f549-47ed-8c20-12bfd31e8c76 {
  text-align: left;
}

#s-e45b6a48-f549-47ed-8c20-12bfd31e8c76 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e45b6a48-f549-47ed-8c20-12bfd31e8c76 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e45b6a48-f549-47ed-8c20-12bfd31e8c76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-29d67658-c7cb-4691-864a-ebe35cf9e113 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-29d67658-c7cb-4691-864a-ebe35cf9e113:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29d67658-c7cb-4691-864a-ebe35cf9e113:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-29d67658-c7cb-4691-864a-ebe35cf9e113 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-29d67658-c7cb-4691-864a-ebe35cf9e113.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-29d67658-c7cb-4691-864a-ebe35cf9e113.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-29d67658-c7cb-4691-864a-ebe35cf9e113.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ca1dafa7-4944-4562-85a0-fff9de9fa856 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ca1dafa7-4944-4562-85a0-fff9de9fa856 {
  display: none;
}
#s-ca1dafa7-4944-4562-85a0-fff9de9fa856, #wrap-s-ca1dafa7-4944-4562-85a0-fff9de9fa856 { display: none !important; }}
#s-ca1dafa7-4944-4562-85a0-fff9de9fa856 .shogun-heading-component h3 {
  color: rgba(170, 155, 142, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-22265504-e39b-41e9-ac0c-ab524471bf15 {
  margin-top: 0px;
margin-left: 450px;
margin-bottom: 20px;
margin-right: 450px;
}
@media (max-width: 767px){#s-22265504-e39b-41e9-ac0c-ab524471bf15 {
  display: none;
}
#s-22265504-e39b-41e9-ac0c-ab524471bf15, #wrap-s-22265504-e39b-41e9-ac0c-ab524471bf15 { display: none !important; }}
#s-22265504-e39b-41e9-ac0c-ab524471bf15 hr {
  border-top: 2px solid rgba(170, 155, 142, 1);
}

#s-ee1933f7-87b4-47de-a0b9-d45d1c7d9594 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-ee1933f7-87b4-47de-a0b9-d45d1c7d9594 {
  display: none;
}
#s-ee1933f7-87b4-47de-a0b9-d45d1c7d9594, #wrap-s-ee1933f7-87b4-47de-a0b9-d45d1c7d9594 { display: none !important; }}
#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 {
  text-align: left;
}



.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bd5bf8bc-989a-430a-8d81-46f01221fa64 img.shogun-image {
  width: 100%;
}



}
#s-91262cdc-32c7-4e53-8677-1e1b04f5c646 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-91262cdc-32c7-4e53-8677-1e1b04f5c646 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f54450b7-7e05-4b82-bdb4-493e3cba12f0 {
  text-align: left;
}

#s-f54450b7-7e05-4b82-bdb4-493e3cba12f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f54450b7-7e05-4b82-bdb4-493e3cba12f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f54450b7-7e05-4b82-bdb4-493e3cba12f0 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-66dac24d-eeda-4f15-a780-36ec935d7a63 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-66dac24d-eeda-4f15-a780-36ec935d7a63:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66dac24d-eeda-4f15-a780-36ec935d7a63:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-66dac24d-eeda-4f15-a780-36ec935d7a63 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-66dac24d-eeda-4f15-a780-36ec935d7a63.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-66dac24d-eeda-4f15-a780-36ec935d7a63.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-66dac24d-eeda-4f15-a780-36ec935d7a63.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 {
  text-align: left;
}



.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-884190b3-250b-4202-9151-6d0ebe9aa5c1 img.shogun-image {
  width: 100%;
}



}
#s-a901605d-220b-411f-a18a-47f5f988a370 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a901605d-220b-411f-a18a-47f5f988a370 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-4b59a7e1-44c7-4d00-9960-45e6c0a19784 {
  text-align: left;
}

#s-4b59a7e1-44c7-4d00-9960-45e6c0a19784 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-4b59a7e1-44c7-4d00-9960-45e6c0a19784 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-4b59a7e1-44c7-4d00-9960-45e6c0a19784 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-bffb591d-2e8e-4ffc-817b-d0d4eb33a7d3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-bffb591d-2e8e-4ffc-817b-d0d4eb33a7d3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bffb591d-2e8e-4ffc-817b-d0d4eb33a7d3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bffb591d-2e8e-4ffc-817b-d0d4eb33a7d3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bffb591d-2e8e-4ffc-817b-d0d4eb33a7d3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bffb591d-2e8e-4ffc-817b-d0d4eb33a7d3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-bffb591d-2e8e-4ffc-817b-d0d4eb33a7d3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-16f232f9-9728-45ae-bf97-83c35177d9d0 {
  text-align: left;
}



.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16f232f9-9728-45ae-bf97-83c35177d9d0 img.shogun-image {
  width: 100%;
}



}
#s-488cac0c-077c-4ae9-bca8-7b73f6fdf47b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-488cac0c-077c-4ae9-bca8-7b73f6fdf47b .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-9c920106-0e17-493d-b05f-a6b577ef358a {
  text-align: left;
}

#s-9c920106-0e17-493d-b05f-a6b577ef358a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-9c920106-0e17-493d-b05f-a6b577ef358a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-9c920106-0e17-493d-b05f-a6b577ef358a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-828ae500-98f1-4d3d-91db-043b7fca4010 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-828ae500-98f1-4d3d-91db-043b7fca4010:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-828ae500-98f1-4d3d-91db-043b7fca4010:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-828ae500-98f1-4d3d-91db-043b7fca4010 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-828ae500-98f1-4d3d-91db-043b7fca4010.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-828ae500-98f1-4d3d-91db-043b7fca4010.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-828ae500-98f1-4d3d-91db-043b7fca4010.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 {
  text-align: left;
}



.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-436b3106-dd30-4ba8-bc7d-7a7e58ede101 img.shogun-image {
  width: 100%;
}



}
#s-9d32ebd1-559e-48d3-809b-961d0d505b19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d32ebd1-559e-48d3-809b-961d0d505b19 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e012aa50-70d4-48f9-a850-38708b14a93a {
  text-align: left;
}

#s-e012aa50-70d4-48f9-a850-38708b14a93a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e012aa50-70d4-48f9-a850-38708b14a93a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-e012aa50-70d4-48f9-a850-38708b14a93a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1956028a-c20d-4157-a747-e569b86e1a01 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-1956028a-c20d-4157-a747-e569b86e1a01:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1956028a-c20d-4157-a747-e569b86e1a01:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1956028a-c20d-4157-a747-e569b86e1a01 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1956028a-c20d-4157-a747-e569b86e1a01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1956028a-c20d-4157-a747-e569b86e1a01.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1956028a-c20d-4157-a747-e569b86e1a01.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 {
  text-align: left;
}



.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dfed580a-2a8a-47d2-a551-969e6b9f08e0 img.shogun-image {
  width: 100%;
}



}
#s-39718144-ad82-4b2e-8ebb-032613612586 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39718144-ad82-4b2e-8ebb-032613612586 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-eb0f111e-8273-44e4-9ecf-e7618e01d013 {
  text-align: left;
}

#s-eb0f111e-8273-44e4-9ecf-e7618e01d013 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eb0f111e-8273-44e4-9ecf-e7618e01d013 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-eb0f111e-8273-44e4-9ecf-e7618e01d013 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-e69133f5-e08a-4ae4-b074-5de7cbd3347f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-e69133f5-e08a-4ae4-b074-5de7cbd3347f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e69133f5-e08a-4ae4-b074-5de7cbd3347f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-e69133f5-e08a-4ae4-b074-5de7cbd3347f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e69133f5-e08a-4ae4-b074-5de7cbd3347f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e69133f5-e08a-4ae4-b074-5de7cbd3347f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e69133f5-e08a-4ae4-b074-5de7cbd3347f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 {
  text-align: left;
}



.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-71950f48-ac4a-4c47-ab24-00f3bfdd5a48 img.shogun-image {
  width: 100%;
}



}
#s-b8e69a45-2075-4da6-b748-9305888f1e27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8e69a45-2075-4da6-b748-9305888f1e27 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-687b0c29-6fa3-4c9b-9231-dbce821bcc11 {
  text-align: left;
}

#s-687b0c29-6fa3-4c9b-9231-dbce821bcc11 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-687b0c29-6fa3-4c9b-9231-dbce821bcc11 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-687b0c29-6fa3-4c9b-9231-dbce821bcc11 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d92cf1dd-ffc2-40af-bfd7-75426ae1ebeb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-d92cf1dd-ffc2-40af-bfd7-75426ae1ebeb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d92cf1dd-ffc2-40af-bfd7-75426ae1ebeb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d92cf1dd-ffc2-40af-bfd7-75426ae1ebeb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d92cf1dd-ffc2-40af-bfd7-75426ae1ebeb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d92cf1dd-ffc2-40af-bfd7-75426ae1ebeb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d92cf1dd-ffc2-40af-bfd7-75426ae1ebeb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 {
  text-align: left;
}



.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-122f8c7e-b0b9-4b0d-9324-7ea83d4c3ff9 img.shogun-image {
  width: 100%;
}



}
#s-b95aefb5-b7f8-4373-aa58-75bebdae0fe1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b95aefb5-b7f8-4373-aa58-75bebdae0fe1 .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fd49bbe0-6154-47e0-8b4b-5ed34930672f {
  text-align: left;
}

#s-fd49bbe0-6154-47e0-8b4b-5ed34930672f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fd49bbe0-6154-47e0-8b4b-5ed34930672f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fd49bbe0-6154-47e0-8b4b-5ed34930672f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-89bf5ace-c3ca-47e1-88eb-d453fd318778 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-89bf5ace-c3ca-47e1-88eb-d453fd318778:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89bf5ace-c3ca-47e1-88eb-d453fd318778:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89bf5ace-c3ca-47e1-88eb-d453fd318778 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-89bf5ace-c3ca-47e1-88eb-d453fd318778.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-89bf5ace-c3ca-47e1-88eb-d453fd318778.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-89bf5ace-c3ca-47e1-88eb-d453fd318778.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 {
  text-align: left;
}



.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d7b2a5b8-4fdb-442d-8615-cb3ca800b2a0 img.shogun-image {
  width: 100%;
}



}
#s-1fb92722-eaa2-49a9-90fd-5f2780234cff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1fb92722-eaa2-49a9-90fd-5f2780234cff .shg-product-title-component h3 {
  color: ;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fef4a50f-5167-4444-8ea8-3045fe0fac4e {
  text-align: left;
}

#s-fef4a50f-5167-4444-8ea8-3045fe0fac4e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-fef4a50f-5167-4444-8ea8-3045fe0fac4e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-fef4a50f-5167-4444-8ea8-3045fe0fac4e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-b931ee46-53e1-441b-b684-d0903f11c9cc {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-b931ee46-53e1-441b-b684-d0903f11c9cc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b931ee46-53e1-441b-b684-d0903f11c9cc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b931ee46-53e1-441b-b684-d0903f11c9cc {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b931ee46-53e1-441b-b684-d0903f11c9cc.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b931ee46-53e1-441b-b684-d0903f11c9cc.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-b931ee46-53e1-441b-b684-d0903f11c9cc.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-6346d50d-ebe3-4a73-9837-e735b8ac5c5c {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-6346d50d-ebe3-4a73-9837-e735b8ac5c5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6346d50d-ebe3-4a73-9837-e735b8ac5c5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-141fbb13-8acf-4e4c-8064-9bbae629ed1c {
  margin-top: 20px;
margin-bottom: 40px;
max-width: 2120px;
aspect-ratio: 2120/440;
text-align: center;
}
#s-141fbb13-8acf-4e4c-8064-9bbae629ed1c:hover {opacity: 0.8 !important;}@media (max-width: 767px){#s-141fbb13-8acf-4e4c-8064-9bbae629ed1c {
  display: none;
}
#s-141fbb13-8acf-4e4c-8064-9bbae629ed1c, #wrap-s-141fbb13-8acf-4e4c-8064-9bbae629ed1c { display: none !important; }}




  #s-141fbb13-8acf-4e4c-8064-9bbae629ed1c img.shogun-image,
  #s-141fbb13-8acf-4e4c-8064-9bbae629ed1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-141fbb13-8acf-4e4c-8064-9bbae629ed1c {
    width: 100%;
    height: auto;
  }



  #s-141fbb13-8acf-4e4c-8064-9bbae629ed1c img.shogun-image {
    

    
    
    
  }


#s-141fbb13-8acf-4e4c-8064-9bbae629ed1c .shogun-image-content {
  
    align-items: center;
  
}

#s-baec52d0-f0d3-4326-8e43-f608a9a91116 {
  margin-bottom: 40px;
max-width: 694px;
aspect-ratio: 694/568;
text-align: center;
}
#s-baec52d0-f0d3-4326-8e43-f608a9a91116:hover {opacity: 0.8 !important;}@media (min-width: 1200px){#s-baec52d0-f0d3-4326-8e43-f608a9a91116 {
  display: none;
}
#s-baec52d0-f0d3-4326-8e43-f608a9a91116, #wrap-s-baec52d0-f0d3-4326-8e43-f608a9a91116 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-baec52d0-f0d3-4326-8e43-f608a9a91116 {
  display: none;
}
#s-baec52d0-f0d3-4326-8e43-f608a9a91116, #wrap-s-baec52d0-f0d3-4326-8e43-f608a9a91116 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-baec52d0-f0d3-4326-8e43-f608a9a91116 {
  display: none;
}
#s-baec52d0-f0d3-4326-8e43-f608a9a91116, #wrap-s-baec52d0-f0d3-4326-8e43-f608a9a91116 { display: none !important; }}




  #s-baec52d0-f0d3-4326-8e43-f608a9a91116 img.shogun-image,
  #s-baec52d0-f0d3-4326-8e43-f608a9a91116 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baec52d0-f0d3-4326-8e43-f608a9a91116 {
    width: 100%;
    height: auto;
  }



  #s-baec52d0-f0d3-4326-8e43-f608a9a91116 img.shogun-image {
    

    
    
    
  }


#s-baec52d0-f0d3-4326-8e43-f608a9a91116 .shogun-image-content {
  
    align-items: center;
  
}

/*
  $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;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

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

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#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:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.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{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.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}
