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

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

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

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

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

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

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

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

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

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

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

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

#s-4170f968-596e-4e4e-b912-32b0eaac7a73 {
  margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
min-height: 0px;
background-color: rgba(251, 250, 245, 1);
}
@media (max-width: 767px){#s-4170f968-596e-4e4e-b912-32b0eaac7a73 {
  
}
}







#s-4170f968-596e-4e4e-b912-32b0eaac7a73 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 0;
}#s-4170f968-596e-4e4e-b912-32b0eaac7a73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-57ad112b-1eda-488d-aaa2-ffcc07660142 {
  background-color: rgba(0, 0, 0, 1);
}

#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c {
  margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(251, 250, 245, 0);
border-style: solid;
min-height: 0px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 1200px){#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c {
  display: none;
}
#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c, #wrap-s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c {
  display: none;
}
#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c, #wrap-s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c {
  display: none;
}
#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c, #wrap-s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c { display:none !important; }}@media (max-width: 767px){#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c {
  
}
}







#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef5a4057-b59f-4fe4-9633-ee1d2808be7c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c {
  min-height: 60px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 1200px){#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c {
  display: none;
}
#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c, #wrap-s-c9dab61c-23d8-4ddc-ad22-daa946a0409c { display:none !important; }}@media (max-width: 767px){#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c {
  display: none;
}
#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c, #wrap-s-c9dab61c-23d8-4ddc-ad22-daa946a0409c { display:none !important; }}







#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9dab61c-23d8-4ddc-ad22-daa946a0409c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6ef1f012-f727-4a9f-a963-bbc88e99db15 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-align: center;
background-color: rgba(0, 0, 0, 1);
opacity: 1;
}







  img.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
    
    
  }


.s-6ef1f012-f727-4a9f-a963-bbc88e99db15 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shg-align-container {
  text-align: center
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
    
    
  }


.s-6ef1f012-f727-4a9f-a963-bbc88e99db15 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shg-align-container {
  text-align: center
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
    
    
  }


.s-6ef1f012-f727-4a9f-a963-bbc88e99db15 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shg-align-container {
  text-align: center
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
    
    
  }


.s-6ef1f012-f727-4a9f-a963-bbc88e99db15 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shg-align-container {
  text-align: center
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
    
    
  }


.s-6ef1f012-f727-4a9f-a963-bbc88e99db15 .shogun-image-content {
  
    align-items: center;
  
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shg-align-container {
  text-align: center
}

.s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6ef1f012-f727-4a9f-a963-bbc88e99db15.shogun-image {
  box-sizing: border-box;
}


}
#s-6b50346e-2c07-4474-912c-d5935ab700cf {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-6b50346e-2c07-4474-912c-d5935ab700cf {
  display: none;
}
#s-6b50346e-2c07-4474-912c-d5935ab700cf, #wrap-s-6b50346e-2c07-4474-912c-d5935ab700cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b50346e-2c07-4474-912c-d5935ab700cf {
  display: none;
}
#s-6b50346e-2c07-4474-912c-d5935ab700cf, #wrap-s-6b50346e-2c07-4474-912c-d5935ab700cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6b50346e-2c07-4474-912c-d5935ab700cf {
  display: none;
}
#s-6b50346e-2c07-4474-912c-d5935ab700cf, #wrap-s-6b50346e-2c07-4474-912c-d5935ab700cf { display:none !important; }}
@media (min-width: 1200px){#s-9728a24b-ea43-4d58-b745-6ff60e6ddfee {
  display: none;
}
#s-9728a24b-ea43-4d58-b745-6ff60e6ddfee, #wrap-s-9728a24b-ea43-4d58-b745-6ff60e6ddfee { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9728a24b-ea43-4d58-b745-6ff60e6ddfee {
  display: none;
}
#s-9728a24b-ea43-4d58-b745-6ff60e6ddfee, #wrap-s-9728a24b-ea43-4d58-b745-6ff60e6ddfee { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9728a24b-ea43-4d58-b745-6ff60e6ddfee {
  display: none;
}
#s-9728a24b-ea43-4d58-b745-6ff60e6ddfee, #wrap-s-9728a24b-ea43-4d58-b745-6ff60e6ddfee { display:none !important; }}
#s-09921ebb-c25b-46fd-9ba7-69dab38035b8 {
  min-height: 50px;
}








#s-09921ebb-c25b-46fd-9ba7-69dab38035b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09921ebb-c25b-46fd-9ba7-69dab38035b8.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-50d323ef-e011-4b54-a975-4a6878ebcf03 .shogun-icon-wrapper {
  text-align: center;
}


#s-50d323ef-e011-4b54-a975-4a6878ebcf03 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 255, 255, 1);
}

#s-73938b1a-4222-44df-847a-9e8df055c1a8 {
  min-height: 60px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 1200px){#s-73938b1a-4222-44df-847a-9e8df055c1a8 {
  display: none;
}
#s-73938b1a-4222-44df-847a-9e8df055c1a8, #wrap-s-73938b1a-4222-44df-847a-9e8df055c1a8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-73938b1a-4222-44df-847a-9e8df055c1a8 {
  display: none;
}
#s-73938b1a-4222-44df-847a-9e8df055c1a8, #wrap-s-73938b1a-4222-44df-847a-9e8df055c1a8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-73938b1a-4222-44df-847a-9e8df055c1a8 {
  display: none;
}
#s-73938b1a-4222-44df-847a-9e8df055c1a8, #wrap-s-73938b1a-4222-44df-847a-9e8df055c1a8 { display:none !important; }}







#s-73938b1a-4222-44df-847a-9e8df055c1a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73938b1a-4222-44df-847a-9e8df055c1a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0aba36f-4326-4a80-8d3e-f1a1cdca1591 {
  margin-top: 10px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 4%;
}

#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f {
  min-height: 60px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 1200px){#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f {
  display: none;
}
#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f, #wrap-s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f {
  display: none;
}
#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f, #wrap-s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f {
  display: none;
}
#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f, #wrap-s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f { display:none !important; }}







#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc4d9ef1-5cf3-42b5-ac6b-ad3d1e68628f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7e470ba-23ac-4eb1-9876-815a67841311 {
  max-width: 600px;
text-align: center;
}







  img.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
    
    
  }


.s-b7e470ba-23ac-4eb1-9876-815a67841311 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shg-align-container {
  text-align: center
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
    
    
  }


.s-b7e470ba-23ac-4eb1-9876-815a67841311 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shg-align-container {
  text-align: center
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
    
    
  }


.s-b7e470ba-23ac-4eb1-9876-815a67841311 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shg-align-container {
  text-align: center
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
    
    
  }


.s-b7e470ba-23ac-4eb1-9876-815a67841311 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shg-align-container {
  text-align: center
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
    
    
  }


.s-b7e470ba-23ac-4eb1-9876-815a67841311 .shogun-image-content {
  
    align-items: center;
  
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shg-align-container {
  text-align: center
}

.s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b7e470ba-23ac-4eb1-9876-815a67841311.shogun-image {
  box-sizing: border-box;
}


}
#s-63f0d107-d76b-4e2a-a813-6fea5112746f {
  min-height: 50px;
background-color: rgba(238, 236, 228, 1);
}
@media (min-width: 1200px){#s-63f0d107-d76b-4e2a-a813-6fea5112746f {
  display: none;
}
#s-63f0d107-d76b-4e2a-a813-6fea5112746f, #wrap-s-63f0d107-d76b-4e2a-a813-6fea5112746f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-63f0d107-d76b-4e2a-a813-6fea5112746f {
  display: none;
}
#s-63f0d107-d76b-4e2a-a813-6fea5112746f, #wrap-s-63f0d107-d76b-4e2a-a813-6fea5112746f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-63f0d107-d76b-4e2a-a813-6fea5112746f {
  display: none;
}
#s-63f0d107-d76b-4e2a-a813-6fea5112746f, #wrap-s-63f0d107-d76b-4e2a-a813-6fea5112746f { display:none !important; }}







#s-63f0d107-d76b-4e2a-a813-6fea5112746f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f0d107-d76b-4e2a-a813-6fea5112746f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acda9eb6-4955-47a7-9794-5c33697937ff {
  min-height: 100px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-acda9eb6-4955-47a7-9794-5c33697937ff {
  display: none;
}
#s-acda9eb6-4955-47a7-9794-5c33697937ff, #wrap-s-acda9eb6-4955-47a7-9794-5c33697937ff { display:none !important; }}@media (max-width: 767px){#s-acda9eb6-4955-47a7-9794-5c33697937ff {
  display: none;
}
#s-acda9eb6-4955-47a7-9794-5c33697937ff, #wrap-s-acda9eb6-4955-47a7-9794-5c33697937ff { display:none !important; }}







