#s-5497a650-ab0b-4930-baca-efc2283d7b15 {
  padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
}

.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-08e374b0-211b-40be-80ac-005f3b7efa4f {
  min-height: 50px;
}








#s-08e374b0-211b-40be-80ac-005f3b7efa4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08e374b0-211b-40be-80ac-005f3b7efa4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00749ed2-7a6b-4680-9955-99a9670cf0aa {
  margin-top: 0%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 4%;
min-height: 50px;
}
@media (min-width: 1200px){#s-00749ed2-7a6b-4680-9955-99a9670cf0aa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00749ed2-7a6b-4680-9955-99a9670cf0aa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00749ed2-7a6b-4680-9955-99a9670cf0aa {
  display: none;
}
#s-00749ed2-7a6b-4680-9955-99a9670cf0aa, #wrap-s-00749ed2-7a6b-4680-9955-99a9670cf0aa { display:none !important; }}@media (max-width: 767px){#s-00749ed2-7a6b-4680-9955-99a9670cf0aa {
  display: none;
}
#s-00749ed2-7a6b-4680-9955-99a9670cf0aa, #wrap-s-00749ed2-7a6b-4680-9955-99a9670cf0aa { display:none !important; }}







#s-00749ed2-7a6b-4680-9955-99a9670cf0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00749ed2-7a6b-4680-9955-99a9670cf0aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d2d14a6-86e7-48a3-8ebe-c99b5b23e933 {
  margin-left: 15%;
margin-right: 15%;
}

.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-a06f908d-b4db-41b3-9c95-3110bfe02e06 {
  margin-left: -15%;
margin-right: -15%;
}

@media (min-width: 0px) {
[id="s-a06f908d-b4db-41b3-9c95-3110bfe02e06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a06f908d-b4db-41b3-9c95-3110bfe02e06"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-a06f908d-b4db-41b3-9c95-3110bfe02e06"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 992px) {
[id="s-a06f908d-b4db-41b3-9c95-3110bfe02e06"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-a06f908d-b4db-41b3-9c95-3110bfe02e06"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

@media (min-width: 1200px) {
[id="s-a06f908d-b4db-41b3-9c95-3110bfe02e06"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 11.0px);
}

[id="s-a06f908d-b4db-41b3-9c95-3110bfe02e06"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 11.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a {
  margin-right: 5%;
padding-top: 0%;
padding-left: 10%;
padding-bottom: 0%;
padding-right: 10%;
text-align: left;
}



.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3c7b93d5-c886-4f0e-b6d4-3b28898d572a img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-191ad7c9-39c5-438b-9036-7cce5a778bf7 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-left: 0%;
margin-right: 5%;
padding-top: 0px;
padding-left: 2%;
padding-bottom: 0px;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-191ad7c9-39c5-438b-9036-7cce5a778bf7 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-191ad7c9-39c5-438b-9036-7cce5a778bf7 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-191ad7c9-39c5-438b-9036-7cce5a778bf7 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-191ad7c9-39c5-438b-9036-7cce5a778bf7 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-191ad7c9-39c5-438b-9036-7cce5a778bf7 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-191ad7c9-39c5-438b-9036-7cce5a778bf7 .shg-gallery-dot {
  background-color: #FFF;
}

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

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

#s-d330541f-eaa5-455a-81b1-726722796ce7 {
  margin-top: 9%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d330541f-eaa5-455a-81b1-726722796ce7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-28915ded-9534-44aa-89eb-c7a735b508b1 {
  margin-top: 3%;
margin-right: 5%;
padding-right: 0%;
}

#s-5923e12a-2ec1-4ccd-88ba-405df1cd5138 {
  margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5923e12a-2ec1-4ccd-88ba-405df1cd5138 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 34px;
  line-height: 1em;
  
  text-align: left;
}



#s-b8d34c50-d358-4b4c-9591-82b3728562e2 {
  margin-top: -1%;
margin-left: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b8d34c50-d358-4b4c-9591-82b3728562e2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1em;
  letter-spacing: 2px;
  text-align: left;
}



#s-bfe85426-a17c-4992-bdf0-b88c1c7f035f {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-8e473389-7952-4cd2-aa9d-8462fc61ad2d {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-089cc51f-4118-4de4-add5-c98a69c7980f {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 2%;
}

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

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

#s-a3698a39-13b5-4891-a98e-f0cfd48958f0 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a3698a39-13b5-4891-a98e-f0cfd48958f0 hr {
  border-top: 2px solid #ddd;
}

#s-3327ca06-6697-45cc-be57-45228d1e1af2 {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 8px;
}

@media (min-width: 0px) {
[id="s-3327ca06-6697-45cc-be57-45228d1e1af2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3327ca06-6697-45cc-be57-45228d1e1af2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3327ca06-6697-45cc-be57-45228d1e1af2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3327ca06-6697-45cc-be57-45228d1e1af2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3327ca06-6697-45cc-be57-45228d1e1af2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3327ca06-6697-45cc-be57-45228d1e1af2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3327ca06-6697-45cc-be57-45228d1e1af2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-12b9b485-a009-491a-ae53-325f02c0512a {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

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

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 35%;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 {
  
}
}
#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .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-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .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-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5-btn-wrapper {
    text-align: center;
  }


#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-variant-btn:hover {
  background: #252525;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-variant-btn:active, #s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-55b244bf-566b-4f3b-aa8e-454ffb3ab0f5 .shg-variant-btn.disabled {
  background: #252525;
}

#s-edeb07af-efe3-49b8-86af-9ebbbb95e5db {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-edeb07af-efe3-49b8-86af-9ebbbb95e5db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edeb07af-efe3-49b8-86af-9ebbbb95e5db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edeb07af-efe3-49b8-86af-9ebbbb95e5db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edeb07af-efe3-49b8-86af-9ebbbb95e5db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edeb07af-efe3-49b8-86af-9ebbbb95e5db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edeb07af-efe3-49b8-86af-9ebbbb95e5db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-edeb07af-efe3-49b8-86af-9ebbbb95e5db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-0cc50e20-26e8-4e54-9094-eee249137469 {
  margin-top: 5%;
margin-bottom: 5%;
padding-bottom: 0%;
}

#s-334c60a5-b224-45c9-a51f-7ef606e63de8 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 35%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-334c60a5-b224-45c9-a51f-7ef606e63de8 .shg-product-quantity-wrapper {
  display: flex;
}

#s-334c60a5-b224-45c9-a51f-7ef606e63de8 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-334c60a5-b224-45c9-a51f-7ef606e63de8 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-334c60a5-b224-45c9-a51f-7ef606e63de8 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-334c60a5-b224-45c9-a51f-7ef606e63de8 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




#s-c5df2d7c-6439-46d3-bf72-bb9c314a3487 {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
}

#s-48bcf57f-9996-4e5e-a1e3-a128c659b36f {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-48bcf57f-9996-4e5e-a1e3-a128c659b36f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}


#s-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-aeb0b1e8-b4fe-452c-b0e3-8819a2a8759a.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-860499fb-ae0b-4571-b084-9c0f42007185 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 2%;
padding-left: 18px;
text-align: left;
}

#s-860499fb-ae0b-4571-b084-9c0f42007185 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-860499fb-ae0b-4571-b084-9c0f42007185 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 16px;
}

#s-860499fb-ae0b-4571-b084-9c0f42007185 .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-46b0170f-ff61-446f-9c47-d5d439b10843 {
  margin-top: 7%;
margin-left: 3%;
margin-bottom: 5%;
}

#s-32e732d8-4ea7-4879-8c4e-40307c0c0936 {
  margin-top: -5%;
margin-left: 3%;
margin-bottom: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-32e732d8-4ea7-4879-8c4e-40307c0c0936 hr {
  border-top: 2px solid #ddd;
}

