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

.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-81a74c21-5369-4eb5-9cf0-4e31d67e9e54 {
  min-height: 50px;
}
@media (max-width: 767px){#s-81a74c21-5369-4eb5-9cf0-4e31d67e9e54 {
  
}
}







#s-81a74c21-5369-4eb5-9cf0-4e31d67e9e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81a74c21-5369-4eb5-9cf0-4e31d67e9e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30224842-d1e1-4850-9a23-120806276314 {
  padding-left: 5%;
padding-right: 5%;
background-color: rgba(241, 234, 228, 1);
}








#s-30224842-d1e1-4850-9a23-120806276314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30224842-d1e1-4850-9a23-120806276314.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-81e93e62-8f88-4e55-8457-c5e9da34b44e {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-81e93e62-8f88-4e55-8457-c5e9da34b44e {
  display: none;
}
#s-81e93e62-8f88-4e55-8457-c5e9da34b44e, #wrap-s-81e93e62-8f88-4e55-8457-c5e9da34b44e { display:none !important; }}
#s-81e93e62-8f88-4e55-8457-c5e9da34b44e .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e {
  display: none;
}
#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e, #wrap-s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e {
  display: none;
}
#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e, #wrap-s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e {
  display: none;
}
#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e, #wrap-s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e { display:none !important; }}
#s-8a0f00d4-1d22-4b3a-804b-794b794b1a2e .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-57c73cb6-32c8-47de-bfda-5a4f77855c09 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 768px) and (max-width: 991px){#s-57c73cb6-32c8-47de-bfda-5a4f77855c09 {
  display: none;
}
#s-57c73cb6-32c8-47de-bfda-5a4f77855c09, #wrap-s-57c73cb6-32c8-47de-bfda-5a4f77855c09 { display:none !important; }}@media (max-width: 767px){#s-57c73cb6-32c8-47de-bfda-5a4f77855c09 {
  display: none;
}
#s-57c73cb6-32c8-47de-bfda-5a4f77855c09, #wrap-s-57c73cb6-32c8-47de-bfda-5a4f77855c09 { display:none !important; }}
#s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}
@media (min-width: 1200px){#s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592 {
  display: none;
}
#s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592, #wrap-s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592 {
  display: none;
}
#s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592, #wrap-s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592 {
  
}
}@media (max-width: 767px){#s-4b17a7f7-cecb-4bbb-90a9-1b8654c5f592 {
  
}
}
#s-62ee6262-89fa-4614-afb6-ab335b388525 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-62ee6262-89fa-4614-afb6-ab335b388525 {
  display: none;
}
#s-62ee6262-89fa-4614-afb6-ab335b388525, #wrap-s-62ee6262-89fa-4614-afb6-ab335b388525 { display:none !important; }}@media (max-width: 767px){#s-62ee6262-89fa-4614-afb6-ab335b388525 {
  display: none;
}
#s-62ee6262-89fa-4614-afb6-ab335b388525, #wrap-s-62ee6262-89fa-4614-afb6-ab335b388525 { display:none !important; }}
#s-62ee6262-89fa-4614-afb6-ab335b388525 {
  background-image: url();
}








#s-62ee6262-89fa-4614-afb6-ab335b388525 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62ee6262-89fa-4614-afb6-ab335b388525.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-202d4ed1-26d0-4938-acb6-c7a875c4d529 {
  box-shadow:0px 0px 0px 0px ;
margin-top: 50px;
margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
}
@media (min-width: 1200px){#s-202d4ed1-26d0-4938-acb6-c7a875c4d529 {
  display: none;
}
#s-202d4ed1-26d0-4938-acb6-c7a875c4d529, #wrap-s-202d4ed1-26d0-4938-acb6-c7a875c4d529 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-202d4ed1-26d0-4938-acb6-c7a875c4d529 {
  display: none;
}
#s-202d4ed1-26d0-4938-acb6-c7a875c4d529, #wrap-s-202d4ed1-26d0-4938-acb6-c7a875c4d529 { display:none !important; }}@media (max-width: 767px){#s-202d4ed1-26d0-4938-acb6-c7a875c4d529 {
  display: none;
}
#s-202d4ed1-26d0-4938-acb6-c7a875c4d529, #wrap-s-202d4ed1-26d0-4938-acb6-c7a875c4d529 { display:none !important; }}
@media (min-width: 0px) {
[id="s-202d4ed1-26d0-4938-acb6-c7a875c4d529"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-202d4ed1-26d0-4938-acb6-c7a875c4d529"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-202d4ed1-26d0-4938-acb6-c7a875c4d529"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-202d4ed1-26d0-4938-acb6-c7a875c4d529"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-202d4ed1-26d0-4938-acb6-c7a875c4d529"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-202d4ed1-26d0-4938-acb6-c7a875c4d529"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-202d4ed1-26d0-4938-acb6-c7a875c4d529"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-9b91e123-b127-44e0-8989-0c6284eb6ab5 {
  min-height: 50px;
}








#s-9b91e123-b127-44e0-8989-0c6284eb6ab5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b91e123-b127-44e0-8989-0c6284eb6ab5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4fe718a-be1a-4e9f-a3dc-3d36e99dcb89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4fe718a-be1a-4e9f-a3dc-3d36e99dcb89 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

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

#s-3011edc0-5de8-4ce2-b17a-1f44f29691ba {
  margin-left: 45%;
margin-right: 45%;
}

#s-3011edc0-5de8-4ce2-b17a-1f44f29691ba hr {
  border-top: 2px solid #ddd;
}

#s-d8fcef23-91f6-423a-b549-428126711208 {
  min-height: 160px;
}








#s-d8fcef23-91f6-423a-b549-428126711208 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8fcef23-91f6-423a-b549-428126711208.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1084b2f3-93e0-4541-af01-43599286db8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1084b2f3-93e0-4541-af01-43599286db8b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1084b2f3-93e0-4541-af01-43599286db8b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1084b2f3-93e0-4541-af01-43599286db8b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1084b2f3-93e0-4541-af01-43599286db8b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1084b2f3-93e0-4541-af01-43599286db8b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1084b2f3-93e0-4541-af01-43599286db8b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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-b30e3e8c-d9af-4cba-bdf4-3a12a72aab06 {
  max-width: 140px;
text-align: center;
}







  #s-b30e3e8c-d9af-4cba-bdf4-3a12a72aab06 img.shogun-image {
    

    
    
    
  }


#s-b30e3e8c-d9af-4cba-bdf4-3a12a72aab06 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fcc2416-0c3f-48a5-ad02-a59735f34a7b {
  min-height: 140px;
}








#s-2fcc2416-0c3f-48a5-ad02-a59735f34a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fcc2416-0c3f-48a5-ad02-a59735f34a7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86d7ac2e-dd5b-47dd-b236-9132a290069c {
  margin-top: auto;
margin-bottom: auto;
}

#s-49087755-5092-490a-9541-3e76e7b59c17 {
  min-height: 50px;
}








#s-49087755-5092-490a-9541-3e76e7b59c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49087755-5092-490a-9541-3e76e7b59c17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c69da092-cc47-4247-b8f6-d45df06220f6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c69da092-cc47-4247-b8f6-d45df06220f6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-055b8b7d-67f2-45df-b2cf-43b4167643d5 {
  margin-left: 45%;
margin-right: 45%;
}

#s-055b8b7d-67f2-45df-b2cf-43b4167643d5 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-d984a989-3108-4f46-8d0e-2e8637b5e391"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d984a989-3108-4f46-8d0e-2e8637b5e391"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d984a989-3108-4f46-8d0e-2e8637b5e391"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d984a989-3108-4f46-8d0e-2e8637b5e391"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4227a98-77a3-462c-ad49-76815bb1886a {
  min-height: 50px;
}








#s-f4227a98-77a3-462c-ad49-76815bb1886a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4227a98-77a3-462c-ad49-76815bb1886a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-27f0582d-450b-4755-bc44-37b51019aa66 {
  margin-top: auto;
margin-bottom: auto;
}

#s-f93525cb-6ed9-4ea9-8b96-0eb4890b34bc {
  min-height: 50px;
}








#s-f93525cb-6ed9-4ea9-8b96-0eb4890b34bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f93525cb-6ed9-4ea9-8b96-0eb4890b34bc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-15d0ff21-c9bf-4c81-8024-ac766583b1c4 {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 7.5px);
}

[id="s-e534b246-8f30-4eb7-b616-223b776394ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-f0175ced-b2a4-4c20-9bcf-f46e6cbece66 {
  min-height: 140px;
}








#s-f0175ced-b2a4-4c20-9bcf-f46e6cbece66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0175ced-b2a4-4c20-9bcf-f46e6cbece66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a22ea921-5a65-4015-951e-1ccf93cf47c9 {
  max-width: 100px;
text-align: center;
}







  #s-a22ea921-5a65-4015-951e-1ccf93cf47c9 img.shogun-image {
    

    
    
    
  }


#s-a22ea921-5a65-4015-951e-1ccf93cf47c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0788069c-9d9a-423d-b482-4864aa8910b8 {
  min-height: 140px;
}








#s-0788069c-9d9a-423d-b482-4864aa8910b8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0788069c-9d9a-423d-b482-4864aa8910b8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd87d722-3e47-4af2-a10a-127f1d6a59d6 {
  margin-top: auto;
margin-bottom: auto;
}

#s-868e0c0a-4f19-4325-9545-6cb76824bdaa {
  min-height: 140px;
}








#s-868e0c0a-4f19-4325-9545-6cb76824bdaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-868e0c0a-4f19-4325-9545-6cb76824bdaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c77630f7-526a-4a67-ad8d-94947fa17662 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-c77630f7-526a-4a67-ad8d-94947fa17662 img.shogun-image {
    

    
    
    
  }


#s-c77630f7-526a-4a67-ad8d-94947fa17662 .shogun-image-content {
  
    align-items: center;
  
}

#s-db936851-f715-4237-b2a3-146d7839eef5 {
  margin-top: auto;
margin-bottom: auto;
}

#s-e5587055-2a7f-4018-94ee-fc1c40a76908 {
  min-height: 140px;
}








#s-e5587055-2a7f-4018-94ee-fc1c40a76908 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5587055-2a7f-4018-94ee-fc1c40a76908.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48998b14-2aea-4857-8c90-ea540848d49b {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-48998b14-2aea-4857-8c90-ea540848d49b img.shogun-image {
    

    
    
    
  }


#s-48998b14-2aea-4857-8c90-ea540848d49b .shogun-image-content {
  
    align-items: center;
  
}

#s-0fb7f4c1-e83a-46a9-840f-b98e9d203a2e {
  margin-top: auto;
margin-bottom: auto;
}

.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-721e444f-6c38-4a52-a7eb-f67d7e042b6f {
  margin-top: 10px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f {
  display: none;
}
#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f, #wrap-s-721e444f-6c38-4a52-a7eb-f67d7e042b6f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f {
  display: none;
}
#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f, #wrap-s-721e444f-6c38-4a52-a7eb-f67d7e042b6f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f {
  
}
}

  #s-721e444f-6c38-4a52-a7eb-f67d7e042b6f-root {
    text-align: center;
  }


