.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-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-4d6ecc4e-2aef-4387-a645-e642b61044f3 {
  background-color: rgba(59, 64, 54, 1);
}
@media (min-width: 1200px){#s-4d6ecc4e-2aef-4387-a645-e642b61044f3 {
  display: none;
}
#s-4d6ecc4e-2aef-4387-a645-e642b61044f3, #wrap-s-4d6ecc4e-2aef-4387-a645-e642b61044f3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d6ecc4e-2aef-4387-a645-e642b61044f3 {
  display: none;
}
#s-4d6ecc4e-2aef-4387-a645-e642b61044f3, #wrap-s-4d6ecc4e-2aef-4387-a645-e642b61044f3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4d6ecc4e-2aef-4387-a645-e642b61044f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4d6ecc4e-2aef-4387-a645-e642b61044f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4d6ecc4e-2aef-4387-a645-e642b61044f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4d6ecc4e-2aef-4387-a645-e642b61044f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e {
  background-color: rgba(59, 64, 54, 1);
}
@media (min-width: 1200px){#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e {
  display: none;
}
#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e, #wrap-s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e {
  display: none;
}
#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e, #wrap-s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e {
  display: none;
}
#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e, #wrap-s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e { display:none !important; }}@media (max-width: 767px){#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e {
  display: none;
}
#s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e, #wrap-s-702c7dd5-5be3-4d32-b751-c56e6e3a1a3e { display:none !important; }}
#s-1f506dfb-cec9-4233-85c9-43122374f085 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(255, 255, 255, 0);
}

#s-a08b5144-0989-49c0-93c9-230370160152 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(255, 255, 255, 0);
}

#s-3f845435-2e9f-47b0-b775-4772d688a4f0 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(255, 255, 255, 0);
}

#s-da04778d-fc1b-4b86-a956-a3ce81f643b2 {
  margin-left: 5%;
margin-right: 5%;
background-color: rgba(255, 255, 255, 0);
}

.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-77623783-57ef-49fd-9ab2-85e08c1f917a {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77623783-57ef-49fd-9ab2-85e08c1f917a {
  display: none;
}
#s-77623783-57ef-49fd-9ab2-85e08c1f917a, #wrap-s-77623783-57ef-49fd-9ab2-85e08c1f917a { display:none !important; }}@media (max-width: 767px){#s-77623783-57ef-49fd-9ab2-85e08c1f917a {
  display: none;
}
#s-77623783-57ef-49fd-9ab2-85e08c1f917a, #wrap-s-77623783-57ef-49fd-9ab2-85e08c1f917a { display:none !important; }}







#s-77623783-57ef-49fd-9ab2-85e08c1f917a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77623783-57ef-49fd-9ab2-85e08c1f917a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4bc39321-f8ec-4d45-8952-82e27aa12569 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(58, 72, 59, 1);
}
@media (min-width: 1200px){#s-4bc39321-f8ec-4d45-8952-82e27aa12569 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4bc39321-f8ec-4d45-8952-82e27aa12569 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4bc39321-f8ec-4d45-8952-82e27aa12569 {
  display: none;
}
#s-4bc39321-f8ec-4d45-8952-82e27aa12569, #wrap-s-4bc39321-f8ec-4d45-8952-82e27aa12569 { display:none !important; }}@media (max-width: 767px){#s-4bc39321-f8ec-4d45-8952-82e27aa12569 {
  display: none;
}
#s-4bc39321-f8ec-4d45-8952-82e27aa12569, #wrap-s-4bc39321-f8ec-4d45-8952-82e27aa12569 { display:none !important; }}







#s-4bc39321-f8ec-4d45-8952-82e27aa12569 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4bc39321-f8ec-4d45-8952-82e27aa12569.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12063409-24eb-42f6-bc52-022a82a2a926 {
  margin-top: 30px;
