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

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

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

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

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

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

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

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

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

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

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

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

#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4 {
  background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 4%;
padding-bottom: 0%;
padding-right: 4%;
min-height: 300px;
background-position: left center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4 {
  padding-top: 4%;
padding-bottom: 4%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4 {
  padding-top: 2%;
padding-bottom: 2%;
}
}@media (max-width: 767px){#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}







#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4.shg-box.shg-c {
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-69289da7-8401-45bc-8eb7-3b38bd27b7e4.shg-box.shg-c {
  justify-content: center;
}
}
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: rgba(34, 34, 34, 1);
  font-family: "Libre Baskerville";
  font-weight: 400;
}

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

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

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

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

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

.shg-default-text-content p {
  font-size: 1em;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: rgba(83, 83, 83, 1);
  font-family: "Avenir Next";
}

.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: rgba(34, 34, 34, 1);
  font-family: "Libre Baskerville";
  font-weight: 400;
}

.shg-theme-text-content p {
  color: rgba(83, 83, 83, 1);
  font-family: "Avenir Next";
  font-weight: 400;
}

#s-61436268-1777-4434-99f9-f886557d2c0c {
  margin-top: 0%;
margin-left: 61%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(0, 0, 0, 0.55);
}
@media (min-width: 992px) and (max-width: 1199px){#s-61436268-1777-4434-99f9-f886557d2c0c {
  margin-left: 44%;
padding-left: 1%;
padding-right: 1%;
background-color: rgba(0, 0, 0, 0.55);
}
}@media (min-width: 768px) and (max-width: 991px){#s-61436268-1777-4434-99f9-f886557d2c0c {
  margin-left: 18%;
margin-right: 18%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-61436268-1777-4434-99f9-f886557d2c0c {
  margin-left: 0%;
}
}
#s-e568bc77-13ee-4e60-a815-e4e836271b12 {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 1200px;
}
@media (min-width: 1200px){#s-e568bc77-13ee-4e60-a815-e4e836271b12 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e568bc77-13ee-4e60-a815-e4e836271b12 {
  margin-top: 1%;
margin-left: 0%;
margin-bottom: 1%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e568bc77-13ee-4e60-a815-e4e836271b12 {
  margin-top: 1%;
margin-bottom: 1%;
max-width: 96%;
}
}@media (max-width: 767px){#s-e568bc77-13ee-4e60-a815-e4e836271b12 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
max-width: 96%;
}
}







#s-e568bc77-13ee-4e60-a815-e4e836271b12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e568bc77-13ee-4e60-a815-e4e836271b12.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

#s-56cbcc29-67b0-43ce-8f89-4a4d17d8470f {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-56cbcc29-67b0-43ce-8f89-4a4d17d8470f {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-56cbcc29-67b0-43ce-8f89-4a4d17d8470f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-56cbcc29-67b0-43ce-8f89-4a4d17d8470f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-56cbcc29-67b0-43ce-8f89-4a4d17d8470f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-56cbcc29-67b0-43ce-8f89-4a4d17d8470f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-56cbcc29-67b0-43ce-8f89-4a4d17d8470f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-370f4ab6-4a8f-4250-8d64-5c3f59f00d9c {
  margin-left: auto;
margin-right: auto;
padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}








#s-370f4ab6-4a8f-4250-8d64-5c3f59f00d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-370f4ab6-4a8f-4250-8d64-5c3f59f00d9c.shg-box.shg-c {
  justify-content: center;
}

#s-0858a465-e080-49df-89bc-e2f27b6b5a4e {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-0858a465-e080-49df-89bc-e2f27b6b5a4e {
  padding-top: 0%;
padding-bottom: 0%;
}
}
.shg-align-container {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  margin-left: auto;
margin-right: auto;
max-width: 2000px;
aspect-ratio: 1/1;
text-align: center;
}



.shg-image-margin-container-s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
      position: relative;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  
  
  
  
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
      position: relative;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  
  
  
  
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
      position: relative;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  
  
  
  
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
      position: relative;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

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

.shg-image-margin-container-s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  
  
  
  
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }

    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-link {
      aspect-ratio: 1/1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2000px;
  }



  img.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
    
    
    
    max-height: 2000px;
  }


.s-93b63fb3-0712-4aa0-9695-27fbac539c70 .shogun-image-content {
  
    align-items: center;
  
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shg-align-container {
  display: flex;
  justify-content: center
}

.s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 {
      --shg-aspect-ratio: calc(1/1); 
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container {
      position: relative;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-93b63fb3-0712-4aa0-9695-27fbac539c70 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2000px;
    }
  }

}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  padding-top: 4%;
padding-bottom: 4%;
}
}@media (max-width: 767px){#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  padding-left: 4%;
}
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/480x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/960x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/768x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/1536x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/1024x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/2048x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/1200x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 {
  background-image: url(https://i.shgcdn.com/c77a3e62-6a2d-4d3f-9c87-e5ee57561fb4/-/resize/2048x/);
}
#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-72624e5c-e280-4be8-8e46-70c06e4d13f6 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
  display: block;
}#s-72624e5c-e280-4be8-8e46-70c06e4d13f6.shg-box.shg-c {
  justify-content: center;
}

#s-f009dc46-8424-42e3-85c7-63662bbcc221 {
  margin-left: 60%;
margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 1200px){#s-f009dc46-8424-42e3-85c7-63662bbcc221 {
  margin-left: 63%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f009dc46-8424-42e3-85c7-63662bbcc221 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
max-width: 1000px;
background-color: rgba(0, 0, 0, 0.6);
}
}@media (max-width: 767px){#s-f009dc46-8424-42e3-85c7-63662bbcc221 {
  margin-left: 0%;
margin-right: 0%;
}
}
/* Duplicated Styles are also in Category base.css - keep them in sync */

.shg-swiper-container {
  --arrow-button-size: 35px;
  --pagination-height: 32px;
  --swiper-pagination-bullet-size: 14px;
  --swiper-pagination-bottom: 8px;

  position: relative;
  /*
   * In case you are wondering, why it's set to grid, please see the links below:
   * https://github.com/nolimits4web/swiper/issues/3599
   * https://github.com/nolimits4web/swiper/issues/3599#issuecomment-1290283431
   */
  display: grid;
  padding: 8px var(--arrow-button-size) var(--pagination-height)
    var(--arrow-button-size);
}

.shg-swiper:not(.swiper-initialized) {
  visibility: hidden;
  display: flex;
  overflow-x: hidden;
}

.shg-swiper-container > .shg-swiper {
  margin-left: 0;
  margin-right: 0;
}

.shg-swiper:not(.swiper-initialized) ~ .swiper-pagination,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-prev,
.shg-swiper:not(.swiper-initialized) ~ .swiper-button-next {
  visibility: hidden;
}

.shg-swiper-container > .swiper-button-prev,
.shg-swiper-container > .swiper-button-next {
  top: 0;
  height: calc(100% - var(--pagination-height));
  width: var(--arrow-button-size);
  margin: 0;
}

.shg-swiper-container > .swiper-button-prev {
  left: 0;
}

.shg-swiper-container > .swiper-button-next {
  right: 0;
}

.shg-swiper-container > .swiper-button-next:after,
.shg-swiper-container > .swiper-button-prev:after {
  /* Ditch default Swiper arrow */
  display: none;
}

.shg-swiper-container > .swiper-button-next svg,
.shg-swiper-container > .swiper-button-prev svg {
  width: var(--arrow-button-size);
  height: var(--arrow-button-size);
}

#s-046aac85-84d0-4472-9027-70221cec504b {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-046aac85-84d0-4472-9027-70221cec504b {
  padding-top: 1%;
