.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-20addefb-3686-4000-b3d6-d8ad4915b41b {
  margin-top: 8px;
margin-left: 0px;
margin-bottom: 8px;
margin-right: 0px;
min-height: 50px;
}








#s-20addefb-3686-4000-b3d6-d8ad4915b41b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20addefb-3686-4000-b3d6-d8ad4915b41b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-0ba71fb7-8a70-4e96-9748-9a072f73f4e5 hr {
  border-top: 1px solid #ddd;
}

#s-934e8885-42be-4c79-bc8a-d069683ba15e {
  margin-top: 8px;
margin-bottom: 8px;
}

.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-525e4f36-e96b-4f01-8b2f-11e50d2cd157 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-525e4f36-e96b-4f01-8b2f-11e50d2cd157"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 9.0px);
}

}

@media (min-width: 768px) {
[id="s-525e4f36-e96b-4f01-8b2f-11e50d2cd157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-525e4f36-e96b-4f01-8b2f-11e50d2cd157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-525e4f36-e96b-4f01-8b2f-11e50d2cd157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

}

#s-681ff2fd-a823-49e6-a610-b35714f50a60 {
  display: none;
}
@media (min-width: 0px) {
[id="s-706434ff-9e11-4d91-aeb3-5ced44e45d0e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-706434ff-9e11-4d91-aeb3-5ced44e45d0e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-706434ff-9e11-4d91-aeb3-5ced44e45d0e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-706434ff-9e11-4d91-aeb3-5ced44e45d0e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-706434ff-9e11-4d91-aeb3-5ced44e45d0e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-706434ff-9e11-4d91-aeb3-5ced44e45d0e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-706434ff-9e11-4d91-aeb3-5ced44e45d0e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 {
  text-align: left;
}



.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-502b3ea1-620d-401a-9792-ee87d7fd67c7 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-d447c6d3-4de1-487e-963b-b6177a144f2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d447c6d3-4de1-487e-963b-b6177a144f2e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-d447c6d3-4de1-487e-963b-b6177a144f2e .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}
}
@media (min-width: 0px) {
[id="s-cf324d1e-b66c-4a2f-954c-ab147593010e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf324d1e-b66c-4a2f-954c-ab147593010e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cf324d1e-b66c-4a2f-954c-ab147593010e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf324d1e-b66c-4a2f-954c-ab147593010e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cead791c-b9d6-4473-9397-363731be9375 {
  text-align: left;
}
@media (max-width: 767px){#s-cead791c-b9d6-4473-9397-363731be9375 {
  text-align: center;
}
}
#s-cead791c-b9d6-4473-9397-363731be9375 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cead791c-b9d6-4473-9397-363731be9375 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-cead791c-b9d6-4473-9397-363731be9375 .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;
}
@media (max-width: 767px){#s-cead791c-b9d6-4473-9397-363731be9375 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-cead791c-b9d6-4473-9397-363731be9375 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-cead791c-b9d6-4473-9397-363731be9375 .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-b16d6f8e-4103-406d-9726-8140acb1e259 {
  border-style: solid;
padding-top: 8px;
padding-left: 18px;
padding-bottom: 8px;
padding-right: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b16d6f8e-4103-406d-9726-8140acb1e259:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b16d6f8e-4103-406d-9726-8140acb1e259:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-b16d6f8e-4103-406d-9726-8140acb1e259 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-b16d6f8e-4103-406d-9726-8140acb1e259.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-b16d6f8e-4103-406d-9726-8140acb1e259.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-b16d6f8e-4103-406d-9726-8140acb1e259.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-b16d6f8e-4103-406d-9726-8140acb1e259.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-75d4634f-842d-4817-9950-fe0381c05804 {
  display: none;
}
@media (min-width: 0px) {
[id="s-07b0ab2a-916d-4457-a33f-01acfb9538b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07b0ab2a-916d-4457-a33f-01acfb9538b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07b0ab2a-916d-4457-a33f-01acfb9538b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07b0ab2a-916d-4457-a33f-01acfb9538b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07b0ab2a-916d-4457-a33f-01acfb9538b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07b0ab2a-916d-4457-a33f-01acfb9538b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07b0ab2a-916d-4457-a33f-01acfb9538b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 {
  text-align: left;
}



.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-255bd016-ff20-41d2-9b6d-e4a44e3e0335 img.shogun-image {
  width: 100%;
}



}
#s-62e18ea5-9048-4150-82f8-26b80272b210 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-62e18ea5-9048-4150-82f8-26b80272b210 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 12px;
  line-height: ;
  letter-spacing: ;
}
@media (max-width: 767px){#s-62e18ea5-9048-4150-82f8-26b80272b210 .shg-product-title-component h6 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 13px;
  line-height: ;
  letter-spacing: ;
}
}
@media (min-width: 0px) {
[id="s-b5edab79-425d-4de4-8f6f-904ccfb58c6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5edab79-425d-4de4-8f6f-904ccfb58c6b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b5edab79-425d-4de4-8f6f-904ccfb58c6b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5edab79-425d-4de4-8f6f-904ccfb58c6b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-05f8de02-13ba-4427-a63e-905d7b51612c {
  text-align: left;
}
@media (max-width: 767px){#s-05f8de02-13ba-4427-a63e-905d7b51612c {
  text-align: center;
}
}
#s-05f8de02-13ba-4427-a63e-905d7b51612c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 12px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05f8de02-13ba-4427-a63e-905d7b51612c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 12px;
}