margin-left: 50px;
margin-bottom: 30px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12063409-24eb-42f6-bc52-022a82a2a926 {
  display: none;
}
#s-12063409-24eb-42f6-bc52-022a82a2a926, #wrap-s-12063409-24eb-42f6-bc52-022a82a2a926 { display:none !important; }}@media (max-width: 767px){#s-12063409-24eb-42f6-bc52-022a82a2a926 {
  display: none;
}
#s-12063409-24eb-42f6-bc52-022a82a2a926, #wrap-s-12063409-24eb-42f6-bc52-022a82a2a926 { display:none !important; }}
@media (min-width: 0px) {
[id="s-12063409-24eb-42f6-bc52-022a82a2a926"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-12063409-24eb-42f6-bc52-022a82a2a926"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-12063409-24eb-42f6-bc52-022a82a2a926"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-12063409-24eb-42f6-bc52-022a82a2a926"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-6a7eb798-a549-4d9d-b1da-d30736fe75cc {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-6a7eb798-a549-4d9d-b1da-d30736fe75cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a7eb798-a549-4d9d-b1da-d30736fe75cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b032b433-9e97-4f4f-8ba8-b136b57801b7 {
  margin-left: 20px;
margin-right: 20px;
}

#s-61433d25-82fd-4efb-8965-3710ae2fdeb5 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-61433d25-82fd-4efb-8965-3710ae2fdeb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61433d25-82fd-4efb-8965-3710ae2fdeb5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2cd08aec-d7c7-4b0e-9ab2-c2ce8ab819ec {
  margin-left: 20px;
margin-right: 20px;
}

#s-6be1933b-9140-414b-bf04-23b108aa659c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-6be1933b-9140-414b-bf04-23b108aa659c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6be1933b-9140-414b-bf04-23b108aa659c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b145aa58-401c-4da3-8ed4-34887c08a128 {
  margin-left: 15%;
margin-right: 15%;
}

#s-97175fa9-abc4-47c1-9224-8b2d2c332682 {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 1px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(238, 238, 233, 1);
border-style: solid;
min-height: 50px;
}








#s-97175fa9-abc4-47c1-9224-8b2d2c332682 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97175fa9-abc4-47c1-9224-8b2d2c332682.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f96b43e6-a282-42ee-b045-73bca411b30a {
  margin-left: 15px;
margin-right: 15px;
}

#s-e1c9d653-6ab7-4b90-8fca-a44ddc61ddfb {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-e1c9d653-6ab7-4b90-8fca-a44ddc61ddfb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e1c9d653-6ab7-4b90-8fca-a44ddc61ddfb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e1c9d653-6ab7-4b90-8fca-a44ddc61ddfb {
  
}
}@media (max-width: 767px){#s-e1c9d653-6ab7-4b90-8fca-a44ddc61ddfb {
  
}
}







#s-e1c9d653-6ab7-4b90-8fca-a44ddc61ddfb > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-e1c9d653-6ab7-4b90-8fca-a44ddc61ddfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e38906c7-ef8a-49e6-97dc-543bf1cb6c17 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e38906c7-ef8a-49e6-97dc-543bf1cb6c17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e38906c7-ef8a-49e6-97dc-543bf1cb6c17"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e38906c7-ef8a-49e6-97dc-543bf1cb6c17"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e38906c7-ef8a-49e6-97dc-543bf1cb6c17"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-e38906c7-ef8a-49e6-97dc-543bf1cb6c17"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-9c3b9b80-d28d-44ed-91d6-b57f93328b0e {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(238, 238, 233, 1);
}








#s-9c3b9b80-d28d-44ed-91d6-b57f93328b0e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c3b9b80-d28d-44ed-91d6-b57f93328b0e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07796404-1562-4023-9389-60432bcca727 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
background-color: rgba(238, 238, 233, 1);
}

#s-9e37bf98-9436-49be-a60d-bef88a8de008 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-9e37bf98-9436-49be-a60d-bef88a8de008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e37bf98-9436-49be-a60d-bef88a8de008.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-de7002af-eb91-4c29-9c91-f420ef9b26ee {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-de7002af-eb91-4c29-9c91-f420ef9b26ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de7002af-eb91-4c29-9c91-f420ef9b26ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-de7002af-eb91-4c29-9c91-f420ef9b26ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-de7002af-eb91-4c29-9c91-f420ef9b26ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-246d3ad2-44d5-4a3a-b130-177eb14c2caf {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-246d3ad2-44d5-4a3a-b130-177eb14c2caf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-246d3ad2-44d5-4a3a-b130-177eb14c2caf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02f2d722-bf1b-45d0-a4b6-5b9d3a4656eb {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(238, 238, 233, 1);
}