padding-bottom: 1%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-046aac85-84d0-4472-9027-70221cec504b {
  display: none;
}
#s-046aac85-84d0-4472-9027-70221cec504b, #wrap-s-046aac85-84d0-4472-9027-70221cec504b { display: none !important; }}@media (max-width: 767px){#s-046aac85-84d0-4472-9027-70221cec504b {
  display: none;
}
#s-046aac85-84d0-4472-9027-70221cec504b, #wrap-s-046aac85-84d0-4472-9027-70221cec504b { display: none !important; }}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b {
  --swiper-pagination-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(203, 53, 37, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b > .swiper-button-prev,
#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b > .swiper-button-next {
  
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b > .swiper-button-prev svg,
#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b > .swiper-button-next svg {
  fill: rgba(85, 81, 73, 1) !important;
  stroke: rgba(85, 81, 73, 1) !important;
  
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b .swiper-pagination-bullet-active {
  background-color: rgba(203, 53, 37, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-046aac85-84d0-4472-9027-70221cec504b .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-29283e44-919c-438e-80c9-7d9d0e5cd737 {
  margin-left: auto;
margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b {
  text-align: center;
}
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b {
  max-width:  100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b {
  max-width:  100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b {
  max-width:  100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b {
  max-width:  100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b {
  max-width:  100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b .shg-image-zoom,
.shg-c#s-4f5cb164-8379-4282-b0b4-9e5c68ac115b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3ad94574-7643-4135-bbb8-189003b4cf45 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-3ad94574-7643-4135-bbb8-189003b4cf45 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3ad94574-7643-4135-bbb8-189003b4cf45 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3ad94574-7643-4135-bbb8-189003b4cf45 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3ad94574-7643-4135-bbb8-189003b4cf45 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3ad94574-7643-4135-bbb8-189003b4cf45 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




.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-2fa69c67-8412-4003-9758-da114866ff3c {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-2fa69c67-8412-4003-9758-da114866ff3c:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2fa69c67-8412-4003-9758-da114866ff3c:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-2fa69c67-8412-4003-9758-da114866ff3c {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2fa69c67-8412-4003-9758-da114866ff3c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2fa69c67-8412-4003-9758-da114866ff3c.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-2fa69c67-8412-4003-9758-da114866ff3c.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-09dba0be-a481-4e0b-b1df-63a32766dddb {
  margin-left: auto;
margin-right: auto;
}

#s-b8c39c23-722c-4a30-9245-dac2aa677680 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-b8c39c23-722c-4a30-9245-dac2aa677680 {
  text-align: center;
}
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 {
  max-width:  100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 {
  max-width:  100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 {
  max-width:  100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 {
  max-width:  100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 {
  max-width:  100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 .shg-image-zoom,
.shg-c#s-b8c39c23-722c-4a30-9245-dac2aa677680 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-29c74a63-1a6e-4984-8545-9890c32e9283 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-29c74a63-1a6e-4984-8545-9890c32e9283 .shg-product-quantity-wrapper {
  display: flex;
}

#s-29c74a63-1a6e-4984-8545-9890c32e9283 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-29c74a63-1a6e-4984-8545-9890c32e9283 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-29c74a63-1a6e-4984-8545-9890c32e9283 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-29c74a63-1a6e-4984-8545-9890c32e9283 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c8932387-7232-4675-9938-3bf2e63275b7 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-c8932387-7232-4675-9938-3bf2e63275b7:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-c8932387-7232-4675-9938-3bf2e63275b7:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-c8932387-7232-4675-9938-3bf2e63275b7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c8932387-7232-4675-9938-3bf2e63275b7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c8932387-7232-4675-9938-3bf2e63275b7.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-c8932387-7232-4675-9938-3bf2e63275b7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-1e02ae87-b558-4d1f-8590-1045e28e0e63 {
  margin-left: auto;
margin-right: auto;
}

#s-c8adc210-a96e-48e5-90d3-62d393707c09 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-c8adc210-a96e-48e5-90d3-62d393707c09 {
  text-align: center;
}
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 {
  max-width:  100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 {
  max-width:  100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 {
  max-width:  100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 {
  max-width:  100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 {
  max-width:  100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 .shg-image-zoom,
.shg-c#s-c8adc210-a96e-48e5-90d3-62d393707c09 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-e9176ca2-42c8-4b83-96be-313e74d562f5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-e9176ca2-42c8-4b83-96be-313e74d562f5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-e9176ca2-42c8-4b83-96be-313e74d562f5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e9176ca2-42c8-4b83-96be-313e74d562f5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e9176ca2-42c8-4b83-96be-313e74d562f5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e9176ca2-42c8-4b83-96be-313e74d562f5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b1c26412-e59b-4081-80fd-4ab2216d992a {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-b1c26412-e59b-4081-80fd-4ab2216d992a:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b1c26412-e59b-4081-80fd-4ab2216d992a:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-b1c26412-e59b-4081-80fd-4ab2216d992a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1c26412-e59b-4081-80fd-4ab2216d992a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1c26412-e59b-4081-80fd-4ab2216d992a.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-b1c26412-e59b-4081-80fd-4ab2216d992a.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3ac9c8c1-fa0b-4fb9-b2a9-4e7c7e9a385f {
  margin-left: auto;
margin-right: auto;
}

#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 {
  text-align: center;
}
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 {
  max-width:  100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 {
  max-width:  100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 {
  max-width:  100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 {
  max-width:  100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 {
  max-width:  100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 .shg-image-zoom,
.shg-c#s-607ff90a-3a9c-41d5-8ce4-17ed6a6cf633 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-60d250f0-9bf0-4a9d-86ad-5a951b795ec3 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-60d250f0-9bf0-4a9d-86ad-5a951b795ec3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-60d250f0-9bf0-4a9d-86ad-5a951b795ec3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-60d250f0-9bf0-4a9d-86ad-5a951b795ec3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-60d250f0-9bf0-4a9d-86ad-5a951b795ec3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-60d250f0-9bf0-4a9d-86ad-5a951b795ec3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-0630268c-2bfb-4892-8b80-1ec93a560b75 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-0630268c-2bfb-4892-8b80-1ec93a560b75:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-0630268c-2bfb-4892-8b80-1ec93a560b75:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-0630268c-2bfb-4892-8b80-1ec93a560b75 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0630268c-2bfb-4892-8b80-1ec93a560b75.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0630268c-2bfb-4892-8b80-1ec93a560b75.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-0630268c-2bfb-4892-8b80-1ec93a560b75.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e2f4080c-7695-4339-8de2-254b3e53c95b {
  margin-left: auto;
margin-right: auto;
}

#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a {
  text-align: center;
}
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a {
  max-width:  100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a {
  max-width:  100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a {
  max-width:  100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a {
  max-width:  100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a {
  max-width:  100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a .shg-image-zoom,
.shg-c#s-a99f5250-cbe8-4c8c-a634-17a91f8bc11a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-81958b11-2838-4487-a783-7f3bf4f12fff {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-81958b11-2838-4487-a783-7f3bf4f12fff .shg-product-quantity-wrapper {
  display: flex;
}

#s-81958b11-2838-4487-a783-7f3bf4f12fff .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-81958b11-2838-4487-a783-7f3bf4f12fff .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-81958b11-2838-4487-a783-7f3bf4f12fff .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-81958b11-2838-4487-a783-7f3bf4f12fff .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-f46747c1-2ab0-411a-b2f0-06c55e74bd7b {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-f46747c1-2ab0-411a-b2f0-06c55e74bd7b:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f46747c1-2ab0-411a-b2f0-06c55e74bd7b:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-f46747c1-2ab0-411a-b2f0-06c55e74bd7b {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f46747c1-2ab0-411a-b2f0-06c55e74bd7b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f46747c1-2ab0-411a-b2f0-06c55e74bd7b.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-f46747c1-2ab0-411a-b2f0-06c55e74bd7b.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b021483a-6ee8-4c20-8b1e-7902a6b9c1a8 {
  margin-left: auto;
margin-right: auto;
}

#s-70f9b057-92f0-4966-b20a-02aef1384c7b {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-70f9b057-92f0-4966-b20a-02aef1384c7b {
  text-align: center;
}
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b {
  max-width:  100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b {
  max-width:  100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b {
  max-width:  100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b {
  max-width:  100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b {
  max-width:  100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b .shg-image-zoom,
.shg-c#s-70f9b057-92f0-4966-b20a-02aef1384c7b img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a230be9d-c34b-4368-8a87-99cc20f7cfd1 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-a230be9d-c34b-4368-8a87-99cc20f7cfd1 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a230be9d-c34b-4368-8a87-99cc20f7cfd1 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a230be9d-c34b-4368-8a87-99cc20f7cfd1 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a230be9d-c34b-4368-8a87-99cc20f7cfd1 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a230be9d-c34b-4368-8a87-99cc20f7cfd1 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-150eb567-eb0b-4b9e-b13c-57503285ffac {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-150eb567-eb0b-4b9e-b13c-57503285ffac:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-150eb567-eb0b-4b9e-b13c-57503285ffac:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-150eb567-eb0b-4b9e-b13c-57503285ffac {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-150eb567-eb0b-4b9e-b13c-57503285ffac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-150eb567-eb0b-4b9e-b13c-57503285ffac.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-150eb567-eb0b-4b9e-b13c-57503285ffac.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-44fb3b10-c18c-4eb1-9739-689ed97d1ade {
  margin-left: auto;
margin-right: auto;
}

#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb {
  text-align: center;
}
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb {
  max-width:  100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb {
  max-width:  100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb {
  max-width:  100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb {
  max-width:  100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb {
  max-width:  100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb .shg-image-zoom,
.shg-c#s-d3da93ef-fa4a-42e0-9194-1f307b02ebfb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-7549d3b0-7a92-4d70-aff5-60c1af4f0518 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-7549d3b0-7a92-4d70-aff5-60c1af4f0518 .shg-product-quantity-wrapper {
  display: flex;
}

#s-7549d3b0-7a92-4d70-aff5-60c1af4f0518 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-7549d3b0-7a92-4d70-aff5-60c1af4f0518 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-7549d3b0-7a92-4d70-aff5-60c1af4f0518 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-7549d3b0-7a92-4d70-aff5-60c1af4f0518 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-8e750b11-08a3-4bfe-b0da-adba3a3d3f4e {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-8e750b11-08a3-4bfe-b0da-adba3a3d3f4e:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-8e750b11-08a3-4bfe-b0da-adba3a3d3f4e:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-8e750b11-08a3-4bfe-b0da-adba3a3d3f4e {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e750b11-08a3-4bfe-b0da-adba3a3d3f4e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e750b11-08a3-4bfe-b0da-adba3a3d3f4e.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-8e750b11-08a3-4bfe-b0da-adba3a3d3f4e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d8cf0f35-a3eb-4901-8e29-200b3a710de2 {
  margin-left: auto;
margin-right: auto;
}

#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f {
  text-align: center;
}
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f {
  max-width:  100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f {
  max-width:  100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f {
  max-width:  100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f {
  max-width:  100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f {
  max-width:  100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f .shg-image-zoom,
.shg-c#s-a225a14e-5a3f-42c0-8b96-2bda357ae73f img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-a0665885-ca55-4d55-a0a3-465b6c8debc5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-a0665885-ca55-4d55-a0a3-465b6c8debc5 .shg-product-quantity-wrapper {
  display: flex;
}

#s-a0665885-ca55-4d55-a0a3-465b6c8debc5 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-a0665885-ca55-4d55-a0a3-465b6c8debc5 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-a0665885-ca55-4d55-a0a3-465b6c8debc5 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-a0665885-ca55-4d55-a0a3-465b6c8debc5 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-7adb1f56-f04b-4da9-a5b7-7b6f44cb6530 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-7adb1f56-f04b-4da9-a5b7-7b6f44cb6530:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-7adb1f56-f04b-4da9-a5b7-7b6f44cb6530:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzMwNDM0YjgtZTJhNi00ZmI3LTlhNWEtOGIzNGRlNDk3YWUxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzMzA0MzRiOC1lMmE2LTRmYjctOWE1YS04YjM0ZGU0OTdhZTEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-7adb1f56-f04b-4da9-a5b7-7b6f44cb6530 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-7adb1f56-f04b-4da9-a5b7-7b6f44cb6530.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-7adb1f56-f04b-4da9-a5b7-7b6f44cb6530.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-7adb1f56-f04b-4da9-a5b7-7b6f44cb6530.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-b465ac7d-3a92-4fb2-a047-6c11042898cb {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-b465ac7d-3a92-4fb2-a047-6c11042898cb {
  padding-top: 1%;
padding-bottom: 1%;
display: none;
}
#s-b465ac7d-3a92-4fb2-a047-6c11042898cb, #wrap-s-b465ac7d-3a92-4fb2-a047-6c11042898cb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b465ac7d-3a92-4fb2-a047-6c11042898cb {
  display: none;
}
#s-b465ac7d-3a92-4fb2-a047-6c11042898cb, #wrap-s-b465ac7d-3a92-4fb2-a047-6c11042898cb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b465ac7d-3a92-4fb2-a047-6c11042898cb {
  
}
}@media (max-width: 767px){#s-b465ac7d-3a92-4fb2-a047-6c11042898cb {
  
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb {
  --swiper-pagination-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(203, 53, 37, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb > .swiper-button-prev,
#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb > .swiper-button-next {
  
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb > .swiper-button-prev svg,
#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb > .swiper-button-next svg {
  fill: rgba(85, 81, 73, 1) !important;
  stroke: rgba(85, 81, 73, 1) !important;
  
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb .swiper-pagination-bullet-active {
  background-color: rgba(203, 53, 37, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-b465ac7d-3a92-4fb2-a047-6c11042898cb .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-45f9d64a-80cd-4073-b1f9-4514b5377a1f {
  margin-left: auto;
margin-right: auto;
}

#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb {
  text-align: center;
}
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb {
  max-width:  100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb {
  max-width:  100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb {
  max-width:  100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb {
  max-width:  100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb {
  max-width:  100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb .shg-image-zoom,
.shg-c#s-73d2c6b1-c7f1-4690-b0be-964864ae11eb img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-28881a19-beb3-42a2-9f2b-c301c45bb58c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-28881a19-beb3-42a2-9f2b-c301c45bb58c .shg-product-quantity-wrapper {
  display: flex;
}

#s-28881a19-beb3-42a2-9f2b-c301c45bb58c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-28881a19-beb3-42a2-9f2b-c301c45bb58c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-28881a19-beb3-42a2-9f2b-c301c45bb58c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-28881a19-beb3-42a2-9f2b-c301c45bb58c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-94ca0107-a46b-4926-95d0-1a14ec4f4286 {
  margin-left: auto;
margin-right: auto;
}

#s-96df1710-479d-4fe0-990f-84e5003db31e {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-96df1710-479d-4fe0-990f-84e5003db31e {
  text-align: center;
}
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e {
  max-width:  100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e {
  max-width:  100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e {
  max-width:  100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e {
  max-width:  100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e {
  max-width:  100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e .shg-image-zoom,
.shg-c#s-96df1710-479d-4fe0-990f-84e5003db31e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-19839e6a-4434-4ac2-9e8d-3167def1b866 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-19839e6a-4434-4ac2-9e8d-3167def1b866 .shg-product-quantity-wrapper {
  display: flex;
}

#s-19839e6a-4434-4ac2-9e8d-3167def1b866 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-19839e6a-4434-4ac2-9e8d-3167def1b866 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-19839e6a-4434-4ac2-9e8d-3167def1b866 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-19839e6a-4434-4ac2-9e8d-3167def1b866 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b771a600-1993-43cf-ba95-42fc241ca24a {
  margin-left: auto;
margin-right: auto;
}

#s-8f929e36-b369-488f-9856-e7cf9122fb65 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-8f929e36-b369-488f-9856-e7cf9122fb65 {
  text-align: center;
}
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 {
  max-width:  100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 {
  max-width:  100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 {
  max-width:  100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 {
  max-width:  100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 {
  max-width:  100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 .shg-image-zoom,
.shg-c#s-8f929e36-b369-488f-9856-e7cf9122fb65 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-73afb365-f69b-4086-80d0-c8e09ccbc677 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-73afb365-f69b-4086-80d0-c8e09ccbc677 .shg-product-quantity-wrapper {
  display: flex;
}

#s-73afb365-f69b-4086-80d0-c8e09ccbc677 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-73afb365-f69b-4086-80d0-c8e09ccbc677 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-73afb365-f69b-4086-80d0-c8e09ccbc677 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-73afb365-f69b-4086-80d0-c8e09ccbc677 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-2c7ffeac-b95e-4476-9c05-c9fd6811e6c1 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-2c7ffeac-b95e-4476-9c05-c9fd6811e6c1:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2c7ffeac-b95e-4476-9c05-c9fd6811e6c1:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-2c7ffeac-b95e-4476-9c05-c9fd6811e6c1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2c7ffeac-b95e-4476-9c05-c9fd6811e6c1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2c7ffeac-b95e-4476-9c05-c9fd6811e6c1.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-2c7ffeac-b95e-4476-9c05-c9fd6811e6c1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-5bbd2109-bb71-4d5e-8a05-58cc627ca711 {
  margin-left: auto;
margin-right: auto;
}

#s-5c22b69c-9018-457f-ab7d-6925f007287e {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-5c22b69c-9018-457f-ab7d-6925f007287e {
  text-align: center;
}
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e {
  max-width:  100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e {
  max-width:  100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e {
  max-width:  100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e {
  max-width:  100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e {
  max-width:  100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e .shg-image-zoom,
.shg-c#s-5c22b69c-9018-457f-ab7d-6925f007287e img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-8fc93bfa-ceea-4d99-ad5f-3321daf58425 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-8fc93bfa-ceea-4d99-ad5f-3321daf58425 .shg-product-quantity-wrapper {
  display: flex;
}

#s-8fc93bfa-ceea-4d99-ad5f-3321daf58425 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-8fc93bfa-ceea-4d99-ad5f-3321daf58425 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-8fc93bfa-ceea-4d99-ad5f-3321daf58425 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-8fc93bfa-ceea-4d99-ad5f-3321daf58425 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-cd247890-3fff-41a9-9bcd-5843423aa7cb {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-cd247890-3fff-41a9-9bcd-5843423aa7cb:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-cd247890-3fff-41a9-9bcd-5843423aa7cb:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-cd247890-3fff-41a9-9bcd-5843423aa7cb {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cd247890-3fff-41a9-9bcd-5843423aa7cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cd247890-3fff-41a9-9bcd-5843423aa7cb.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-cd247890-3fff-41a9-9bcd-5843423aa7cb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-62cc6a9d-f0bc-410f-ab37-22b1bfb071dd {
  margin-left: auto;
margin-right: auto;
}

#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 {
  text-align: center;
}
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 {
  max-width:  100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 {
  max-width:  100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 {
  max-width:  100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 {
  max-width:  100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 {
  max-width:  100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 .shg-image-zoom,
.shg-c#s-31eef39f-8290-48a2-84e9-9e8af6f08b41 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-38931f26-3519-48aa-b315-0245d0e7e841 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-38931f26-3519-48aa-b315-0245d0e7e841 .shg-product-quantity-wrapper {
  display: flex;
}

#s-38931f26-3519-48aa-b315-0245d0e7e841 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-38931f26-3519-48aa-b315-0245d0e7e841 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-38931f26-3519-48aa-b315-0245d0e7e841 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-38931f26-3519-48aa-b315-0245d0e7e841 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-90e81891-9bf0-4a6b-b8c2-922c8165cfa7 {
  margin-left: auto;
margin-right: auto;
}

#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 {
  text-align: center;
}
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 {
  max-width:  100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 {
  max-width:  100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 {
  max-width:  100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 {
  max-width:  100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 {
  max-width:  100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 .shg-image-zoom,
.shg-c#s-35d81de9-2ba1-478e-9212-45bc4bd341e8 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-c86a983d-4179-4547-842f-701de9f646e9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-c86a983d-4179-4547-842f-701de9f646e9 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c86a983d-4179-4547-842f-701de9f646e9 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c86a983d-4179-4547-842f-701de9f646e9 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c86a983d-4179-4547-842f-701de9f646e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c86a983d-4179-4547-842f-701de9f646e9 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-24aee134-04bc-4c53-bcf8-645d47ba7c14 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-24aee134-04bc-4c53-bcf8-645d47ba7c14:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-24aee134-04bc-4c53-bcf8-645d47ba7c14:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-24aee134-04bc-4c53-bcf8-645d47ba7c14 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-24aee134-04bc-4c53-bcf8-645d47ba7c14.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-24aee134-04bc-4c53-bcf8-645d47ba7c14.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-24aee134-04bc-4c53-bcf8-645d47ba7c14.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-efda93f4-0d1e-4ce5-bd39-8e52541871b1 {
  margin-left: auto;
margin-right: auto;
}

#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 {
  text-align: center;
}
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 {
  max-width:  100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 {
  max-width:  100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 {
  max-width:  100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 {
  max-width:  100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 {
  max-width:  100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 .shg-image-zoom,
.shg-c#s-a698ef2c-a4c3-40e7-87fd-82efcd784951 img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-5d953aa0-4888-4875-bfae-47ba90fb56c6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-5d953aa0-4888-4875-bfae-47ba90fb56c6 .shg-product-quantity-wrapper {
  display: flex;
}

#s-5d953aa0-4888-4875-bfae-47ba90fb56c6 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-5d953aa0-4888-4875-bfae-47ba90fb56c6 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-5d953aa0-4888-4875-bfae-47ba90fb56c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-5d953aa0-4888-4875-bfae-47ba90fb56c6 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-b1fdeded-eff5-4fa3-86ce-ec5e7dd34415 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-b1fdeded-eff5-4fa3-86ce-ec5e7dd34415:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b1fdeded-eff5-4fa3-86ce-ec5e7dd34415:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-b1fdeded-eff5-4fa3-86ce-ec5e7dd34415 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b1fdeded-eff5-4fa3-86ce-ec5e7dd34415.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b1fdeded-eff5-4fa3-86ce-ec5e7dd34415.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-b1fdeded-eff5-4fa3-86ce-ec5e7dd34415.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c0dafc3e-ed78-4c49-b9f5-46cb83126d70 {
  margin-left: auto;
margin-right: auto;
}

#s-894a73b6-0770-4174-84ef-bdad1179829a {
  margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
text-align: left;
}
@media (max-width: 767px){#s-894a73b6-0770-4174-84ef-bdad1179829a {
  text-align: center;
}
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a {
  max-width:  100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
@media (min-width: 1200px){
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a {
  max-width:  100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a {
  max-width:  100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a {
  max-width:  100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  
    margin-left: 0px;
  
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}@media (max-width: 767px){
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a {
  max-width:  100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  max-width: 415px !important;
  
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  width: 100%;
  height: auto;
}



.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-product-image-wrapper {
  width: 100%;
  height: 100%;
}

.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a .shg-image-zoom,
.shg-c#s-894a73b6-0770-4174-84ef-bdad1179829a img.shogun-image {
  aspect-ratio: 2/3;
}



  .shg-product-image-wrapper {
    display: none;
  }
}
#s-3d217acf-8bde-4d77-94e8-1cd479bc8638 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
text-align: left;
}

#s-3d217acf-8bde-4d77-94e8-1cd479bc8638 .shg-product-quantity-wrapper {
  display: flex;
}

#s-3d217acf-8bde-4d77-94e8-1cd479bc8638 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-3d217acf-8bde-4d77-94e8-1cd479bc8638 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-3d217acf-8bde-4d77-94e8-1cd479bc8638 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-3d217acf-8bde-4d77-94e8-1cd479bc8638 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-305ad9d8-785a-4a30-9e48-ff1ccf66c470 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-305ad9d8-785a-4a30-9e48-ff1ccf66c470:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-305ad9d8-785a-4a30-9e48-ff1ccf66c470:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-305ad9d8-785a-4a30-9e48-ff1ccf66c470 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-305ad9d8-785a-4a30-9e48-ff1ccf66c470.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-305ad9d8-785a-4a30-9e48-ff1ccf66c470.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-305ad9d8-785a-4a30-9e48-ff1ccf66c470.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c7e03554-749f-46c4-9c42-fb7f8a8c6fc7 {
  margin-left: auto;
margin-right: auto;
}

#s-2baf7cae-0abc-4b64-94c6-6e6b312d3684 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-2baf7cae-0abc-4b64-94c6-6e6b312d3684:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-2baf7cae-0abc-4b64-94c6-6e6b312d3684:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-2baf7cae-0abc-4b64-94c6-6e6b312d3684 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2baf7cae-0abc-4b64-94c6-6e6b312d3684.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2baf7cae-0abc-4b64-94c6-6e6b312d3684.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-2baf7cae-0abc-4b64-94c6-6e6b312d3684.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f9287e75-1361-4afb-86fe-af95336c0f68 {
  margin-left: auto;
margin-right: auto;
}

#s-ea60a856-9875-420f-a772-cdaebc193658 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-ea60a856-9875-420f-a772-cdaebc193658:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-ea60a856-9875-420f-a772-cdaebc193658:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-ea60a856-9875-420f-a772-cdaebc193658 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ea60a856-9875-420f-a772-cdaebc193658.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ea60a856-9875-420f-a772-cdaebc193658.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-ea60a856-9875-420f-a772-cdaebc193658.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ab11cfb4-b46b-4081-b720-b8a8a1ef8221 {
  margin-left: auto;
margin-right: auto;
}

#s-b50b192d-b520-4ba9-aad5-094d748e99a4 {
  box-shadow:1px 1px 1px 1px rgba(35, 35, 35, 1);
margin-top: 15px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(35, 35, 35, 1);
border-style: none;
border-radius: 3px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
color: rgba(35, 35, 35, 1);
}
#s-b50b192d-b520-4ba9-aad5-094d748e99a4:hover {background-color: rgba(203, 53, 37, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-b50b192d-b520-4ba9-aad5-094d748e99a4:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMGE4ZDYyOWMtNmIzZS00NTU0LWIzMDQtMzk4ZTJiMjExNmNjIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojY2IzNTI1O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMwYThkNjI5Yy02YjNlLTQ1NTQtYjMwNC0zOThlMmIyMTE2Y2MpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-top-width: 5px !important;
border-left-width: 5px !important;
border-bottom-width: 5px !important;
border-right-width: 5px !important;
border-color: #2C2A34 !important;
border-radius: 7px !important;
text-decoration: none !important;
hover-type: gradient !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#ffffff"}, {"id"=>2, "pos"=>1, "color"=>"#cb3525"}] !important;}


#s-b50b192d-b520-4ba9-aad5-094d748e99a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b50b192d-b520-4ba9-aad5-094d748e99a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b50b192d-b520-4ba9-aad5-094d748e99a4.shg-btn {
  color: rgba(35, 35, 35, 1);
  font-size: 15px;
  
  
  font-family: Avenir Next;
  display:  inline-block ;
}

#s-b50b192d-b520-4ba9-aad5-094d748e99a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d67ce872-ec7d-4419-8f8e-9ff69ae3f8ed {
  margin-top: 2%;
margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-d20cd2e0-5c20-4082-b8ac-6a4f3eb89346 {
  margin-left: auto;
margin-right: auto;
}

#s-23ce4a69-522c-4f46-99a2-7835db39ff76 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  padding-left: 5%;
min-height: 300px;
}
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/480x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/960x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/768x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/1536x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/1024x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/2048x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/1200x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  background-image: url(https://i.shgcdn.com/6bf6aa5f-b231-45e4-a977-9270db3e3826/-/resize/2048x/);
}
#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  cursor: pointer;
}#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5 {
  cursor: pointer;
}#s-113a10ce-b2fb-41d9-9aea-8cfbe25a12a5.shg-box.shg-c {
  justify-content: center;
}
}
#s-8ea44f50-9d46-4d6e-9cb9-62bcdb4acaa5 {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-8ea44f50-9d46-4d6e-9cb9-62bcdb4acaa5 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-3a238c8d-a7ca-4f44-8016-52124cd55c8a {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-3a238c8d-a7ca-4f44-8016-52124cd55c8a {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-3a238c8d-a7ca-4f44-8016-52124cd55c8a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a238c8d-a7ca-4f44-8016-52124cd55c8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a238c8d-a7ca-4f44-8016-52124cd55c8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a238c8d-a7ca-4f44-8016-52124cd55c8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a249ba53-d655-4674-ba76-84ac631d6826 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-a249ba53-d655-4674-ba76-84ac631d6826:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-a249ba53-d655-4674-ba76-84ac631d6826 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-a249ba53-d655-4674-ba76-84ac631d6826 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-content {
  
    align-items: center;
  
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a249ba53-d655-4674-ba76-84ac631d6826 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
      position: relative;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-a249ba53-d655-4674-ba76-84ac631d6826 {
  
  
  
  
}

#s-a249ba53-d655-4674-ba76-84ac631d6826 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-content {
  
    align-items: center;
  
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a249ba53-d655-4674-ba76-84ac631d6826 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
      position: relative;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-a249ba53-d655-4674-ba76-84ac631d6826 {
  
  
  
  
}

#s-a249ba53-d655-4674-ba76-84ac631d6826 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-content {
  
    align-items: center;
  
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a249ba53-d655-4674-ba76-84ac631d6826 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
      position: relative;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-a249ba53-d655-4674-ba76-84ac631d6826 {
  
  
  
  
}

#s-a249ba53-d655-4674-ba76-84ac631d6826 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-content {
  
    align-items: center;
  
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a249ba53-d655-4674-ba76-84ac631d6826 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
      position: relative;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-a249ba53-d655-4674-ba76-84ac631d6826 {
  
  
  
  
}

#s-a249ba53-d655-4674-ba76-84ac631d6826 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-a249ba53-d655-4674-ba76-84ac631d6826 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-a249ba53-d655-4674-ba76-84ac631d6826 .shogun-image-content {
  
    align-items: center;
  
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a249ba53-d655-4674-ba76-84ac631d6826 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container {
      position: relative;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a249ba53-d655-4674-ba76-84ac631d6826 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-310d0ca8-0a91-40a1-8549-8675f65294ea {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-310d0ca8-0a91-40a1-8549-8675f65294ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-310d0ca8-0a91-40a1-8549-8675f65294ea.shg-box.shg-c {
  justify-content: center;
}

#s-aea12fba-5a12-483a-8719-2dc35b5bd8d0 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-aea12fba-5a12-483a-8719-2dc35b5bd8d0 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-242c7d00-aaa2-4a54-9eab-f8fa18dbfaa7 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-d245198e-9a20-4205-9880-03ada93dc45e {
  padding-left: 5%;
min-height: 300px;
}
}
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/480x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/960x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/768x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/1536x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/1024x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/2048x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/1200x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-d245198e-9a20-4205-9880-03ada93dc45e {
  background-image: url(https://i.shgcdn.com/0f6f7b6c-8583-4491-a9a7-840ba9bc4fff/-/resize/2048x/);
}
#s-d245198e-9a20-4205-9880-03ada93dc45e.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-d245198e-9a20-4205-9880-03ada93dc45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d245198e-9a20-4205-9880-03ada93dc45e {
  cursor: pointer;
}#s-d245198e-9a20-4205-9880-03ada93dc45e.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-d245198e-9a20-4205-9880-03ada93dc45e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d245198e-9a20-4205-9880-03ada93dc45e {
  cursor: pointer;
}#s-d245198e-9a20-4205-9880-03ada93dc45e.shg-box.shg-c {
  justify-content: center;
}
}
#s-9d9f05e2-784e-4550-b54c-999cc44d7aaf {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-9d9f05e2-784e-4550-b54c-999cc44d7aaf {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-482b1bb9-011e-418f-9e9c-aa656e4d2a92 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-482b1bb9-011e-418f-9e9c-aa656e4d2a92 {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-482b1bb9-011e-418f-9e9c-aa656e4d2a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-482b1bb9-011e-418f-9e9c-aa656e4d2a92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-482b1bb9-011e-418f-9e9c-aa656e4d2a92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-482b1bb9-011e-418f-9e9c-aa656e4d2a92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-482b1bb9-011e-418f-9e9c-aa656e4d2a92"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-26852ee8-fc84-4531-ac74-bcedcf03077b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-26852ee8-fc84-4531-ac74-bcedcf03077b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-26852ee8-fc84-4531-ac74-bcedcf03077b.shg-box.shg-c {
  justify-content: center;
}

#s-5a340cba-b28b-4dbe-bcd3-8fc979bab477 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-5a340cba-b28b-4dbe-bcd3-8fc979bab477 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-content {
  
    align-items: center;
  
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
      --shg-aspect-ratio: calc(1); 
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
      position: relative;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  
  
  
  
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-content {
  
    align-items: center;
  
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
      --shg-aspect-ratio: calc(1); 
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
      position: relative;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  
  
  
  
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-content {
  
    align-items: center;
  
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
      --shg-aspect-ratio: calc(1); 
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
      position: relative;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  
  
  
  
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-content {
  
    align-items: center;
  
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
      --shg-aspect-ratio: calc(1); 
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
      position: relative;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  
  
  
  
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f .shogun-image-content {
  
    align-items: center;
  
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f {
      --shg-aspect-ratio: calc(1); 
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container {
      position: relative;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b306f9fd-7e3c-48aa-b128-b9d2f45d306f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-fbf6f4f5-89ef-46ab-b62d-cb37bcafff43 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  padding-left: 5%;
min-height: 300px;
}
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/480x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/960x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/768x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/1536x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/1024x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/2048x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/1200x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  background-image: url(https://i.shgcdn.com/6b615c9d-135f-4979-bd35-278251010832/-/resize/2048x/);
}
#s-53237896-a59d-4292-a2e6-74357a1a0e69.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-53237896-a59d-4292-a2e6-74357a1a0e69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  cursor: pointer;
}#s-53237896-a59d-4292-a2e6-74357a1a0e69.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-53237896-a59d-4292-a2e6-74357a1a0e69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53237896-a59d-4292-a2e6-74357a1a0e69 {
  cursor: pointer;
}#s-53237896-a59d-4292-a2e6-74357a1a0e69.shg-box.shg-c {
  justify-content: center;
}
}
#s-3fd19f6c-7577-46d2-bd27-96eb3a99628c {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-3fd19f6c-7577-46d2-bd27-96eb3a99628c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-21720824-68cc-4fda-a6c2-f906b02ca615 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-21720824-68cc-4fda-a6c2-f906b02ca615 {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-21720824-68cc-4fda-a6c2-f906b02ca615"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21720824-68cc-4fda-a6c2-f906b02ca615"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21720824-68cc-4fda-a6c2-f906b02ca615"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21720824-68cc-4fda-a6c2-f906b02ca615"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-52579522-24e7-49c4-8056-9e693f43c0e2:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52579522-24e7-49c4-8056-9e693f43c0e2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
      position: relative;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  
  
  
  
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52579522-24e7-49c4-8056-9e693f43c0e2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
      position: relative;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  
  
  
  
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52579522-24e7-49c4-8056-9e693f43c0e2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
      position: relative;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  
  
  
  
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52579522-24e7-49c4-8056-9e693f43c0e2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
      position: relative;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  
  
  
  
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-52579522-24e7-49c4-8056-9e693f43c0e2 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-52579522-24e7-49c4-8056-9e693f43c0e2 .shogun-image-content {
  
    align-items: center;
  
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-52579522-24e7-49c4-8056-9e693f43c0e2 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container {
      position: relative;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-52579522-24e7-49c4-8056-9e693f43c0e2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-fc81b2b4-4214-4d32-871d-87dd4950fcd8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fc81b2b4-4214-4d32-871d-87dd4950fcd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fc81b2b4-4214-4d32-871d-87dd4950fcd8.shg-box.shg-c {
  justify-content: center;
}

#s-91d86f53-0e3f-47f9-8c20-332967447f9b {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-91d86f53-0e3f-47f9-8c20-332967447f9b {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-268b8992-14ae-48ea-ad9e-2577164e6dc1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-268b8992-14ae-48ea-ad9e-2577164e6dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-268b8992-14ae-48ea-ad9e-2577164e6dc1.shg-box.shg-c {
  justify-content: center;
}

#s-6d39d901-edf4-4c81-a6f6-99c9db213c8b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  padding-left: 5%;
min-height: 300px;
}
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/480x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/960x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/768x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/1536x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/1024x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/2048x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/1200x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  background-image: url(https://i.shgcdn.com/d97d8005-c4c7-46ec-8ac6-b3fade71ab67/-/resize/2048x/);
}
#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  cursor: pointer;
}#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e821f8ed-c1a1-4697-9553-e1a0974dd893 {
  cursor: pointer;
}#s-e821f8ed-c1a1-4697-9553-e1a0974dd893.shg-box.shg-c {
  justify-content: center;
}
}
#s-0d46fa61-4193-461a-bb38-a0f3d66d8e50 {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-0d46fa61-4193-461a-bb38-a0f3d66d8e50 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-4f143d8f-98c6-4281-8705-abca00f14419 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-4f143d8f-98c6-4281-8705-abca00f14419 {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-4f143d8f-98c6-4281-8705-abca00f14419"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f143d8f-98c6-4281-8705-abca00f14419"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f143d8f-98c6-4281-8705-abca00f14419"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f143d8f-98c6-4281-8705-abca00f14419"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-4f143d8f-98c6-4281-8705-abca00f14419"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-80b88845-1e9c-4f67-a864-130d5b4a1525 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-80b88845-1e9c-4f67-a864-130d5b4a1525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-80b88845-1e9c-4f67-a864-130d5b4a1525.shg-box.shg-c {
  justify-content: center;
}

#s-7347ee29-41b8-4d6f-bd32-07d155431538 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-7347ee29-41b8-4d6f-bd32-07d155431538 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
      position: relative;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  
  
  
  
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
      position: relative;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  
  
  
  
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
      position: relative;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  
  
  
  
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
      position: relative;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  
  
  
  
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container {
      position: relative;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1c04ca1b-9fc8-4338-8c08-de612ef719e1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-66f69fc4-bf21-47c1-bec0-8a03d4d39dcd {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  padding-left: 5%;
min-height: 300px;
}
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/480x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/960x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/768x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/1536x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/1024x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/2048x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/1200x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  background-image: url(https://i.shgcdn.com/a3fd72a0-2de8-44a4-b3bd-966665266d6a/-/resize/2048x/);
}
#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  cursor: pointer;
}#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c9951148-ad11-4558-90f0-c54e12f6a5f6 {
  cursor: pointer;
}#s-c9951148-ad11-4558-90f0-c54e12f6a5f6.shg-box.shg-c {
  justify-content: center;
}
}
#s-12a2325c-4c46-42d1-b5c6-52f673a0ce73 {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-12a2325c-4c46-42d1-b5c6-52f673a0ce73 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-c533829f-b1ac-4d36-a259-cb98e04b92bd {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-c533829f-b1ac-4d36-a259-cb98e04b92bd {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-c533829f-b1ac-4d36-a259-cb98e04b92bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c533829f-b1ac-4d36-a259-cb98e04b92bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c533829f-b1ac-4d36-a259-cb98e04b92bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c533829f-b1ac-4d36-a259-cb98e04b92bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-88722888-2652-488d-bf30-2b104a01c7a7 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-88722888-2652-488d-bf30-2b104a01c7a7:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-88722888-2652-488d-bf30-2b104a01c7a7 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-88722888-2652-488d-bf30-2b104a01c7a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88722888-2652-488d-bf30-2b104a01c7a7 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
      position: relative;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-88722888-2652-488d-bf30-2b104a01c7a7 {
  
  
  
  
}

#s-88722888-2652-488d-bf30-2b104a01c7a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88722888-2652-488d-bf30-2b104a01c7a7 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
      position: relative;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-88722888-2652-488d-bf30-2b104a01c7a7 {
  
  
  
  
}

#s-88722888-2652-488d-bf30-2b104a01c7a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88722888-2652-488d-bf30-2b104a01c7a7 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
      position: relative;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-88722888-2652-488d-bf30-2b104a01c7a7 {
  
  
  
  
}

#s-88722888-2652-488d-bf30-2b104a01c7a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88722888-2652-488d-bf30-2b104a01c7a7 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
      position: relative;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-88722888-2652-488d-bf30-2b104a01c7a7 {
  
  
  
  
}

#s-88722888-2652-488d-bf30-2b104a01c7a7 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-88722888-2652-488d-bf30-2b104a01c7a7 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-88722888-2652-488d-bf30-2b104a01c7a7 .shogun-image-content {
  
    align-items: center;
  
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-88722888-2652-488d-bf30-2b104a01c7a7 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container {
      position: relative;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-88722888-2652-488d-bf30-2b104a01c7a7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-b7e5eb70-6447-43ed-95aa-d0136ddfa1b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b7e5eb70-6447-43ed-95aa-d0136ddfa1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-b7e5eb70-6447-43ed-95aa-d0136ddfa1b4.shg-box.shg-c {
  justify-content: center;
}

#s-275aed1a-2400-4dd4-bb03-d643186ab798 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-275aed1a-2400-4dd4-bb03-d643186ab798 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-f7a69a47-6aff-43d9-9272-7d5c621f658d {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  padding-left: 5%;
min-height: 300px;
}
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/480x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/960x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/768x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/1536x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/1024x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/2048x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/1200x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  background-image: url(https://i.shgcdn.com/5647bbac-49d9-4bfb-83f7-6468c6bd36df/-/resize/2048x/);
}
#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  cursor: pointer;
}#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99 {
  cursor: pointer;
}#s-42fcea37-ef5d-4f7d-9483-3d21b81e9a99.shg-box.shg-c {
  justify-content: center;
}
}
#s-ac47da8c-94b7-40df-a507-b705da64a871 {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-ac47da8c-94b7-40df-a507-b705da64a871 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-c2edb7ac-c3e1-4983-9f38-b2f5ab95d565 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-c2edb7ac-c3e1-4983-9f38-b2f5ab95d565 {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-c2edb7ac-c3e1-4983-9f38-b2f5ab95d565"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2edb7ac-c3e1-4983-9f38-b2f5ab95d565"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c2edb7ac-c3e1-4983-9f38-b2f5ab95d565"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c2edb7ac-c3e1-4983-9f38-b2f5ab95d565"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c2edb7ac-c3e1-4983-9f38-b2f5ab95d565"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4cb0fe5d-0ca2-427b-8b13-ff2b23e4c201 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4cb0fe5d-0ca2-427b-8b13-ff2b23e4c201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cb0fe5d-0ca2-427b-8b13-ff2b23e4c201.shg-box.shg-c {
  justify-content: center;
}

#s-3d54c55c-6268-49d8-9aee-c30763557524 {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-3d54c55c-6268-49d8-9aee-c30763557524 {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-8c907609-8d17-422b-8d25-9d3b49909f27:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c907609-8d17-422b-8d25-9d3b49909f27 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
      position: relative;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  
  
  
  
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c907609-8d17-422b-8d25-9d3b49909f27 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
      position: relative;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  
  
  
  
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c907609-8d17-422b-8d25-9d3b49909f27 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
      position: relative;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  
  
  
  
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c907609-8d17-422b-8d25-9d3b49909f27 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
      position: relative;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  
  
  
  
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27 {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-8c907609-8d17-422b-8d25-9d3b49909f27 .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-8c907609-8d17-422b-8d25-9d3b49909f27 .shogun-image-content {
  
    align-items: center;
  
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8c907609-8d17-422b-8d25-9d3b49909f27 {
      --shg-aspect-ratio: calc(1); 
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container {
      position: relative;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8c907609-8d17-422b-8d25-9d3b49909f27 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-cb127b9d-0e17-42f1-bb8f-c380d017448a {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  padding-left: 5%;
min-height: 300px;
}
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/480x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/960x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/768x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/1536x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/1024x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/2048x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/1200x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  background-image: url(https://i.shgcdn.com/246946f0-0167-4289-a27f-d34f8241f3ed/-/resize/2048x/);
}
#s-07e7e9c9-23a1-404b-bc80-69343d539630.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-07e7e9c9-23a1-404b-bc80-69343d539630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  cursor: pointer;
}#s-07e7e9c9-23a1-404b-bc80-69343d539630.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-07e7e9c9-23a1-404b-bc80-69343d539630 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-07e7e9c9-23a1-404b-bc80-69343d539630 {
  cursor: pointer;
}#s-07e7e9c9-23a1-404b-bc80-69343d539630.shg-box.shg-c {
  justify-content: center;
}
}
#s-335badc2-6840-4ec8-a86d-685709b5c335 {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-335badc2-6840-4ec8-a86d-685709b5c335 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-21ca85d1-0ee2-4b0e-9771-a59e2fb3a5e7 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-21ca85d1-0ee2-4b0e-9771-a59e2fb3a5e7 {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-21ca85d1-0ee2-4b0e-9771-a59e2fb3a5e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21ca85d1-0ee2-4b0e-9771-a59e2fb3a5e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-21ca85d1-0ee2-4b0e-9771-a59e2fb3a5e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-21ca85d1-0ee2-4b0e-9771-a59e2fb3a5e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
      --shg-aspect-ratio: calc(1); 
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
      position: relative;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  
  
  
  
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
      --shg-aspect-ratio: calc(1); 
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
      position: relative;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  
  
  
  
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
      --shg-aspect-ratio: calc(1); 
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
      position: relative;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  
  
  
  
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
      --shg-aspect-ratio: calc(1); 
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
      position: relative;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  
  
  
  
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef .shogun-image-content {
  
    align-items: center;
  
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef {
      --shg-aspect-ratio: calc(1); 
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container {
      position: relative;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9e4e25f8-0a40-4614-9473-0f6ed5b057ef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-e422e295-5b22-45bf-8b26-d4ab545f78fd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-e422e295-5b22-45bf-8b26-d4ab545f78fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e422e295-5b22-45bf-8b26-d4ab545f78fd.shg-box.shg-c {
  justify-content: center;
}

#s-d9a17172-d8b3-4c30-a3c8-c06791cf14fd {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-d9a17172-d8b3-4c30-a3c8-c06791cf14fd {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-16f71eec-7bb8-4513-9ddf-01f5e3b76bd3 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-right: 5%;
min-height: 650px;
background-position: center center;
}
@media (max-width: 767px){#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  padding-left: 5%;
min-height: 300px;
}
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/480x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/960x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/768x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/1536x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/1024x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/2048x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/1200x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  background-image: url(https://i.shgcdn.com/c88f9ef3-f964-4143-84e7-0f4e2312e4ce/-/resize/2048x/);
}
#s-c43d0c03-8d7e-424e-b8e5-678364580065.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-c43d0c03-8d7e-424e-b8e5-678364580065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  cursor: pointer;
}#s-c43d0c03-8d7e-424e-b8e5-678364580065.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-c43d0c03-8d7e-424e-b8e5-678364580065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c43d0c03-8d7e-424e-b8e5-678364580065 {
  cursor: pointer;
}#s-c43d0c03-8d7e-424e-b8e5-678364580065.shg-box.shg-c {
  justify-content: center;
}
}
#s-90daa2c7-26e6-47c2-8254-cb33b9470f13 {
  margin-top: 0px;
margin-left: 65%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
max-width: 500px;
background-color: rgba(85, 81, 73, 0.5);
}
@media (max-width: 767px){#s-90daa2c7-26e6-47c2-8254-cb33b9470f13 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-ffea4449-2b80-45a3-a462-f4983a2cb9bb {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-ffea4449-2b80-45a3-a462-f4983a2cb9bb {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-ffea4449-2b80-45a3-a462-f4983a2cb9bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ffea4449-2b80-45a3-a462-f4983a2cb9bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ffea4449-2b80-45a3-a462-f4983a2cb9bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ffea4449-2b80-45a3-a462-f4983a2cb9bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-ffea4449-2b80-45a3-a462-f4983a2cb9bb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-df4208b3-9ecd-4a2e-b8ef-04761a72bc54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-df4208b3-9ecd-4a2e-b8ef-04761a72bc54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-df4208b3-9ecd-4a2e-b8ef-04761a72bc54.shg-box.shg-c {
  justify-content: center;
}

#s-a6851915-809e-4267-85c6-d4a86d45546f {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-a6851915-809e-4267-85c6-d4a86d45546f {
  padding-top: 0%;
padding-bottom: 0%;
}
}
#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  margin-left: auto;
margin-right: auto;
max-width: 2048px;
aspect-ratio: 1;
text-align: center;
}
#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e:hover {border-style: solid !important;
border-color: rgba(203, 53, 37, 1) !important;}


.shg-image-margin-container-s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  margin-left: auto;
  margin-right: auto;
  
  
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
      --shg-aspect-ratio: calc(1); 
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
      position: relative;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

@media (min-width: 1200px){

.shg-image-margin-container-s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  
  
  
  
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
      --shg-aspect-ratio: calc(1); 
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
      position: relative;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  
  
  
  
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
      --shg-aspect-ratio: calc(1); 
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
      position: relative;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  
  
  
  
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
      --shg-aspect-ratio: calc(1); 
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
      position: relative;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

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

.shg-image-margin-container-s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  
  
  
  
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
  margin: 0 !important;
}



  @supports  (aspect-ratio: 1/1) {
    
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }

    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-link {
      aspect-ratio: 1;
      min-width: 100%;
      height: auto;
    }
  }

  @supports not (aspect-ratio: 1/1) {
    #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shg-image-content-wrapper {
      height: 100%;
      width: 100%;
    }
  }

  .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
    width: 100%;
    height: auto;
  }

  #s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    
    max-height: 2048px;
  }



  img.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
    
    
    
    max-height: 2048px;
  }


.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e .shogun-image-content {
  
    align-items: center;
  
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e {
      --shg-aspect-ratio: calc(1); 
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container {
      position: relative;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-17bc27ed-e40b-46cd-ad45-151cc559ca0e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      
      max-height: 2048px;
    }
  }

}
#s-67317095-1716-47af-8c3f-03fa6d161e17 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

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

#s-46442b52-4766-4ef5-aa67-a9659219f6b3 {
  margin-left: auto;
margin-right: auto;
}

#s-46442b52-4766-4ef5-aa67-a9659219f6b3 hr {
  border-top: 1px solid #ddd;
}

#s-57185fa5-bd8a-4ee6-8074-76ee332e2b34 {
  margin-top: 0%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
min-height: 50px;
}








#s-57185fa5-bd8a-4ee6-8074-76ee332e2b34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-57185fa5-bd8a-4ee6-8074-76ee332e2b34.shg-box.shg-c {
  justify-content: center;
}

/*------------------------------------*\
    #QUOTE SCROLLER
\*------------------------------------*/
.quote-scroller {
  margin: 1rem 0;
  padding: 0;
  position: relative;
}

.quote-scroller__wrapper {
  padding: 1rem;
  margin: 0 auto;
  max-width: 50em;
}

.quote-scroller__wrapper.slick-initialized {
  padding: 1rem 1rem 5rem;
}

.quote-scroller__quote-block {
  text-align: center;
  padding-top: 4rem;
  position: relative;
}

.quote-scroller__quote-block:before {
  content: "“";
  display: block;
  position: absolute;
  font-family: "Libre Baskerville", serif;
  color: #ca3827;
  font-size: 110px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.quote-scroller__quote-block a:hover {
  text-decoration: none;
}

.quote-scroller__quote-text {
  font-style: italic;
  margin: 1rem 0;
}

a:hover .quote-scroller__quote-text {
  text-decoration: none;
}

.quote-scroller__quote-meta {
  font-family: "Avenir Next";
  font-style: italic;
  text-transform: none !important;
  letter-spacing: 2px;
  font-size: 1rem;
}

@media all and (min-width: 66em) {
  .quote-scroller__quote-meta {
    font-size: 14px;
    font-size: calc(11px + (16 - 11) * (100vw - 1056px) / (1900 - 1056));
  }
}

a .quote-scroller__quote-meta {
  text-decoration: underline;
}

.quote-scroller__ctrls {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.quote-scroller__ctrls .slick-next {
  right: -64px;
}

.quote-scroller__ctrls .slick-prev {
  left: -64px;
}

.quote-scroller__count {
  font-family: "Libre Baskerville", serif;
  font-size: 1.25rem;
  text-align: center;
}
#s-3f836b07-3127-4484-914f-1707864904fc {
  margin-top: 0%;
margin-bottom: -2%;
padding-top: 0%;
padding-bottom: 0%;
}

#s-7d1bd6ad-129f-4fa2-bd6e-abfba4135382 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0%;
padding-bottom: 2%;
}

#s-46f53e34-0ca8-4ce6-903b-93b73cac2261 {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 1%;
margin-right: auto;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-46f53e34-0ca8-4ce6-903b-93b73cac2261 {
  margin-top: 1%;
margin-bottom: 1%;
}
}
@media (min-width: 0px) {
[id="s-46f53e34-0ca8-4ce6-903b-93b73cac2261"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-46f53e34-0ca8-4ce6-903b-93b73cac2261"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-46f53e34-0ca8-4ce6-903b-93b73cac2261"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-46f53e34-0ca8-4ce6-903b-93b73cac2261"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c8c60b0a-f6ab-43bf-a6c3-4eb814102d88 {
  margin-left: auto;
margin-right: auto;
}

#s-fb2769d2-6ab7-4bae-aa9a-96808ff94411 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-fb2769d2-6ab7-4bae-aa9a-96808ff94411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-fb2769d2-6ab7-4bae-aa9a-96808ff94411.shg-box.shg-c {
  justify-content: center;
}

#s-8f26264c-5c72-4a41-bf3d-c635b49fd1f3 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-8f26264c-5c72-4a41-bf3d-c635b49fd1f3 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
#s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc {
  display: none;
}
#s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc, #wrap-s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc { display: none !important; }}@media (max-width: 767px){#s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc {
  display: none;
}
#s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc, #wrap-s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc { display: none !important; }}