#s-01b1bbf5-5108-4142-9719-051d14eb7a49 {
  min-height: 50px;
}








#s-01b1bbf5-5108-4142-9719-051d14eb7a49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01b1bbf5-5108-4142-9719-051d14eb7a49.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-044a624f-fce5-4368-87e6-1d715530d1dd {
  min-height: 50px;
}








#s-044a624f-fce5-4368-87e6-1d715530d1dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-044a624f-fce5-4368-87e6-1d715530d1dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69ec5d22-43ef-4008-a452-cf1dc50223e4 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-69ec5d22-43ef-4008-a452-cf1dc50223e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-69ec5d22-43ef-4008-a452-cf1dc50223e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-69ec5d22-43ef-4008-a452-cf1dc50223e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-69ec5d22-43ef-4008-a452-cf1dc50223e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1fc1a630-cb5b-4cf4-947e-487f07c883b0 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-1fc1a630-cb5b-4cf4-947e-487f07c883b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1fc1a630-cb5b-4cf4-947e-487f07c883b0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb img.shogun-image {
  width: 100%;
}



}

.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-a5f44dcf-f4c8-49a0-8f84-4bff0afd44eb img.shogun-image {
  width: 100%;
}




#s-a9dcf4d0-dc6c-47bd-b16c-6586b092dd24 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-a9dcf4d0-dc6c-47bd-b16c-6586b092dd24:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9dcf4d0-dc6c-47bd-b16c-6586b092dd24:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-a9dcf4d0-dc6c-47bd-b16c-6586b092dd24 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9dcf4d0-dc6c-47bd-b16c-6586b092dd24.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9dcf4d0-dc6c-47bd-b16c-6586b092dd24.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-a9dcf4d0-dc6c-47bd-b16c-6586b092dd24.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-2181d9d5-3029-483c-83e7-42737f675147 {
  margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-2181d9d5-3029-483c-83e7-42737f675147 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6eb1885d-7f4e-4f88-ac8c-d9a34f8c04bf {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-27da2751-9666-4808-ac67-0f06831694f0 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 768px) and (max-width: 991px){#s-27da2751-9666-4808-ac67-0f06831694f0 {
  display: none;
}
#s-27da2751-9666-4808-ac67-0f06831694f0, #wrap-s-27da2751-9666-4808-ac67-0f06831694f0 { display:none !important; }}@media (max-width: 767px){#s-27da2751-9666-4808-ac67-0f06831694f0 {
  display: none;
}
#s-27da2751-9666-4808-ac67-0f06831694f0, #wrap-s-27da2751-9666-4808-ac67-0f06831694f0 { display:none !important; }}







#s-27da2751-9666-4808-ac67-0f06831694f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27da2751-9666-4808-ac67-0f06831694f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50adb16d-5a6c-4c95-9888-fe7af47998dc {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-50adb16d-5a6c-4c95-9888-fe7af47998dc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50adb16d-5a6c-4c95-9888-fe7af47998dc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50adb16d-5a6c-4c95-9888-fe7af47998dc {
  
}
}@media (max-width: 767px){#s-50adb16d-5a6c-4c95-9888-fe7af47998dc {
  
}
}







#s-50adb16d-5a6c-4c95-9888-fe7af47998dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-50adb16d-5a6c-4c95-9888-fe7af47998dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e04c919-e9c0-4241-ab0f-8f8c67f561ff {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-1e04c919-e9c0-4241-ab0f-8f8c67f561ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1e04c919-e9c0-4241-ab0f-8f8c67f561ff"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e04c919-e9c0-4241-ab0f-8f8c67f561ff"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e04c919-e9c0-4241-ab0f-8f8c67f561ff"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-82e8d1b4-ebf7-475b-9b34-61833f6f8145 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-82e8d1b4-ebf7-475b-9b34-61833f6f8145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82e8d1b4-ebf7-475b-9b34-61833f6f8145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d4970fb-2388-4758-9a49-0b92d6bf45d9 .shogun-icon-wrapper {
  text-align: center;
}


#s-5d4970fb-2388-4758-9a49-0b92d6bf45d9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-29bbd225-55a3-4140-b70c-8e9d15927aa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29bbd225-55a3-4140-b70c-8e9d15927aa5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-55f405ed-0992-42a7-a809-c16610e0250a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-55f405ed-0992-42a7-a809-c16610e0250a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55f405ed-0992-42a7-a809-c16610e0250a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03e3d84d-2fc3-4691-a5ed-bb25a94eb3f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-03e3d84d-2fc3-4691-a5ed-bb25a94eb3f2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-811bbc79-0eac-4899-aa29-b58ed51a2fb7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-811bbc79-0eac-4899-aa29-b58ed51a2fb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 23px;
  
  letter-spacing: 1px;
  
}



#s-469b15cf-1f5b-46cd-865b-3db37a58d8e7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-469b15cf-1f5b-46cd-865b-3db37a58d8e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469b15cf-1f5b-46cd-865b-3db37a58d8e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a28e9c36-fda3-424f-be6e-a3cae011fd0d .shogun-icon-wrapper {
  text-align: center;
}


#s-a28e9c36-fda3-424f-be6e-a3cae011fd0d .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-df38ac9c-5b90-4a59-9606-cbe70b168efa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df38ac9c-5b90-4a59-9606-cbe70b168efa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-e1a83ee7-56ba-4d2b-8093-a26b75ca8313 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-67214c1b-27ec-44e4-aa75-72d47f8c5263 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-67214c1b-27ec-44e4-aa75-72d47f8c5263 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67214c1b-27ec-44e4-aa75-72d47f8c5263.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-135fd12f-8cc5-4578-93f6-c39706f8990a .shogun-icon-wrapper {
  text-align: center;
}


#s-135fd12f-8cc5-4578-93f6-c39706f8990a .shogun-icon-wrapper > .shogun-icon {

  font-size: 50px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-20143775-afac-4e9b-919e-5d2eb50d97a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20143775-afac-4e9b-919e-5d2eb50d97a0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  
  letter-spacing: 1px;
  
}



#s-19a412fe-3fc5-4519-a15c-1cb7852f366d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-19a412fe-3fc5-4519-a15c-1cb7852f366d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-19a412fe-3fc5-4519-a15c-1cb7852f366d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-19a412fe-3fc5-4519-a15c-1cb7852f366d {
  display: none;
}
#s-19a412fe-3fc5-4519-a15c-1cb7852f366d, #wrap-s-19a412fe-3fc5-4519-a15c-1cb7852f366d { display:none !important; }}@media (max-width: 767px){#s-19a412fe-3fc5-4519-a15c-1cb7852f366d {
  display: none;
}
#s-19a412fe-3fc5-4519-a15c-1cb7852f366d, #wrap-s-19a412fe-3fc5-4519-a15c-1cb7852f366d { display:none !important; }}
@media (min-width: 0px) {
[id="s-19a412fe-3fc5-4519-a15c-1cb7852f366d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19a412fe-3fc5-4519-a15c-1cb7852f366d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-19a412fe-3fc5-4519-a15c-1cb7852f366d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-19a412fe-3fc5-4519-a15c-1cb7852f366d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-86a67ac7-dba6-4383-b26a-31120a3d6190 {
  margin-top: 50px;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-86a67ac7-dba6-4383-b26a-31120a3d6190 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86a67ac7-dba6-4383-b26a-31120a3d6190 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86a67ac7-dba6-4383-b26a-31120a3d6190 {
  
}
}@media (max-width: 767px){#s-86a67ac7-dba6-4383-b26a-31120a3d6190 {
  
}
}