#s-05f8de02-13ba-4427-a63e-905d7b51612c .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;
}
@media (max-width: 767px){#s-05f8de02-13ba-4427-a63e-905d7b51612c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 13px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05f8de02-13ba-4427-a63e-905d7b51612c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 13px;
}

#s-05f8de02-13ba-4427-a63e-905d7b51612c .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-91d02d57-1628-4139-b786-4e5c9a878a46 {
  border-style: solid;
padding-top: 8px;
padding-left: 18px;
padding-bottom: 8px;
padding-right: 18px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-91d02d57-1628-4139-b786-4e5c9a878a46:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-91d02d57-1628-4139-b786-4e5c9a878a46:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-91d02d57-1628-4139-b786-4e5c9a878a46 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-91d02d57-1628-4139-b786-4e5c9a878a46.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-91d02d57-1628-4139-b786-4e5c9a878a46.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  
  display:  inline-block ;
}

#s-91d02d57-1628-4139-b786-4e5c9a878a46.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-91d02d57-1628-4139-b786-4e5c9a878a46.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6fa36933-4116-4482-92f9-9867acb03a88 {
  background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6fa36933-4116-4482-92f9-9867acb03a88 {
  
}
}
@media (min-width: 0px) {
[id="s-6fa36933-4116-4482-92f9-9867acb03a88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fa36933-4116-4482-92f9-9867acb03a88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6fa36933-4116-4482-92f9-9867acb03a88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6fa36933-4116-4482-92f9-9867acb03a88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6fa36933-4116-4482-92f9-9867acb03a88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fa36933-4116-4482-92f9-9867acb03a88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6fa36933-4116-4482-92f9-9867acb03a88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.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;
}
#s-d2b9db22-d5d8-4ce3-9daf-fdbe7df59934 {
  text-align: center;
}







  #s-d2b9db22-d5d8-4ce3-9daf-fdbe7df59934 img.shogun-image {
    

    
    
    
  }


#s-d2b9db22-d5d8-4ce3-9daf-fdbe7df59934 .shogun-image-content {
  
    align-items: center;
  
}

#s-1f4ce0ae-43b0-4032-9783-5673669ebf26 {
  min-height: 0px;
}








#s-1f4ce0ae-43b0-4032-9783-5673669ebf26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f4ce0ae-43b0-4032-9783-5673669ebf26.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-596d9934-5838-4327-9814-563129133950 {
  margin-top: 10%;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-596d9934-5838-4327-9814-563129133950 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 4px;
  
}



#s-530fb762-b622-48ac-8ad7-0a2ffb10a3e6 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
max-width: 90%;
}