#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-721e444f-6c38-4a52-a7eb-f67d7e042b6f-root {
    text-align: center;
  }


#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-721e444f-6c38-4a52-a7eb-f67d7e042b6f-root {
    text-align: center;
  }


#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-721e444f-6c38-4a52-a7eb-f67d7e042b6f-root {
    text-align: center;
  }


#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-721e444f-6c38-4a52-a7eb-f67d7e042b6f-root {
    text-align: center;
  }


#s-721e444f-6c38-4a52-a7eb-f67d7e042b6f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-50558dfe-61ba-423a-990f-e9a9d614b490 {
  min-height: 50px;
}

#s-50558dfe-61ba-423a-990f-e9a9d614b490 {
  background-image: url();
}








#s-50558dfe-61ba-423a-990f-e9a9d614b490 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-50558dfe-61ba-423a-990f-e9a9d614b490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693 {
  display: none;
}
#s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693, #wrap-s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693 {
  display: none;
}
#s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693, #wrap-s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693 {
  display: none;
}
#s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693, #wrap-s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9c42b51c-d1b4-4fc1-a20b-d5906d5e5693"] > .shg-row {
    flex-flow: column-reverse;
  }
}








#s-2fe46205-e3ff-4ab1-a35c-1bb36c8de7f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fe46205-e3ff-4ab1-a35c-1bb36c8de7f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe103547-fd90-4e5e-b8c0-c8de8621202f {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-fe103547-fd90-4e5e-b8c0-c8de8621202f img.shogun-image {
    

    
    
    
  }


#s-fe103547-fd90-4e5e-b8c0-c8de8621202f .shogun-image-content {
  
    align-items: center;
  
}

#s-edac0d4b-6cc6-451f-b4ac-8aebad0b11e9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edac0d4b-6cc6-451f-b4ac-8aebad0b11e9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-81bc0c48-a2a9-4f4b-afb2-7fa884650a24 {
  margin-left: 5%;
margin-right: 5%;
}








#s-81bc0c48-a2a9-4f4b-afb2-7fa884650a24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81bc0c48-a2a9-4f4b-afb2-7fa884650a24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80633c58-c4e9-4ddc-b056-3894c2a5b670 {
  margin-left: 5%;
margin-right: 5%;
}








#s-80633c58-c4e9-4ddc-b056-3894c2a5b670 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80633c58-c4e9-4ddc-b056-3894c2a5b670.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a74f0951-05ec-4717-80a8-04953d6550de {
  text-align: center;
}







  #s-a74f0951-05ec-4717-80a8-04953d6550de img.shogun-image {
    

    
    
    
  }


#s-a74f0951-05ec-4717-80a8-04953d6550de .shogun-image-content {
  
    align-items: center;
  
}

#s-70b2ec4e-2c67-45f5-a477-02c5e0374f81 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-70b2ec4e-2c67-45f5-a477-02c5e0374f81 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-70b2ec4e-2c67-45f5-a477-02c5e0374f81 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-70b2ec4e-2c67-45f5-a477-02c5e0374f81 {
  display: none;
}
#s-70b2ec4e-2c67-45f5-a477-02c5e0374f81, #wrap-s-70b2ec4e-2c67-45f5-a477-02c5e0374f81 { display:none !important; }}@media (max-width: 767px){#s-70b2ec4e-2c67-45f5-a477-02c5e0374f81 {
  display: none;
}
#s-70b2ec4e-2c67-45f5-a477-02c5e0374f81, #wrap-s-70b2ec4e-2c67-45f5-a477-02c5e0374f81 { display:none !important; }}
@media (min-width: 0px) {
[id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-70b2ec4e-2c67-45f5-a477-02c5e0374f81"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ccd9afb6-3340-4dac-a5f2-4d134f7b20eb {
  min-height: 430px;
}








#s-ccd9afb6-3340-4dac-a5f2-4d134f7b20eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccd9afb6-3340-4dac-a5f2-4d134f7b20eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abd188e8-2297-4368-a47b-ee28c5f9f267 {
  text-align: center;
}







  #s-abd188e8-2297-4368-a47b-ee28c5f9f267 img.shogun-image {
    

    
    
    
  }


#s-abd188e8-2297-4368-a47b-ee28c5f9f267 .shogun-image-content {
  
    align-items: center;
  
}

#s-26b672f1-9ad6-4959-a835-41d47df67b22 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 6px;
padding-bottom: 6px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-26b672f1-9ad6-4959-a835-41d47df67b22 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a32dc31f-d33c-4390-bb22-dd93f4f7c19c {
  min-height: 500px;
}








#s-a32dc31f-d33c-4390-bb22-dd93f4f7c19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a32dc31f-d33c-4390-bb22-dd93f4f7c19c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-9c3fc305-9c0d-4bab-83a3-70c57e0f34e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c3fc305-9c0d-4bab-83a3-70c57e0f34e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4843a54-b439-4136-b869-0418ac6901b7 {
  text-align: center;
}







  #s-d4843a54-b439-4136-b869-0418ac6901b7 img.shogun-image {
    

    
    
    
  }


#s-d4843a54-b439-4136-b869-0418ac6901b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-9021fb58-ce32-4939-9917-595f90517a98 {
  text-align: center;
}







  #s-9021fb58-ce32-4939-9917-595f90517a98 img.shogun-image {
    

    
    
    
  }


#s-9021fb58-ce32-4939-9917-595f90517a98 .shogun-image-content {
  
    align-items: center;
  
}

#s-23cb5ddb-15ad-4dd3-86b8-917224ff2631 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-23cb5ddb-15ad-4dd3-86b8-917224ff2631 {
  display: none;
}
#s-23cb5ddb-15ad-4dd3-86b8-917224ff2631, #wrap-s-23cb5ddb-15ad-4dd3-86b8-917224ff2631 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23cb5ddb-15ad-4dd3-86b8-917224ff2631 {
  display: none;
}
#s-23cb5ddb-15ad-4dd3-86b8-917224ff2631, #wrap-s-23cb5ddb-15ad-4dd3-86b8-917224ff2631 { display:none !important; }}@media (max-width: 767px){#s-23cb5ddb-15ad-4dd3-86b8-917224ff2631 {
  display: none;
}
#s-23cb5ddb-15ad-4dd3-86b8-917224ff2631, #wrap-s-23cb5ddb-15ad-4dd3-86b8-917224ff2631 { display:none !important; }}
@media (min-width: 0px) {
[id="s-23cb5ddb-15ad-4dd3-86b8-917224ff2631"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23cb5ddb-15ad-4dd3-86b8-917224ff2631"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23cb5ddb-15ad-4dd3-86b8-917224ff2631"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23cb5ddb-15ad-4dd3-86b8-917224ff2631"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-23cb5ddb-15ad-4dd3-86b8-917224ff2631"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9cf97b99-d8ec-4f68-a8a3-6c60ad5a4b13 {
  min-height: 430px;
}








#s-9cf97b99-d8ec-4f68-a8a3-6c60ad5a4b13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf97b99-d8ec-4f68-a8a3-6c60ad5a4b13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d07af7cc-70db-4058-b4fe-f85cf2238509 {
  text-align: center;
}







  #s-d07af7cc-70db-4058-b4fe-f85cf2238509 img.shogun-image {
    

    
    
    
  }


#s-d07af7cc-70db-4058-b4fe-f85cf2238509 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b66a4ff-11d5-46da-8683-ad40ed24df04 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b66a4ff-11d5-46da-8683-ad40ed24df04 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8cb516d7-66a6-4b64-a2f4-7cc4f80ba58a {
  min-height: 750px;
}








#s-8cb516d7-66a6-4b64-a2f4-7cc4f80ba58a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb516d7-66a6-4b64-a2f4-7cc4f80ba58a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-3c230066-e5cd-4864-8b5b-48e39378c226 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c230066-e5cd-4864-8b5b-48e39378c226.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eedfe786-f8ec-4747-ac7e-895dea0cd71a {
  text-align: center;
}







  #s-eedfe786-f8ec-4747-ac7e-895dea0cd71a img.shogun-image {
    

    
    
    
  }


#s-eedfe786-f8ec-4747-ac7e-895dea0cd71a .shogun-image-content {
  
    align-items: center;
  
}

#s-dbffb99e-08b7-484c-98fa-0b45c33adff8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dbffb99e-08b7-484c-98fa-0b45c33adff8 {
  display: none;
}
#s-dbffb99e-08b7-484c-98fa-0b45c33adff8, #wrap-s-dbffb99e-08b7-484c-98fa-0b45c33adff8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dbffb99e-08b7-484c-98fa-0b45c33adff8 {
  display: none;
}
#s-dbffb99e-08b7-484c-98fa-0b45c33adff8, #wrap-s-dbffb99e-08b7-484c-98fa-0b45c33adff8 { display:none !important; }}
#s-dbffb99e-08b7-484c-98fa-0b45c33adff8 {
  background-image: url();
}








#s-dbffb99e-08b7-484c-98fa-0b45c33adff8 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
}#s-dbffb99e-08b7-484c-98fa-0b45c33adff8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa {
  display: none;
}
#s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa, #wrap-s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa {
  display: none;
}
#s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa, #wrap-s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa {
  display: none;
}
#s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa, #wrap-s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-fe88ea4d-d40f-4882-8ba0-b451f671c9aa"] > .shg-row {
    flex-flow: column-reverse;
  }
}








#s-4b9438fd-6550-4a7a-91d6-482929344f82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b9438fd-6550-4a7a-91d6-482929344f82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff412e22-4d37-4451-ad23-d70588dce2ca {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-ff412e22-4d37-4451-ad23-d70588dce2ca img.shogun-image {
    

    
    
    
  }


#s-ff412e22-4d37-4451-ad23-d70588dce2ca .shogun-image-content {
  
    align-items: center;
  
}

#s-6352223f-ceaf-4e2a-9366-a9aa4ab7cf6e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6352223f-ceaf-4e2a-9366-a9aa4ab7cf6e .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d93625e6-0bd2-4a8b-ac63-ba0ec42a8a1e {
  margin-left: 5%;
margin-right: 5%;
}








#s-d93625e6-0bd2-4a8b-ac63-ba0ec42a8a1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d93625e6-0bd2-4a8b-ac63-ba0ec42a8a1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d5deded-1dc6-4013-8f5d-818675de7fe7 {
  margin-left: 5%;
margin-right: 5%;
}








#s-0d5deded-1dc6-4013-8f5d-818675de7fe7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d5deded-1dc6-4013-8f5d-818675de7fe7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63cf22d3-b6db-4910-b4c8-9b882a26203e {
  text-align: center;
}







  #s-63cf22d3-b6db-4910-b4c8-9b882a26203e img.shogun-image {
    

    
    
    
  }


#s-63cf22d3-b6db-4910-b4c8-9b882a26203e .shogun-image-content {
  
    align-items: center;
  
}

#s-96b44ddb-7a70-44a6-9ce9-bb009a900f47 {
  margin-top: 30px;