#s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f66a8a5b-cbfe-4692-a5fa-1986b3dfb8cc.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: rgba(34, 34, 34, 1);
  font-family: "Libre Baskerville";
  text-transform: none;
  font-weight: 400;
  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-69b504c1-4876-4e06-a824-973b2fa44107 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 0%;
text-align: center;
}

#s-69b504c1-4876-4e06-a824-973b2fa44107 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-e1c5039e-b25d-4077-bde9-769691a51ed8 {
  margin-top: -2%;
margin-left: auto;
margin-bottom: -2%;
margin-right: auto;
}

#s-e1c5039e-b25d-4077-bde9-769691a51ed8 hr {
  border-top: 2px solid #ddd;
}

#s-eb967dd1-2b55-4d51-88a2-9166448ac9cf {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-eb967dd1-2b55-4d51-88a2-9166448ac9cf {
  
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf {
  --swiper-pagination-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(203, 53, 37, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf > .swiper-button-prev,
#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf > .swiper-button-next {
  
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf > .swiper-button-prev svg,
#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf > .swiper-button-next svg {
  fill: rgba(85, 81, 73, 1) !important;
  stroke: rgba(85, 81, 73, 1) !important;
  
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf .swiper-pagination-bullet-active {
  background-color: rgba(203, 53, 37, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-eb967dd1-2b55-4d51-88a2-9166448ac9cf .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-ea9e5376-71ac-4bee-83cf-2f4a0e321985 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea9e5376-71ac-4bee-83cf-2f4a0e321985 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-ea9e5376-71ac-4bee-83cf-2f4a0e321985 {
  margin-bottom: 1%;
}
}







#s-ea9e5376-71ac-4bee-83cf-2f4a0e321985 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-ea9e5376-71ac-4bee-83cf-2f4a0e321985 {
  cursor: pointer;
}#s-ea9e5376-71ac-4bee-83cf-2f4a0e321985.shg-box.shg-c {
  justify-content: center;
}

#s-61ae0d1b-1dcb-48e8-ae26-6678183a72c8 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-61ae0d1b-1dcb-48e8-ae26-6678183a72c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-61ae0d1b-1dcb-48e8-ae26-6678183a72c8.shg-box.shg-c {
  justify-content: center;
}