#s-acda9eb6-4955-47a7-9794-5c33697937ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acda9eb6-4955-47a7-9794-5c33697937ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e39f71b3-8356-49c4-aa82-9a1e406eef29 {
  text-align: center;
}







  img.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
    
    
  }


.s-e39f71b3-8356-49c4-aa82-9a1e406eef29 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shg-align-container {
  text-align: center
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
    
    
  }


.s-e39f71b3-8356-49c4-aa82-9a1e406eef29 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shg-align-container {
  text-align: center
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
    
    
  }


.s-e39f71b3-8356-49c4-aa82-9a1e406eef29 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shg-align-container {
  text-align: center
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
    
    
  }


.s-e39f71b3-8356-49c4-aa82-9a1e406eef29 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shg-align-container {
  text-align: center
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
    
    
  }


.s-e39f71b3-8356-49c4-aa82-9a1e406eef29 .shogun-image-content {
  
    align-items: center;
  
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shg-align-container {
  text-align: center
}

.s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e39f71b3-8356-49c4-aa82-9a1e406eef29.shogun-image {
  box-sizing: border-box;
}


}
#s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5 {
  min-height: 100px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5 {
  display: none;
}
#s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5, #wrap-s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5 { display:none !important; }}@media (max-width: 767px){#s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5 {
  display: none;
}
#s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5, #wrap-s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5 { display:none !important; }}







#s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85e9b2bd-c2b8-4ca0-af89-7f1402489ee5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-368459ff-733d-450f-abe0-c8f147f3fb88 {
  min-height: 50px;
background-color: rgba(238, 236, 228, 1);
}
@media (min-width: 1200px){#s-368459ff-733d-450f-abe0-c8f147f3fb88 {
  display: none;
}
#s-368459ff-733d-450f-abe0-c8f147f3fb88, #wrap-s-368459ff-733d-450f-abe0-c8f147f3fb88 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-368459ff-733d-450f-abe0-c8f147f3fb88 {
  display: none;
}
#s-368459ff-733d-450f-abe0-c8f147f3fb88, #wrap-s-368459ff-733d-450f-abe0-c8f147f3fb88 { display:none !important; }}







#s-368459ff-733d-450f-abe0-c8f147f3fb88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-368459ff-733d-450f-abe0-c8f147f3fb88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17b84918-ffd9-4751-b6e5-9b455c20b7e8 {
  max-width: 38px;
text-align: center;
}







  img.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
    
    
  }


.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shg-align-container {
  text-align: center
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
    
    
  }


.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shg-align-container {
  text-align: center
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
    
    
  }


.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shg-align-container {
  text-align: center
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
    
    
  }


.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shg-align-container {
  text-align: center
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
    
    
  }


.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8 .shogun-image-content {
  
    align-items: center;
  
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shg-align-container {
  text-align: center
}

.s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17b84918-ffd9-4751-b6e5-9b455c20b7e8.shogun-image {
  box-sizing: border-box;
}


}
#s-6b2d355d-9d14-4622-aabf-c12cb7af2309 {
  margin-top: 20px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 236, 228, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}
@media (max-width: 767px){#s-6b2d355d-9d14-4622-aabf-c12cb7af2309 {
  margin-bottom: 30px;
}
}
#s-9348897a-be15-4b7d-969b-74082f2ddca3 {
  max-width: 40px;
text-align: center;
}







  img.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
    
    
  }


.s-9348897a-be15-4b7d-969b-74082f2ddca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shg-align-container {
  text-align: center
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
    
    
  }


.s-9348897a-be15-4b7d-969b-74082f2ddca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shg-align-container {
  text-align: center
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
    
    
  }


.s-9348897a-be15-4b7d-969b-74082f2ddca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shg-align-container {
  text-align: center
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
    
    
  }


.s-9348897a-be15-4b7d-969b-74082f2ddca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shg-align-container {
  text-align: center
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
    
    
  }


.s-9348897a-be15-4b7d-969b-74082f2ddca3 .shogun-image-content {
  
    align-items: center;
  
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shg-align-container {
  text-align: center
}

.s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9348897a-be15-4b7d-969b-74082f2ddca3.shogun-image {
  box-sizing: border-box;
}


}
#s-73d956d1-998b-45cd-8b40-c4793cdb97cd {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 250, 245, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}
@media (max-width: 767px){#s-73d956d1-998b-45cd-8b40-c4793cdb97cd {
  margin-bottom: 30px;
}
}
#s-29602194-14ea-4230-962e-ea3680970650 {
  max-width: 38px;
text-align: center;
}







  img.s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
    
    
  }


.s-29602194-14ea-4230-962e-ea3680970650 .shogun-image-content {
  
    align-items: center;
  
}

.s-29602194-14ea-4230-962e-ea3680970650.shg-align-container {
  text-align: center
}

.s-29602194-14ea-4230-962e-ea3680970650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
    
    
  }


.s-29602194-14ea-4230-962e-ea3680970650 .shogun-image-content {
  
    align-items: center;
  
}

.s-29602194-14ea-4230-962e-ea3680970650.shg-align-container {
  text-align: center
}

.s-29602194-14ea-4230-962e-ea3680970650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
    
    
  }


.s-29602194-14ea-4230-962e-ea3680970650 .shogun-image-content {
  
    align-items: center;
  
}

.s-29602194-14ea-4230-962e-ea3680970650.shg-align-container {
  text-align: center
}

.s-29602194-14ea-4230-962e-ea3680970650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
    
    
  }


.s-29602194-14ea-4230-962e-ea3680970650 .shogun-image-content {
  
    align-items: center;
  
}

.s-29602194-14ea-4230-962e-ea3680970650.shg-align-container {
  text-align: center
}

.s-29602194-14ea-4230-962e-ea3680970650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
  box-sizing: border-box;
}


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





  img.s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
    
    
  }


.s-29602194-14ea-4230-962e-ea3680970650 .shogun-image-content {
  
    align-items: center;
  
}

.s-29602194-14ea-4230-962e-ea3680970650.shg-align-container {
  text-align: center
}

.s-29602194-14ea-4230-962e-ea3680970650.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29602194-14ea-4230-962e-ea3680970650.shogun-image {
  box-sizing: border-box;
}


}
#s-6903821a-8cfe-49fe-b765-0d4295fe06f9 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 236, 228, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}

#s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f {
  margin-top: 20px;
margin-bottom: 0px;
max-width: 38px;
text-align: center;
}







  img.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
    
    
  }


.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f .shogun-image-content {
  
    align-items: center;
  
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shg-align-container {
  text-align: center
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
    
    
  }


.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f .shogun-image-content {
  
    align-items: center;
  
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shg-align-container {
  text-align: center
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
    
    
  }


.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f .shogun-image-content {
  
    align-items: center;
  
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shg-align-container {
  text-align: center
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
    
    
  }


.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f .shogun-image-content {
  
    align-items: center;
  
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shg-align-container {
  text-align: center
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
    
    
  }


.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f .shogun-image-content {
  
    align-items: center;
  
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shg-align-container {
  text-align: center
}

.s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-41e2ba5f-72ba-4c56-9377-87c0fbf47a8f.shogun-image {
  box-sizing: border-box;
}


}
#s-551827eb-7aaa-4f1e-9162-9680d190a3dc {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 236, 228, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}

#s-46767515-9541-4394-9693-6d7f34dd94e2 {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 768px) and (max-width: 991px){#s-46767515-9541-4394-9693-6d7f34dd94e2 {
  display: none;
}
#s-46767515-9541-4394-9693-6d7f34dd94e2, #wrap-s-46767515-9541-4394-9693-6d7f34dd94e2 { display:none !important; }}@media (max-width: 767px){#s-46767515-9541-4394-9693-6d7f34dd94e2 {
  display: none;
}
#s-46767515-9541-4394-9693-6d7f34dd94e2, #wrap-s-46767515-9541-4394-9693-6d7f34dd94e2 { display:none !important; }}
#s-597c1a0d-6ddc-4316-be5c-eb999c4bf59d {
  min-height: 60px;
background-color: rgba(238, 236, 228, 1);
}








#s-597c1a0d-6ddc-4316-be5c-eb999c4bf59d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-597c1a0d-6ddc-4316-be5c-eb999c4bf59d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-17491067-1394-4a87-9ec5-e5a74e98c8fd {
  min-height: 60px;
background-color: rgba(238, 236, 228, 1);
}
@media (min-width: 1200px){#s-17491067-1394-4a87-9ec5-e5a74e98c8fd {
  display: none;
}
#s-17491067-1394-4a87-9ec5-e5a74e98c8fd, #wrap-s-17491067-1394-4a87-9ec5-e5a74e98c8fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17491067-1394-4a87-9ec5-e5a74e98c8fd {
  display: none;
}
#s-17491067-1394-4a87-9ec5-e5a74e98c8fd, #wrap-s-17491067-1394-4a87-9ec5-e5a74e98c8fd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-17491067-1394-4a87-9ec5-e5a74e98c8fd {
  display: none;
}
#s-17491067-1394-4a87-9ec5-e5a74e98c8fd, #wrap-s-17491067-1394-4a87-9ec5-e5a74e98c8fd { display:none !important; }}