margin-left: 15%;
margin-bottom: 30px;
margin-right: 15%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-96b44ddb-7a70-44a6-9ce9-bb009a900f47 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96b44ddb-7a70-44a6-9ce9-bb009a900f47 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96b44ddb-7a70-44a6-9ce9-bb009a900f47 {
  display: none;
}
#s-96b44ddb-7a70-44a6-9ce9-bb009a900f47, #wrap-s-96b44ddb-7a70-44a6-9ce9-bb009a900f47 { display:none !important; }}@media (max-width: 767px){#s-96b44ddb-7a70-44a6-9ce9-bb009a900f47 {
  display: none;
}
#s-96b44ddb-7a70-44a6-9ce9-bb009a900f47, #wrap-s-96b44ddb-7a70-44a6-9ce9-bb009a900f47 { display:none !important; }}
@media (min-width: 0px) {
[id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-96b44ddb-7a70-44a6-9ce9-bb009a900f47"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-082537d8-4fd3-450c-9819-6624c00d8dd8 {
  min-height: 430px;
}








#s-082537d8-4fd3-450c-9819-6624c00d8dd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-082537d8-4fd3-450c-9819-6624c00d8dd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4d5d6ed-2df3-4541-877a-1cb3db92ee6a {
  text-align: center;
}







  #s-b4d5d6ed-2df3-4541-877a-1cb3db92ee6a img.shogun-image {
    

    
    
    
  }


#s-b4d5d6ed-2df3-4541-877a-1cb3db92ee6a .shogun-image-content {
  
    align-items: center;
  
}

#s-dfec48e0-88dd-45c1-a164-737a8405ffe8 {
  margin-top: 25px;
margin-bottom: 25px;
padding-top: 6px;
padding-bottom: 6px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-dfec48e0-88dd-45c1-a164-737a8405ffe8 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7a0bae45-8622-4bce-97be-33954f5c2fbb {
  min-height: 500px;
}








#s-7a0bae45-8622-4bce-97be-33954f5c2fbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a0bae45-8622-4bce-97be-33954f5c2fbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-7000c6ff-7993-44dc-8dc1-43fc1ca54d14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7000c6ff-7993-44dc-8dc1-43fc1ca54d14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b57abf9c-6232-46e5-a1a1-006eb2d64093 {
  text-align: center;
}







  #s-b57abf9c-6232-46e5-a1a1-006eb2d64093 img.shogun-image {
    

    
    
    
  }


#s-b57abf9c-6232-46e5-a1a1-006eb2d64093 .shogun-image-content {
  
    align-items: center;
  
}

#s-396b3f5e-9df4-4754-b388-07383b47632d {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-396b3f5e-9df4-4754-b388-07383b47632d {
  display: none;
}
#s-396b3f5e-9df4-4754-b388-07383b47632d, #wrap-s-396b3f5e-9df4-4754-b388-07383b47632d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-396b3f5e-9df4-4754-b388-07383b47632d {
  display: none;
}
#s-396b3f5e-9df4-4754-b388-07383b47632d, #wrap-s-396b3f5e-9df4-4754-b388-07383b47632d { display:none !important; }}@media (max-width: 767px){#s-396b3f5e-9df4-4754-b388-07383b47632d {
  display: none;
}
#s-396b3f5e-9df4-4754-b388-07383b47632d, #wrap-s-396b3f5e-9df4-4754-b388-07383b47632d { display:none !important; }}
@media (min-width: 0px) {
[id="s-396b3f5e-9df4-4754-b388-07383b47632d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-396b3f5e-9df4-4754-b388-07383b47632d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-396b3f5e-9df4-4754-b388-07383b47632d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-396b3f5e-9df4-4754-b388-07383b47632d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-396b3f5e-9df4-4754-b388-07383b47632d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a6b31620-1394-41b2-a56c-daaebf18b459 {
  min-height: 430px;
}








#s-a6b31620-1394-41b2-a56c-daaebf18b459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6b31620-1394-41b2-a56c-daaebf18b459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9da57776-d653-411a-95ac-fb5324b87beb {
  text-align: center;
}







  #s-9da57776-d653-411a-95ac-fb5324b87beb img.shogun-image {
    

    
    
    
  }


#s-9da57776-d653-411a-95ac-fb5324b87beb .shogun-image-content {
  
    align-items: center;
  
}

#s-5d64d308-d43e-463d-b126-9b4e4d04f511 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d64d308-d43e-463d-b126-9b4e4d04f511 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-cd710c19-4cae-4b84-961c-4d0840c5708c {
  min-height: 750px;
}








#s-cd710c19-4cae-4b84-961c-4d0840c5708c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd710c19-4cae-4b84-961c-4d0840c5708c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}








#s-594cca2c-b1ff-45f4-8285-2089f3fc17f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-594cca2c-b1ff-45f4-8285-2089f3fc17f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7bb89f1c-a777-4730-a928-1d0176cdcc0b {
  text-align: center;
}







  #s-7bb89f1c-a777-4730-a928-1d0176cdcc0b img.shogun-image {
    

    
    
    
  }


#s-7bb89f1c-a777-4730-a928-1d0176cdcc0b .shogun-image-content {
  
    align-items: center;
  
}

#s-60e2e525-409b-4966-bf41-08ca29c55b9b {
  margin-left: 5%;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}

#s-60e2e525-409b-4966-bf41-08ca29c55b9b .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}



#s-260529f0-8f25-41ca-801a-efbda8b6138e {
  margin-top: 20px;
margin-left: 45%;
margin-bottom: 20px;
margin-right: 45%;
}

#s-260529f0-8f25-41ca-801a-efbda8b6138e hr {
  border-top: 2px solid #ddd;
}

#s-ae82f40a-8a51-43c2-a860-e7919068e692 {
  min-height: 50px;
background-color: rgba(229, 219, 194, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ae82f40a-8a51-43c2-a860-e7919068e692 {
  
}
}@media (max-width: 767px){#s-ae82f40a-8a51-43c2-a860-e7919068e692 {
  
}
}







#s-ae82f40a-8a51-43c2-a860-e7919068e692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae82f40a-8a51-43c2-a860-e7919068e692.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1cd37393-fcd4-430a-a43d-b2501f42d4bb {
  margin-top: 50px;
margin-left: 15%;
margin-bottom: 50px;
margin-right: 15%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-1cd37393-fcd4-430a-a43d-b2501f42d4bb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cd37393-fcd4-430a-a43d-b2501f42d4bb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cd37393-fcd4-430a-a43d-b2501f42d4bb {
  display: none;
}
#s-1cd37393-fcd4-430a-a43d-b2501f42d4bb, #wrap-s-1cd37393-fcd4-430a-a43d-b2501f42d4bb { display:none !important; }}@media (max-width: 767px){#s-1cd37393-fcd4-430a-a43d-b2501f42d4bb {
  display: none;
}
#s-1cd37393-fcd4-430a-a43d-b2501f42d4bb, #wrap-s-1cd37393-fcd4-430a-a43d-b2501f42d4bb { display:none !important; }}
@media (min-width: 0px) {
[id="s-1cd37393-fcd4-430a-a43d-b2501f42d4bb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1cd37393-fcd4-430a-a43d-b2501f42d4bb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1cd37393-fcd4-430a-a43d-b2501f42d4bb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1cd37393-fcd4-430a-a43d-b2501f42d4bb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad5b03f6-1022-45a8-94be-62a974ca0dbc {
  min-height: 550px;
}








#s-ad5b03f6-1022-45a8-94be-62a974ca0dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad5b03f6-1022-45a8-94be-62a974ca0dbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-125aa008-4c93-45da-8344-37c2aec01dac {
  text-align: left;
}







  #s-125aa008-4c93-45da-8344-37c2aec01dac img.shogun-image {
    

    
    
    
  }


#s-125aa008-4c93-45da-8344-37c2aec01dac .shogun-image-content {
  
    align-items: center;
  
}

#s-c6637372-e7c2-4301-981c-a1fa986a66ad {
  min-height: 500px;
}








#s-c6637372-e7c2-4301-981c-a1fa986a66ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6637372-e7c2-4301-981c-a1fa986a66ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47c689c3-58a3-448c-b3de-3bd222a57ddc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47c689c3-58a3-448c-b3de-3bd222a57ddc .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-13220faf-be50-49aa-a63c-ece25a6df5a3 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-13220faf-be50-49aa-a63c-ece25a6df5a3 {
  display: none;
}
#s-13220faf-be50-49aa-a63c-ece25a6df5a3, #wrap-s-13220faf-be50-49aa-a63c-ece25a6df5a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-13220faf-be50-49aa-a63c-ece25a6df5a3 {
  display: none;
}
#s-13220faf-be50-49aa-a63c-ece25a6df5a3, #wrap-s-13220faf-be50-49aa-a63c-ece25a6df5a3 { display:none !important; }}@media (max-width: 767px){#s-13220faf-be50-49aa-a63c-ece25a6df5a3 {
  display: none;
}
#s-13220faf-be50-49aa-a63c-ece25a6df5a3, #wrap-s-13220faf-be50-49aa-a63c-ece25a6df5a3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-13220faf-be50-49aa-a63c-ece25a6df5a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13220faf-be50-49aa-a63c-ece25a6df5a3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13220faf-be50-49aa-a63c-ece25a6df5a3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13220faf-be50-49aa-a63c-ece25a6df5a3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-630dbca2-1fa7-4b80-9730-5c3f96a6b3f3 {
  min-height: 700px;
}








#s-630dbca2-1fa7-4b80-9730-5c3f96a6b3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-630dbca2-1fa7-4b80-9730-5c3f96a6b3f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-588496f4-0223-40ab-91e8-6560cc1d9266 {
  margin-top: auto;
margin-bottom: auto;
text-align: center;
}







  #s-588496f4-0223-40ab-91e8-6560cc1d9266 img.shogun-image {
    

    
    
    
  }


#s-588496f4-0223-40ab-91e8-6560cc1d9266 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6b4da4d-1c50-413c-960b-72b83535d636 {
  min-height: 500px;
}








#s-d6b4da4d-1c50-413c-960b-72b83535d636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b4da4d-1c50-413c-960b-72b83535d636.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5d0ea76-0b71-4b0f-b428-95f1b5bab5ea {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5d0ea76-0b71-4b0f-b428-95f1b5bab5ea .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0a0d855f-09ce-4770-8a26-2342c1d90cd3 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-0a0d855f-09ce-4770-8a26-2342c1d90cd3 {
  display: none;
}
#s-0a0d855f-09ce-4770-8a26-2342c1d90cd3, #wrap-s-0a0d855f-09ce-4770-8a26-2342c1d90cd3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a0d855f-09ce-4770-8a26-2342c1d90cd3 {
  display: none;
}
#s-0a0d855f-09ce-4770-8a26-2342c1d90cd3, #wrap-s-0a0d855f-09ce-4770-8a26-2342c1d90cd3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a0d855f-09ce-4770-8a26-2342c1d90cd3 {
  display: none;
}
#s-0a0d855f-09ce-4770-8a26-2342c1d90cd3, #wrap-s-0a0d855f-09ce-4770-8a26-2342c1d90cd3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0a0d855f-09ce-4770-8a26-2342c1d90cd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a0d855f-09ce-4770-8a26-2342c1d90cd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a0d855f-09ce-4770-8a26-2342c1d90cd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a0d855f-09ce-4770-8a26-2342c1d90cd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fa552cbb-cf44-4473-a669-ff5e2fdb76c9 {
  padding-left: 5%;