#s-206a6a06-307d-4f3d-a7ee-8727526e9d5b {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-80f1c9dd-570b-402b-bb54-93f0d31ae54c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-80f1c9dd-570b-402b-bb54-93f0d31ae54c {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-80f1c9dd-570b-402b-bb54-93f0d31ae54c {
  margin-bottom: 1%;
}
}







#s-80f1c9dd-570b-402b-bb54-93f0d31ae54c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-80f1c9dd-570b-402b-bb54-93f0d31ae54c {
  cursor: pointer;
}#s-80f1c9dd-570b-402b-bb54-93f0d31ae54c.shg-box.shg-c {
  justify-content: center;
}

#s-db22acb7-c2ea-4aa7-845d-94a034d435d9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-db22acb7-c2ea-4aa7-845d-94a034d435d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-db22acb7-c2ea-4aa7-845d-94a034d435d9.shg-box.shg-c {
  justify-content: center;
}

#s-15864a52-9f51-4b25-a565-6dee28ff67b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-df93c8fc-24c9-432d-9d0b-2e8f4c56ac70 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-df93c8fc-24c9-432d-9d0b-2e8f4c56ac70 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-df93c8fc-24c9-432d-9d0b-2e8f4c56ac70 {
  margin-bottom: 1%;
}
}