@media (min-width: 0px) {
[id="s-725fd306-166f-45b1-9926-ee1a53e5974f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-725fd306-166f-45b1-9926-ee1a53e5974f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-725fd306-166f-45b1-9926-ee1a53e5974f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-725fd306-166f-45b1-9926-ee1a53e5974f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7cc65984-699b-4098-8ae6-16680d8c5d4c {
  display: none;
}
#s-7c93a922-31de-4b44-9f00-2c395ad61235 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-7c93a922-31de-4b44-9f00-2c395ad61235 {
  text-align: center;
}
}
#s-7c93a922-31de-4b44-9f00-2c395ad61235 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-7c93a922-31de-4b44-9f00-2c395ad61235 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
}

#s-7c93a922-31de-4b44-9f00-2c395ad61235 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-bce9ec47-1104-4124-ae92-02090d3e5570 {
  display: none;
}
#s-39020199-f76b-4dac-8d21-207233ea8b0f {
  border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 5px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(0, 49, 82, 1);
text-align: left;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-39020199-f76b-4dac-8d21-207233ea8b0f:hover {background-color: rgba(0, 49, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39020199-f76b-4dac-8d21-207233ea8b0f:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-39020199-f76b-4dac-8d21-207233ea8b0f {
  border-style: solid;
margin-top: 5px;
margin-left: 0px;
margin-bottom: 18px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 2px;
background-color: rgba(0, 49, 82, 1);
text-align: center;
cursor: pointer;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-39020199-f76b-4dac-8d21-207233ea8b0f:hover {background-color: rgba(0, 49, 82, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-39020199-f76b-4dac-8d21-207233ea8b0f:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-39020199-f76b-4dac-8d21-207233ea8b0f-atc-btn-wrapper {
    text-align: left;
  }


#s-39020199-f76b-4dac-8d21-207233ea8b0f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-39020199-f76b-4dac-8d21-207233ea8b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39020199-f76b-4dac-8d21-207233ea8b0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39020199-f76b-4dac-8d21-207233ea8b0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


@media (max-width: 767px){
  #s-39020199-f76b-4dac-8d21-207233ea8b0f-atc-btn-wrapper {
    text-align: center;
  }


#s-39020199-f76b-4dac-8d21-207233ea8b0f {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-39020199-f76b-4dac-8d21-207233ea8b0f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-39020199-f76b-4dac-8d21-207233ea8b0f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-39020199-f76b-4dac-8d21-207233ea8b0f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


}
#s-9fc603f7-6bb8-48be-a129-31cb8b750c53 {
  margin-left: 18px;
margin-bottom: 28px;
margin-right: 18px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(51, 51, 51, 1);
}
@media (max-width: 767px){#s-9fc603f7-6bb8-48be-a129-31cb8b750c53 {
  margin-top: 0px;
}
}
#s-9fc603f7-6bb8-48be-a129-31cb8b750c53 .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 1px;
  text-align: center;
}



#s-8211aef8-fbf7-47b0-b6f7-0e228520adfc {
  min-height: 50px;
}








#s-8211aef8-fbf7-47b0-b6f7-0e228520adfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8211aef8-fbf7-47b0-b6f7-0e228520adfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6336e616-f5c7-4726-a4ff-d981537f5784 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6336e616-f5c7-4726-a4ff-d981537f5784 .shogun-heading-component h2 {
  color: #000;
  font-weight:  800 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-87792865-4895-44af-b8ad-ae44234063a7 {
  margin-left: 20%;
margin-right: 20%;
padding-top: 30px;
padding-bottom: 30px;
max-width: 60%;
}

@media (min-width: 0px) {
[id="s-87792865-4895-44af-b8ad-ae44234063a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87792865-4895-44af-b8ad-ae44234063a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-87792865-4895-44af-b8ad-ae44234063a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-87792865-4895-44af-b8ad-ae44234063a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-abbb4e50-4b1f-4217-945a-698456ad151a {
  margin-top: 10%;
margin-left: 20px;
margin-bottom: 10%;
margin-right: 20px;
text-align: center;
}







  #s-abbb4e50-4b1f-4217-945a-698456ad151a img.shogun-image {
    

    
    
    
  }


#s-abbb4e50-4b1f-4217-945a-698456ad151a .shogun-image-content {
  
    align-items: center;
  
}