padding-right: 5%;
text-align: center;
}







  #s-fa552cbb-cf44-4473-a669-ff5e2fdb76c9 img.shogun-image {
    

    
    
    
  }


#s-fa552cbb-cf44-4473-a669-ff5e2fdb76c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaffcee9-7fda-401f-b846-33d563f79021 {
  box-shadow:0px 0px 0px 0px ;
}








#s-aaffcee9-7fda-401f-b846-33d563f79021 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaffcee9-7fda-401f-b846-33d563f79021.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-466fb303-6629-46c8-a850-5f6a8a2bc44e {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-466fb303-6629-46c8-a850-5f6a8a2bc44e .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d154d6a7-9c28-4e23-8230-19b31c55c2e1 {
  min-height: 50px;
}








#s-d154d6a7-9c28-4e23-8230-19b31c55c2e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d154d6a7-9c28-4e23-8230-19b31c55c2e1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c58aab0-bcdd-4fc2-bcb0-ec2002df99af {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c58aab0-bcdd-4fc2-bcb0-ec2002df99af .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-af1426d2-5273-44d1-b0d1-d6c940f938e7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}

#s-5110ac94-724d-4a47-a8e6-acebe59037af {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}

@media (min-width: 0px) {
[id="s-5110ac94-724d-4a47-a8e6-acebe59037af"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-5110ac94-724d-4a47-a8e6-acebe59037af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5110ac94-724d-4a47-a8e6-acebe59037af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5110ac94-724d-4a47-a8e6-acebe59037af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fe4c41ce-8a57-471e-b390-a452544ac46c {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-fe4c41ce-8a57-471e-b390-a452544ac46c img.shogun-image {
    

    
    
    
  }


#s-fe4c41ce-8a57-471e-b390-a452544ac46c .shogun-image-content {
  
    align-items: center;
  
}

#s-58cae5a4-df69-409d-989c-fd3b330df7c4 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-58cae5a4-df69-409d-989c-fd3b330df7c4 img.shogun-image {
    

    
    
    
  }


#s-58cae5a4-df69-409d-989c-fd3b330df7c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-29cbdf62-ced5-42ff-b8e2-9836f685c0a7 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-29cbdf62-ced5-42ff-b8e2-9836f685c0a7 img.shogun-image {
    

    
    
    
  }


#s-29cbdf62-ced5-42ff-b8e2-9836f685c0a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebe06ab3-566b-4c82-8265-665518375690 {
  margin-top: 20px;
margin-left: 45%;
margin-bottom: 20px;
margin-right: 45%;
}

#s-ebe06ab3-566b-4c82-8265-665518375690 hr {
  border-top: 2px solid #ddd;
}

#s-440927f3-74ba-4939-b2b6-90b8c5fbea64 {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-440927f3-74ba-4939-b2b6-90b8c5fbea64 {
  display: none;
}
#s-440927f3-74ba-4939-b2b6-90b8c5fbea64, #wrap-s-440927f3-74ba-4939-b2b6-90b8c5fbea64 { display:none !important; }}







#s-440927f3-74ba-4939-b2b6-90b8c5fbea64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-440927f3-74ba-4939-b2b6-90b8c5fbea64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2 {
  display: none;
}
#s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2, #wrap-s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2 {
  display: none;
}
#s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2, #wrap-s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2 { display:none !important; }}@media (max-width: 767px){#s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2 {
  display: none;
}
#s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2, #wrap-s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d435e10b-3450-4ba0-8d2b-f89ff8c05fe2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bc86a2bd-8efe-4244-8eaa-430962c0d163 {
  margin-right: -100px;
min-height: 500px;
}








#s-bc86a2bd-8efe-4244-8eaa-430962c0d163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc86a2bd-8efe-4244-8eaa-430962c0d163.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc1a26cb-7fa0-4217-953f-1e6091bd0e84 {
  margin-top: 30px;
margin-right: -100px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-cc1a26cb-7fa0-4217-953f-1e6091bd0e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc1a26cb-7fa0-4217-953f-1e6091bd0e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebc058fa-a7f6-4054-9bde-fca024137bf0 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebc058fa-a7f6-4054-9bde-fca024137bf0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9f05afca-44a4-4052-b704-10bec97bf026 {
  text-align: center;
}







  #s-9f05afca-44a4-4052-b704-10bec97bf026 img.shogun-image {
    

    
    
    
  }


#s-9f05afca-44a4-4052-b704-10bec97bf026 .shogun-image-content {
  
    align-items: center;
  
}

#s-2744aa0d-3b56-4900-9a75-5e53169822e8 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 1200px){#s-2744aa0d-3b56-4900-9a75-5e53169822e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2744aa0d-3b56-4900-9a75-5e53169822e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2744aa0d-3b56-4900-9a75-5e53169822e8 {
  display: none;
}
#s-2744aa0d-3b56-4900-9a75-5e53169822e8, #wrap-s-2744aa0d-3b56-4900-9a75-5e53169822e8 { display:none !important; }}@media (max-width: 767px){#s-2744aa0d-3b56-4900-9a75-5e53169822e8 {
  display: none;
}
#s-2744aa0d-3b56-4900-9a75-5e53169822e8, #wrap-s-2744aa0d-3b56-4900-9a75-5e53169822e8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2744aa0d-3b56-4900-9a75-5e53169822e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2744aa0d-3b56-4900-9a75-5e53169822e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2744aa0d-3b56-4900-9a75-5e53169822e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2744aa0d-3b56-4900-9a75-5e53169822e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-69d725d0-a9a1-499a-8c0b-e586ad8899a3 {
  margin-top: 30px;
margin-right: -150px;
min-height: 500px;
}








#s-69d725d0-a9a1-499a-8c0b-e586ad8899a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d725d0-a9a1-499a-8c0b-e586ad8899a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-713a7275-94af-442a-a9c4-9bc2a121385f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-713a7275-94af-442a-a9c4-9bc2a121385f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-713a7275-94af-442a-a9c4-9bc2a121385f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91391bec-fffe-4a93-ab16-99aadb014d4a {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91391bec-fffe-4a93-ab16-99aadb014d4a .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c4c29247-5edd-4a58-b3b4-ed616f30aef8 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
}

#s-1f871753-b102-4018-9997-d22fef06a602 {
  max-width: 500px;
text-align: center;
}







  #s-1f871753-b102-4018-9997-d22fef06a602 img.shogun-image {
    

    
    
    
  }


#s-1f871753-b102-4018-9997-d22fef06a602 .shogun-image-content {
  
    align-items: center;
  
}

#s-54b50749-6167-4049-b65a-ad5cf37fb715 {
  margin-top: 31px;
min-height: 50px;
background-color: rgba(239, 233, 228, 1);
}








#s-54b50749-6167-4049-b65a-ad5cf37fb715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54b50749-6167-4049-b65a-ad5cf37fb715.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18703005-c519-49b3-96da-73a2e0f6ede1 {
  margin-top: -61px;
text-align: center;
}







  #s-18703005-c519-49b3-96da-73a2e0f6ede1 img.shogun-image {
    

    
    
    
  }


#s-18703005-c519-49b3-96da-73a2e0f6ede1 .shogun-image-content {
  
    align-items: center;
  
}

#s-47e393d3-1edf-4f19-ba5f-98a561f8bcb2 {
  margin-top: 30px;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-47e393d3-1edf-4f19-ba5f-98a561f8bcb2 {
  display: none;
}
#s-47e393d3-1edf-4f19-ba5f-98a561f8bcb2, #wrap-s-47e393d3-1edf-4f19-ba5f-98a561f8bcb2 { display:none !important; }}
#s-47e393d3-1edf-4f19-ba5f-98a561f8bcb2 .shogun-heading-component h2 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  line-height: 1em;
  
  
}



#s-77cb3383-ef8e-442d-a4ea-565244230be0 {
  margin-top: 30px;
margin-right: 5%;
padding-top: 20px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-77cb3383-ef8e-442d-a4ea-565244230be0 {
  display: none;
}
#s-77cb3383-ef8e-442d-a4ea-565244230be0, #wrap-s-77cb3383-ef8e-442d-a4ea-565244230be0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77cb3383-ef8e-442d-a4ea-565244230be0 {
  display: none;
}
#s-77cb3383-ef8e-442d-a4ea-565244230be0, #wrap-s-77cb3383-ef8e-442d-a4ea-565244230be0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77cb3383-ef8e-442d-a4ea-565244230be0 {
  display: none;
}
#s-77cb3383-ef8e-442d-a4ea-565244230be0, #wrap-s-77cb3383-ef8e-442d-a4ea-565244230be0 { display:none !important; }}
#s-77cb3383-ef8e-442d-a4ea-565244230be0 .shogun-heading-component h2 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  
}



#s-eb3f51ec-61a7-4b3b-b4e8-91f021df4c47 {
  margin-top: 20px;
margin-left: 45%;
margin-right: 45%;
}

#s-eb3f51ec-61a7-4b3b-b4e8-91f021df4c47 hr {
  border-top: 2px solid #ddd;
}

#s-637414f8-97b6-498b-8fac-b73f3b025cb2 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-637414f8-97b6-498b-8fac-b73f3b025cb2 {
  display: none;
}
#s-637414f8-97b6-498b-8fac-b73f3b025cb2, #wrap-s-637414f8-97b6-498b-8fac-b73f3b025cb2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-637414f8-97b6-498b-8fac-b73f3b025cb2 {
  display: none;
}
#s-637414f8-97b6-498b-8fac-b73f3b025cb2, #wrap-s-637414f8-97b6-498b-8fac-b73f3b025cb2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-637414f8-97b6-498b-8fac-b73f3b025cb2 {
  display: none;
}
#s-637414f8-97b6-498b-8fac-b73f3b025cb2, #wrap-s-637414f8-97b6-498b-8fac-b73f3b025cb2 { display:none !important; }}
@media (min-width: 0px) {
[id="s-637414f8-97b6-498b-8fac-b73f3b025cb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-637414f8-97b6-498b-8fac-b73f3b025cb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-637414f8-97b6-498b-8fac-b73f3b025cb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-637414f8-97b6-498b-8fac-b73f3b025cb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-44b3fcd0-b826-4376-96e8-76ce92ef8413 {
  min-height: 50px;
}








#s-44b3fcd0-b826-4376-96e8-76ce92ef8413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b3fcd0-b826-4376-96e8-76ce92ef8413.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26345ae7-6d3d-40e7-8918-7f136f69e5bc {
  text-align: center;
}







  #s-26345ae7-6d3d-40e7-8918-7f136f69e5bc img.shogun-image {
    

    
    
    
  }


#s-26345ae7-6d3d-40e7-8918-7f136f69e5bc .shogun-image-content {
  
    align-items: center;
  
}

#s-98460c2d-38b5-435a-a052-d29804890659 {
  min-height: 50px;
}








#s-98460c2d-38b5-435a-a052-d29804890659 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98460c2d-38b5-435a-a052-d29804890659.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a00b2e64-53fd-498d-aa6c-81d45485b70d {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a00b2e64-53fd-498d-aa6c-81d45485b70d .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-51e0c6b1-5a17-4751-80b3-87e9cd099968 {
  margin-left: 15%;