#s-02f2d722-bf1b-45d0-a4b6-5b9d3a4656eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02f2d722-bf1b-45d0-a4b6-5b9d3a4656eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d98f6053-1ca8-4862-8ac9-8a7f83baf404 {
  margin-left: 5%;
margin-right: 5%;
}

#s-88288acc-50f4-4700-a3a4-5229ce8eb264 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(116, 74, 74, 0);
}

@media (min-width: 0px) {
[id="s-88288acc-50f4-4700-a3a4-5229ce8eb264"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88288acc-50f4-4700-a3a4-5229ce8eb264"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88288acc-50f4-4700-a3a4-5229ce8eb264"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88288acc-50f4-4700-a3a4-5229ce8eb264"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-88288acc-50f4-4700-a3a4-5229ce8eb264"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6574acd0-24d8-4311-abcd-ce41cc378213 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(238, 238, 233, 1);
}








#s-6574acd0-24d8-4311-abcd-ce41cc378213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6574acd0-24d8-4311-abcd-ce41cc378213.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48243140-0799-4bc2-a949-4b40799994b1 {
  margin-left: 5%;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
}

#s-0ba793af-4b0a-4706-a930-4a59cc45802c {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-0ba793af-4b0a-4706-a930-4a59cc45802c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ba793af-4b0a-4706-a930-4a59cc45802c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f5acbdf6-7032-48ef-aa63-cb6fb939b5d0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: -10px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f5acbdf6-7032-48ef-aa63-cb6fb939b5d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f5acbdf6-7032-48ef-aa63-cb6fb939b5d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f5acbdf6-7032-48ef-aa63-cb6fb939b5d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5acbdf6-7032-48ef-aa63-cb6fb939b5d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ff72c635-3fe8-4f2b-a10c-89da0b85fe0d {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
background-position: center center;
}








#s-ff72c635-3fe8-4f2b-a10c-89da0b85fe0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff72c635-3fe8-4f2b-a10c-89da0b85fe0d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4e14b211-7735-41d8-9973-db32883b3694 {
  border-style: solid;
margin-top: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
background-color: rgba(238, 238, 233, 1);
}








#s-4e14b211-7735-41d8-9973-db32883b3694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e14b211-7735-41d8-9973-db32883b3694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5dd14398-a4eb-4c2d-b965-6384d29b7ea7 {
  margin-left: 21px;
margin-right: 21px;
}
@media (min-width: 1200px){#s-5dd14398-a4eb-4c2d-b965-6384d29b7ea7 {
  display: none;
}
#s-5dd14398-a4eb-4c2d-b965-6384d29b7ea7, #wrap-s-5dd14398-a4eb-4c2d-b965-6384d29b7ea7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dd14398-a4eb-4c2d-b965-6384d29b7ea7 {
  display: none;
}
#s-5dd14398-a4eb-4c2d-b965-6384d29b7ea7, #wrap-s-5dd14398-a4eb-4c2d-b965-6384d29b7ea7 { display:none !important; }}
#s-22a10f83-95fb-48d8-bc9b-5ae438966714 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-22a10f83-95fb-48d8-bc9b-5ae438966714 {
  display: none;
}
#s-22a10f83-95fb-48d8-bc9b-5ae438966714, #wrap-s-22a10f83-95fb-48d8-bc9b-5ae438966714 { display:none !important; }}@media (max-width: 767px){#s-22a10f83-95fb-48d8-bc9b-5ae438966714 {
  display: none;
}
#s-22a10f83-95fb-48d8-bc9b-5ae438966714, #wrap-s-22a10f83-95fb-48d8-bc9b-5ae438966714 { display:none !important; }}
#s-aa65f400-66c4-4039-839e-b5758a018d6a {
  min-height: 300px;
background-color: rgba(82, 89, 82, 1);
}








#s-aa65f400-66c4-4039-839e-b5758a018d6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa65f400-66c4-4039-839e-b5758a018d6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91baecdf-8bf4-4d12-9e13-d96874eb8f43 {
  margin-top: 40px;