#s-86a67ac7-dba6-4383-b26a-31120a3d6190 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86a67ac7-dba6-4383-b26a-31120a3d6190.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-16bb0394-935d-427c-a704-0fcb1d446a23 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-16bb0394-935d-427c-a704-0fcb1d446a23 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 34px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-e2f019bc-95ea-48f3-8d97-d18a2fd5af54 {
  margin-top: -1%;
margin-left: 20px;
margin-bottom: 0%;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e2f019bc-95ea-48f3-8d97-d18a2fd5af54 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}



#s-b4cfd562-c76a-4f4e-9744-82ceb4feb92f {
  margin-top: 5%;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-b4cfd562-c76a-4f4e-9744-82ceb4feb92f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4cfd562-c76a-4f4e-9744-82ceb4feb92f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b4cfd562-c76a-4f4e-9744-82ceb4feb92f {
  
}
}@media (max-width: 767px){#s-b4cfd562-c76a-4f4e-9744-82ceb4feb92f {
  
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

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

#s-941ae884-819a-49e8-a33a-23b739dd7c41 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 25px;
margin-left: 3%;
margin-bottom: 25px;
margin-right: 43%;
padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 0px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-941ae884-819a-49e8-a33a-23b739dd7c41:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-941ae884-819a-49e8-a33a-23b739dd7c41:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-941ae884-819a-49e8-a33a-23b739dd7c41-root {
    text-align: center;
  }


#s-941ae884-819a-49e8-a33a-23b739dd7c41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-941ae884-819a-49e8-a33a-23b739dd7c41-root {
    text-align: center;
  }


#s-941ae884-819a-49e8-a33a-23b739dd7c41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-941ae884-819a-49e8-a33a-23b739dd7c41-root {
    text-align: center;
  }


#s-941ae884-819a-49e8-a33a-23b739dd7c41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-941ae884-819a-49e8-a33a-23b739dd7c41-root {
    text-align: center;
  }


#s-941ae884-819a-49e8-a33a-23b739dd7c41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-941ae884-819a-49e8-a33a-23b739dd7c41-root {
    text-align: center;
  }


#s-941ae884-819a-49e8-a33a-23b739dd7c41.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-cac395e0-7136-4adb-9ac0-9b35d3f2e6ff {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 7%;
min-height: 550px;
background-position: center center;
}








#s-cac395e0-7136-4adb-9ac0-9b35d3f2e6ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cac395e0-7136-4adb-9ac0-9b35d3f2e6ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b02cb638-dd69-465b-ad5a-5a0cca753191 {
  margin-top: 0%;
margin-bottom: 6%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b02cb638-dd69-465b-ad5a-5a0cca753191 {
  display: none;
}
#s-b02cb638-dd69-465b-ad5a-5a0cca753191, #wrap-s-b02cb638-dd69-465b-ad5a-5a0cca753191 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b02cb638-dd69-465b-ad5a-5a0cca753191 {
  display: none;
}
#s-b02cb638-dd69-465b-ad5a-5a0cca753191, #wrap-s-b02cb638-dd69-465b-ad5a-5a0cca753191 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b02cb638-dd69-465b-ad5a-5a0cca753191 {
  
}
}@media (max-width: 767px){#s-b02cb638-dd69-465b-ad5a-5a0cca753191 {
  
}
}







#s-b02cb638-dd69-465b-ad5a-5a0cca753191 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b02cb638-dd69-465b-ad5a-5a0cca753191.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27624303-6854-4a1e-89bb-65eac494bed1 {
  margin-left: 10%;
margin-right: 10%;
}

#s-c7db1cfe-3a7e-4b01-b21d-00b9202376ff {
  margin-top: 7%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c7db1cfe-3a7e-4b01-b21d-00b9202376ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}



#s-b4967b5f-48d5-4576-bda3-edaf3a49fb7e {
  margin-top: -1%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4967b5f-48d5-4576-bda3-edaf3a49fb7e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe {
  margin-left: 0%;
margin-right: 0%;
text-align: left;
}



.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5a79ab69-cdea-409e-8018-8c521ebf8cfe img.shogun-image {
  width: 100%;
}



}
#s-8e03dc9d-1ee0-46eb-8fcb-dab596388a96 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-8e03dc9d-1ee0-46eb-8fcb-dab596388a96 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 20.0%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-8e03dc9d-1ee0-46eb-8fcb-dab596388a96 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-8e03dc9d-1ee0-46eb-8fcb-dab596388a96 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

#s-8e03dc9d-1ee0-46eb-8fcb-dab596388a96 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-8e03dc9d-1ee0-46eb-8fcb-dab596388a96 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-8e03dc9d-1ee0-46eb-8fcb-dab596388a96 .shg-gallery-dot {
  background-color: #FFF;
}

#s-46e2d4d8-2199-4578-9328-8d509c4d7aec {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-1a1e3c84-ad24-4a75-9274-cf50719527e0 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-3a82bf5f-b288-468c-995f-8a9e365d32cb {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-3a82bf5f-b288-468c-995f-8a9e365d32cb {
  display: none;
}
#s-3a82bf5f-b288-468c-995f-8a9e365d32cb, #wrap-s-3a82bf5f-b288-468c-995f-8a9e365d32cb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a82bf5f-b288-468c-995f-8a9e365d32cb {
  display: none;
}
#s-3a82bf5f-b288-468c-995f-8a9e365d32cb, #wrap-s-3a82bf5f-b288-468c-995f-8a9e365d32cb { display:none !important; }}
#s-c9cda04b-b568-4d4f-9736-b4ca41196402 {
  margin-top: 1px;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 1px;
padding-bottom: 1px;
}
@media (min-width: 1200px){#s-c9cda04b-b568-4d4f-9736-b4ca41196402 {
  display: none;
}
#s-c9cda04b-b568-4d4f-9736-b4ca41196402, #wrap-s-c9cda04b-b568-4d4f-9736-b4ca41196402 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c9cda04b-b568-4d4f-9736-b4ca41196402 {
  display: none;
}
#s-c9cda04b-b568-4d4f-9736-b4ca41196402, #wrap-s-c9cda04b-b568-4d4f-9736-b4ca41196402 { display:none !important; }}
#s-c9cda04b-b568-4d4f-9736-b4ca41196402 hr {
  border-top: 2px solid #ddd;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-c758dec1-4812-46eb-98be-5684a5c0729c {
  display: none;
}
#s-c758dec1-4812-46eb-98be-5684a5c0729c, #wrap-s-c758dec1-4812-46eb-98be-5684a5c0729c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c758dec1-4812-46eb-98be-5684a5c0729c {
  display: none;
}
#s-c758dec1-4812-46eb-98be-5684a5c0729c, #wrap-s-c758dec1-4812-46eb-98be-5684a5c0729c { display:none !important; }}
#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .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-c758dec1-4812-46eb-98be-5684a5c0729c .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-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}


  #s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-selector-wrapper label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  




  #s-c758dec1-4812-46eb-98be-5684a5c0729c-btn-wrapper {
    text-align: center;
  }


#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-variant-btn:hover {
  background: #252525;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-variant-btn:active, #s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c758dec1-4812-46eb-98be-5684a5c0729c .shg-variant-btn.disabled {
  background: #252525;
}

#s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 {
  margin-top: 4%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 {
  display: none;
}
#s-c6d4f998-411d-48ad-9ac9-d51293ab68b3, #wrap-s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 {
  display: none;
}
#s-c6d4f998-411d-48ad-9ac9-d51293ab68b3, #wrap-s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 { display:none !important; }}
#s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 .shg-product-quantity-wrapper {
  display: flex;
}

#s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 label {
    color: rgba(0, 0, 0, 1);
    font-weight:  600 ;
    font-family: Open Sans;
    font-style:  normal ;
    font-size: 16px;
  }

  
    #s-c6d4f998-411d-48ad-9ac9-d51293ab68b3 label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  