#s-df93c8fc-24c9-432d-9d0b-2e8f4c56ac70 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-df93c8fc-24c9-432d-9d0b-2e8f4c56ac70 {
  cursor: pointer;
}#s-df93c8fc-24c9-432d-9d0b-2e8f4c56ac70.shg-box.shg-c {
  justify-content: center;
}

#s-5bc56bbf-ad7a-4fbb-bfde-39032011857f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-5bc56bbf-ad7a-4fbb-bfde-39032011857f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-5bc56bbf-ad7a-4fbb-bfde-39032011857f.shg-box.shg-c {
  justify-content: center;
}

#s-e1484745-8c66-45ce-845c-7a45db460ca4 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-442af402-46e4-4924-ad32-4210b81f20f9 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-442af402-46e4-4924-ad32-4210b81f20f9 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-442af402-46e4-4924-ad32-4210b81f20f9 {
  margin-bottom: 1%;
}
}







#s-442af402-46e4-4924-ad32-4210b81f20f9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-442af402-46e4-4924-ad32-4210b81f20f9 {
  cursor: pointer;
}#s-442af402-46e4-4924-ad32-4210b81f20f9.shg-box.shg-c {
  justify-content: center;
}

#s-467fba8e-b870-4ce2-8d77-e1368f46dca9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-467fba8e-b870-4ce2-8d77-e1368f46dca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-467fba8e-b870-4ce2-8d77-e1368f46dca9.shg-box.shg-c {
  justify-content: center;
}