#s-17491067-1394-4a87-9ec5-e5a74e98c8fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17491067-1394-4a87-9ec5-e5a74e98c8fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42066e77-c0af-4de4-a65c-8197d9619ece {
  min-height: 60px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 1200px){#s-42066e77-c0af-4de4-a65c-8197d9619ece {
  display: none;
}
#s-42066e77-c0af-4de4-a65c-8197d9619ece, #wrap-s-42066e77-c0af-4de4-a65c-8197d9619ece { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42066e77-c0af-4de4-a65c-8197d9619ece {
  display: none;
}
#s-42066e77-c0af-4de4-a65c-8197d9619ece, #wrap-s-42066e77-c0af-4de4-a65c-8197d9619ece { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42066e77-c0af-4de4-a65c-8197d9619ece {
  display: none;
}
#s-42066e77-c0af-4de4-a65c-8197d9619ece, #wrap-s-42066e77-c0af-4de4-a65c-8197d9619ece { display:none !important; }}







#s-42066e77-c0af-4de4-a65c-8197d9619ece > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42066e77-c0af-4de4-a65c-8197d9619ece.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801 {
  min-height: 80px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801 {
  display: none;
}
#s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801, #wrap-s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801 { display:none !important; }}@media (max-width: 767px){#s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801 {
  display: none;
}
#s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801, #wrap-s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801 { display:none !important; }}







#s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b21e6642-bc02-4c60-9c5a-e4f4b5c13801.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb0b19ae-798c-43fd-8eae-7e805cd8031a {
  min-height: 100px;
background-color: rgba(238, 236, 228, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-eb0b19ae-798c-43fd-8eae-7e805cd8031a {
  display: none;
}
#s-eb0b19ae-798c-43fd-8eae-7e805cd8031a, #wrap-s-eb0b19ae-798c-43fd-8eae-7e805cd8031a { display:none !important; }}@media (max-width: 767px){#s-eb0b19ae-798c-43fd-8eae-7e805cd8031a {
  display: none;
}
#s-eb0b19ae-798c-43fd-8eae-7e805cd8031a, #wrap-s-eb0b19ae-798c-43fd-8eae-7e805cd8031a { display:none !important; }}







#s-eb0b19ae-798c-43fd-8eae-7e805cd8031a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb0b19ae-798c-43fd-8eae-7e805cd8031a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c {
  background-color: rgba(238, 236, 228, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c {
  display: none;
}
#s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c, #wrap-s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c { display:none !important; }}@media (max-width: 767px){#s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c {
  display: none;
}
#s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c, #wrap-s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c { display:none !important; }}
@media (min-width: 0px) {
[id="s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b1ff057-bc6d-4a11-af77-c42c1b5e758c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-186da0bd-f1b9-4971-8463-b281dfdde819 {
  max-width: 38px;
text-align: center;
}







  img.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
    
    
  }


.s-186da0bd-f1b9-4971-8463-b281dfdde819 .shogun-image-content {
  
    align-items: center;
  
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shg-align-container {
  text-align: center
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
    
    
  }


.s-186da0bd-f1b9-4971-8463-b281dfdde819 .shogun-image-content {
  
    align-items: center;
  
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shg-align-container {
  text-align: center
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
  box-sizing: border-box;
}


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





  img.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
    
    
  }


.s-186da0bd-f1b9-4971-8463-b281dfdde819 .shogun-image-content {
  
    align-items: center;
  
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shg-align-container {
  text-align: center
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
  box-sizing: border-box;
}


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





  img.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
    
    
  }


.s-186da0bd-f1b9-4971-8463-b281dfdde819 .shogun-image-content {
  
    align-items: center;
  
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shg-align-container {
  text-align: center
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
  box-sizing: border-box;
}


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





  img.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
    
    
  }


.s-186da0bd-f1b9-4971-8463-b281dfdde819 .shogun-image-content {
  
    align-items: center;
  
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shg-align-container {
  text-align: center
}

.s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-186da0bd-f1b9-4971-8463-b281dfdde819.shogun-image {
  box-sizing: border-box;
}


}
#s-2c2a4929-8c93-48a9-9a07-436ad3b4ae32 {
  margin-top: 20px;
margin-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 236, 228, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}
@media (max-width: 767px){#s-2c2a4929-8c93-48a9-9a07-436ad3b4ae32 {
  margin-bottom: 30px;
}
}
#s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006 {
  max-width: 40px;
text-align: center;
}







  img.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
    
    
  }


.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006 .shogun-image-content {
  
    align-items: center;
  
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shg-align-container {
  text-align: center
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
    
    
  }


.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006 .shogun-image-content {
  
    align-items: center;
  
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shg-align-container {
  text-align: center
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
  box-sizing: border-box;
}


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





  img.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
    
    
  }


.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006 .shogun-image-content {
  
    align-items: center;
  
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shg-align-container {
  text-align: center
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
  box-sizing: border-box;
}


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





  img.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
    
    
  }


.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006 .shogun-image-content {
  
    align-items: center;
  
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shg-align-container {
  text-align: center
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
  box-sizing: border-box;
}


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





  img.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
    
    
  }


.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006 .shogun-image-content {
  
    align-items: center;
  
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shg-align-container {
  text-align: center
}

.s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-703c2217-dd4d-4c24-b31f-d9ad4a0d7006.shogun-image {
  box-sizing: border-box;
}


}
#s-776abe39-3aa1-4b32-9a59-2430b54ebfb1 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(251, 250, 245, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}
@media (max-width: 767px){#s-776abe39-3aa1-4b32-9a59-2430b54ebfb1 {
  margin-bottom: 30px;
}
}
#s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec {
  max-width: 38px;
text-align: center;
}







  img.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
    
    
  }


.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shg-align-container {
  text-align: center
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
    
    
  }


.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shg-align-container {
  text-align: center
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
    
    
  }


.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shg-align-container {
  text-align: center
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
    
    
  }


.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shg-align-container {
  text-align: center
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
  box-sizing: border-box;
}


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





  img.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
    
    
  }


.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec .shogun-image-content {
  
    align-items: center;
  
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shg-align-container {
  text-align: center
}

.s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3b1ec492-1510-4df9-8b06-8ce55d8ff7ec.shogun-image {
  box-sizing: border-box;
}


}
#s-47b6d60a-405b-4c3c-81e7-963306522b5c {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 10px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 236, 228, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}

#s-8958ef01-a088-4e20-9715-9457fda2a31a {
  margin-top: -4px;
margin-bottom: 0px;
max-width: 38px;
text-align: center;
}







  img.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
    
    
  }