#s-e8885223-ccc6-4a56-ad55-97485828364f {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
}

#s-41e61a31-275b-448f-87fa-0864fd41fb2d {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 0%;
}
@media (min-width: 1200px){#s-41e61a31-275b-448f-87fa-0864fd41fb2d {
  display: none;
}
#s-41e61a31-275b-448f-87fa-0864fd41fb2d, #wrap-s-41e61a31-275b-448f-87fa-0864fd41fb2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41e61a31-275b-448f-87fa-0864fd41fb2d {
  display: none;
}
#s-41e61a31-275b-448f-87fa-0864fd41fb2d, #wrap-s-41e61a31-275b-448f-87fa-0864fd41fb2d { display:none !important; }}@media (max-width: 767px){#s-41e61a31-275b-448f-87fa-0864fd41fb2d {
  
}
}
@media (min-width: 0px) {
[id="s-41e61a31-275b-448f-87fa-0864fd41fb2d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-41e61a31-275b-448f-87fa-0864fd41fb2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-41e61a31-275b-448f-87fa-0864fd41fb2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-41e61a31-275b-448f-87fa-0864fd41fb2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 7.5px);
}

}

#s-b0b3dc80-7bc9-4013-bfde-4ade2e60b1c2 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 3%;
padding-left: 0px;
padding-bottom: 0%;
padding-right: 5px;
}

#s-899d7b0f-0984-4b06-82dd-f07d2d9c5c62 {
  margin-top: 3%;
margin-bottom: 3%;
padding-left: 5px;
text-align: left;
}

#s-899d7b0f-0984-4b06-82dd-f07d2d9c5c62 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
}

#s-899d7b0f-0984-4b06-82dd-f07d2d9c5c62 .shg-product-price {
  color: #000;
  font-weight:  600 ;
  font-family: Open Sans;
  font-style:  normal ;
  font-size: 18px;
}

#s-899d7b0f-0984-4b06-82dd-f07d2d9c5c62 .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-bb61522d-488e-4ba0-8389-df107d6e0ae0 {
  margin-top: 0%;
margin-left: 14%;
margin-bottom: 0%;
margin-right: 14%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
}
#s-bb61522d-488e-4ba0-8389-df107d6e0ae0:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-bb61522d-488e-4ba0-8389-df107d6e0ae0:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-bb61522d-488e-4ba0-8389-df107d6e0ae0 {
  display: none;
}
#s-bb61522d-488e-4ba0-8389-df107d6e0ae0, #wrap-s-bb61522d-488e-4ba0-8389-df107d6e0ae0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb61522d-488e-4ba0-8389-df107d6e0ae0 {
  display: none;
}
#s-bb61522d-488e-4ba0-8389-df107d6e0ae0, #wrap-s-bb61522d-488e-4ba0-8389-df107d6e0ae0 { display:none !important; }}


#s-bb61522d-488e-4ba0-8389-df107d6e0ae0 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bb61522d-488e-4ba0-8389-df107d6e0ae0.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bb61522d-488e-4ba0-8389-df107d6e0ae0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}

#s-bb61522d-488e-4ba0-8389-df107d6e0ae0.shg-btn.shg-product-atc-error {
  font-weight: 600;
  font-family: Open Sans;
  
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
}


  #s-bb61522d-488e-4ba0-8389-df107d6e0ae0.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-8d889557-cd71-4c42-80a3-d96ab8fa5656 {
  margin-top: 8%;
margin-left: 0%;
margin-bottom: 5%;
margin-right: 0%;
}

#s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081 {
  display: none;
}
#s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081, #wrap-s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081 {
  display: none;
}
#s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081, #wrap-s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081 { display:none !important; }}







#s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ffec500-ec1d-45b4-a5e9-1ff2fce25081.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-211da2fe-eaa5-44e5-8ada-1ed51f9796e5 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-211da2fe-eaa5-44e5-8ada-1ed51f9796e5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-211da2fe-eaa5-44e5-8ada-1ed51f9796e5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-211da2fe-eaa5-44e5-8ada-1ed51f9796e5 {
  
}
}@media (max-width: 767px){#s-211da2fe-eaa5-44e5-8ada-1ed51f9796e5 {
  
}
}







#s-211da2fe-eaa5-44e5-8ada-1ed51f9796e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-211da2fe-eaa5-44e5-8ada-1ed51f9796e5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9f5667ee-23da-455e-96f5-e20be74dcc48 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-9f5667ee-23da-455e-96f5-e20be74dcc48"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9f5667ee-23da-455e-96f5-e20be74dcc48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f5667ee-23da-455e-96f5-e20be74dcc48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f5667ee-23da-455e-96f5-e20be74dcc48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2e5fdebc-fa77-4dc4-94f5-38b174645639 {
  margin-top: 0%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2e5fdebc-fa77-4dc4-94f5-38b174645639 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e5fdebc-fa77-4dc4-94f5-38b174645639.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-877b0482-9533-40c6-ba02-484a6e6410e1 .shogun-icon-wrapper {
  text-align: center;
}


#s-877b0482-9533-40c6-ba02-484a6e6410e1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-56f44adf-1026-4918-a32e-4b624d1dfb14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56f44adf-1026-4918-a32e-4b624d1dfb14 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-b8c62179-2749-4ab9-b371-1d8ae054241a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b8c62179-2749-4ab9-b371-1d8ae054241a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8c62179-2749-4ab9-b371-1d8ae054241a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b187c93-5288-4782-87b7-53a5ee72c62a .shogun-icon-wrapper {
  text-align: center;
}


#s-3b187c93-5288-4782-87b7-53a5ee72c62a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-0d32f52e-0031-4dc8-981e-aa650b61fce8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d32f52e-0031-4dc8-981e-aa650b61fce8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-20468de3-7eed-46ae-b4a8-1f48ae2466c0 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-20468de3-7eed-46ae-b4a8-1f48ae2466c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20468de3-7eed-46ae-b4a8-1f48ae2466c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70fd4661-ab6c-4834-aeb5-df0f84ab712a .shogun-icon-wrapper {
  text-align: center;
}


#s-70fd4661-ab6c-4834-aeb5-df0f84ab712a .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-f85063ea-33d3-489a-9fa7-067d87d8b756 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f85063ea-33d3-489a-9fa7-067d87d8b756 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 17px;
  
  letter-spacing: 1px;
  
}



#s-be061da7-5fe6-4318-9193-6e7fdbdcf977 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-4136483e-1738-4be9-adbb-4ae9241d5cc7 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-4136483e-1738-4be9-adbb-4ae9241d5cc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4136483e-1738-4be9-adbb-4ae9241d5cc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c912ed3e-ccbc-40ed-9ee4-a89b147fbe85 .shogun-icon-wrapper {
  text-align: center;
}


#s-c912ed3e-ccbc-40ed-9ee4-a89b147fbe85 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(73, 80, 86, 0.5);
}

#s-42598cf9-875a-4a5f-9efb-7efd3bdc1df2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42598cf9-875a-4a5f-9efb-7efd3bdc1df2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 1px;
  
}



#s-55a9b386-0abb-4b31-a60d-59e101836a40 {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
min-height: 50px;
}
@media (min-width: 1200px){#s-55a9b386-0abb-4b31-a60d-59e101836a40 {
  display: none;
}
#s-55a9b386-0abb-4b31-a60d-59e101836a40, #wrap-s-55a9b386-0abb-4b31-a60d-59e101836a40 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55a9b386-0abb-4b31-a60d-59e101836a40 {
  display: none;
}
#s-55a9b386-0abb-4b31-a60d-59e101836a40, #wrap-s-55a9b386-0abb-4b31-a60d-59e101836a40 { display:none !important; }}