#s-78a9a9d6-5916-42be-9e1d-6ae9e348c5eb {
  margin-top: 20%;
margin-left: 20px;
margin-bottom: 20%;
margin-right: 20px;
text-align: center;
}







  #s-78a9a9d6-5916-42be-9e1d-6ae9e348c5eb img.shogun-image {
    

    
    
    
  }


#s-78a9a9d6-5916-42be-9e1d-6ae9e348c5eb .shogun-image-content {
  
    align-items: center;
  
}

#s-e974aa31-a1c5-4f82-9f6d-b23770728cc4 {
  margin-top: 20%;
margin-left: 40px;
margin-bottom: 20%;
margin-right: 40px;
text-align: center;
}







  #s-e974aa31-a1c5-4f82-9f6d-b23770728cc4 img.shogun-image {
    

    
    
    
  }


#s-e974aa31-a1c5-4f82-9f6d-b23770728cc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-710e3c0a-f36f-45b3-bc2a-0256eda9ddff {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-710e3c0a-f36f-45b3-bc2a-0256eda9ddff .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  text-align: center;
}



#s-fa83e0ff-1c9f-4d93-95ed-ff609e59d713 {
  background-repeat: no-repeat;
min-height: 50px;
}

#s-fa83e0ff-1c9f-4d93-95ed-ff609e59d713 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOThmZTAwMDMtMzU3Ni00MDRlLTk5ZDctODBmNWJlMGM4ZTY3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjUzNCIgc3R5bGU9InN0b3AtY29sb3I6I2ZmZmZmZjtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMC41NDMiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoIzk4ZmUwMDAzLTM1NzYtNDA0ZS05OWQ3LTgwZjViZTBjOGU2NykiLz48L3N2Zz4=);
}








#s-fa83e0ff-1c9f-4d93-95ed-ff609e59d713 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa83e0ff-1c9f-4d93-95ed-ff609e59d713.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4d9b427-3d63-483f-8a34-52d4a6e87799 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 90%;
}

#s-f4d9b427-3d63-483f-8a34-52d4a6e87799 {
  background-image: url();
}








#s-f4d9b427-3d63-483f-8a34-52d4a6e87799 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4d9b427-3d63-483f-8a34-52d4a6e87799.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-802c67c5-9308-40e2-9455-f8bcc0a5dab8 {
  box-shadow:0px 0px 0px 0px rgba(255, 255, 255, 1);
min-height: 50px;
background-color: rgba(233, 230, 230, 1);
}








#s-802c67c5-9308-40e2-9455-f8bcc0a5dab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-802c67c5-9308-40e2-9455-f8bcc0a5dab8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4de24854-29a9-481e-bd74-b34e02256cb5 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 20px;
padding-bottom: 20px;
max-width: 80%;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-4de24854-29a9-481e-bd74-b34e02256cb5 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 2px;
  
}



#s-451cd5c2-8086-466c-a37f-2b05fac41f46 {
  margin-left: 35%;
margin-right: 35%;
padding-top: 0px;
padding-bottom: 20px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-451cd5c2-8086-466c-a37f-2b05fac41f46 {
  margin-left: 25%;
margin-right: 25%;
}
}@media (max-width: 767px){#s-451cd5c2-8086-466c-a37f-2b05fac41f46 {
  margin-left: 15%;
margin-right: 15%;
}
}







#s-451cd5c2-8086-466c-a37f-2b05fac41f46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-451cd5c2-8086-466c-a37f-2b05fac41f46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4190b5ac-d5ba-4e1a-bcd5-110cadb97c85 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-dc3b1273-8c6a-40b9-a097-05530b8857b4 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-3db97b2a-9023-4aa7-838d-9882141c10d6 {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-c7480a2e-3866-449d-ae10-6ff7cbe3454f {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-b8ec35b1-99ba-4faf-b1c9-03784f42e7fe {
  margin-top: 5px;
margin-bottom: 5px;
}

#s-788200e5-9398-47a9-8d10-3ce0abc31261 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}

#s-788200e5-9398-47a9-8d10-3ce0abc31261 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 4px;
  
}