.s-8958ef01-a088-4e20-9715-9457fda2a31a .shogun-image-content {
  
    align-items: center;
  
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shg-align-container {
  text-align: center
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
    
    
  }


.s-8958ef01-a088-4e20-9715-9457fda2a31a .shogun-image-content {
  
    align-items: center;
  
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shg-align-container {
  text-align: center
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
    
    
  }


.s-8958ef01-a088-4e20-9715-9457fda2a31a .shogun-image-content {
  
    align-items: center;
  
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shg-align-container {
  text-align: center
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
    
    
  }


.s-8958ef01-a088-4e20-9715-9457fda2a31a .shogun-image-content {
  
    align-items: center;
  
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shg-align-container {
  text-align: center
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
    
    
  }


.s-8958ef01-a088-4e20-9715-9457fda2a31a .shogun-image-content {
  
    align-items: center;
  
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shg-align-container {
  text-align: center
}

.s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8958ef01-a088-4e20-9715-9457fda2a31a.shogun-image {
  box-sizing: border-box;
}


}
#s-cca5eaf6-ac77-4ae1-a7ee-b17b0f8b6a31 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(238, 236, 228, 0);
border-style: solid;
background-color: rgba(251, 250, 245, 0);
}

#s-3668fdb8-650a-4a2f-8312-c36bfaf0de37 {
  min-height: 100px;
background-color: rgba(238, 236, 228, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3668fdb8-650a-4a2f-8312-c36bfaf0de37 {
  display: none;
}
#s-3668fdb8-650a-4a2f-8312-c36bfaf0de37, #wrap-s-3668fdb8-650a-4a2f-8312-c36bfaf0de37 { display:none !important; }}@media (max-width: 767px){#s-3668fdb8-650a-4a2f-8312-c36bfaf0de37 {
  display: none;
}
#s-3668fdb8-650a-4a2f-8312-c36bfaf0de37, #wrap-s-3668fdb8-650a-4a2f-8312-c36bfaf0de37 { display:none !important; }}







#s-3668fdb8-650a-4a2f-8312-c36bfaf0de37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3668fdb8-650a-4a2f-8312-c36bfaf0de37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fca8b03c-4781-41ee-b14a-f85cfcf069fc {
  min-height: 80px;
background-color: rgba(251, 250, 245, 1);
}
@media (max-width: 767px){#s-fca8b03c-4781-41ee-b14a-f85cfcf069fc {
  display: none;
}
#s-fca8b03c-4781-41ee-b14a-f85cfcf069fc, #wrap-s-fca8b03c-4781-41ee-b14a-f85cfcf069fc { display:none !important; }}







#s-fca8b03c-4781-41ee-b14a-f85cfcf069fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fca8b03c-4781-41ee-b14a-f85cfcf069fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c91fdf1-2134-462a-aad4-c9f7aae8b6e0 {
  padding-bottom: 30px;
min-height: 90px;
background-color: rgba(251, 250, 245, 1);
}
@media (max-width: 767px){#s-1c91fdf1-2134-462a-aad4-c9f7aae8b6e0 {
  
}
}







#s-1c91fdf1-2134-462a-aad4-c9f7aae8b6e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c91fdf1-2134-462a-aad4-c9f7aae8b6e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-21d035e2-fee9-44fe-af4b-84590d278b2a {
  display: none;
}
#s-21d035e2-fee9-44fe-af4b-84590d278b2a, #wrap-s-21d035e2-fee9-44fe-af4b-84590d278b2a { display:none !important; }}@media (max-width: 767px){#s-21d035e2-fee9-44fe-af4b-84590d278b2a {
  display: none;
}
#s-21d035e2-fee9-44fe-af4b-84590d278b2a, #wrap-s-21d035e2-fee9-44fe-af4b-84590d278b2a { display:none !important; }}
#s-21d035e2-fee9-44fe-af4b-84590d278b2a {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9ccdeaa-58fb-4544-8585-3334b1349cbd {
  display: none;
}
#s-a9ccdeaa-58fb-4544-8585-3334b1349cbd, #wrap-s-a9ccdeaa-58fb-4544-8585-3334b1349cbd { display:none !important; }}@media (max-width: 767px){#s-a9ccdeaa-58fb-4544-8585-3334b1349cbd {
  display: none;
}
#s-a9ccdeaa-58fb-4544-8585-3334b1349cbd, #wrap-s-a9ccdeaa-58fb-4544-8585-3334b1349cbd { display:none !important; }}
@media (min-width: 0px) {
[id="s-a9ccdeaa-58fb-4544-8585-3334b1349cbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a9ccdeaa-58fb-4544-8585-3334b1349cbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-a9ccdeaa-58fb-4544-8585-3334b1349cbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-a9ccdeaa-58fb-4544-8585-3334b1349cbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-97c87264-84fc-47e3-8d64-90d3aa4fad9e {
  padding-top: 0px;
padding-left: 30%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-97c87264-84fc-47e3-8d64-90d3aa4fad9e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-97c87264-84fc-47e3-8d64-90d3aa4fad9e .shg-sld-nav-button.shg-sld-left,
#s-97c87264-84fc-47e3-8d64-90d3aa4fad9e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-bb2afb16-edba-4f0f-86b4-16d7cb435882 {
  text-align: center;
}







  img.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
    
    
  }


.s-bb2afb16-edba-4f0f-86b4-16d7cb435882 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shg-align-container {
  text-align: center
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
    
    
  }


.s-bb2afb16-edba-4f0f-86b4-16d7cb435882 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shg-align-container {
  text-align: center
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
    
    
  }


.s-bb2afb16-edba-4f0f-86b4-16d7cb435882 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shg-align-container {
  text-align: center
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
    
    
  }


.s-bb2afb16-edba-4f0f-86b4-16d7cb435882 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shg-align-container {
  text-align: center
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
  box-sizing: border-box;
}


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





  img.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
    
    
  }


.s-bb2afb16-edba-4f0f-86b4-16d7cb435882 .shogun-image-content {
  
    align-items: center;
  
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shg-align-container {
  text-align: center
}

.s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bb2afb16-edba-4f0f-86b4-16d7cb435882.shogun-image {
  box-sizing: border-box;
}


}
#s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a {
  text-align: center;
}







  img.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
    
    
  }


.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a .shogun-image-content {
  
    align-items: center;
  
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shg-align-container {
  text-align: center
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
    
    
  }


.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a .shogun-image-content {
  
    align-items: center;
  
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shg-align-container {
  text-align: center
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
    
    
  }


.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a .shogun-image-content {
  
    align-items: center;
  
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shg-align-container {
  text-align: center
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
    
    
  }


.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a .shogun-image-content {
  
    align-items: center;
  
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shg-align-container {
  text-align: center
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
    
    
  }


.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a .shogun-image-content {
  
    align-items: center;
  
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shg-align-container {
  text-align: center
}

.s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c5a9d67c-9210-4fa0-b883-a0b1b4e4b38a.shogun-image {
  box-sizing: border-box;
}


}
#s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8 {
  text-align: center;
}







  img.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
    
    
  }


.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shg-align-container {
  text-align: center
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
    
    
  }


.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shg-align-container {
  text-align: center
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
    
    
  }


.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shg-align-container {
  text-align: center
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
    
    
  }


.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shg-align-container {
  text-align: center
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
    
    
  }


.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8 .shogun-image-content {
  
    align-items: center;
  
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shg-align-container {
  text-align: center
}

.s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6bc0c0dc-e005-45ea-86c0-caa1dcd57aa8.shogun-image {
  box-sizing: border-box;
}


}
#s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338 {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
    
    
  }


.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shg-align-container {
  text-align: center
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
    
    
  }


.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shg-align-container {
  text-align: center
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
    
    
  }


.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shg-align-container {
  text-align: center
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
    
    
  }


.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shg-align-container {
  text-align: center
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
    
    
  }


.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338 .shogun-image-content {
  
    align-items: center;
  
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shg-align-container {
  text-align: center
}

.s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f176d3ce-d9bf-4a23-b49f-722f6ef0b338.shogun-image {
  box-sizing: border-box;
}


}
#s-fe61a2d4-9479-47a2-bb8b-9e139500e1bc {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 40%;
}

.shg-btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

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

.shg-variant-btn {
  cursor: pointer;
  box-sizing: border-box;
  display: inline-block;
  text-decoration: none;
  letter-spacing: normal;
}

.shg-variant-btn.hidden {
  display: none;
}

.shg-variant-btn.disabled {
  cursor: not-allowed;
}

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

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

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

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

.shg-product-selector-hidden {
  display: none;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 {
  margin-top: 0px;
margin-left: 0%;
margin-right: 50%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-4f4a972d-3beb-46f1-8f04-7c9060e5b192-btn-wrapper {
    text-align: center;
  }


#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-variant-btn:hover {
  background: #252525;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-variant-btn:active, #s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-4f4a972d-3beb-46f1-8f04-7c9060e5b192 .shg-variant-btn.disabled {
  background: #252525;
}

#s-73af5dbe-51eb-46b0-8010-da3ee70c93fc {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-73af5dbe-51eb-46b0-8010-da3ee70c93fc .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-73af5dbe-51eb-46b0-8010-da3ee70c93fc .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-73af5dbe-51eb-46b0-8010-da3ee70c93fc .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f {
  margin-top: 10px;
margin-right: 60%;
padding-top: 9px;
padding-left: 1.5%;
padding-bottom: 9px;
padding-right: 1.5%;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f-atc-btn-wrapper {
    text-align: center;
  }


#s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-5f9e6ec5-ef4f-4ea3-8d15-bd34f69f112f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 {
  display: none;
}
#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73, #wrap-s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 {
  display: none;
}
#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73, #wrap-s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 { display:none !important; }}
#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 .shg-sld-nav-button.shg-sld-left,
#s-69dc0c0e-5f83-43c4-9daa-c2b5849c7c73 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-0162b5ce-1771-4653-9422-59e9955f58cc {
  text-align: center;
}







  img.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
    
    
  }