#s-55a9b386-0abb-4b31-a60d-59e101836a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55a9b386-0abb-4b31-a60d-59e101836a40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50a605cd-5597-4e1f-a35d-7449b52d2707 {
  min-height: 50px;
}








#s-50a605cd-5597-4e1f-a35d-7449b52d2707 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50a605cd-5597-4e1f-a35d-7449b52d2707.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b112317-2d7b-4d7b-9119-e9568d870a65 {
  margin-top: 2%;
margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b112317-2d7b-4d7b-9119-e9568d870a65 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-ef65459b-5f44-478d-bc41-c9aac17ff4fb {
  margin-top: 3%;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
}

#s-2d824e33-c6e6-4898-89f0-10eb1f3d6565 {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}
@media (min-width: 1200px){#s-2d824e33-c6e6-4898-89f0-10eb1f3d6565 {
  display: none;
}
#s-2d824e33-c6e6-4898-89f0-10eb1f3d6565, #wrap-s-2d824e33-c6e6-4898-89f0-10eb1f3d6565 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d824e33-c6e6-4898-89f0-10eb1f3d6565 {
  display: none;
}
#s-2d824e33-c6e6-4898-89f0-10eb1f3d6565, #wrap-s-2d824e33-c6e6-4898-89f0-10eb1f3d6565 { display:none !important; }}







#s-2d824e33-c6e6-4898-89f0-10eb1f3d6565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d824e33-c6e6-4898-89f0-10eb1f3d6565.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cbfc53b-55c8-426c-9b04-65b413b62186 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9cbfc53b-55c8-426c-9b04-65b413b62186 {
  display: none;
}
#s-9cbfc53b-55c8-426c-9b04-65b413b62186, #wrap-s-9cbfc53b-55c8-426c-9b04-65b413b62186 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9cbfc53b-55c8-426c-9b04-65b413b62186 {
  display: none;
}
#s-9cbfc53b-55c8-426c-9b04-65b413b62186, #wrap-s-9cbfc53b-55c8-426c-9b04-65b413b62186 { display:none !important; }}







#s-9cbfc53b-55c8-426c-9b04-65b413b62186 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cbfc53b-55c8-426c-9b04-65b413b62186.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}
@media (min-width: 1200px){#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 {
  display: none;
}
#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8, #wrap-s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 {
  display: none;
}
#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8, #wrap-s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 {
  display: none;
}
#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8, #wrap-s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 { display:none !important; }}







#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ba50fb0-46bb-4946-bf0e-55f41e581fe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9260d0b9-cea0-4084-8213-e79daeaa7899 {
  margin-top: 7%;
margin-bottom: 7%;
}

#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 {
  margin-top: 5%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
text-align: left;
}



.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c74e31cb-6b53-4e2b-9a1b-407bed0e7bb6 img.shogun-image {
  width: 100%;
}




#s-7650c153-15a0-4d59-900e-9f44c2e6dbd1 {
  margin-left: 0%;
padding-top: 10px;
padding-bottom: 5px;
text-align: center;
}

#s-7650c153-15a0-4d59-900e-9f44c2e6dbd1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-73fcee72-0589-4f00-bb60-b32381ffc7d9 {
  margin-top: 4%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-2cbd849f-6e5e-4e27-be67-2c8cd8fa6114 {
  margin-top: 3%;
margin-bottom: 4%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-2cbd849f-6e5e-4e27-be67-2c8cd8fa6114:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2cbd849f-6e5e-4e27-be67-2c8cd8fa6114:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-2cbd849f-6e5e-4e27-be67-2c8cd8fa6114 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2cbd849f-6e5e-4e27-be67-2c8cd8fa6114.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2cbd849f-6e5e-4e27-be67-2c8cd8fa6114.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-2cbd849f-6e5e-4e27-be67-2c8cd8fa6114.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 {
  display: none;
}
#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8, #wrap-s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 {
  display: none;
}
#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8, #wrap-s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 {
  
}
}@media (max-width: 767px){#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 {
  display: none;
}
#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8, #wrap-s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 { display:none !important; }}







#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f819f826-e018-48e9-b0f2-323ba5c2ccb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d0ce89b-c1f0-4513-97dd-db999375da70 {
  min-height: 50px;
}








#s-4d0ce89b-c1f0-4513-97dd-db999375da70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d0ce89b-c1f0-4513-97dd-db999375da70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09ef47d1-0828-47da-a4a3-86f250b6806d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 4%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-09ef47d1-0828-47da-a4a3-86f250b6806d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09ef47d1-0828-47da-a4a3-86f250b6806d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09ef47d1-0828-47da-a4a3-86f250b6806d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-09ef47d1-0828-47da-a4a3-86f250b6806d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09ef47d1-0828-47da-a4a3-86f250b6806d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-09ef47d1-0828-47da-a4a3-86f250b6806d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-09ef47d1-0828-47da-a4a3-86f250b6806d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-34213ca2-9be2-4b78-878f-2a7e722103f0 {
  margin-left: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-34213ca2-9be2-4b78-878f-2a7e722103f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34213ca2-9be2-4b78-878f-2a7e722103f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 {
  margin-left: 5%;
margin-right: 5%;
text-align: left;
}



.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-abcc19eb-8230-4d1a-9f00-93ea2043db65 img.shogun-image {
  width: 100%;
}




#s-6b9b39e7-adbf-4af3-a9f3-3ba2b1516d83 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
background-color: rgba(221, 188, 176, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6b9b39e7-adbf-4af3-a9f3-3ba2b1516d83:hover {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6b9b39e7-adbf-4af3-a9f3-3ba2b1516d83:active {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-6b9b39e7-adbf-4af3-a9f3-3ba2b1516d83 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6b9b39e7-adbf-4af3-a9f3-3ba2b1516d83.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6b9b39e7-adbf-4af3-a9f3-3ba2b1516d83.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}

#s-6b9b39e7-adbf-4af3-a9f3-3ba2b1516d83.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fada9972-67ed-4842-aa60-b3d05fee7fc4 {
  min-height: 50px;
}








#s-fada9972-67ed-4842-aa60-b3d05fee7fc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fada9972-67ed-4842-aa60-b3d05fee7fc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a3d4387-3379-4b7d-ab2f-3f8f97d51cc1 {
  margin-top: 0%;
margin-left: 3%;
padding-top: 10px;
padding-bottom: 5px;
text-align: left;
}

#s-6a3d4387-3379-4b7d-ab2f-3f8f97d51cc1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-e70c8845-61ab-4d1b-be01-f5c887c45538 {
  margin-top: 4%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b {
  margin-top: 5%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
padding-left: 0%;
padding-right: 0%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b {
  display: none;
}
#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b, #wrap-s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b {
  display: none;
}
#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b, #wrap-s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b {
  
}
}@media (max-width: 767px){#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b {
  display: none;
}
#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b, #wrap-s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b { display:none !important; }}







#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-820d07a2-0d5d-4fc6-88c2-b32d7d3a5c7b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ec4192b-e808-4e49-bf07-52bf83643e4f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 2px;
margin-left: 0%;
margin-bottom: 6%;
margin-right: 0%;
min-height: 600px;
background-position: center center;
}