#s-d740878b-7777-4517-832b-89e0c1633b6c {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-d740878b-7777-4517-832b-89e0c1633b6c {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-d740878b-7777-4517-832b-89e0c1633b6c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  
}



#s-7da6822c-e425-4209-9278-5f0ef501b9ff {
  padding-top: 5px;
padding-bottom: 5px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-7da6822c-e425-4209-9278-5f0ef501b9ff {
  padding-left: 10px;
padding-right: 10px;
}
}
#s-7da6822c-e425-4209-9278-5f0ef501b9ff .shogun-heading-component h5 {
  color: rgba(220, 213, 197, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-07e3840d-314a-4641-8236-aee9462f515e {
  background-repeat: no-repeat;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-07e3840d-314a-4641-8236-aee9462f515e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-07e3840d-314a-4641-8236-aee9462f515e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-07e3840d-314a-4641-8236-aee9462f515e {
  
}
}@media (max-width: 767px){#s-07e3840d-314a-4641-8236-aee9462f515e {
  
}
}
#s-07e3840d-314a-4641-8236-aee9462f515e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZTU3MDBlNWItNDVlNy00NDA2LThjYmYtYThlM2QzYmZmNzY4IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1MjkiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNDE3ODQ2MTUzODQ2MTU0MDMiIHN0eWxlPSJzdG9wLWNvbG9yOiM1YjVhNWM7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjEuMDAiIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2U1NzAwZTViLTQ1ZTctNDQwNi04Y2JmLWE4ZTNkM2JmZjc2OCkiLz48L3N2Zz4=);
}








#s-07e3840d-314a-4641-8236-aee9462f515e > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-07e3840d-314a-4641-8236-aee9462f515e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a57d106-9f91-437b-b17d-cb46ce737fee {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}








#s-6a57d106-9f91-437b-b17d-cb46ce737fee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a57d106-9f91-437b-b17d-cb46ce737fee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-ab357a2c-a345-44fe-bdbb-8e70804b8d31 {
  margin-left: 17.5%;
margin-right: 17.5%;
padding-top: 20px;
padding-bottom: 20px;
min-height: 4%;
max-width: 70%;
}
@media (max-width: 767px){#s-ab357a2c-a345-44fe-bdbb-8e70804b8d31 {
  margin-left: 38px;
margin-right: 38px;
max-width: 100%;
}
}
#s-ab357a2c-a345-44fe-bdbb-8e70804b8d31 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ab357a2c-a345-44fe-bdbb-8e70804b8d31 .shg-sld-nav-button.shg-sld-left,
#s-ab357a2c-a345-44fe-bdbb-8e70804b8d31 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6eb84c31-78f0-4415-82a8-76ae1c9fbeb3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-0cc17a49-4bca-4364-9b47-22e5a374470e {
  text-align: center;
}







  #s-0cc17a49-4bca-4364-9b47-22e5a374470e img.shogun-image {
    

    
    
    
  }


#s-0cc17a49-4bca-4364-9b47-22e5a374470e .shogun-image-content {
  
    align-items: center;
  
}

#s-b5c05311-5c65-4986-86bd-ff8e370da978 {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b5c05311-5c65-4986-86bd-ff8e370da978 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-c70560ff-691f-434c-83c4-947037d6d04c {
  margin-top: 10px;
}

#s-7a0dd065-131e-4bff-b612-9cb9cb892de9 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-7a0dd065-131e-4bff-b612-9cb9cb892de9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a0dd065-131e-4bff-b612-9cb9cb892de9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a0dd065-131e-4bff-b612-9cb9cb892de9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7a0dd065-131e-4bff-b612-9cb9cb892de9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a0dd065-131e-4bff-b612-9cb9cb892de9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a0dd065-131e-4bff-b612-9cb9cb892de9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7a0dd065-131e-4bff-b612-9cb9cb892de9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1bbe5798-f849-47d3-bd8f-2e9649cd267d {
  text-align: center;
}







  #s-1bbe5798-f849-47d3-bd8f-2e9649cd267d img.shogun-image {
    

    
    
    
  }


#s-1bbe5798-f849-47d3-bd8f-2e9649cd267d .shogun-image-content {
  
    align-items: center;
  
}