margin-bottom: 40px;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-91baecdf-8bf4-4d12-9e13-d96874eb8f43 {
  display: none;
}
#s-91baecdf-8bf4-4d12-9e13-d96874eb8f43, #wrap-s-91baecdf-8bf4-4d12-9e13-d96874eb8f43 { display:none !important; }}@media (max-width: 767px){#s-91baecdf-8bf4-4d12-9e13-d96874eb8f43 {
  display: none;
}
#s-91baecdf-8bf4-4d12-9e13-d96874eb8f43, #wrap-s-91baecdf-8bf4-4d12-9e13-d96874eb8f43 { display:none !important; }}
#s-d07f14df-cccf-4e09-b871-4c9b4199bc67 {
  margin-top: 40px;
margin-left: 5%;
margin-bottom: 40px;
margin-right: 5%;
padding-top: 0px;
padding-left: 10%;
padding-bottom: 0px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-d07f14df-cccf-4e09-b871-4c9b4199bc67 {
  display: none;
}
#s-d07f14df-cccf-4e09-b871-4c9b4199bc67, #wrap-s-d07f14df-cccf-4e09-b871-4c9b4199bc67 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d07f14df-cccf-4e09-b871-4c9b4199bc67 {
  display: none;
}
#s-d07f14df-cccf-4e09-b871-4c9b4199bc67, #wrap-s-d07f14df-cccf-4e09-b871-4c9b4199bc67 { display:none !important; }}
#s-bbb6b5a9-b538-474e-bc55-9142ff16d47e {
  margin-left: 25%;
margin-right: 25%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bbb6b5a9-b538-474e-bc55-9142ff16d47e {
  display: none;
}
#s-bbb6b5a9-b538-474e-bc55-9142ff16d47e, #wrap-s-bbb6b5a9-b538-474e-bc55-9142ff16d47e { display:none !important; }}@media (max-width: 767px){#s-bbb6b5a9-b538-474e-bc55-9142ff16d47e {
  display: none;
}
#s-bbb6b5a9-b538-474e-bc55-9142ff16d47e, #wrap-s-bbb6b5a9-b538-474e-bc55-9142ff16d47e { display:none !important; }}
#s-79e85435-2895-4722-aac6-d24fa9d5e3f5 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-79e85435-2895-4722-aac6-d24fa9d5e3f5 {
  display: none;
}
#s-79e85435-2895-4722-aac6-d24fa9d5e3f5, #wrap-s-79e85435-2895-4722-aac6-d24fa9d5e3f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-79e85435-2895-4722-aac6-d24fa9d5e3f5 {
  display: none;
}
#s-79e85435-2895-4722-aac6-d24fa9d5e3f5, #wrap-s-79e85435-2895-4722-aac6-d24fa9d5e3f5 { display:none !important; }}
#s-bae5b298-12a6-4538-9f02-dd286f763afe {
  min-height: 50px;
}








#s-bae5b298-12a6-4538-9f02-dd286f763afe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bae5b298-12a6-4538-9f02-dd286f763afe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152 {
  margin-top: 10%;
margin-left: 4%;
margin-bottom: 5%;
margin-right: 4%;
}
@media (min-width: 1200px){#s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152 {
  display: none;
}
#s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152, #wrap-s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152 {
  display: none;
}
#s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152, #wrap-s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3df131b9-e5ba-49ea-bd42-31b6e4fdc152"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c97c2647-4529-4082-8a0d-80466fa42a56 {
  margin-left: 7%;
margin-right: 7%;
}

#s-1f58aed0-8171-4cc5-8d9c-5be1bf815865 {
  margin-left: 7%;
margin-right: 7%;
}

.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-4ca6ec61-cab0-4892-bee1-dc1859eed02e {
  text-align: left;
}



.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4ca6ec61-cab0-4892-bee1-dc1859eed02e 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-d7996097-a0fc-41cd-8129-7bff243a4373 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7996097-a0fc-41cd-8129-7bff243a4373 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-796d75a8-7882-4041-a9ee-4cbd80fb4ef7 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-55072517-4d5d-4b0a-ac5e-f1e975cf2b51 {
  text-align: center;
}