#s-add61f67-f68d-4930-85ff-214f58ad90eb {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-13a60873-c549-4661-9329-08a6833d0f0f {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-13a60873-c549-4661-9329-08a6833d0f0f {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-13a60873-c549-4661-9329-08a6833d0f0f {
  margin-bottom: 1%;
}
}







#s-13a60873-c549-4661-9329-08a6833d0f0f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-13a60873-c549-4661-9329-08a6833d0f0f {
  cursor: pointer;
}#s-13a60873-c549-4661-9329-08a6833d0f0f.shg-box.shg-c {
  justify-content: center;
}

#s-05e1ac81-cc8a-4ace-9d73-4b3b191b1f00 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-05e1ac81-cc8a-4ace-9d73-4b3b191b1f00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-05e1ac81-cc8a-4ace-9d73-4b3b191b1f00.shg-box.shg-c {
  justify-content: center;
}

#s-7c70f400-02a3-4374-960e-01f613fd646c {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-f46f8aad-c0bf-4a06-b0a8-7e3f6230ef89 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f46f8aad-c0bf-4a06-b0a8-7e3f6230ef89 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-f46f8aad-c0bf-4a06-b0a8-7e3f6230ef89 {
  margin-bottom: 1%;
}
}







#s-f46f8aad-c0bf-4a06-b0a8-7e3f6230ef89 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-f46f8aad-c0bf-4a06-b0a8-7e3f6230ef89 {
  cursor: pointer;
}#s-f46f8aad-c0bf-4a06-b0a8-7e3f6230ef89.shg-box.shg-c {
  justify-content: center;
}