#s-f9504f29-a30b-4aaa-bd75-f214adb6fe60 {
  margin-top: 3%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f9504f29-a30b-4aaa-bd75-f214adb6fe60 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-599c5718-afbf-4979-92ea-1bb76d713ece {
  margin-top: 10px;
}

#s-08beb208-5d71-4f51-945d-5867b4044183 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-08beb208-5d71-4f51-945d-5867b4044183"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08beb208-5d71-4f51-945d-5867b4044183"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08beb208-5d71-4f51-945d-5867b4044183"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08beb208-5d71-4f51-945d-5867b4044183"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08beb208-5d71-4f51-945d-5867b4044183"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08beb208-5d71-4f51-945d-5867b4044183"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-08beb208-5d71-4f51-945d-5867b4044183"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-e2b99bbc-9ef3-47f8-ae8c-18813f495d1a {
  text-align: center;
}







  #s-e2b99bbc-9ef3-47f8-ae8c-18813f495d1a img.shogun-image {
    

    
    
    
  }


#s-e2b99bbc-9ef3-47f8-ae8c-18813f495d1a .shogun-image-content {
  
    align-items: center;
  
}

#s-18f5e2cc-853d-4f7e-be9d-defcabc4d55d {
  margin-top: 10%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-18f5e2cc-853d-4f7e-be9d-defcabc4d55d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-a9498a34-f139-4d07-88b1-fb4eb4c86269 {
  margin-top: 10px;
}

#s-a83267b3-e885-48fd-87fd-46cef067b7fb {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-a83267b3-e885-48fd-87fd-46cef067b7fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a83267b3-e885-48fd-87fd-46cef067b7fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a83267b3-e885-48fd-87fd-46cef067b7fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a83267b3-e885-48fd-87fd-46cef067b7fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a83267b3-e885-48fd-87fd-46cef067b7fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a83267b3-e885-48fd-87fd-46cef067b7fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a83267b3-e885-48fd-87fd-46cef067b7fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-3793d5be-a3fd-47bc-a5e7-a8a3d09de82b {
  text-align: center;
}







  #s-3793d5be-a3fd-47bc-a5e7-a8a3d09de82b img.shogun-image {
    

    
    
    
  }


#s-3793d5be-a3fd-47bc-a5e7-a8a3d09de82b .shogun-image-content {
  
    align-items: center;
  
}

#s-28f49803-e8b2-47f8-9fca-b8adc1e93f2e {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28f49803-e8b2-47f8-9fca-b8adc1e93f2e .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-4d477f80-5a35-4045-af04-e68fc86e4238 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-60ab22c0-07cb-4227-939c-f91db4bbd6e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60ab22c0-07cb-4227-939c-f91db4bbd6e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60ab22c0-07cb-4227-939c-f91db4bbd6e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-60ab22c0-07cb-4227-939c-f91db4bbd6e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60ab22c0-07cb-4227-939c-f91db4bbd6e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-60ab22c0-07cb-4227-939c-f91db4bbd6e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-60ab22c0-07cb-4227-939c-f91db4bbd6e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-1971b75f-7a20-4c6f-8978-82e9d06c1fd9 {
  text-align: center;
}







  #s-1971b75f-7a20-4c6f-8978-82e9d06c1fd9 img.shogun-image {
    

    
    
    
  }


#s-1971b75f-7a20-4c6f-8978-82e9d06c1fd9 .shogun-image-content {
  
    align-items: center;
  
}

#s-448755b7-8a58-4b44-9003-4eb50569d22f {
  margin-top: 5%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-448755b7-8a58-4b44-9003-4eb50569d22f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-74ae2122-bf07-4636-b3c4-98609609c50d {
  margin-top: 10px;
}

#s-e84a25cb-1bb0-4d3e-b7cf-9053335bf68d {
  min-height: 50px;
}








#s-e84a25cb-1bb0-4d3e-b7cf-9053335bf68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e84a25cb-1bb0-4d3e-b7cf-9053335bf68d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-857d0d47-1a4c-40a7-aaed-49cd094b2a65 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-857d0d47-1a4c-40a7-aaed-49cd094b2a65 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 4px;
  
}