.s-0162b5ce-1771-4653-9422-59e9955f58cc .shogun-image-content {
  
    align-items: center;
  
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shg-align-container {
  text-align: center
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
    
    
  }


.s-0162b5ce-1771-4653-9422-59e9955f58cc .shogun-image-content {
  
    align-items: center;
  
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shg-align-container {
  text-align: center
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
    
    
  }


.s-0162b5ce-1771-4653-9422-59e9955f58cc .shogun-image-content {
  
    align-items: center;
  
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shg-align-container {
  text-align: center
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
    
    
  }


.s-0162b5ce-1771-4653-9422-59e9955f58cc .shogun-image-content {
  
    align-items: center;
  
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shg-align-container {
  text-align: center
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
    
    
  }


.s-0162b5ce-1771-4653-9422-59e9955f58cc .shogun-image-content {
  
    align-items: center;
  
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shg-align-container {
  text-align: center
}

.s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0162b5ce-1771-4653-9422-59e9955f58cc.shogun-image {
  box-sizing: border-box;
}


}
#s-a2575a48-4eb4-4945-b29b-a13313501900 {
  text-align: center;
}







  img.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
    
    
  }


.s-a2575a48-4eb4-4945-b29b-a13313501900 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shg-align-container {
  text-align: center
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
    
    
  }


.s-a2575a48-4eb4-4945-b29b-a13313501900 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shg-align-container {
  text-align: center
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
    
    
  }


.s-a2575a48-4eb4-4945-b29b-a13313501900 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shg-align-container {
  text-align: center
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
    
    
  }


.s-a2575a48-4eb4-4945-b29b-a13313501900 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shg-align-container {
  text-align: center
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
    
    
  }


.s-a2575a48-4eb4-4945-b29b-a13313501900 .shogun-image-content {
  
    align-items: center;
  
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shg-align-container {
  text-align: center
}

.s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a2575a48-4eb4-4945-b29b-a13313501900.shogun-image {
  box-sizing: border-box;
}


}
#s-13e15215-0265-4844-a118-54132efbda85 {
  text-align: center;
}







  img.s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
    
    
  }


.s-13e15215-0265-4844-a118-54132efbda85 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e15215-0265-4844-a118-54132efbda85.shg-align-container {
  text-align: center
}

.s-13e15215-0265-4844-a118-54132efbda85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
    
    
  }


.s-13e15215-0265-4844-a118-54132efbda85 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e15215-0265-4844-a118-54132efbda85.shg-align-container {
  text-align: center
}

.s-13e15215-0265-4844-a118-54132efbda85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
    
    
  }


.s-13e15215-0265-4844-a118-54132efbda85 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e15215-0265-4844-a118-54132efbda85.shg-align-container {
  text-align: center
}

.s-13e15215-0265-4844-a118-54132efbda85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
    
    
  }


.s-13e15215-0265-4844-a118-54132efbda85 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e15215-0265-4844-a118-54132efbda85.shg-align-container {
  text-align: center
}

.s-13e15215-0265-4844-a118-54132efbda85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
  box-sizing: border-box;
}


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





  img.s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
    
    
  }


.s-13e15215-0265-4844-a118-54132efbda85 .shogun-image-content {
  
    align-items: center;
  
}

.s-13e15215-0265-4844-a118-54132efbda85.shg-align-container {
  text-align: center
}

.s-13e15215-0265-4844-a118-54132efbda85.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-13e15215-0265-4844-a118-54132efbda85.shogun-image {
  box-sizing: border-box;
}


}
#s-58d604fd-9c16-4f5d-bf22-75c60a3df612 {
  text-align: center;
}







  img.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
    
    
  }


.s-58d604fd-9c16-4f5d-bf22-75c60a3df612 .shogun-image-content {
  
    align-items: center;
  
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shg-align-container {
  text-align: center
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
    
    
  }


.s-58d604fd-9c16-4f5d-bf22-75c60a3df612 .shogun-image-content {
  
    align-items: center;
  
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shg-align-container {
  text-align: center
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
  box-sizing: border-box;
}


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





  img.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
    
    
  }


.s-58d604fd-9c16-4f5d-bf22-75c60a3df612 .shogun-image-content {
  
    align-items: center;
  
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shg-align-container {
  text-align: center
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
  box-sizing: border-box;
}


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





  img.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
    
    
  }


.s-58d604fd-9c16-4f5d-bf22-75c60a3df612 .shogun-image-content {
  
    align-items: center;
  
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shg-align-container {
  text-align: center
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
  box-sizing: border-box;
}


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





  img.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
    
    
  }


.s-58d604fd-9c16-4f5d-bf22-75c60a3df612 .shogun-image-content {
  
    align-items: center;
  
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shg-align-container {
  text-align: center
}

.s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58d604fd-9c16-4f5d-bf22-75c60a3df612.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 1200px){#s-897bff53-f1ad-4df1-9a33-9b88418b478c {
  display: none;
}
#s-897bff53-f1ad-4df1-9a33-9b88418b478c, #wrap-s-897bff53-f1ad-4df1-9a33-9b88418b478c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-897bff53-f1ad-4df1-9a33-9b88418b478c {
  display: none;
}
#s-897bff53-f1ad-4df1-9a33-9b88418b478c, #wrap-s-897bff53-f1ad-4df1-9a33-9b88418b478c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-897bff53-f1ad-4df1-9a33-9b88418b478c {
  
}
}
#s-897bff53-f1ad-4df1-9a33-9b88418b478c {
  display: none;
}
#s-4d0705df-68a6-4fda-aa02-f54ca352ed4e {
  margin-top: 10px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec {
  margin-top: 10px;
margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-decoration: none;
text-align: center;
}
@media (max-width: 767px){#s-375bd00f-8a3b-4411-821d-165a73e235ec {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-375bd00f-8a3b-4411-821d-165a73e235ec-btn-wrapper {
    text-align: center;
  }


#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-variant-btn:hover {
  background: #252525;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-variant-btn:active, #s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-375bd00f-8a3b-4411-821d-165a73e235ec .shg-variant-btn.disabled {
  background: #252525;
}

#s-359af568-76df-45c8-b50b-1eaa6135a843 {
  margin-top: 20px;
margin-bottom: 40px;
text-align: center;
}

#s-359af568-76df-45c8-b50b-1eaa6135a843 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-359af568-76df-45c8-b50b-1eaa6135a843 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-359af568-76df-45c8-b50b-1eaa6135a843 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-a0bac4c5-8a5c-4ace-bb84-8632327e6695 {
  margin-top: 0px;
padding-top: 9px;
padding-left: 5%;
padding-bottom: 9px;
padding-right: 5%;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a0bac4c5-8a5c-4ace-bb84-8632327e6695:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a0bac4c5-8a5c-4ace-bb84-8632327e6695:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a0bac4c5-8a5c-4ace-bb84-8632327e6695 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a0bac4c5-8a5c-4ace-bb84-8632327e6695.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a0bac4c5-8a5c-4ace-bb84-8632327e6695.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-a0bac4c5-8a5c-4ace-bb84-8632327e6695.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-e516cb2b-6acb-430e-afb1-e635f7242b67 {
  background-attachment: fixed;
min-height: 0px;
background-color: rgba(238, 236, 228, 1);
}








#s-e516cb2b-6acb-430e-afb1-e635f7242b67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e516cb2b-6acb-430e-afb1-e635f7242b67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfb20942-2244-4b23-b799-af14f5ea9a47 {
  min-height: 60px;
background-color: rgba(251, 250, 245, 1);
}








#s-dfb20942-2244-4b23-b799-af14f5ea9a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfb20942-2244-4b23-b799-af14f5ea9a47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347 {
  margin-top: -10px;
margin-bottom: -10px;
padding-top: 40px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347 {
  display: none;
}
#s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347, #wrap-s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347 { display:none !important; }}@media (max-width: 767px){#s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347 {
  display: none;
}
#s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347, #wrap-s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347 { display:none !important; }}
#s-c9ff1a23-f7ad-4f49-8b49-db58d55a9347 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-a41caa7b-3aa4-4374-8a31-6cbbe51ba248 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 20px;
text-align: left;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a41caa7b-3aa4-4374-8a31-6cbbe51ba248 {
  display: none;
}
#s-a41caa7b-3aa4-4374-8a31-6cbbe51ba248, #wrap-s-a41caa7b-3aa4-4374-8a31-6cbbe51ba248 { display:none !important; }}@media (max-width: 767px){#s-a41caa7b-3aa4-4374-8a31-6cbbe51ba248 {
  display: none;
}
#s-a41caa7b-3aa4-4374-8a31-6cbbe51ba248, #wrap-s-a41caa7b-3aa4-4374-8a31-6cbbe51ba248 { display:none !important; }}
#s-1dc50e89-832d-4d7e-b411-3e5168d44467 {
  min-height: 60px;