#s-3ec4192b-e808-4e49-bf07-52bf83643e4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ec4192b-e808-4e49-bf07-52bf83643e4f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b123897-c86d-42b0-a15e-c68c8c33b374 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-3b123897-c86d-42b0-a15e-c68c8c33b374 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-afc35844-ef44-4b42-82a9-ea70d0e68cd2 {
  margin-top: -1%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afc35844-ef44-4b42-82a9-ea70d0e68cd2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-3b99b5d5-0498-449b-a701-64a949283c92 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-3b99b5d5-0498-449b-a701-64a949283c92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b99b5d5-0498-449b-a701-64a949283c92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3b99b5d5-0498-449b-a701-64a949283c92 {
  
}
}@media (max-width: 767px){#s-3b99b5d5-0498-449b-a701-64a949283c92 {
  
}
}
#s-e6490610-fc42-4089-8c2d-2715c10ecfae {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 4%;
margin-left: 25%;
margin-right: 25%;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 4px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-e6490610-fc42-4089-8c2d-2715c10ecfae:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-e6490610-fc42-4089-8c2d-2715c10ecfae:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-e6490610-fc42-4089-8c2d-2715c10ecfae-root {
    text-align: center;
  }


#s-e6490610-fc42-4089-8c2d-2715c10ecfae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e6490610-fc42-4089-8c2d-2715c10ecfae-root {
    text-align: center;
  }


#s-e6490610-fc42-4089-8c2d-2715c10ecfae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e6490610-fc42-4089-8c2d-2715c10ecfae-root {
    text-align: center;
  }


#s-e6490610-fc42-4089-8c2d-2715c10ecfae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e6490610-fc42-4089-8c2d-2715c10ecfae-root {
    text-align: center;
  }


#s-e6490610-fc42-4089-8c2d-2715c10ecfae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e6490610-fc42-4089-8c2d-2715c10ecfae-root {
    text-align: center;
  }


#s-e6490610-fc42-4089-8c2d-2715c10ecfae.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-b232118d-5930-4746-9399-3866baa942b9 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-b232118d-5930-4746-9399-3866baa942b9 {
  display: none;
}
#s-b232118d-5930-4746-9399-3866baa942b9, #wrap-s-b232118d-5930-4746-9399-3866baa942b9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b232118d-5930-4746-9399-3866baa942b9 {
  display: none;
}
#s-b232118d-5930-4746-9399-3866baa942b9, #wrap-s-b232118d-5930-4746-9399-3866baa942b9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b232118d-5930-4746-9399-3866baa942b9 {
  display: none;
}
#s-b232118d-5930-4746-9399-3866baa942b9, #wrap-s-b232118d-5930-4746-9399-3866baa942b9 { display:none !important; }}@media (max-width: 767px){#s-b232118d-5930-4746-9399-3866baa942b9 {
  
}
}







#s-b232118d-5930-4746-9399-3866baa942b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b232118d-5930-4746-9399-3866baa942b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8eb5216b-581a-4504-8d41-78e193a27f88 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 4%;
margin-bottom: 6%;
margin-right: 4%;
min-height: 550px;
background-position: center center;
}








#s-8eb5216b-581a-4504-8d41-78e193a27f88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8eb5216b-581a-4504-8d41-78e193a27f88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-060ed3e7-01d2-42d9-8f28-d8783c781e81 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-060ed3e7-01d2-42d9-8f28-d8783c781e81 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  text-align: center;
}



#s-664dacf7-ddf0-4799-84c6-aeec6ab05bd8 {
  margin-top: -1%;
margin-left: 3%;
margin-bottom: 0%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-664dacf7-ddf0-4799-84c6-aeec6ab05bd8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: center;
}



#s-434f20de-793e-4bf0-9869-c473e75f1879 {
  margin-top: 20px;
margin-left: 7%;
margin-bottom: 0px;
margin-right: 7%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-434f20de-793e-4bf0-9869-c473e75f1879 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-434f20de-793e-4bf0-9869-c473e75f1879 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-434f20de-793e-4bf0-9869-c473e75f1879 {
  
}
}@media (max-width: 767px){#s-434f20de-793e-4bf0-9869-c473e75f1879 {
  
}
}
#s-7b1fc654-10b6-4e48-a150-a2df788dbb57 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
margin-top: 4%;
margin-left: 13%;
margin-bottom: 7%;
margin-right: 13%;
padding-top: 15px;
padding-left: 25px;
padding-bottom: 15px;
padding-right: 25px;
border-radius: 0px;
text-align: center;
background-color: rgba(199, 201, 199, 1);
text-decoration: none;
}
#s-7b1fc654-10b6-4e48-a150-a2df788dbb57:hover {background-color: rgba(221, 188, 176, 1) !important;
text-decoration: none !important;}#s-7b1fc654-10b6-4e48-a150-a2df788dbb57:active {background-color: rgba(199, 201, 199, 1) !important;
text-decoration: none !important;}

  #s-7b1fc654-10b6-4e48-a150-a2df788dbb57-root {
    text-align: center;
  }


#s-7b1fc654-10b6-4e48-a150-a2df788dbb57.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7b1fc654-10b6-4e48-a150-a2df788dbb57-root {
    text-align: center;
  }


#s-7b1fc654-10b6-4e48-a150-a2df788dbb57.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7b1fc654-10b6-4e48-a150-a2df788dbb57-root {
    text-align: center;
  }


#s-7b1fc654-10b6-4e48-a150-a2df788dbb57.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7b1fc654-10b6-4e48-a150-a2df788dbb57-root {
    text-align: center;
  }


#s-7b1fc654-10b6-4e48-a150-a2df788dbb57.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7b1fc654-10b6-4e48-a150-a2df788dbb57-root {
    text-align: center;
  }


#s-7b1fc654-10b6-4e48-a150-a2df788dbb57.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  block ;
}
}
#s-7bcddb35-7927-4dd9-8944-5a1d2172722c {
  min-height: 50px;
background-color: rgba(239, 220, 214, 0.15);
}








#s-7bcddb35-7927-4dd9-8944-5a1d2172722c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bcddb35-7927-4dd9-8944-5a1d2172722c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62b1c813-6b0a-40c0-9bdb-2be0c5633ae3 {
  margin-top: 4%;
margin-left: 4%;
margin-bottom: 4%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-62b1c813-6b0a-40c0-9bdb-2be0c5633ae3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-62b1c813-6b0a-40c0-9bdb-2be0c5633ae3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-62b1c813-6b0a-40c0-9bdb-2be0c5633ae3 {
  
}
}@media (max-width: 767px){#s-62b1c813-6b0a-40c0-9bdb-2be0c5633ae3 {
  
}
}







#s-62b1c813-6b0a-40c0-9bdb-2be0c5633ae3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.06;
}#s-62b1c813-6b0a-40c0-9bdb-2be0c5633ae3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73f02347-8c48-4bdb-b307-707ad05061cc {
  border-style: solid;
margin-top: 40px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-73f02347-8c48-4bdb-b307-707ad05061cc {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-73f02347-8c48-4bdb-b307-707ad05061cc {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-73f02347-8c48-4bdb-b307-707ad05061cc {
  
}
}@media (max-width: 767px){#s-73f02347-8c48-4bdb-b307-707ad05061cc {
  
}
}
#s-73f02347-8c48-4bdb-b307-707ad05061cc .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e8e86be2-0e9a-42fe-a4d5-84ff7db2113c {
  margin-top: 0%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-e8e86be2-0e9a-42fe-a4d5-84ff7db2113c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e8e86be2-0e9a-42fe-a4d5-84ff7db2113c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8e86be2-0e9a-42fe-a4d5-84ff7db2113c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8e86be2-0e9a-42fe-a4d5-84ff7db2113c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2d0a114b-bf18-4df0-ae1e-8df2420aca0b {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-2d0a114b-bf18-4df0-ae1e-8df2420aca0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d0a114b-bf18-4df0-ae1e-8df2420aca0b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a {
  text-align: left;
}



.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a img.shogun-image {
  width: 100%;
}



}

.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-10585cf3-d5f0-4f21-bdb1-fa02a87a5c2a img.shogun-image {
  width: 100%;
}




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

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