#s-55072517-4d5d-4b0a-ac5e-f1e975cf2b51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-55072517-4d5d-4b0a-ac5e-f1e975cf2b51 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-55072517-4d5d-4b0a-ac5e-f1e975cf2b51 .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-abfec7c1-d0d8-45fc-8271-78190732e640 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 26px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-abfec7c1-d0d8-45fc-8271-78190732e640:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-abfec7c1-d0d8-45fc-8271-78190732e640:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-abfec7c1-d0d8-45fc-8271-78190732e640 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-abfec7c1-d0d8-45fc-8271-78190732e640.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-abfec7c1-d0d8-45fc-8271-78190732e640.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-abfec7c1-d0d8-45fc-8271-78190732e640.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-abfec7c1-d0d8-45fc-8271-78190732e640.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-3d49db81-ce0d-42c6-950f-841463841d1e {
  text-align: left;
}



.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d49db81-ce0d-42c6-950f-841463841d1e img.shogun-image {
  width: 100%;
}



}
#s-3d38cbc5-883f-4a1a-a867-1d2a030e4a22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3d38cbc5-883f-4a1a-a867-1d2a030e4a22 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-59986965-7f34-444a-8d16-d30049cdab31 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-c762efd3-f3c6-48e9-968f-6da9e0fa8912 {
  text-align: center;
}

#s-c762efd3-f3c6-48e9-968f-6da9e0fa8912 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c762efd3-f3c6-48e9-968f-6da9e0fa8912 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c762efd3-f3c6-48e9-968f-6da9e0fa8912 .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-8e508126-7102-44ec-881e-55eaf27d69e3 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 26px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8e508126-7102-44ec-881e-55eaf27d69e3:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8e508126-7102-44ec-881e-55eaf27d69e3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8e508126-7102-44ec-881e-55eaf27d69e3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8e508126-7102-44ec-881e-55eaf27d69e3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8e508126-7102-44ec-881e-55eaf27d69e3.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8e508126-7102-44ec-881e-55eaf27d69e3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8e508126-7102-44ec-881e-55eaf27d69e3.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a {
  text-align: left;
}



.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9e215c9c-7cb6-4cbc-8b95-dfb9429c8d3a img.shogun-image {
  width: 100%;
}



}
#s-110161c2-c85b-4336-8506-d1220fc6de67 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-110161c2-c85b-4336-8506-d1220fc6de67 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-433aee67-cb43-49ef-8efd-bf8452b7a091 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-95d595d9-fbc5-4d0c-8145-a158c5270751 {
  text-align: center;
}

#s-95d595d9-fbc5-4d0c-8145-a158c5270751 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-95d595d9-fbc5-4d0c-8145-a158c5270751 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-95d595d9-fbc5-4d0c-8145-a158c5270751 .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-8b109066-2af3-4b42-ab24-a9a81f67fb12 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 26px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-8b109066-2af3-4b42-ab24-a9a81f67fb12:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b109066-2af3-4b42-ab24-a9a81f67fb12:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8b109066-2af3-4b42-ab24-a9a81f67fb12 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-8b109066-2af3-4b42-ab24-a9a81f67fb12.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8b109066-2af3-4b42-ab24-a9a81f67fb12.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-8b109066-2af3-4b42-ab24-a9a81f67fb12.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8b109066-2af3-4b42-ab24-a9a81f67fb12.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-2d8079e8-3175-4b45-9b07-8c6265377a49 {
  margin-top: 5%;
margin-left: 9%;
margin-bottom: 5%;
margin-right: 9%;
}
@media (min-width: 768px) and (max-width: 991px){#s-2d8079e8-3175-4b45-9b07-8c6265377a49 {
  display: none;
}
#s-2d8079e8-3175-4b45-9b07-8c6265377a49, #wrap-s-2d8079e8-3175-4b45-9b07-8c6265377a49 { display:none !important; }}@media (max-width: 767px){#s-2d8079e8-3175-4b45-9b07-8c6265377a49 {
  display: none;
}
#s-2d8079e8-3175-4b45-9b07-8c6265377a49, #wrap-s-2d8079e8-3175-4b45-9b07-8c6265377a49 { display:none !important; }}
@media (min-width: 0px) {
[id="s-2d8079e8-3175-4b45-9b07-8c6265377a49"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2d8079e8-3175-4b45-9b07-8c6265377a49"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-2d8079e8-3175-4b45-9b07-8c6265377a49"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-2d8079e8-3175-4b45-9b07-8c6265377a49"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2cde9529-e66a-447c-82bf-02ac3c0135f3 {
  margin-left: 13%;
margin-right: 13%;
}

#s-56e59921-6339-46de-a7cd-5f2d03e0e4ed {
  margin-left: 13%;
margin-right: 13%;
}