#s-c146f223-d54a-44a7-aba9-89585933335a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c146f223-d54a-44a7-aba9-89585933335a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c146f223-d54a-44a7-aba9-89585933335a.shg-box.shg-c {
  justify-content: center;
}

#s-5b1de8c7-79a1-4d94-b5dd-7dabee42254f {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-4eb0b3f3-7faa-45b9-af04-0fccdadb86b3 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4eb0b3f3-7faa-45b9-af04-0fccdadb86b3 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-4eb0b3f3-7faa-45b9-af04-0fccdadb86b3 {
  margin-bottom: 1%;
}
}







#s-4eb0b3f3-7faa-45b9-af04-0fccdadb86b3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-4eb0b3f3-7faa-45b9-af04-0fccdadb86b3 {
  cursor: pointer;
}#s-4eb0b3f3-7faa-45b9-af04-0fccdadb86b3.shg-box.shg-c {
  justify-content: center;
}

#s-f4e19aeb-f001-4682-8307-ee8ba76f22bb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-f4e19aeb-f001-4682-8307-ee8ba76f22bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f4e19aeb-f001-4682-8307-ee8ba76f22bb.shg-box.shg-c {
  justify-content: center;
}

#s-ac4df6ee-3f17-4228-9461-d7604d901d20 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-d21115e4-176c-4017-ac70-666c2329c66c {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d21115e4-176c-4017-ac70-666c2329c66c {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-d21115e4-176c-4017-ac70-666c2329c66c {
  margin-bottom: 1%;
}
}







#s-d21115e4-176c-4017-ac70-666c2329c66c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-d21115e4-176c-4017-ac70-666c2329c66c {
  cursor: pointer;
}#s-d21115e4-176c-4017-ac70-666c2329c66c.shg-box.shg-c {
  justify-content: center;
}

#s-22df8ec9-efdc-40a3-b6be-9e77f25c4f6a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-22df8ec9-efdc-40a3-b6be-9e77f25c4f6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-22df8ec9-efdc-40a3-b6be-9e77f25c4f6a.shg-box.shg-c {
  justify-content: center;
}

#s-f1fd69ba-16d0-4749-bf85-b136cc652231 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  margin-bottom: 1%;
}
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/480x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/960x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/768x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/1536x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/1024x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/2048x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/1200x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  background-image: url(https://i.shgcdn.com/35b41fed-e6fb-481c-8d28-ddf86db63f47/-/resize/2048x/);
}
#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb {
  cursor: pointer;
}#s-fb48bdcc-4bc5-4e8c-b629-eb3056b48bfb.shg-box.shg-c {
  justify-content: center;
}

#s-2417800b-0fc2-46cf-8397-a8a6acdc673c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2417800b-0fc2-46cf-8397-a8a6acdc673c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2417800b-0fc2-46cf-8397-a8a6acdc673c.shg-box.shg-c {
  justify-content: center;
}

#s-bc1f8a67-4f93-46cd-b721-1a014ddc4381 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-f7d4c251-4074-49cf-9ba2-6504ca5249cd {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7d4c251-4074-49cf-9ba2-6504ca5249cd {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-f7d4c251-4074-49cf-9ba2-6504ca5249cd {
  margin-bottom: 1%;
}
}







#s-f7d4c251-4074-49cf-9ba2-6504ca5249cd > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-f7d4c251-4074-49cf-9ba2-6504ca5249cd {
  cursor: pointer;
}#s-f7d4c251-4074-49cf-9ba2-6504ca5249cd.shg-box.shg-c {
  justify-content: center;
}

#s-3f8bca6c-2d11-4c13-b6f3-197e456a529e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3f8bca6c-2d11-4c13-b6f3-197e456a529e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3f8bca6c-2d11-4c13-b6f3-197e456a529e.shg-box.shg-c {
  justify-content: center;
}

#s-0b1cd0ae-0070-410a-a7b9-eeed0f7f740b {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  margin-bottom: 1%;
}
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/480x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/960x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/768x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/1536x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/1024x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/2048x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/1200x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  background-image: url(https://i.shgcdn.com/e6221f73-631d-4f41-bad4-5c23ae00fa15/-/resize/2048x/);
}
#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-12a9c88e-cb14-428a-95f4-ccbd149b7357 {
  cursor: pointer;
}#s-12a9c88e-cb14-428a-95f4-ccbd149b7357.shg-box.shg-c {
  justify-content: center;
}

#s-116ba6dc-3dd6-4e8e-b19b-9e3170b0517c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-116ba6dc-3dd6-4e8e-b19b-9e3170b0517c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-116ba6dc-3dd6-4e8e-b19b-9e3170b0517c.shg-box.shg-c {
  justify-content: center;
}

#s-a76c3ae1-5b02-4755-bd7a-091bf81bb22a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}

#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/480x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/960x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/768x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/1536x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/1024x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/2048x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/1200x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  background-image: url(https://i.shgcdn.com/4230e5a1-9ee3-4f29-af1c-168003005db2/-/resize/2048x/);
}
#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2798a006-e1f2-46e5-b54e-c0fef91c539a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-2798a006-e1f2-46e5-b54e-c0fef91c539a {
  cursor: pointer;
}#s-2798a006-e1f2-46e5-b54e-c0fef91c539a.shg-box.shg-c {
  justify-content: center;
}

#s-9482e6a0-ab8c-4a5e-90d7-51f64f5d2afd {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9482e6a0-ab8c-4a5e-90d7-51f64f5d2afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9482e6a0-ab8c-4a5e-90d7-51f64f5d2afd.shg-box.shg-c {
  justify-content: center;
}

#s-064aeda0-d6ec-4c4c-a828-e2db9f26b5db {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-5d7de03e-2862-4a89-923e-336b753a34e5 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d7de03e-2862-4a89-923e-336b753a34e5 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-5d7de03e-2862-4a89-923e-336b753a34e5 {
  margin-bottom: 1%;
}
}







#s-5d7de03e-2862-4a89-923e-336b753a34e5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-5d7de03e-2862-4a89-923e-336b753a34e5 {
  cursor: pointer;
}#s-5d7de03e-2862-4a89-923e-336b753a34e5.shg-box.shg-c {
  justify-content: center;
}

#s-c955dea0-cf48-498d-a58f-ad0584b586be {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c955dea0-cf48-498d-a58f-ad0584b586be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c955dea0-cf48-498d-a58f-ad0584b586be.shg-box.shg-c {
  justify-content: center;
}