#s-539d0dee-77dd-428e-abe9-ad1001ee1dec {
  padding-top: 40px;
padding-bottom: 40px;
min-height: 50px;
}

#s-539d0dee-77dd-428e-abe9-ad1001ee1dec {
  background-image: url();
}








#s-539d0dee-77dd-428e-abe9-ad1001ee1dec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-539d0dee-77dd-428e-abe9-ad1001ee1dec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eeb0989f-c379-407a-a690-15fd6e11e009 {
  margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
max-width: 90%;
background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 0px) {
[id="s-eeb0989f-c379-407a-a690-15fd6e11e009"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eeb0989f-c379-407a-a690-15fd6e11e009"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-eeb0989f-c379-407a-a690-15fd6e11e009"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-eeb0989f-c379-407a-a690-15fd6e11e009"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-34d91d9f-3f07-4aca-9574-f1968bca0a27 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-34d91d9f-3f07-4aca-9574-f1968bca0a27 {
  margin-bottom: 50px;
}
}







#s-34d91d9f-3f07-4aca-9574-f1968bca0a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34d91d9f-3f07-4aca-9574-f1968bca0a27.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b63162c-518c-4a69-84f2-1028e0a6f9ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4b63162c-518c-4a69-84f2-1028e0a6f9ba .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-2abe8a02-8d8d-41bf-b9b0-4fe31c78136a {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-2abe8a02-8d8d-41bf-b9b0-4fe31c78136a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-2abe8a02-8d8d-41bf-b9b0-4fe31c78136a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-2abe8a02-8d8d-41bf-b9b0-4fe31c78136a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-2abe8a02-8d8d-41bf-b9b0-4fe31c78136a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-143eee63-01a5-427b-a0f6-acdf8f8c26a5 {
  display: none;
}
#s-be167218-9ebe-430f-bc31-649df074d2d1 {
  text-align: left;
}



.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be167218-9ebe-430f-bc31-649df074d2d1 img.shogun-image {
  width: 100%;
}



}
#s-71ce7505-192f-46ec-aec6-8eda91704204 {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-f366f9a1-6b6f-4e2b-b195-9328aeb142e9 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-f366f9a1-6b6f-4e2b-b195-9328aeb142e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-f366f9a1-6b6f-4e2b-b195-9328aeb142e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f366f9a1-6b6f-4e2b-b195-9328aeb142e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f366f9a1-6b6f-4e2b-b195-9328aeb142e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-92881675-e2ad-40c7-ae75-a9b1ce4f94a2 {
  display: none;
}
#s-589804f8-f892-4c83-bd53-ec24ecbf391e {
  text-align: left;
}



.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589804f8-f892-4c83-bd53-ec24ecbf391e img.shogun-image {
  width: 100%;
}



}
#s-4f395eac-313e-4285-b6de-5d4eb44b3ee4 {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-3bcbea78-7632-4a1d-bb91-9386acf10871 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-3bcbea78-7632-4a1d-bb91-9386acf10871"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-3bcbea78-7632-4a1d-bb91-9386acf10871"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-3bcbea78-7632-4a1d-bb91-9386acf10871"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-3bcbea78-7632-4a1d-bb91-9386acf10871"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-834dcd10-a654-4367-a9aa-43c9dd35ed55 {
  display: none;
}
#s-925886d4-1cf5-4602-a06c-ed499d80065e {
  margin-bottom: 20px;
text-align: left;
}



.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-925886d4-1cf5-4602-a06c-ed499d80065e img.shogun-image {
  width: 100%;
}



}
#s-4d380b54-13dc-486b-902a-de22a94939ba {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-6d5a75f5-ca93-4429-86fa-af15e0e7589b {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-6d5a75f5-ca93-4429-86fa-af15e0e7589b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6d5a75f5-ca93-4429-86fa-af15e0e7589b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6d5a75f5-ca93-4429-86fa-af15e0e7589b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6d5a75f5-ca93-4429-86fa-af15e0e7589b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-dcc7262e-c34a-43f9-b318-dd2505f63ea3 {
  display: none;
}
#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e {
  margin-bottom: 20px;
text-align: left;
}