margin-right: 15%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-51e0c6b1-5a17-4751-80b3-87e9cd099968 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51e0c6b1-5a17-4751-80b3-87e9cd099968 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51e0c6b1-5a17-4751-80b3-87e9cd099968 {
  display: none;
}
#s-51e0c6b1-5a17-4751-80b3-87e9cd099968, #wrap-s-51e0c6b1-5a17-4751-80b3-87e9cd099968 { display:none !important; }}@media (max-width: 767px){#s-51e0c6b1-5a17-4751-80b3-87e9cd099968 {
  display: none;
}
#s-51e0c6b1-5a17-4751-80b3-87e9cd099968, #wrap-s-51e0c6b1-5a17-4751-80b3-87e9cd099968 { display:none !important; }}
@media (min-width: 0px) {
[id="s-51e0c6b1-5a17-4751-80b3-87e9cd099968"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51e0c6b1-5a17-4751-80b3-87e9cd099968"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51e0c6b1-5a17-4751-80b3-87e9cd099968"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51e0c6b1-5a17-4751-80b3-87e9cd099968"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51e0c6b1-5a17-4751-80b3-87e9cd099968"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51e0c6b1-5a17-4751-80b3-87e9cd099968"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51e0c6b1-5a17-4751-80b3-87e9cd099968"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-35b56c70-eabc-4772-bbef-cca148f4be14 {
  min-height: 550px;
}








#s-35b56c70-eabc-4772-bbef-cca148f4be14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35b56c70-eabc-4772-bbef-cca148f4be14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c533b41-32cc-4c5e-a009-adc864cac743 {
  text-align: center;
}







  #s-6c533b41-32cc-4c5e-a009-adc864cac743 img.shogun-image {
    

    
    
    
  }


#s-6c533b41-32cc-4c5e-a009-adc864cac743 .shogun-image-content {
  
    align-items: center;
  
}

#s-a30c63c4-6aac-4c08-8511-d9de70d884f0 {
  min-height: 680px;
}








#s-a30c63c4-6aac-4c08-8511-d9de70d884f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a30c63c4-6aac-4c08-8511-d9de70d884f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea341fb9-b1c0-4ea2-8185-01bc80bbc506 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ea341fb9-b1c0-4ea2-8185-01bc80bbc506 .shogun-heading-component h1 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa {
  margin-left: 5%;
margin-right: 5%;
padding-top: 40px;
padding-bottom: 40px;
}
@media (min-width: 1200px){#s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa {
  display: none;
}
#s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa, #wrap-s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa {
  display: none;
}
#s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa, #wrap-s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa { display:none !important; }}@media (max-width: 767px){#s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa {
  display: none;
}
#s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa, #wrap-s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa { display:none !important; }}
@media (min-width: 0px) {
[id="s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-335d6f1b-cf4f-4f1c-bff0-90f3dd999eaa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-506c99dc-8235-45c0-a616-08f52fb5d35c {
  min-height: 680px;
}








#s-506c99dc-8235-45c0-a616-08f52fb5d35c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-506c99dc-8235-45c0-a616-08f52fb5d35c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7000365-1e6f-4573-91d1-377dd9dcfff2 {
  text-align: center;
}







  #s-e7000365-1e6f-4573-91d1-377dd9dcfff2 img.shogun-image {
    

    
    
    
  }


#s-e7000365-1e6f-4573-91d1-377dd9dcfff2 .shogun-image-content {
  
    align-items: center;
  
}

#s-51579832-a4d5-4b6a-982d-20fed0e03037 {
  min-height: 50px;
}








#s-51579832-a4d5-4b6a-982d-20fed0e03037 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51579832-a4d5-4b6a-982d-20fed0e03037.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5f91570-cc80-4285-b3f7-0443a4ce47d4 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b5f91570-cc80-4285-b3f7-0443a4ce47d4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-b96727de-dc8c-48bc-9e66-c88e457c6d85 {
  padding-top: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b96727de-dc8c-48bc-9e66-c88e457c6d85 {
  display: none;
}
#s-b96727de-dc8c-48bc-9e66-c88e457c6d85, #wrap-s-b96727de-dc8c-48bc-9e66-c88e457c6d85 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b96727de-dc8c-48bc-9e66-c88e457c6d85 {
  display: none;
}
#s-b96727de-dc8c-48bc-9e66-c88e457c6d85, #wrap-s-b96727de-dc8c-48bc-9e66-c88e457c6d85 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b96727de-dc8c-48bc-9e66-c88e457c6d85 {
  display: none;
}
#s-b96727de-dc8c-48bc-9e66-c88e457c6d85, #wrap-s-b96727de-dc8c-48bc-9e66-c88e457c6d85 { display:none !important; }}







#s-b96727de-dc8c-48bc-9e66-c88e457c6d85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b96727de-dc8c-48bc-9e66-c88e457c6d85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41692f40-07de-4f9c-baab-e229ca495a2f {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-41692f40-07de-4f9c-baab-e229ca495a2f img.shogun-image {
    

    
    
    
  }


#s-41692f40-07de-4f9c-baab-e229ca495a2f .shogun-image-content {
  
    align-items: center;
  
}

#s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8 {
  box-shadow:0px 0px 0px 0px ;
margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8 {
  display: none;
}
#s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8, #wrap-s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8 {
  display: none;
}
#s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8, #wrap-s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8 { display:none !important; }}







#s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-115c7389-81c6-4ef6-b7f6-f6ebebe79ef8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5e6f7f2-6783-46a8-9c17-44a34124c0f5 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5e6f7f2-6783-46a8-9c17-44a34124c0f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-f7cef565-108b-483d-b561-793c9e056958 {
  margin-left: 45%;
margin-bottom: 20px;
margin-right: 45%;
}
@media (min-width: 1200px){#s-f7cef565-108b-483d-b561-793c9e056958 {
  display: none;
}
#s-f7cef565-108b-483d-b561-793c9e056958, #wrap-s-f7cef565-108b-483d-b561-793c9e056958 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f7cef565-108b-483d-b561-793c9e056958 {
  display: none;
}
#s-f7cef565-108b-483d-b561-793c9e056958, #wrap-s-f7cef565-108b-483d-b561-793c9e056958 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f7cef565-108b-483d-b561-793c9e056958 {
  display: none;
}
#s-f7cef565-108b-483d-b561-793c9e056958, #wrap-s-f7cef565-108b-483d-b561-793c9e056958 { display:none !important; }}
#s-f7cef565-108b-483d-b561-793c9e056958 hr {
  border-top: 2px solid #ddd;
}

#s-f9ac66c8-03fd-4213-ae3d-3498602bf762 {
  padding-left: 5%;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f9ac66c8-03fd-4213-ae3d-3498602bf762 {
  display: none;
}
#s-f9ac66c8-03fd-4213-ae3d-3498602bf762, #wrap-s-f9ac66c8-03fd-4213-ae3d-3498602bf762 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f9ac66c8-03fd-4213-ae3d-3498602bf762 {
  display: none;
}
#s-f9ac66c8-03fd-4213-ae3d-3498602bf762, #wrap-s-f9ac66c8-03fd-4213-ae3d-3498602bf762 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f9ac66c8-03fd-4213-ae3d-3498602bf762 {
  display: none;
}
#s-f9ac66c8-03fd-4213-ae3d-3498602bf762, #wrap-s-f9ac66c8-03fd-4213-ae3d-3498602bf762 { display:none !important; }}







#s-f9ac66c8-03fd-4213-ae3d-3498602bf762 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9ac66c8-03fd-4213-ae3d-3498602bf762.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5edfc026-66ec-452f-8493-5b380b8dffe2 {
  text-align: center;
}







  #s-5edfc026-66ec-452f-8493-5b380b8dffe2 img.shogun-image {
    

    
    
    
  }


#s-5edfc026-66ec-452f-8493-5b380b8dffe2 .shogun-image-content {
  
    align-items: center;
  
}

#s-924891c6-e72e-47a5-91c1-95e9bea7583c {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-924891c6-e72e-47a5-91c1-95e9bea7583c .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-7f3bc7c3-79dd-4dff-8a32-8590ee1e7a76 {
  min-height: 50px;
}

#s-7f3bc7c3-79dd-4dff-8a32-8590ee1e7a76 {
  background-image: url();
}








#s-7f3bc7c3-79dd-4dff-8a32-8590ee1e7a76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7f3bc7c3-79dd-4dff-8a32-8590ee1e7a76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e {
  display: none;
}
#s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e, #wrap-s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e {
  display: none;
}
#s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e, #wrap-s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e { display:none !important; }}@media (max-width: 767px){#s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e {
  display: none;
}
#s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e, #wrap-s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e { display:none !important; }}
@media (min-width: 0px) {
[id="s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79e36cb8-afac-4c4f-bf4c-1dfe9808d38e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9ba2bbf4-ea30-4bc6-8714-8d17b814d4ab {
  min-height: 50px;
}








#s-9ba2bbf4-ea30-4bc6-8714-8d17b814d4ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ba2bbf4-ea30-4bc6-8714-8d17b814d4ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11f52f78-ecd7-468c-a1c0-16ccf1e190a8 {
  text-align: center;
}







  #s-11f52f78-ecd7-468c-a1c0-16ccf1e190a8 img.shogun-image {
    

    
    
    
  }


#s-11f52f78-ecd7-468c-a1c0-16ccf1e190a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b4d0d11-0093-49c7-8232-55444ec77482 {
  margin-top: 40px;
min-height: 500px;
}








#s-8b4d0d11-0093-49c7-8232-55444ec77482 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b4d0d11-0093-49c7-8232-55444ec77482.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3da64ab5-2e3c-4bbd-a276-6ed03d5a9ed9 {
  margin-left: -100px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-3da64ab5-2e3c-4bbd-a276-6ed03d5a9ed9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3da64ab5-2e3c-4bbd-a276-6ed03d5a9ed9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a5e28e91-e452-4d34-870b-47475197cd46 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5e28e91-e452-4d34-870b-47475197cd46 .shogun-heading-component h1 {
  color: #000;
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba {
  margin-top: 40px;
margin-left: 15%;
margin-bottom: 40px;
margin-right: 15%;
}
@media (min-width: 1200px){#s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba {
  display: none;
}
#s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba, #wrap-s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba { display:none !important; }}@media (max-width: 767px){#s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba {
  display: none;
}
#s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba, #wrap-s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba { display:none !important; }}
@media (min-width: 0px) {
[id="s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e14113f-33d6-4f4b-b3eb-b4ab82685fba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-750aa1a7-8724-481d-939b-df20cb3abf70 {
  min-height: 50px;
}








#s-750aa1a7-8724-481d-939b-df20cb3abf70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-750aa1a7-8724-481d-939b-df20cb3abf70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96e93610-7118-42bb-93d7-05f825d1ca70 {
  margin-left: auto;
max-width: 500px;
text-align: center;
}







  #s-96e93610-7118-42bb-93d7-05f825d1ca70 img.shogun-image {
    

    
    
    
  }