#s-ed34a4dc-6806-44da-aefd-7a14ba40114a {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-e0cb53fe-c5ac-4c41-a559-89fde57e4c31 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0cb53fe-c5ac-4c41-a559-89fde57e4c31 {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-e0cb53fe-c5ac-4c41-a559-89fde57e4c31 {
  margin-bottom: 1%;
}
}







#s-e0cb53fe-c5ac-4c41-a559-89fde57e4c31 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-e0cb53fe-c5ac-4c41-a559-89fde57e4c31 {
  cursor: pointer;
}#s-e0cb53fe-c5ac-4c41-a559-89fde57e4c31.shg-box.shg-c {
  justify-content: center;
}

#s-02ab8eac-49dc-4f4c-b51b-7b404c0c6b68 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-02ab8eac-49dc-4f4c-b51b-7b404c0c6b68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-02ab8eac-49dc-4f4c-b51b-7b404c0c6b68.shg-box.shg-c {
  justify-content: center;
}

#s-4add275c-9650-4f6d-8cfc-9d4ee196f0ff {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-e7f88533-9e96-4d54-bae6-8b95fcd2f2ad {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7f88533-9e96-4d54-bae6-8b95fcd2f2ad {
  margin-top: 0%;
margin-bottom: 1%;
}
}@media (max-width: 767px){#s-e7f88533-9e96-4d54-bae6-8b95fcd2f2ad {
  margin-top: 0%;
margin-bottom: 1%;
}
}
#s-e7f88533-9e96-4d54-bae6-8b95fcd2f2ad {
  background-image: url(https://i.shgcdn.com/8e69785b-4c42-4968-b482-84d2311ce901/);
}








#s-e7f88533-9e96-4d54-bae6-8b95fcd2f2ad > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
  display: block;
}#s-e7f88533-9e96-4d54-bae6-8b95fcd2f2ad {
  cursor: pointer;
}#s-e7f88533-9e96-4d54-bae6-8b95fcd2f2ad.shg-box.shg-c {
  justify-content: center;
}

#s-53a0a08d-de75-4e06-b2e6-7b87d0743b55 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-53a0a08d-de75-4e06-b2e6-7b87d0743b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-53a0a08d-de75-4e06-b2e6-7b87d0743b55.shg-box.shg-c {
  justify-content: center;
}

#s-1f089700-e82f-4e5d-9a1d-9e9f7a63e78f {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-7b43f14c-83c2-4704-95c6-274f7b220adf {
  background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b43f14c-83c2-4704-95c6-274f7b220adf {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-7b43f14c-83c2-4704-95c6-274f7b220adf {
  margin-bottom: 1%;
}
}







#s-7b43f14c-83c2-4704-95c6-274f7b220adf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-7b43f14c-83c2-4704-95c6-274f7b220adf {
  cursor: pointer;
}#s-7b43f14c-83c2-4704-95c6-274f7b220adf.shg-box.shg-c {
  justify-content: center;
}

#s-2ba1ca15-1851-437d-b174-107194890c67 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-2ba1ca15-1851-437d-b174-107194890c67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2ba1ca15-1851-437d-b174-107194890c67.shg-box.shg-c {
  justify-content: center;
}

#s-182cb52a-3e54-41be-879b-518acdaba53d {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  margin-bottom: 1%;
}
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/480x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/960x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/768x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/1536x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/1024x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/2048x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/1200x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  background-image: url(https://i.shgcdn.com/17cb22d3-a189-454a-a572-6f567afd9cdc/-/resize/2048x/);
}
#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-4aff37de-6aac-4026-b99d-a70d5f5e916d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-4aff37de-6aac-4026-b99d-a70d5f5e916d {
  cursor: pointer;
}#s-4aff37de-6aac-4026-b99d-a70d5f5e916d.shg-box.shg-c {
  justify-content: center;
}

#s-0af3aa36-d7d1-442d-9afc-2bea5278db46 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0af3aa36-d7d1-442d-9afc-2bea5278db46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0af3aa36-d7d1-442d-9afc-2bea5278db46.shg-box.shg-c {
  justify-content: center;
}

#s-a9754351-1a70-4563-875a-3353d2166acd {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  margin-bottom: 1%;
}
}@media (max-width: 767px){#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  margin-bottom: 1%;
}
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/480x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/960x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/768x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/1536x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/1024x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/2048x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/1200x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  background-image: url(https://i.shgcdn.com/e8cfd84b-7964-484b-9197-fbf5aefe6345/-/resize/2048x/);
}
#s-2d9fc720-ca11-444d-87ad-443daf51570b.shogun-lazyload-bg-image {
  background-image: none;
}

}







#s-2d9fc720-ca11-444d-87ad-443daf51570b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
  display: block;
}#s-2d9fc720-ca11-444d-87ad-443daf51570b {
  cursor: pointer;
}#s-2d9fc720-ca11-444d-87ad-443daf51570b.shg-box.shg-c {
  justify-content: center;
}

#s-d23dca50-81f7-4ce4-937b-4f8e98cdf41a {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d23dca50-81f7-4ce4-937b-4f8e98cdf41a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-d23dca50-81f7-4ce4-937b-4f8e98cdf41a.shg-box.shg-c {
  justify-content: center;
}

#s-84c20bac-d6b0-4591-a84a-64b863f793ac {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
}

#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 {
  display: none;
}
#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1, #wrap-s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 {
  display: none;
}
#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1, #wrap-s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 {
  
}
}@media (max-width: 767px){#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 {
  
}
}







#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f82eb14f-ef6f-47a5-b845-b75ee45b9bc1.shg-box.shg-c {
  justify-content: center;
}

#s-333b1d5f-327f-458c-9f37-d8df40297f68 {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 15px;
padding-bottom: 0%;
text-align: center;
}

#s-333b1d5f-327f-458c-9f37-d8df40297f68 .shogun-heading-component h3 {
  
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-f8077731-a367-45f6-bbee-68a52b6c56e1 {
  margin-top: -2%;
margin-left: auto;
margin-bottom: -2%;
margin-right: auto;
}

#s-f8077731-a367-45f6-bbee-68a52b6c56e1 hr {
  border-top: 2px solid #ddd;
}

#s-ba940412-a081-4c99-af76-790cf96191b3 {
  margin-left: auto;
margin-right: auto;
padding-top: 1%;
padding-bottom: 1%;
}
@media (min-width: 1200px){#s-ba940412-a081-4c99-af76-790cf96191b3 {
  
}
}
/* Duplicated Styles are also in Category dynamic.css.liquid - keep them in sync */

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 {
  --swiper-pagination-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-inactive-color: rgba(85, 81, 73, 1) !important;
  --swiper-pagination-bullet-active-color: rgba(203, 53, 37, 1) !important;
  --arrow-button-size: 35px !important;
  --swiper-pagination-bullet-size: 14px !important;
  
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 > .swiper-button-prev,
#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 > .swiper-button-next {
  
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 > .swiper-button-prev svg,
#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 > .swiper-button-next svg {
  fill: rgba(85, 81, 73, 1) !important;
  stroke: rgba(85, 81, 73, 1) !important;
  
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 > .swiper-button-prev {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 > .swiper-button-next {
  
  display:  flex ;
  align-items: center;
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 > .swiper-button-lock {
  display: none !important;
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 .swiper-pagination-bullet {
  width: 14px !important;
  height: 14px !important;
  margin: 0 !important;
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 .swiper-pagination-bullet-active {
  background-color: rgba(203, 53, 37, 1) !important;
  width: calc(14px * 1) !important;
  height: 14px !important;
  border-radius:  50px  !important;
}

#slider-v3-s-ba940412-a081-4c99-af76-790cf96191b3 .swiper-pagination {
  position:  initial ;
  display: flex;
  margin-top:  8px ;
  justify-content:  center
                   ;
  align-items: center;
  gap: 8px !important;
}

#s-091428b4-d04e-4fa1-a800-527032d8405b {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}

.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty:not(.shopify-section *):not([id^="wistia"]) {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}

/* <-- User Content Animations */

.shogun-form-error-msg,
.shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{animation-delay:1s;animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{animation-delay:3s;animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{animation-delay:4s;animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{animation-delay:5s;animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{animation-duration:.5s;animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{animation-duration:.8s;animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{animation-duration:3s;animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{animation-duration:1ms!important;transition-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0) scaleY(.95)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0,-10px,0)}20%,40%,60%,80%{transform:translate3d(0,10px,0)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{animation-name:jello;transform-origin:center}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;animation-duration:calc(var(--animate-duration)*1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{transform:translateY(-1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{transform:translateX(2000px) scale(.7);opacity:.7}80%{transform:translateX(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{transform:translateY(1200px) scale(.7);opacity:.7}80%{transform:translateY(0) scale(.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(.7);opacity:.7}to{transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(.7);opacity:.7}to{transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;transform:translate3d(0,25px,0) scaleY(.9)}75%{transform:translate3d(0,-10px,0) scaleY(.95)}90%{transform:translate3d(0,5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(25px,0,0) scaleX(1)}75%{transform:translate3d(-10px,0,0) scaleX(.98)}90%{transform:translate3d(5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px,0,0) scaleX(1)}75%{transform:translate3d(10px,0,0) scaleX(.98)}90%{transform:translate3d(-5px,0,0) scaleX(.995)}to{transform:translateZ(0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}75%{transform:translate3d(0,10px,0) scaleY(.95)}90%{transform:translate3d(0,-5px,0) scaleY(.985)}to{transform:translateZ(0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%,-100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%,100%,0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);animation-timing-function:ease-in}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{animation-duration:.75s;animation-duration:calc(var(--animate-duration)*0.75);backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedInRight{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{animation-name:rotateIn;transform-origin:center}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{animation-name:rotateInDownLeft;transform-origin:left bottom}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{animation-name:rotateInDownRight;transform-origin:right bottom}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{animation-name:rotateInUpLeft;transform-origin:left bottom}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{animation-name:rotateInUpRight;transform-origin:right bottom}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{animation-name:rotateOut;transform-origin:center}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{animation-name:rotateOutDownLeft;transform-origin:left bottom}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{animation-name:rotateOutDownRight;transform-origin:right bottom}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{animation-name:rotateOutUpLeft;transform-origin:left bottom}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{animation-name:rotateOutUpRight;transform-origin:right bottom}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{animation-duration:2s;animation-duration:calc(var(--animate-duration)*2);animation-name:hinge;transform-origin:top left}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{animation-name:zoomOutDown;transform-origin:center bottom}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{animation-name:zoomOutLeft;transform-origin:left center}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{animation-name:zoomOutRight;transform-origin:right center}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{animation-name:zoomOutUp;transform-origin:center bottom}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.animate__slideOutUp{animation-name:slideOutUp}