background-color: rgba(238, 236, 228, 1);
}








#s-1dc50e89-832d-4d7e-b411-3e5168d44467 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dc50e89-832d-4d7e-b411-3e5168d44467.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-489fb674-ccca-4f35-8e9e-e98f59de406b {
  padding-top: 0px;
padding-bottom: 40px;
}
@media (min-width: 768px) and (max-width: 991px){#s-489fb674-ccca-4f35-8e9e-e98f59de406b {
  display: none;
}
#s-489fb674-ccca-4f35-8e9e-e98f59de406b, #wrap-s-489fb674-ccca-4f35-8e9e-e98f59de406b { display:none !important; }}@media (max-width: 767px){#s-489fb674-ccca-4f35-8e9e-e98f59de406b {
  display: none;
}
#s-489fb674-ccca-4f35-8e9e-e98f59de406b, #wrap-s-489fb674-ccca-4f35-8e9e-e98f59de406b { display:none !important; }}
#s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a {
  margin-bottom: 20px;
}
@media (min-width: 1200px){#s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a {
  display: none;
}
#s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a, #wrap-s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a {
  display: none;
}
#s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a, #wrap-s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a {
  display: none;
}
#s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a, #wrap-s-75e1bd79-7e5b-4f65-80ef-6f3324f28c1a { display:none !important; }}
#s-6787a3e0-401f-4d43-8c12-f8eb8d98460e {
  box-shadow:0px 0px 0px 0px rgba(251, 250, 245, 1);
padding-top: 10px;
padding-bottom: 10px;
}

#s-6787a3e0-401f-4d43-8c12-f8eb8d98460e .shg-sld-dot {
  background-color: rgba(23, 23, 23, 1);
}

#s-6787a3e0-401f-4d43-8c12-f8eb8d98460e .shg-sld-nav-button.shg-sld-left,
#s-6787a3e0-401f-4d43-8c12-f8eb8d98460e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(23, 23, 23, 1);
}

#s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac {
  padding-bottom: 10px;
max-width: 100px;
text-align: center;
}







  img.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
    
    
  }


.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac .shogun-image-content {
  
    align-items: center;
  
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shg-align-container {
  text-align: center
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
    
    
  }


.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac .shogun-image-content {
  
    align-items: center;
  
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shg-align-container {
  text-align: center
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
    
    
  }


.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac .shogun-image-content {
  
    align-items: center;
  
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shg-align-container {
  text-align: center
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
    
    
  }


.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac .shogun-image-content {
  
    align-items: center;
  
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shg-align-container {
  text-align: center
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
    
    
  }


.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac .shogun-image-content {
  
    align-items: center;
  
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shg-align-container {
  text-align: center
}

.s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1accc030-0b4b-4fe9-95c3-1c2be00b1cac.shogun-image {
  box-sizing: border-box;
}


}
#s-a711c108-f6df-453a-b9d1-bd9441bd60bf {
  margin-bottom: 10px;
max-width: 100px;
text-align: center;
}







  img.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
    
    
  }


.s-a711c108-f6df-453a-b9d1-bd9441bd60bf .shogun-image-content {
  
    align-items: center;
  
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shg-align-container {
  text-align: center
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
    
    
  }


.s-a711c108-f6df-453a-b9d1-bd9441bd60bf .shogun-image-content {
  
    align-items: center;
  
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shg-align-container {
  text-align: center
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
    
    
  }


.s-a711c108-f6df-453a-b9d1-bd9441bd60bf .shogun-image-content {
  
    align-items: center;
  
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shg-align-container {
  text-align: center
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
    
    
  }


.s-a711c108-f6df-453a-b9d1-bd9441bd60bf .shogun-image-content {
  
    align-items: center;
  
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shg-align-container {
  text-align: center
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
    
    
  }


.s-a711c108-f6df-453a-b9d1-bd9441bd60bf .shogun-image-content {
  
    align-items: center;
  
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shg-align-container {
  text-align: center
}

.s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a711c108-f6df-453a-b9d1-bd9441bd60bf.shogun-image {
  box-sizing: border-box;
}


}
#s-c124190f-7ad9-4773-8d52-a571dc654150 {
  margin-bottom: 10px;
max-width: 100px;
text-align: center;
}







  img.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
    
    
  }


.s-c124190f-7ad9-4773-8d52-a571dc654150 .shogun-image-content {
  
    align-items: center;
  
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shg-align-container {
  text-align: center
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
    
    
  }


.s-c124190f-7ad9-4773-8d52-a571dc654150 .shogun-image-content {
  
    align-items: center;
  
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shg-align-container {
  text-align: center
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
    
    
  }


.s-c124190f-7ad9-4773-8d52-a571dc654150 .shogun-image-content {
  
    align-items: center;
  
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shg-align-container {
  text-align: center
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
    
    
  }


.s-c124190f-7ad9-4773-8d52-a571dc654150 .shogun-image-content {
  
    align-items: center;
  
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shg-align-container {
  text-align: center
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
    
    
  }


.s-c124190f-7ad9-4773-8d52-a571dc654150 .shogun-image-content {
  
    align-items: center;
  
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shg-align-container {
  text-align: center
}

.s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c124190f-7ad9-4773-8d52-a571dc654150.shogun-image {
  box-sizing: border-box;
}


}
#s-29171614-fc60-4d5f-879f-3583027510d9 {
  margin-left: 8%;
margin-right: 8%;
}

#s-cb7f7b24-1c23-4002-802a-4088e9a823be {
  padding-left: 8%;
padding-right: 8%;
}

#s-fa0a7fea-7b5d-4db5-bc7b-b055ee05e6ee {
  padding-left: 8%;
padding-right: 8%;
}

#s-5383b893-a9b0-4432-8967-789acb307b28 {
  min-height: 80px;
background-color: rgba(238, 236, 228, 1);
}








#s-5383b893-a9b0-4432-8967-789acb307b28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5383b893-a9b0-4432-8967-789acb307b28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 {
  display: none;
}
#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94, #wrap-s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 { display:none !important; }}@media (max-width: 767px){#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 {
  display: none;
}
#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94, #wrap-s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 { display:none !important; }}






  img.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
    
    
  }


.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shg-align-container {
  text-align: center
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
    
    
  }


.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shg-align-container {
  text-align: center
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
    
    
  }


.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shg-align-container {
  text-align: center
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
    
    
  }


.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shg-align-container {
  text-align: center
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
  box-sizing: border-box;
}


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





  img.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
    
    
  }


.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94 .shogun-image-content {
  
    align-items: center;
  
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shg-align-container {
  text-align: center
}

.s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e0a9aad4-fb3d-4099-bb30-74295dfc0e94.shogun-image {
  box-sizing: border-box;
}


}
#s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b {
  padding-top: 10px;
padding-bottom: 0px;
min-height: 80px;
background-color: rgba(216, 211, 205, 1);
}
@media (min-width: 1200px){#s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b {
  display: none;
}
#s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b, #wrap-s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b {
  display: none;
}
#s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b, #wrap-s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b { display:none !important; }}







#s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-385f1dbf-89d2-4ef3-9540-92ee24fe6f1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-497b596b-559a-42ec-bb0b-1cd97422bf64 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-497b596b-559a-42ec-bb0b-1cd97422bf64 {
  display: none;
}
#s-497b596b-559a-42ec-bb0b-1cd97422bf64, #wrap-s-497b596b-559a-42ec-bb0b-1cd97422bf64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-497b596b-559a-42ec-bb0b-1cd97422bf64 {
  display: none;
}
#s-497b596b-559a-42ec-bb0b-1cd97422bf64, #wrap-s-497b596b-559a-42ec-bb0b-1cd97422bf64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-497b596b-559a-42ec-bb0b-1cd97422bf64 {
  display: none;
}
#s-497b596b-559a-42ec-bb0b-1cd97422bf64, #wrap-s-497b596b-559a-42ec-bb0b-1cd97422bf64 { display:none !important; }}
#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 {
  text-align: center;
}
@media (min-width: 1200px){#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 {
  display: none;
}
#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67, #wrap-s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 {
  display: none;
}
#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67, #wrap-s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 { display:none !important; }}






  img.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
    
    
  }


.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shg-align-container {
  text-align: center
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
    
    
  }