#s-96e93610-7118-42bb-93d7-05f825d1ca70 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2458fcd-17e4-4beb-8956-2ba1480c0fbc {
  margin-top: 40px;
margin-left: -100px;
min-height: 500px;
}








#s-c2458fcd-17e4-4beb-8956-2ba1480c0fbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2458fcd-17e4-4beb-8956-2ba1480c0fbc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e82ff34-7d77-48a0-b34e-b6e161a85b0b {
  margin-left: 20px;
margin-right: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
background-color: rgba(255, 255, 255, 1);
}








#s-1e82ff34-7d77-48a0-b34e-b6e161a85b0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e82ff34-7d77-48a0-b34e-b6e161a85b0b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-55d17c15-8a10-4e8b-9a8c-74cffd5fd7a3 {
  margin-top: 40px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55d17c15-8a10-4e8b-9a8c-74cffd5fd7a3 .shogun-heading-component h1 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-33bf97f4-c9c1-49e9-b489-c0ead2c92f28 {
  margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}

#s-99cdaa1a-6f65-43f2-9dd8-1131ffe558d5 {
  min-height: 50px;
}








#s-99cdaa1a-6f65-43f2-9dd8-1131ffe558d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99cdaa1a-6f65-43f2-9dd8-1131ffe558d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed768019-c92b-4c0d-9a7c-c0143b7f075b {
  margin-top: 20px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(241, 234, 228, 1);
}








#s-ed768019-c92b-4c0d-9a7c-c0143b7f075b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed768019-c92b-4c0d-9a7c-c0143b7f075b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43774fac-c0d3-4d76-bc9b-eb8e86c0a3e7 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-43774fac-c0d3-4d76-bc9b-eb8e86c0a3e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-43774fac-c0d3-4d76-bc9b-eb8e86c0a3e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43774fac-c0d3-4d76-bc9b-eb8e86c0a3e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43774fac-c0d3-4d76-bc9b-eb8e86c0a3e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-751d3360-56a0-4f09-8795-97c497c5509f {
  margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}







  #s-751d3360-56a0-4f09-8795-97c497c5509f img.shogun-image {
    

    
    
    
  }


#s-751d3360-56a0-4f09-8795-97c497c5509f .shogun-image-content {
  
    align-items: center;
  
}

#s-75684117-f1e5-4720-a699-44bb633a0ee9 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75684117-f1e5-4720-a699-44bb633a0ee9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: left;
}



#s-af6dca18-af7b-421f-9314-4bcd558ed342 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-af6dca18-af7b-421f-9314-4bcd558ed342"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af6dca18-af7b-421f-9314-4bcd558ed342"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af6dca18-af7b-421f-9314-4bcd558ed342"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-af6dca18-af7b-421f-9314-4bcd558ed342"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af6dca18-af7b-421f-9314-4bcd558ed342"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-af6dca18-af7b-421f-9314-4bcd558ed342"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-af6dca18-af7b-421f-9314-4bcd558ed342"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-3bd2cd14-19af-4b15-902f-ee6f70b526f6 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}







  #s-3bd2cd14-19af-4b15-902f-ee6f70b526f6 img.shogun-image {
    

    
    
    
  }


#s-3bd2cd14-19af-4b15-902f-ee6f70b526f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-1589be68-edac-45a3-a448-0fd3ce05de59 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-c76328b2-d731-43dc-92c4-4cfb00be63ea {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-c76328b2-d731-43dc-92c4-4cfb00be63ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c76328b2-d731-43dc-92c4-4cfb00be63ea"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c76328b2-d731-43dc-92c4-4cfb00be63ea"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c76328b2-d731-43dc-92c4-4cfb00be63ea"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c76328b2-d731-43dc-92c4-4cfb00be63ea"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c76328b2-d731-43dc-92c4-4cfb00be63ea"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c76328b2-d731-43dc-92c4-4cfb00be63ea"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-d35ef388-de42-4cd4-b1d3-d9e210765202 {
  margin-left: 10%;
margin-right: 10%;
text-align: center;
}







  #s-d35ef388-de42-4cd4-b1d3-d9e210765202 img.shogun-image {
    

    
    
    
  }


#s-d35ef388-de42-4cd4-b1d3-d9e210765202 .shogun-image-content {
  
    align-items: center;
  
}

#s-8fc233a2-2d1b-411f-ba03-c2ed1e9f1dee {
  margin-top: 20px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-0d0726fe-f1f3-4524-956e-c9d91fa7b03d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d0726fe-f1f3-4524-956e-c9d91fa7b03d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0d0726fe-f1f3-4524-956e-c9d91fa7b03d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0d0726fe-f1f3-4524-956e-c9d91fa7b03d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0d0726fe-f1f3-4524-956e-c9d91fa7b03d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d0726fe-f1f3-4524-956e-c9d91fa7b03d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0d0726fe-f1f3-4524-956e-c9d91fa7b03d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-81a049ba-0a8b-4b72-a1f9-81ad4d831b8e {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-81a049ba-0a8b-4b72-a1f9-81ad4d831b8e img.shogun-image {
    

    
    
    
  }


#s-81a049ba-0a8b-4b72-a1f9-81ad4d831b8e .shogun-image-content {
  
    align-items: center;
  
}

#s-4b9415f4-8e91-4a90-bf3a-68808d46a320 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-4e3d0a9c-15f1-4519-a553-789c8e839ba9 {
  min-height: 50px;
}








#s-4e3d0a9c-15f1-4519-a553-789c8e839ba9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e3d0a9c-15f1-4519-a553-789c8e839ba9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0de73a9e-c8c6-4514-8e77-c6d6a9b9ccb2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0de73a9e-c8c6-4514-8e77-c6d6a9b9ccb2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-1799a11c-6491-4221-a878-97ba8664ca90 {
  margin-left: 10%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1799a11c-6491-4221-a878-97ba8664ca90 {
  display: none;
}
#s-1799a11c-6491-4221-a878-97ba8664ca90, #wrap-s-1799a11c-6491-4221-a878-97ba8664ca90 { display:none !important; }}@media (max-width: 767px){#s-1799a11c-6491-4221-a878-97ba8664ca90 {
  display: none;
}
#s-1799a11c-6491-4221-a878-97ba8664ca90, #wrap-s-1799a11c-6491-4221-a878-97ba8664ca90 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1799a11c-6491-4221-a878-97ba8664ca90"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1799a11c-6491-4221-a878-97ba8664ca90"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-1799a11c-6491-4221-a878-97ba8664ca90"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-1799a11c-6491-4221-a878-97ba8664ca90"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-d613c91a-e7b9-4f96-aa64-3d7dff79527b {
  display: none;
}
.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-7d8303e2-7438-4aef-90db-5686d9d2c0d2 {
  text-align: left;
}



.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7d8303e2-7438-4aef-90db-5686d9d2c0d2 img.shogun-image {
  width: 100%;
}



}
#s-c1dc1200-6e3e-49d0-a2ac-3f9aa11c12e9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1dc1200-6e3e-49d0-a2ac-3f9aa11c12e9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



.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-b96f4110-497c-4363-a159-ccab61a17349 {
  text-align: left;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .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-b96f4110-497c-4363-a159-ccab61a17349 .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-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-b96f4110-497c-4363-a159-ccab61a17349-btn-wrapper {
    text-align: center;
  }


#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-variant-btn:hover {
  background: #252525;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-variant-btn:active, #s-b96f4110-497c-4363-a159-ccab61a17349 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-b96f4110-497c-4363-a159-ccab61a17349 .shg-variant-btn.disabled {
  background: #252525;
}

#s-ee86e797-d683-4109-8f55-196de61db846 {
  text-align: center;
}

#s-ee86e797-d683-4109-8f55-196de61db846 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-ee86e797-d683-4109-8f55-196de61db846 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-ee86e797-d683-4109-8f55-196de61db846 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

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

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

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

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

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

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

#s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-2f17367d-92ce-4ff3-b7c8-d804bd3f19c9.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-d61a6708-1e5b-4063-a2b5-497c69a374a4 {
  display: none;
}
#s-de74ec59-285b-4e37-808c-9d5523ff9b42 {
  text-align: left;
}



.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-de74ec59-285b-4e37-808c-9d5523ff9b42 img.shogun-image {
  width: 100%;
}



}
#s-c4312ed4-ffa7-4a38-95c9-5720f9eed425 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4312ed4-ffa7-4a38-95c9-5720f9eed425 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 {
  text-align: left;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .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-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .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-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-d05fe3ab-7b90-44df-93bc-70eb51a045b6-btn-wrapper {
    text-align: center;
  }


#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-variant-btn:hover {
  background: #252525;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-variant-btn:active, #s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-d05fe3ab-7b90-44df-93bc-70eb51a045b6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-3869f556-9b55-49fa-9e1a-00c3c6cd4500 {
  text-align: center;
}

#s-3869f556-9b55-49fa-9e1a-00c3c6cd4500 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-3869f556-9b55-49fa-9e1a-00c3c6cd4500 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-3869f556-9b55-49fa-9e1a-00c3c6cd4500 .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-cc86b08b-6cbf-4914-93ee-5078d1254dac {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-cc86b08b-6cbf-4914-93ee-5078d1254dac:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cc86b08b-6cbf-4914-93ee-5078d1254dac:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cc86b08b-6cbf-4914-93ee-5078d1254dac {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cc86b08b-6cbf-4914-93ee-5078d1254dac.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cc86b08b-6cbf-4914-93ee-5078d1254dac.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cc86b08b-6cbf-4914-93ee-5078d1254dac.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-cc86b08b-6cbf-4914-93ee-5078d1254dac.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-169314ed-faf1-4a7e-ab7a-c5006ef1543a {
  display: none;
}
#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 {
  text-align: left;
}



.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-cd7f3237-0fb2-4376-a619-b3aeb3036280 img.shogun-image {
  width: 100%;
}



}
#s-3ed779b4-5e5d-4d06-8f63-be05221aa3bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3ed779b4-5e5d-4d06-8f63-be05221aa3bb .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 {
  text-align: left;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .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-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .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-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47-btn-wrapper {
    text-align: center;
  }


#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-variant-btn:hover {
  background: #252525;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-variant-btn:active, #s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8e29cee3-8cd4-4bea-b1de-66f1b54f5f47 .shg-variant-btn.disabled {
  background: #252525;
}

#s-eeb0479e-c2c4-4b8c-8340-0d44d5752294 {
  text-align: center;
}

#s-eeb0479e-c2c4-4b8c-8340-0d44d5752294 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-eeb0479e-c2c4-4b8c-8340-0d44d5752294 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-eeb0479e-c2c4-4b8c-8340-0d44d5752294 .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-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-ee1f3e81-63b0-4d8b-a70d-aa81fdec15d6.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-5dc12940-c29f-4f3d-a295-d7f13c820f21 {
  display: none;
}
#s-3537a664-fa2b-4e32-ab0b-97d559ed866e {
  text-align: left;
}



.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3537a664-fa2b-4e32-ab0b-97d559ed866e img.shogun-image {
  width: 100%;
}



}
#s-ef2251bd-92cc-4375-ac69-71f809b8f5c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef2251bd-92cc-4375-ac69-71f809b8f5c9 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 {
  text-align: left;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .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-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .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-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-f212ee65-916d-42f0-97aa-f83ccbfe79a3-btn-wrapper {
    text-align: center;
  }