.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ae520e94-f29c-4cb1-bbf6-d5b4d076209e img.shogun-image {
  width: 100%;
}



}
#s-7838b6b9-a878-4f8b-ac4f-9acef807774f {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-12a40832-dd21-4f6b-92a3-5749ced6fdce {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 40px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-12a40832-dd21-4f6b-92a3-5749ced6fdce {
  margin-bottom: 50px;
}
}







#s-12a40832-dd21-4f6b-92a3-5749ced6fdce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12a40832-dd21-4f6b-92a3-5749ced6fdce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7813e2ca-f3db-4197-8258-0e2d8aefd748 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7813e2ca-f3db-4197-8258-0e2d8aefd748 .shogun-heading-component h5 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  
}



#s-d6e9e604-52f7-4e81-97aa-fdc42700f7cc {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-d6e9e604-52f7-4e81-97aa-fdc42700f7cc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-d6e9e604-52f7-4e81-97aa-fdc42700f7cc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-d6e9e604-52f7-4e81-97aa-fdc42700f7cc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-d6e9e604-52f7-4e81-97aa-fdc42700f7cc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-e5792968-a3f0-45b1-9e3f-7b8627ddebda {
  display: none;
}
#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 {
  text-align: left;
}



.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0a4733e-0b91-4358-8f1f-c0a11177a0d5 img.shogun-image {
  width: 100%;
}



}
#s-58f9fe5c-5608-44df-bbf4-d095e80dc870 {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-a8c26a4f-ee8b-4ae1-958a-a737bd411857 {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-a8c26a4f-ee8b-4ae1-958a-a737bd411857"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a8c26a4f-ee8b-4ae1-958a-a737bd411857"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a8c26a4f-ee8b-4ae1-958a-a737bd411857"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a8c26a4f-ee8b-4ae1-958a-a737bd411857"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-33bb252a-0975-4dbf-98c1-caa8b3a1a9a4 {
  display: none;
}
#s-f54eece9-b569-4132-b482-5385aa37fee9 {
  text-align: left;
}



.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f54eece9-b569-4132-b482-5385aa37fee9 img.shogun-image {
  width: 100%;
}



}
#s-62a2cff6-d66e-4d61-9529-855d161a281c {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-f64a6244-7a25-462d-a88d-b2c9fe5b0f3f {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-f64a6244-7a25-462d-a88d-b2c9fe5b0f3f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-f64a6244-7a25-462d-a88d-b2c9fe5b0f3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f64a6244-7a25-462d-a88d-b2c9fe5b0f3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f64a6244-7a25-462d-a88d-b2c9fe5b0f3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-0faaf91b-f521-4d33-b714-e5d7c6703be7 {
  display: none;
}
#s-bcb84cc1-969a-4e1f-bb83-35b46532476c {
  text-align: left;
}



.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-bcb84cc1-969a-4e1f-bb83-35b46532476c img.shogun-image {
  width: 100%;
}



}
#s-cd769654-3ba9-4374-9d8d-8f3b2cfc147a {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-6e589ae1-597a-414b-a200-6e5af4ae654f {
  margin-left: 5px;
margin-right: 5px;
}

@media (min-width: 0px) {
[id="s-6e589ae1-597a-414b-a200-6e5af4ae654f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-6e589ae1-597a-414b-a200-6e5af4ae654f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-6e589ae1-597a-414b-a200-6e5af4ae654f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e589ae1-597a-414b-a200-6e5af4ae654f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-093e3a0c-2804-41fb-b193-02c1f5fd91ad {
  display: none;
}
#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab {
  margin-bottom: 28px;
text-align: left;
}



.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b12baf46-74a8-4c82-8a44-c3fba8c799ab img.shogun-image {
  width: 100%;
}



}
#s-1665c24a-6ae9-49dd-b9e7-b787c8c3e2ae {
  margin-top: 30%;
margin-left: 0px;
margin-bottom: 30%;
margin-right: 0px;
}

#s-dbd73ff0-d653-4887-8b4d-6121946ec545 {
  min-height: 50px;
}








#s-dbd73ff0-d653-4887-8b4d-6121946ec545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbd73ff0-d653-4887-8b4d-6121946ec545.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