.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shg-align-container {
  text-align: center
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
    
    
  }


.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shg-align-container {
  text-align: center
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
    
    
  }


.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shg-align-container {
  text-align: center
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
    
    
  }


.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67 .shogun-image-content {
  
    align-items: center;
  
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shg-align-container {
  text-align: center
}

.s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d2244c63-f2a5-482d-9585-e4c3c3db2e67.shogun-image {
  box-sizing: border-box;
}


}
#s-6517acab-23d2-4e60-a2e7-433c0a953122 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 30px;
padding-bottom: 0px;
text-align: left;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 1200px){#s-6517acab-23d2-4e60-a2e7-433c0a953122 {
  display: none;
}
#s-6517acab-23d2-4e60-a2e7-433c0a953122, #wrap-s-6517acab-23d2-4e60-a2e7-433c0a953122 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6517acab-23d2-4e60-a2e7-433c0a953122 {
  display: none;
}
#s-6517acab-23d2-4e60-a2e7-433c0a953122, #wrap-s-6517acab-23d2-4e60-a2e7-433c0a953122 { display:none !important; }}
#s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48 {
  margin-top: -10px;
margin-bottom: -10px;
}
@media (min-width: 1200px){#s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48 {
  display: none;
}
#s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48, #wrap-s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48 {
  display: none;
}
#s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48, #wrap-s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48 { display:none !important; }}
#s-a24e65c6-d3ef-45fb-b6cf-71eacbeecd48 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-6584e49e-c89f-465f-bb6b-6c2cc9b81c04 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 80px;
background-color: rgba(251, 250, 245, 1);
}








#s-6584e49e-c89f-465f-bb6b-6c2cc9b81c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6584e49e-c89f-465f-bb6b-6c2cc9b81c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e1a73fb-ace3-4737-9476-bba397cbcb78 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-0e1a73fb-ace3-4737-9476-bba397cbcb78 {
  display: none;
}
#s-0e1a73fb-ace3-4737-9476-bba397cbcb78, #wrap-s-0e1a73fb-ace3-4737-9476-bba397cbcb78 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0e1a73fb-ace3-4737-9476-bba397cbcb78 {
  display: none;
}
#s-0e1a73fb-ace3-4737-9476-bba397cbcb78, #wrap-s-0e1a73fb-ace3-4737-9476-bba397cbcb78 { display:none !important; }}
#s-0e1a73fb-ace3-4737-9476-bba397cbcb78 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0e1a73fb-ace3-4737-9476-bba397cbcb78 .shg-sld-nav-button.shg-sld-left,
#s-0e1a73fb-ace3-4737-9476-bba397cbcb78 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac {
  text-align: center;
}







  img.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
    
    
  }


.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac .shogun-image-content {
  
    align-items: center;
  
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shg-align-container {
  text-align: center
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
    
    
  }


.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac .shogun-image-content {
  
    align-items: center;
  
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shg-align-container {
  text-align: center
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
    
    
  }


.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac .shogun-image-content {
  
    align-items: center;
  
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shg-align-container {
  text-align: center
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
    
    
  }


.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac .shogun-image-content {
  
    align-items: center;
  
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shg-align-container {
  text-align: center
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
    
    
  }


.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac .shogun-image-content {
  
    align-items: center;
  
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shg-align-container {
  text-align: center
}

.s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f223fbf7-0140-48a1-baf9-9e4c2d7bf9ac.shogun-image {
  box-sizing: border-box;
}


}
#s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb {
  text-align: center;
}







  img.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
    
    
  }


.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shg-align-container {
  text-align: center
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
    
    
  }


.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shg-align-container {
  text-align: center
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
    
    
  }


.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shg-align-container {
  text-align: center
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
    
    
  }


.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shg-align-container {
  text-align: center
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
    
    
  }


.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb .shogun-image-content {
  
    align-items: center;
  
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shg-align-container {
  text-align: center
}

.s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3dd94c3-ef99-4b6d-92c8-14592ced6bcb.shogun-image {
  box-sizing: border-box;
}


}
#s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b {
  text-align: center;
}







  img.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
    
    
  }


.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shg-align-container {
  text-align: center
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
    
    
  }


.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shg-align-container {
  text-align: center
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
    
    
  }


.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shg-align-container {
  text-align: center
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
    
    
  }


.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shg-align-container {
  text-align: center
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
    
    
  }


.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b .shogun-image-content {
  
    align-items: center;
  
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shg-align-container {
  text-align: center
}

.s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa35579e-94ad-462a-b0b3-8d4dbedb0f0b.shogun-image {
  box-sizing: border-box;
}


}
#s-dcc229ca-6634-4e44-8313-cd37e9e8d603 {
  text-align: center;
}







  img.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
    
    
  }


.s-dcc229ca-6634-4e44-8313-cd37e9e8d603 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shg-align-container {
  text-align: center
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
    
    
  }


.s-dcc229ca-6634-4e44-8313-cd37e9e8d603 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shg-align-container {
  text-align: center
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
    
    
  }


.s-dcc229ca-6634-4e44-8313-cd37e9e8d603 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shg-align-container {
  text-align: center
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
    
    
  }


.s-dcc229ca-6634-4e44-8313-cd37e9e8d603 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shg-align-container {
  text-align: center
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
  box-sizing: border-box;
}


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





  img.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
    
    
  }


.s-dcc229ca-6634-4e44-8313-cd37e9e8d603 .shogun-image-content {
  
    align-items: center;
  
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shg-align-container {
  text-align: center
}

.s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dcc229ca-6634-4e44-8313-cd37e9e8d603.shogun-image {
  box-sizing: border-box;
}


}
#s-e600055b-fed1-491d-b811-6a0282de85a7 {
  padding-bottom: 30px;
min-height: 90px;
background-color: rgba(251, 250, 245, 1);
}
@media (max-width: 767px){#s-e600055b-fed1-491d-b811-6a0282de85a7 {
  
}
}







#s-e600055b-fed1-491d-b811-6a0282de85a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e600055b-fed1-491d-b811-6a0282de85a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-86e7ddda-0507-43ed-b360-63e32fd9fce4 {
  display: none;
}
#s-86e7ddda-0507-43ed-b360-63e32fd9fce4, #wrap-s-86e7ddda-0507-43ed-b360-63e32fd9fce4 { display:none !important; }}@media (max-width: 767px){#s-86e7ddda-0507-43ed-b360-63e32fd9fce4 {
  display: none;
}
#s-86e7ddda-0507-43ed-b360-63e32fd9fce4, #wrap-s-86e7ddda-0507-43ed-b360-63e32fd9fce4 { display:none !important; }}
#s-86e7ddda-0507-43ed-b360-63e32fd9fce4 {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px){#s-28409539-90c1-4ee5-9da1-a62604b90a47 {
  display: none;
}
#s-28409539-90c1-4ee5-9da1-a62604b90a47, #wrap-s-28409539-90c1-4ee5-9da1-a62604b90a47 { display:none !important; }}@media (max-width: 767px){#s-28409539-90c1-4ee5-9da1-a62604b90a47 {
  display: none;
}
#s-28409539-90c1-4ee5-9da1-a62604b90a47, #wrap-s-28409539-90c1-4ee5-9da1-a62604b90a47 { display:none !important; }}
@media (min-width: 0px) {
[id="s-28409539-90c1-4ee5-9da1-a62604b90a47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28409539-90c1-4ee5-9da1-a62604b90a47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-28409539-90c1-4ee5-9da1-a62604b90a47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-28409539-90c1-4ee5-9da1-a62604b90a47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-db920dc4-02d5-4499-a719-9f807a722085 {
  padding-top: 0px;
padding-left: 30%;
padding-bottom: 0px;
padding-right: 0%;
}

#s-db920dc4-02d5-4499-a719-9f807a722085 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-db920dc4-02d5-4499-a719-9f807a722085 .shg-sld-nav-button.shg-sld-left,
#s-db920dc4-02d5-4499-a719-9f807a722085 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c812ad05-beec-47b3-b789-aab31ebbdb45 {
  text-align: center;
}







  img.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
    
    
  }


.s-c812ad05-beec-47b3-b789-aab31ebbdb45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shg-align-container {
  text-align: center
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
    
    
  }


.s-c812ad05-beec-47b3-b789-aab31ebbdb45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shg-align-container {
  text-align: center
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
    
    
  }


.s-c812ad05-beec-47b3-b789-aab31ebbdb45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shg-align-container {
  text-align: center
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
    
    
  }


.s-c812ad05-beec-47b3-b789-aab31ebbdb45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shg-align-container {
  text-align: center
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
    
    
  }