#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 {
  text-align: left;
}



.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d799b20a-f1d0-4567-a94b-94ef3eecfc63 img.shogun-image {
  width: 100%;
}



}
#s-af0c0045-0ce9-466a-9dda-cc7c0499cdf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af0c0045-0ce9-466a-9dda-cc7c0499cdf6 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d718c5ff-a75e-4c15-9841-4f4ae055bd3d {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-c7d9b5e6-e370-45fb-b992-de2a4b4592c4 {
  text-align: center;
}

#s-c7d9b5e6-e370-45fb-b992-de2a4b4592c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-c7d9b5e6-e370-45fb-b992-de2a4b4592c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-c7d9b5e6-e370-45fb-b992-de2a4b4592c4 .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-a978d705-9d00-4101-8b0c-1a2bca4248c6 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 26px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-a978d705-9d00-4101-8b0c-1a2bca4248c6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-a978d705-9d00-4101-8b0c-1a2bca4248c6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a978d705-9d00-4101-8b0c-1a2bca4248c6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a978d705-9d00-4101-8b0c-1a2bca4248c6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a978d705-9d00-4101-8b0c-1a2bca4248c6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-a978d705-9d00-4101-8b0c-1a2bca4248c6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-a978d705-9d00-4101-8b0c-1a2bca4248c6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 {
  text-align: left;
}



.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fa550cd7-5f4f-4478-8298-24a5f45c1f36 img.shogun-image {
  width: 100%;
}



}
#s-3237c7b8-ccd2-43f0-ab70-55ca4d6e9704 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3237c7b8-ccd2-43f0-ab70-55ca4d6e9704 .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0fec010f-8761-4835-bd4a-355388ffa08e {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-3ff5e9a4-691c-4d95-9196-8d3b41ac88c4 {
  text-align: center;
}

#s-3ff5e9a4-691c-4d95-9196-8d3b41ac88c4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-3ff5e9a4-691c-4d95-9196-8d3b41ac88c4 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-3ff5e9a4-691c-4d95-9196-8d3b41ac88c4 .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-ad6b2731-cda7-4ed9-963e-bf7cef011f67 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 26px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-ad6b2731-cda7-4ed9-963e-bf7cef011f67:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ad6b2731-cda7-4ed9-963e-bf7cef011f67:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-ad6b2731-cda7-4ed9-963e-bf7cef011f67 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ad6b2731-cda7-4ed9-963e-bf7cef011f67.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ad6b2731-cda7-4ed9-963e-bf7cef011f67.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-ad6b2731-cda7-4ed9-963e-bf7cef011f67.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-ad6b2731-cda7-4ed9-963e-bf7cef011f67.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 {
  text-align: left;
}



.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-fcbfc7df-384f-46f8-b7c1-d491d89a68b8 img.shogun-image {
  width: 100%;
}



}
#s-83fe3430-9b46-436c-9354-2b566e5000dc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83fe3430-9b46-436c-9354-2b566e5000dc .shg-product-title-component h1 {
  color: ;
  font-weight:   ;
  font-family: Poppins;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-0473cc10-34bf-4321-a748-5994087b3d67 {
  margin-top: 1%;
margin-bottom: 1%;
}

#s-f25ab2a6-a764-48c9-a90a-b3a258dc881c {
  text-align: center;
}

#s-f25ab2a6-a764-48c9-a90a-b3a258dc881c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f25ab2a6-a764-48c9-a90a-b3a258dc881c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-f25ab2a6-a764-48c9-a90a-b3a258dc881c .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-54b57474-b880-42cf-ac4e-963e05e5551e {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20%;
padding-bottom: 10px;
padding-right: 20%;
border-radius: 26px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-54b57474-b880-42cf-ac4e-963e05e5551e:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-54b57474-b880-42cf-ac4e-963e05e5551e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-54b57474-b880-42cf-ac4e-963e05e5551e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-54b57474-b880-42cf-ac4e-963e05e5551e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-54b57474-b880-42cf-ac4e-963e05e5551e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}

#s-54b57474-b880-42cf-ac4e-963e05e5551e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-54b57474-b880-42cf-ac4e-963e05e5551e.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


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