#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-variant-btn:hover {
  background: #252525;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-variant-btn:active, #s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-f212ee65-916d-42f0-97aa-f83ccbfe79a3 .shg-variant-btn.disabled {
  background: #252525;
}

#s-96941dd7-14ed-489a-b65a-cb64abf52fcb {
  text-align: center;
}

#s-96941dd7-14ed-489a-b65a-cb64abf52fcb .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-96941dd7-14ed-489a-b65a-cb64abf52fcb .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-96941dd7-14ed-489a-b65a-cb64abf52fcb .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-d7c8bbf6-c8a3-475e-a070-46cc56e31b45 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-d7c8bbf6-c8a3-475e-a070-46cc56e31b45:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7c8bbf6-c8a3-475e-a070-46cc56e31b45:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d7c8bbf6-c8a3-475e-a070-46cc56e31b45 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-d7c8bbf6-c8a3-475e-a070-46cc56e31b45.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d7c8bbf6-c8a3-475e-a070-46cc56e31b45.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-d7c8bbf6-c8a3-475e-a070-46cc56e31b45.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-d7c8bbf6-c8a3-475e-a070-46cc56e31b45.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-e1d01ef6-ae5a-47be-807e-d224806f2481 {
  margin-bottom: 50px;
padding-top: 15px;
}
@media (min-width: 1200px){#s-e1d01ef6-ae5a-47be-807e-d224806f2481 {
  display: none;
}
#s-e1d01ef6-ae5a-47be-807e-d224806f2481, #wrap-s-e1d01ef6-ae5a-47be-807e-d224806f2481 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e1d01ef6-ae5a-47be-807e-d224806f2481 {
  display: none;
}
#s-e1d01ef6-ae5a-47be-807e-d224806f2481, #wrap-s-e1d01ef6-ae5a-47be-807e-d224806f2481 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e1d01ef6-ae5a-47be-807e-d224806f2481 {
  
}
}@media (max-width: 767px){#s-e1d01ef6-ae5a-47be-807e-d224806f2481 {
  
}
}
@media (min-width: 0px) {
[id="s-e1d01ef6-ae5a-47be-807e-d224806f2481"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e1d01ef6-ae5a-47be-807e-d224806f2481"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1d01ef6-ae5a-47be-807e-d224806f2481"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1d01ef6-ae5a-47be-807e-d224806f2481"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-1ff9a9f2-41e2-40e1-9e23-28d4e2e14e8d {
  display: none;
}
#s-4f164f29-256d-40b0-b519-f9177c16cedb {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4f164f29-256d-40b0-b519-f9177c16cedb img.shogun-image {
  width: 100%;
}



}
#s-1ef6a8a4-99ab-4042-8e74-a8950cefd8ac {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ef6a8a4-99ab-4042-8e74-a8950cefd8ac .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8aa3bf70-163b-4633-8735-ab5b07709f51 {
  text-align: left;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .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-8aa3bf70-163b-4633-8735-ab5b07709f51 .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-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-8aa3bf70-163b-4633-8735-ab5b07709f51-btn-wrapper {
    text-align: center;
  }


#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-variant-btn:hover {
  background: #252525;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-variant-btn:active, #s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-8aa3bf70-163b-4633-8735-ab5b07709f51 .shg-variant-btn.disabled {
  background: #252525;
}

#s-6692f5ed-d09f-4948-90fc-8fd5dc1715a0 {
  text-align: center;
}

#s-6692f5ed-d09f-4948-90fc-8fd5dc1715a0 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-6692f5ed-d09f-4948-90fc-8fd5dc1715a0 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-6692f5ed-d09f-4948-90fc-8fd5dc1715a0 .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-3bca7396-3760-4a59-aa1c-a27fca176227 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-3bca7396-3760-4a59-aa1c-a27fca176227:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3bca7396-3760-4a59-aa1c-a27fca176227:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3bca7396-3760-4a59-aa1c-a27fca176227 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3bca7396-3760-4a59-aa1c-a27fca176227.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3bca7396-3760-4a59-aa1c-a27fca176227.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-3bca7396-3760-4a59-aa1c-a27fca176227.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-3bca7396-3760-4a59-aa1c-a27fca176227.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-162b8299-1ed1-413f-9d51-3a28159b860f {
  display: none;
}
#s-90c711d6-6120-4298-9a17-4a38d0f5df7f {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-90c711d6-6120-4298-9a17-4a38d0f5df7f img.shogun-image {
  width: 100%;
}



}
#s-b87af8c3-1109-4a07-9ec0-b7c7e001766c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b87af8c3-1109-4a07-9ec0-b7c7e001766c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c4717177-6b0f-4411-8e04-452426226a65 {
  text-align: left;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .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-c4717177-6b0f-4411-8e04-452426226a65 .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-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-c4717177-6b0f-4411-8e04-452426226a65-btn-wrapper {
    text-align: center;
  }


#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-variant-btn:hover {
  background: #252525;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-variant-btn:active, #s-c4717177-6b0f-4411-8e04-452426226a65 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-c4717177-6b0f-4411-8e04-452426226a65 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b1f9bbc9-f1bd-48ce-b305-cabb58314bd2 {
  text-align: center;
}

#s-b1f9bbc9-f1bd-48ce-b305-cabb58314bd2 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-b1f9bbc9-f1bd-48ce-b305-cabb58314bd2 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-b1f9bbc9-f1bd-48ce-b305-cabb58314bd2 .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-74b00990-e69e-48e7-84aa-5d41c61a8929 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-74b00990-e69e-48e7-84aa-5d41c61a8929:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-74b00990-e69e-48e7-84aa-5d41c61a8929:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-74b00990-e69e-48e7-84aa-5d41c61a8929 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-74b00990-e69e-48e7-84aa-5d41c61a8929.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-74b00990-e69e-48e7-84aa-5d41c61a8929.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-74b00990-e69e-48e7-84aa-5d41c61a8929.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-74b00990-e69e-48e7-84aa-5d41c61a8929.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-b8bc83af-7a59-4aa5-8661-f49915ca1f60 {
  display: none;
}
#s-dd852be2-e138-4016-b134-e9280ab9c720 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dd852be2-e138-4016-b134-e9280ab9c720 img.shogun-image {
  width: 100%;
}



}
#s-23bd54ff-89e0-4e6c-bdb7-4f8accac5227 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23bd54ff-89e0-4e6c-bdb7-4f8accac5227 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 {
  text-align: left;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .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-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .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-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6-btn-wrapper {
    text-align: center;
  }


#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-variant-btn:hover {
  background: #252525;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-variant-btn:active, #s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-eb44098f-45de-43f3-a3ef-8ac3a95a01d6 .shg-variant-btn.disabled {
  background: #252525;
}

#s-2853a769-84d8-4098-869e-cd39db584a5e {
  text-align: center;
}

#s-2853a769-84d8-4098-869e-cd39db584a5e .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-2853a769-84d8-4098-869e-cd39db584a5e .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-2853a769-84d8-4098-869e-cd39db584a5e .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-474bc5e6-eeb6-46df-9f80-97c6bf608fd1 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-474bc5e6-eeb6-46df-9f80-97c6bf608fd1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-474bc5e6-eeb6-46df-9f80-97c6bf608fd1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-474bc5e6-eeb6-46df-9f80-97c6bf608fd1 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-474bc5e6-eeb6-46df-9f80-97c6bf608fd1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-474bc5e6-eeb6-46df-9f80-97c6bf608fd1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-474bc5e6-eeb6-46df-9f80-97c6bf608fd1.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-474bc5e6-eeb6-46df-9f80-97c6bf608fd1.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-be4a4565-0d9e-4d38-8ae0-5fd66446b623 {
  display: none;
}
#s-57f77458-0a4f-441c-9871-aa2d946ff882 {
  margin-top: 20px;
margin-bottom: 20px;
text-align: left;
}



.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57f77458-0a4f-441c-9871-aa2d946ff882 img.shogun-image {
  width: 100%;
}



}
#s-5da0aafd-e13f-4f0c-8dce-66d2789b388e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5da0aafd-e13f-4f0c-8dce-66d2789b388e .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 {
  text-align: left;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 5px;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .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-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .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-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8-btn-wrapper {
    text-align: center;
  }


#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-variant-btn:hover {
  background: #252525;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-variant-btn:active, #s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6ea3f8ca-6bc5-4141-ab8a-f1d061330bc8 .shg-variant-btn.disabled {
  background: #252525;
}

#s-b8a92e37-864d-4c4b-ada6-38b49ae266d8 {
  text-align: center;
}

#s-b8a92e37-864d-4c4b-ada6-38b49ae266d8 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-b8a92e37-864d-4c4b-ada6-38b49ae266d8 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-b8a92e37-864d-4c4b-ada6-38b49ae266d8 .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-00c34185-ec78-440c-9ce5-59fa93c22845 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-00c34185-ec78-440c-9ce5-59fa93c22845:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-00c34185-ec78-440c-9ce5-59fa93c22845:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-00c34185-ec78-440c-9ce5-59fa93c22845 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-00c34185-ec78-440c-9ce5-59fa93c22845.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00c34185-ec78-440c-9ce5-59fa93c22845.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-00c34185-ec78-440c-9ce5-59fa93c22845.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-00c34185-ec78-440c-9ce5-59fa93c22845.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-3ac1fabf-31af-4c03-a197-8de05742ecde {
  margin-left: 5%;
margin-bottom: 50px;
margin-right: 5%;
padding-top: 15px;
}
@media (min-width: 1200px){#s-3ac1fabf-31af-4c03-a197-8de05742ecde {
  display: none;
}
#s-3ac1fabf-31af-4c03-a197-8de05742ecde, #wrap-s-3ac1fabf-31af-4c03-a197-8de05742ecde { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ac1fabf-31af-4c03-a197-8de05742ecde {
  display: none;
}
#s-3ac1fabf-31af-4c03-a197-8de05742ecde, #wrap-s-3ac1fabf-31af-4c03-a197-8de05742ecde { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ac1fabf-31af-4c03-a197-8de05742ecde {
  display: none;
}
#s-3ac1fabf-31af-4c03-a197-8de05742ecde, #wrap-s-3ac1fabf-31af-4c03-a197-8de05742ecde { display:none !important; }}
@media (min-width: 0px) {
[id="s-3ac1fabf-31af-4c03-a197-8de05742ecde"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3ac1fabf-31af-4c03-a197-8de05742ecde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3ac1fabf-31af-4c03-a197-8de05742ecde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3ac1fabf-31af-4c03-a197-8de05742ecde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2c033e60-472f-47f5-836f-b2f9547f81ed {
  display: none;
}
#s-8781340b-8752-4d41-bbee-9687c29e6750 {
  text-align: left;
}



.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8781340b-8752-4d41-bbee-9687c29e6750 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-f4464bf3-447f-44ae-953b-a258e9eaf70b {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-f4464bf3-447f-44ae-953b-a258e9eaf70b .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-31c8942c-a009-462b-8918-b2b2f22b71ac {
  text-align: center;
}

#s-31c8942c-a009-462b-8918-b2b2f22b71ac .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-31c8942c-a009-462b-8918-b2b2f22b71ac .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-31c8942c-a009-462b-8918-b2b2f22b71ac .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-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a {
  margin-bottom: 10px;
text-align: left;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .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-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .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-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a-btn-wrapper {
    text-align: center;
  }


#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-variant-btn:hover {
  background: #252525;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-variant-btn:active, #s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2916c4fa-b3c8-4d26-8cd3-c3047683ef9a .shg-variant-btn.disabled {
  background: #252525;
}

#s-c0629958-a221-4444-a376-2a0e7a9da77c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-c0629958-a221-4444-a376-2a0e7a9da77c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c0629958-a221-4444-a376-2a0e7a9da77c:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-c0629958-a221-4444-a376-2a0e7a9da77c {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-c0629958-a221-4444-a376-2a0e7a9da77c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-c0629958-a221-4444-a376-2a0e7a9da77c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-c0629958-a221-4444-a376-2a0e7a9da77c.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-c0629958-a221-4444-a376-2a0e7a9da77c.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-96068b4b-78c8-44bd-a53b-a3c64288315f {
  display: none;
}
#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 {
  text-align: left;
}