.s-c812ad05-beec-47b3-b789-aab31ebbdb45 .shogun-image-content {
  
    align-items: center;
  
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shg-align-container {
  text-align: center
}

.s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c812ad05-beec-47b3-b789-aab31ebbdb45.shogun-image {
  box-sizing: border-box;
}


}
#s-0405121a-de25-44aa-bd9a-cee1378e9103 {
  text-align: center;
}







  img.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
    
    
  }


.s-0405121a-de25-44aa-bd9a-cee1378e9103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shg-align-container {
  text-align: center
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
    
    
  }


.s-0405121a-de25-44aa-bd9a-cee1378e9103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shg-align-container {
  text-align: center
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
    
    
  }


.s-0405121a-de25-44aa-bd9a-cee1378e9103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shg-align-container {
  text-align: center
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
    
    
  }


.s-0405121a-de25-44aa-bd9a-cee1378e9103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shg-align-container {
  text-align: center
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
    
    
  }


.s-0405121a-de25-44aa-bd9a-cee1378e9103 .shogun-image-content {
  
    align-items: center;
  
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shg-align-container {
  text-align: center
}

.s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0405121a-de25-44aa-bd9a-cee1378e9103.shogun-image {
  box-sizing: border-box;
}


}
#s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8 {
  text-align: center;
}







  img.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
    
    
  }


.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shg-align-container {
  text-align: center
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
    
    
  }


.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shg-align-container {
  text-align: center
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
    
    
  }


.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shg-align-container {
  text-align: center
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
    
    
  }


.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shg-align-container {
  text-align: center
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
    
    
  }


.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8 .shogun-image-content {
  
    align-items: center;
  
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shg-align-container {
  text-align: center
}

.s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2f35244b-d9a7-4ece-ad11-bf8ea7b6f3c8.shogun-image {
  box-sizing: border-box;
}


}
#s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b {
  padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  img.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
    
    
  }


.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shg-align-container {
  text-align: center
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
    
    
  }


.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shg-align-container {
  text-align: center
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
    
    
  }


.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shg-align-container {
  text-align: center
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
    
    
  }


.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shg-align-container {
  text-align: center
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
    
    
  }


.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b .shogun-image-content {
  
    align-items: center;
  
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shg-align-container {
  text-align: center
}

.s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9a89bf1-5c26-4fe4-86c6-7a9e2ee1e79b.shogun-image {
  box-sizing: border-box;
}


}
#s-fdf36fe8-b248-4969-a937-c1abedb829c2 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 40%;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b {
  margin-top: 0px;
margin-left: 0%;
margin-right: 50%;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-decoration: none;
text-align: left;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-114a5162-053b-453f-b924-b931ffdcd13b-btn-wrapper {
    text-align: center;
  }


#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-variant-btn:hover {
  background: #252525;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-variant-btn:active, #s-114a5162-053b-453f-b924-b931ffdcd13b .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-114a5162-053b-453f-b924-b931ffdcd13b .shg-variant-btn.disabled {
  background: #252525;
}

#s-1d6c57df-3d36-4d3e-9a01-de2cfc3cfec3 {
  margin-top: 10px;
margin-bottom: 20px;
text-align: left;
}

#s-1d6c57df-3d36-4d3e-9a01-de2cfc3cfec3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-1d6c57df-3d36-4d3e-9a01-de2cfc3cfec3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-1d6c57df-3d36-4d3e-9a01-de2cfc3cfec3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0f59b523-459a-4c6d-86ea-930e66252c76 {
  margin-top: 10px;
margin-right: 60%;
padding-top: 9px;
padding-left: 1.5%;
padding-bottom: 9px;
padding-right: 1.5%;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-0f59b523-459a-4c6d-86ea-930e66252c76:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0f59b523-459a-4c6d-86ea-930e66252c76:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0f59b523-459a-4c6d-86ea-930e66252c76-atc-btn-wrapper {
    text-align: center;
  }


#s-0f59b523-459a-4c6d-86ea-930e66252c76 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0f59b523-459a-4c6d-86ea-930e66252c76.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0f59b523-459a-4c6d-86ea-930e66252c76.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  block ;
}

#s-0f59b523-459a-4c6d-86ea-930e66252c76.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



@media (min-width: 1200px){#s-4ffdab43-79b8-463c-82e4-599877db4e45 {
  display: none;
}
#s-4ffdab43-79b8-463c-82e4-599877db4e45, #wrap-s-4ffdab43-79b8-463c-82e4-599877db4e45 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ffdab43-79b8-463c-82e4-599877db4e45 {
  display: none;
}
#s-4ffdab43-79b8-463c-82e4-599877db4e45, #wrap-s-4ffdab43-79b8-463c-82e4-599877db4e45 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ffdab43-79b8-463c-82e4-599877db4e45 {
  
}
}
#s-4ffdab43-79b8-463c-82e4-599877db4e45 {
  display: none;
}
#s-9b94e94d-3d90-4b19-a6b2-821793cfe996 {
  margin-top: 10px;
margin-left: 12%;
margin-bottom: 0px;
margin-right: 12%;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c {
  margin-top: 10px;
margin-left: 12%;
margin-right: 12%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
text-decoration: none;
text-align: center;
}
@media (max-width: 767px){#s-8a6e7341-7739-4b5f-b136-3df983804f8c {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-swatch.not-available {
  cursor: not-allowed;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L0 100 ' stroke='black' stroke-width='2'/></svg>");
  background-repeat:no-repeat;
  background-position:center center;
  background-size: 100% 100%, auto;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-swatch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid hsla(230, 13%, 23%, 0.1);
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  transition: 0.2s;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

  
    #s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: 5px;
    }
  




  #s-8a6e7341-7739-4b5f-b136-3df983804f8c-btn-wrapper {
    text-align: center;
  }


#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-variant-btn:hover {
  background: #252525;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-variant-btn:active, #s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8a6e7341-7739-4b5f-b136-3df983804f8c .shg-variant-btn.disabled {
  background: #252525;
}

#s-593f0dda-ebd6-48ae-92f1-13bcd8b40e2a {
  margin-top: 0px;
margin-bottom: 40px;
text-align: center;
}

#s-593f0dda-ebd6-48ae-92f1-13bcd8b40e2a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-593f0dda-ebd6-48ae-92f1-13bcd8b40e2a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-593f0dda-ebd6-48ae-92f1-13bcd8b40e2a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-ed393658-b12c-438d-9f65-48e2ab5642b1 {
  margin-top: 0px;
padding-top: 9px;
padding-left: 5%;
padding-bottom: 9px;
padding-right: 5%;
border-radius: 0px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ed393658-b12c-438d-9f65-48e2ab5642b1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ed393658-b12c-438d-9f65-48e2ab5642b1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ed393658-b12c-438d-9f65-48e2ab5642b1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ed393658-b12c-438d-9f65-48e2ab5642b1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ed393658-b12c-438d-9f65-48e2ab5642b1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-ed393658-b12c-438d-9f65-48e2ab5642b1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a5edd027-d143-4621-a04c-4dc50e9fe085 {
  min-height: 60px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 1200px){#s-a5edd027-d143-4621-a04c-4dc50e9fe085 {
  display: none;
}
#s-a5edd027-d143-4621-a04c-4dc50e9fe085, #wrap-s-a5edd027-d143-4621-a04c-4dc50e9fe085 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5edd027-d143-4621-a04c-4dc50e9fe085 {
  display: none;
}
#s-a5edd027-d143-4621-a04c-4dc50e9fe085, #wrap-s-a5edd027-d143-4621-a04c-4dc50e9fe085 { display:none !important; }}







#s-a5edd027-d143-4621-a04c-4dc50e9fe085 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5edd027-d143-4621-a04c-4dc50e9fe085.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6259786-71d3-4e1c-83a5-654b4beba039 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 80px;
background-color: rgba(251, 250, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b6259786-71d3-4e1c-83a5-654b4beba039 {
  display: none;
}
#s-b6259786-71d3-4e1c-83a5-654b4beba039, #wrap-s-b6259786-71d3-4e1c-83a5-654b4beba039 { display:none !important; }}@media (max-width: 767px){#s-b6259786-71d3-4e1c-83a5-654b4beba039 {
  display: none;
}
#s-b6259786-71d3-4e1c-83a5-654b4beba039, #wrap-s-b6259786-71d3-4e1c-83a5-654b4beba039 { display:none !important; }}







#s-b6259786-71d3-4e1c-83a5-654b4beba039 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6259786-71d3-4e1c-83a5-654b4beba039.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d086de53-340d-4465-baad-1ac564962563 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