#s-0ca9e52c-18d0-4a49-83cf-c425dfe3f511 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-0ca9e52c-18d0-4a49-83cf-c425dfe3f511 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ca732e83-6c66-4f26-bfd2-7a0fde3887f2 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-ca732e83-6c66-4f26-bfd2-7a0fde3887f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca732e83-6c66-4f26-bfd2-7a0fde3887f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4107e41f-1dd1-4b90-94b8-870abb054196 {
  text-align: left;
}



.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4107e41f-1dd1-4b90-94b8-870abb054196 img.shogun-image {
  width: 100%;
}




#s-44efff2f-b71e-452e-92d6-8e74965eca49 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-44efff2f-b71e-452e-92d6-8e74965eca49 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b25f75e6-0e61-460e-9a1c-93959dc68314 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-b25f75e6-0e61-460e-9a1c-93959dc68314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b25f75e6-0e61-460e-9a1c-93959dc68314.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6eb26f5e-8449-499c-95af-516a2f454134 {
  text-align: left;
}



.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6eb26f5e-8449-499c-95af-516a2f454134 img.shogun-image {
  width: 100%;
}




#s-39cabd45-92c0-47ec-85a0-63dcbcf205c3 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-39cabd45-92c0-47ec-85a0-63dcbcf205c3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-615ea8ae-a3d1-413b-8bcf-48473f2dedf6 {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-615ea8ae-a3d1-413b-8bcf-48473f2dedf6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-615ea8ae-a3d1-413b-8bcf-48473f2dedf6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02a65524-9cae-447d-a04e-6c64f56f70e3 {
  text-align: left;
}



.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-02a65524-9cae-447d-a04e-6c64f56f70e3 img.shogun-image {
  width: 100%;
}




#s-c3ed147d-17b6-4691-8fc0-a6da8a0228c2 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-c3ed147d-17b6-4691-8fc0-a6da8a0228c2 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e {
  display: none;
}
#s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e, #wrap-s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e {
  display: none;
}
#s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e, #wrap-s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e { display:none !important; }}







#s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cce20d0-325c-4cc4-918c-fd70d85c6c3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abecc441-d4bd-4029-9f0d-49e4680dab2a {
  margin-top: 7%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-abecc441-d4bd-4029-9f0d-49e4680dab2a .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 32px;
  line-height: 1.5em;
  
  
}



@media (min-width: 1200px){#s-b42b28a1-477c-4000-bb5c-317e4eab6c3d {
  display: none;
}
#s-b42b28a1-477c-4000-bb5c-317e4eab6c3d, #wrap-s-b42b28a1-477c-4000-bb5c-317e4eab6c3d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b42b28a1-477c-4000-bb5c-317e4eab6c3d {
  display: none;
}
#s-b42b28a1-477c-4000-bb5c-317e4eab6c3d, #wrap-s-b42b28a1-477c-4000-bb5c-317e4eab6c3d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b42b28a1-477c-4000-bb5c-317e4eab6c3d {
  display: none;
}
#s-b42b28a1-477c-4000-bb5c-317e4eab6c3d, #wrap-s-b42b28a1-477c-4000-bb5c-317e4eab6c3d { display:none !important; }}
@media (min-width: 0px) {
[id="s-b42b28a1-477c-4000-bb5c-317e4eab6c3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b42b28a1-477c-4000-bb5c-317e4eab6c3d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b42b28a1-477c-4000-bb5c-317e4eab6c3d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b42b28a1-477c-4000-bb5c-317e4eab6c3d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-c2d560ef-d4b9-4f70-823c-2827616f16d5 {
  margin-left: 10%;
margin-right: 6%;
min-height: 50px;
}








#s-c2d560ef-d4b9-4f70-823c-2827616f16d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2d560ef-d4b9-4f70-823c-2827616f16d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-b9da60a5-b188-4781-a10c-4231e1354cb2 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 4%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-b9da60a5-b188-4781-a10c-4231e1354cb2 img.shogun-image {
    

    
    
    
  }


#s-b9da60a5-b188-4781-a10c-4231e1354cb2 .shogun-image-content {
  
    align-items: center;
  
}

#s-69b59def-4ca6-4fad-aaeb-4d66624cde87 {
  margin-left: 0%;
margin-right: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69b59def-4ca6-4fad-aaeb-4d66624cde87 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-32906137-35a2-49fe-b915-6e888cb8fea3 {
  margin-top: 2%;
margin-bottom: 1%;
margin-right: 4%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-9831f05e-ecc2-4c9d-a469-2d3b4a302f65 {
  margin-bottom: 2%;
margin-right: 4%;
}

#s-233ad407-1a89-4959-b173-60154617fc1e {
  margin-left: 6%;
margin-right: 10%;
min-height: 50px;
}








#s-233ad407-1a89-4959-b173-60154617fc1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-233ad407-1a89-4959-b173-60154617fc1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0acc9b7d-7a67-404a-b0cd-73946bfdcdd5 {
  margin-top: 3%;
margin-left: 4%;
margin-bottom: 0%;
margin-right: 0%;
padding-left: 3%;
padding-right: 3%;
text-align: center;
}







  #s-0acc9b7d-7a67-404a-b0cd-73946bfdcdd5 img.shogun-image {
    

    
    
    
  }


#s-0acc9b7d-7a67-404a-b0cd-73946bfdcdd5 .shogun-image-content {
  
    align-items: center;
  
}

#s-81e228d5-efe3-4cde-ba64-6af7fefb976f {
  margin-left: 4%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81e228d5-efe3-4cde-ba64-6af7fefb976f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-190b5abe-50ea-45d4-a7d8-a9b4743bd531 {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 1%;
}

#s-e8dcf695-cf73-4eef-ab10-69a0882b98de {
  margin-top: 2%;
margin-left: 4%;
margin-bottom: 2%;
margin-right: 0%;
}

#s-448a18aa-a8fb-408b-95e9-598fcca124da {
  margin-top: 1%;
margin-bottom: 0%;
margin-right: 0%;
min-height: 500px;
}
@media (min-width: 1200px){#s-448a18aa-a8fb-408b-95e9-598fcca124da {
  display: none;
}
#s-448a18aa-a8fb-408b-95e9-598fcca124da, #wrap-s-448a18aa-a8fb-408b-95e9-598fcca124da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-448a18aa-a8fb-408b-95e9-598fcca124da {
  display: none;
}
#s-448a18aa-a8fb-408b-95e9-598fcca124da, #wrap-s-448a18aa-a8fb-408b-95e9-598fcca124da { display:none !important; }}@media (max-width: 767px){#s-448a18aa-a8fb-408b-95e9-598fcca124da {
  display: none;
}
#s-448a18aa-a8fb-408b-95e9-598fcca124da, #wrap-s-448a18aa-a8fb-408b-95e9-598fcca124da { display:none !important; }}







#s-448a18aa-a8fb-408b-95e9-598fcca124da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-448a18aa-a8fb-408b-95e9-598fcca124da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d198806b-29bb-4da8-a01c-99b6c731effb {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d198806b-29bb-4da8-a01c-99b6c731effb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d198806b-29bb-4da8-a01c-99b6c731effb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d198806b-29bb-4da8-a01c-99b6c731effb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d198806b-29bb-4da8-a01c-99b6c731effb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d198806b-29bb-4da8-a01c-99b6c731effb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d198806b-29bb-4da8-a01c-99b6c731effb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d198806b-29bb-4da8-a01c-99b6c731effb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-b97de8c6-e7d6-47e3-96ee-32b30a2d495c {
  min-height: 50px;
}








#s-b97de8c6-e7d6-47e3-96ee-32b30a2d495c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b97de8c6-e7d6-47e3-96ee-32b30a2d495c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a6e643d-6d26-46ef-8a59-769596542934 {
  text-align: center;
}







  #s-8a6e643d-6d26-46ef-8a59-769596542934 img.shogun-image {
    

    
    
    
  }