.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e8c097d2-5d7a-4b1d-84fb-ebb9a2fe7a12 img.shogun-image {
  width: 100%;
}



}
#s-c5163f9a-24c0-4361-b678-4c53c765ed06 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-c5163f9a-24c0-4361-b678-4c53c765ed06 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-58d37504-ab0d-4142-8f5d-07583da1884a {
  text-align: center;
}

#s-58d37504-ab0d-4142-8f5d-07583da1884a .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-58d37504-ab0d-4142-8f5d-07583da1884a .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-58d37504-ab0d-4142-8f5d-07583da1884a .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-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 {
  margin-bottom: 10px;
text-align: left;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .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-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .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-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03-btn-wrapper {
    text-align: center;
  }


#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-variant-btn:hover {
  background: #252525;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-variant-btn:active, #s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-2cbeaf69-a4b0-42ed-a980-b1cbe9942d03 .shg-variant-btn.disabled {
  background: #252525;
}

#s-cefc9425-12b1-4d71-9f43-3766e0e112cb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-cefc9425-12b1-4d71-9f43-3766e0e112cb:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cefc9425-12b1-4d71-9f43-3766e0e112cb:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-cefc9425-12b1-4d71-9f43-3766e0e112cb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-cefc9425-12b1-4d71-9f43-3766e0e112cb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-cefc9425-12b1-4d71-9f43-3766e0e112cb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-cefc9425-12b1-4d71-9f43-3766e0e112cb.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-cefc9425-12b1-4d71-9f43-3766e0e112cb.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-8fbd496b-45aa-43de-bc2a-85e427036512 {
  display: none;
}
#s-1b8e3db1-98e2-426c-a2cc-426703e0020e {
  text-align: left;
}



.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1b8e3db1-98e2-426c-a2cc-426703e0020e img.shogun-image {
  width: 100%;
}



}
#s-81ae33b7-ff10-4795-9092-28068326d66c {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-81ae33b7-ff10-4795-9092-28068326d66c .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-24a67734-5a29-4299-849d-7cae4032bb2d {
  text-align: center;
}

#s-24a67734-5a29-4299-849d-7cae4032bb2d .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-24a67734-5a29-4299-849d-7cae4032bb2d .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-24a67734-5a29-4299-849d-7cae4032bb2d .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-6589c96d-48d1-4b5f-ba7e-39156c466322 {
  margin-bottom: 10px;
text-align: left;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .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-6589c96d-48d1-4b5f-ba7e-39156c466322 .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-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-6589c96d-48d1-4b5f-ba7e-39156c466322-btn-wrapper {
    text-align: center;
  }


#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-variant-btn:hover {
  background: #252525;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-variant-btn:active, #s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-6589c96d-48d1-4b5f-ba7e-39156c466322 .shg-variant-btn.disabled {
  background: #252525;
}

#s-77d98615-0e8b-4822-afa7-80a9ea9788ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-77d98615-0e8b-4822-afa7-80a9ea9788ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-77d98615-0e8b-4822-afa7-80a9ea9788ba:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-77d98615-0e8b-4822-afa7-80a9ea9788ba {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-77d98615-0e8b-4822-afa7-80a9ea9788ba.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-77d98615-0e8b-4822-afa7-80a9ea9788ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-77d98615-0e8b-4822-afa7-80a9ea9788ba.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-77d98615-0e8b-4822-afa7-80a9ea9788ba.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-a7fcfc7c-50a3-427c-8d3c-0ddd8a576dbe {
  display: none;
}
#s-768b6ab1-36e6-4f6d-96d5-a627b665368f {
  text-align: left;
}



.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-768b6ab1-36e6-4f6d-96d5-a627b665368f img.shogun-image {
  width: 100%;
}



}
#s-a4fa8e8f-150a-4cfe-a4ca-eebec832e400 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 105px;
text-align: center;
}

#s-a4fa8e8f-150a-4cfe-a4ca-eebec832e400 .shg-product-title-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e320e0c0-dfcf-439b-bad5-bf5d9a9f9119 {
  text-align: center;
}

#s-e320e0c0-dfcf-439b-bad5-bf5d9a9f9119 .shg-product-sold-out {
  display: none;
  color: rgba(60, 60, 59, 1);
  font-size: 18px;
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
}

#s-e320e0c0-dfcf-439b-bad5-bf5d9a9f9119 .shg-product-price {
  color: rgba(60, 60, 59, 1);
  font-weight:  normal ;
  font-family: Amiri;
  font-style:  normal ;
  font-size: 18px;
}

#s-e320e0c0-dfcf-439b-bad5-bf5d9a9f9119 .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-72c449c5-e197-4eb4-9293-9c5790f46707 {
  margin-bottom: 10px;
text-align: left;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-swatches-wrapper {
  display: grid;
  grid-gap: 12px;
  grid-template-columns: repeat(auto-fit, 32px);
  margin-top: 6px;
  min-width: 100px;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-swatch {
  position: relative;
  display: block;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  cursor: pointer;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .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-72c449c5-e197-4eb4-9293-9c5790f46707 .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-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-swatch:hover::before {
  border-color: hsla(230, 13%, 23%, 0.3);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-swatch.selected::before {
  border-color: hsla(230, 13%, 23%, 0.8);
  width: calc(100% + 6px);
  height: calc(100% + 6px);
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-product-swatches-title {
  height: 32px;
  display: block;
  font-size: 14px;
  margin-top: 8px;
  overflow-x: clip;
}





  #s-72c449c5-e197-4eb4-9293-9c5790f46707-btn-wrapper {
    text-align: center;
  }


#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-variant-btn {
  color: #ffffff;
  background: #252525;
  font-size: 14px;
  
  
  
  padding: 10px;
  border-radius: 2px;
  border:  solid ;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-variant-btn:hover {
  background: #252525;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-variant-btn:active, #s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-variant-btn.active {
  background: #252525;
  color: #ffffff;
}

#s-72c449c5-e197-4eb4-9293-9c5790f46707 .shg-variant-btn.disabled {
  background: #252525;
}

#s-aa5055cc-09bc-405c-a7d6-9379af08790d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(157, 134, 97, 1);
text-align: center;
cursor: pointer;
}
#s-aa5055cc-09bc-405c-a7d6-9379af08790d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-aa5055cc-09bc-405c-a7d6-9379af08790d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa5055cc-09bc-405c-a7d6-9379af08790d {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-aa5055cc-09bc-405c-a7d6-9379af08790d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa5055cc-09bc-405c-a7d6-9379af08790d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-aa5055cc-09bc-405c-a7d6-9379af08790d.shg-btn.shg-product-atc-error {
  font-weight: 300;
  font-family: Poppins;
  
  
  color: rgba(247, 247, 247, 1);
}


  #s-aa5055cc-09bc-405c-a7d6-9379af08790d.shg-btn.shg-product-atc-success {
    font-weight: 300;
    font-family: Poppins;
    
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
  }


#s-5d51549b-2ca2-466e-b2a7-c31b75d966b2 {
  margin-top: 20px;
margin-bottom: 100px;
min-height: 50px;
}








#s-5d51549b-2ca2-466e-b2a7-c31b75d966b2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d51549b-2ca2-466e-b2a7-c31b75d966b2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8e64e2b-e6d3-4028-a624-660762abf906 {
  margin-top: 50px;
margin-left: 15%;
margin-bottom: 0px;
margin-right: 15%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b8e64e2b-e6d3-4028-a624-660762abf906 {
  
}
}@media (max-width: 767px){#s-b8e64e2b-e6d3-4028-a624-660762abf906 {
  
}
}
@media (min-width: 0px) {
[id="s-b8e64e2b-e6d3-4028-a624-660762abf906"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b8e64e2b-e6d3-4028-a624-660762abf906"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-b8e64e2b-e6d3-4028-a624-660762abf906"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-b8e64e2b-e6d3-4028-a624-660762abf906"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b63f8054-d93a-4d74-b169-52d088189730 {
  margin-left: auto;
margin-right: auto;
padding-top: px;
padding-bottom: px;
max-width: 170px;
text-align: center;
}







  #s-b63f8054-d93a-4d74-b169-52d088189730 img.shogun-image {
    

    
    
    
  }


#s-b63f8054-d93a-4d74-b169-52d088189730 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f32b0ae-af45-4d8d-aabc-7466549c0085 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f32b0ae-af45-4d8d-aabc-7466549c0085 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-4643e47b-e295-4d78-a9e3-2af9edfa24ae {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-4643e47b-e295-4d78-a9e3-2af9edfa24ae img.shogun-image {
    

    
    
    
  }


#s-4643e47b-e295-4d78-a9e3-2af9edfa24ae .shogun-image-content {
  
    align-items: center;
  
}

#s-e0f6d7c7-2fd4-489c-943e-f0c8ad6f0644 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0f6d7c7-2fd4-489c-943e-f0c8ad6f0644 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-432d951c-c9ef-4004-89dd-cae30bce3ade {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-432d951c-c9ef-4004-89dd-cae30bce3ade img.shogun-image {
    

    
    
    
  }


#s-432d951c-c9ef-4004-89dd-cae30bce3ade .shogun-image-content {
  
    align-items: center;
  
}

#s-31631aa2-fa51-47b9-aaed-d0717a4504f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31631aa2-fa51-47b9-aaed-d0717a4504f3 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



#s-a5c62e5e-668c-4944-a1d0-523d4b8c1839 {
  margin-left: auto;
margin-right: auto;
max-width: 170px;
text-align: center;
}







  #s-a5c62e5e-668c-4944-a1d0-523d4b8c1839 img.shogun-image {
    

    
    
    
  }


#s-a5c62e5e-668c-4944-a1d0-523d4b8c1839 .shogun-image-content {
  
    align-items: center;
  
}

#s-b370ce87-46e3-45fa-9eb1-fd05e04ed839 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b370ce87-46e3-45fa-9eb1-fd05e04ed839 .shogun-heading-component h3 {
  color: rgba(60, 60, 59, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 1px;
  
}



/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}