#s-8a6e643d-6d26-46ef-8a59-769596542934 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba245432-2786-4fae-8366-5e5dfd73d5a3 {
  min-height: 50px;
}








#s-ba245432-2786-4fae-8366-5e5dfd73d5a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba245432-2786-4fae-8366-5e5dfd73d5a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eebc455-2cec-469b-af07-4d02a446a389 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5eebc455-2cec-469b-af07-4d02a446a389 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: center;
}



#s-6d262b32-e608-4f26-9bd9-e797cd1151e7 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-1102b287-1a8f-4c81-b8c9-02e0c72d1376 {
  margin-bottom: 2%;
}

#s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-50f6719f-05eb-4874-90b1-f5b6c7a42f7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-5fdc9565-3365-455d-813f-d738b4e17555 {
  min-height: 50px;
}








#s-5fdc9565-3365-455d-813f-d738b4e17555 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fdc9565-3365-455d-813f-d738b4e17555.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc72caf6-c598-435b-a41c-0b08d21e3305 {
  text-align: center;
}







  #s-cc72caf6-c598-435b-a41c-0b08d21e3305 img.shogun-image {
    

    
    
    
  }


#s-cc72caf6-c598-435b-a41c-0b08d21e3305 .shogun-image-content {
  
    align-items: center;
  
}

#s-92c322bb-a270-4a48-8e6a-f827fd689d46 {
  min-height: 50px;
}








#s-92c322bb-a270-4a48-8e6a-f827fd689d46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92c322bb-a270-4a48-8e6a-f827fd689d46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c560b08-49fb-4dc8-825e-14bd92e19d33 {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c560b08-49fb-4dc8-825e-14bd92e19d33 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-88dad202-efb2-4c7b-b863-471933410771 {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-e376cf3a-3d5c-4040-86aa-7978618db19e {
  margin-top: 2%;
margin-bottom: 2%;
}

#s-b8751d70-ff59-4a75-a376-f505a6fc6b11 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0%;
padding-bottom: 0%;
}
@media (min-width: 1200px){#s-b8751d70-ff59-4a75-a376-f505a6fc6b11 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b8751d70-ff59-4a75-a376-f505a6fc6b11 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b8751d70-ff59-4a75-a376-f505a6fc6b11 {
  display: none;
}
#s-b8751d70-ff59-4a75-a376-f505a6fc6b11, #wrap-s-b8751d70-ff59-4a75-a376-f505a6fc6b11 { display:none !important; }}@media (max-width: 767px){#s-b8751d70-ff59-4a75-a376-f505a6fc6b11 {
  display: none;
}
#s-b8751d70-ff59-4a75-a376-f505a6fc6b11, #wrap-s-b8751d70-ff59-4a75-a376-f505a6fc6b11 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b8751d70-ff59-4a75-a376-f505a6fc6b11"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8751d70-ff59-4a75-a376-f505a6fc6b11"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8751d70-ff59-4a75-a376-f505a6fc6b11"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8751d70-ff59-4a75-a376-f505a6fc6b11"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8751d70-ff59-4a75-a376-f505a6fc6b11"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8751d70-ff59-4a75-a376-f505a6fc6b11"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-b8751d70-ff59-4a75-a376-f505a6fc6b11"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-fbf7fd69-69d9-49d4-b7b1-623e729fa51a {
  margin-top: 4%;
margin-left: 8%;
margin-bottom: 0%;
margin-right: 10%;
padding-left: 1%;
padding-right: 1%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-fbf7fd69-69d9-49d4-b7b1-623e729fa51a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fbf7fd69-69d9-49d4-b7b1-623e729fa51a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fbf7fd69-69d9-49d4-b7b1-623e729fa51a {
  
}
}@media (max-width: 767px){#s-fbf7fd69-69d9-49d4-b7b1-623e729fa51a {
  
}
}







#s-fbf7fd69-69d9-49d4-b7b1-623e729fa51a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf7fd69-69d9-49d4-b7b1-623e729fa51a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9b4597b1-662a-40ba-a541-d1cc00d67051 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5%;
margin-left: 0%;
margin-right: 0%;
min-height: 600px;
background-position: center center;
}








#s-9b4597b1-662a-40ba-a541-d1cc00d67051 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b4597b1-662a-40ba-a541-d1cc00d67051.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4a962c26-a6fd-4e97-8ad4-77989b354293 {
  min-height: 42px;
}








#s-4a962c26-a6fd-4e97-8ad4-77989b354293 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a962c26-a6fd-4e97-8ad4-77989b354293.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-36bc2e03-3655-4e64-8d05-64164f5c9c83 {
  margin-top: 10%;
margin-left: 10%;
margin-bottom: 10%;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-36bc2e03-3655-4e64-8d05-64164f5c9c83 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Libre Baskerville";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1.5em;
  
  
}



#s-502b1ec3-13e0-408f-936e-4d8e094b42b2 {
  margin-top: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 500px;
}








#s-502b1ec3-13e0-408f-936e-4d8e094b42b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-502b1ec3-13e0-408f-936e-4d8e094b42b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b {
  margin-top: 3%;
margin-bottom: 0%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7eccc4aa-0fe7-4166-b3ba-f9ed91b8601b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-d7daab82-b404-4470-a101-63e678917231 {
  min-height: 50px;
}








#s-d7daab82-b404-4470-a101-63e678917231 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7daab82-b404-4470-a101-63e678917231.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcee8cd3-64a0-4e31-8815-a22594a0e3d3 {
  text-align: center;
}







  #s-bcee8cd3-64a0-4e31-8815-a22594a0e3d3 img.shogun-image {
    

    
    
    
  }


#s-bcee8cd3-64a0-4e31-8815-a22594a0e3d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab940b53-117b-4b55-aae1-9069289d3147 {
  min-height: 50px;
}








#s-ab940b53-117b-4b55-aae1-9069289d3147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab940b53-117b-4b55-aae1-9069289d3147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec8eecd4-1cc0-4d06-a9d7-a2677a4305e3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec8eecd4-1cc0-4d06-a9d7-a2677a4305e3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-46bbf137-a1f7-4754-97fa-126d04cf44aa {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-7e89d8ed-4aa0-46bd-b95a-9a47565fdb6a {
  margin-bottom: 2%;
}

#s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 3%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a0ce40db-e2b4-414a-a0e8-16b2709fc3b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-33cbaceb-5633-4afd-801f-5a4c0c48b899 {
  min-height: 50px;
}








#s-33cbaceb-5633-4afd-801f-5a4c0c48b899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33cbaceb-5633-4afd-801f-5a4c0c48b899.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f677b1e1-c206-487b-86b1-992df0694e79 {
  text-align: center;
}







  #s-f677b1e1-c206-487b-86b1-992df0694e79 img.shogun-image {
    

    
    
    
  }


#s-f677b1e1-c206-487b-86b1-992df0694e79 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a8a52b7-134f-4b8e-ad6d-10b574777feb {
  min-height: 50px;
}








#s-6a8a52b7-134f-4b8e-ad6d-10b574777feb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a8a52b7-134f-4b8e-ad6d-10b574777feb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a0daba6-1944-42b0-ae8b-e4d38d8c630f {
  margin-top: 3%;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a0daba6-1944-42b0-ae8b-e4d38d8c630f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-09057e6e-699b-45c3-9849-001cc5ee6f1c {
  margin-top: 0%;
margin-bottom: 0%;
}

#s-8435a940-b490-492f-9c82-d11a5dd69c7e {
  margin-top: 2%;
margin-bottom: 2%;
}

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