.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-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  background-image: url();
}








#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e3039e97-add4-4793-bac3-5d871a13070d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -3.25%;
min-height: 600px;
background-position: center center;
opacity: 1;
}

#s-e3039e97-add4-4793-bac3-5d871a13070d {
  background-image: url(https://i.shgcdn.com/07c18cb4-6323-4c65-be67-813ff5635f2e/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-e3039e97-add4-4793-bac3-5d871a13070d > .shg-box-overlay {
  background-color: rgba(117, 117, 117, 1);
  opacity: 0.1;
}#s-e3039e97-add4-4793-bac3-5d871a13070d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-ed5f96f2-c079-4f88-8e8f-f701bc257de7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed5f96f2-c079-4f88-8e8f-f701bc257de7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-f0564b45-9a21-4928-a697-35163918c60a {
  border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 16px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-f0564b45-9a21-4928-a697-35163918c60a > .shg-box-overlay {
  background-color: rgba(165, 165, 165, 1);
  opacity: 1.387778780781446e-16;
}#s-f0564b45-9a21-4928-a697-35163918c60a.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-54157f84-d6fa-49b0-b160-b1ab8b74af4f {
  margin-top: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54157f84-d6fa-49b0-b160-b1ab8b74af4f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

#s-959e492f-91be-4ef9-9e69-516b948fd2ab {
  margin-top: 2%;
margin-bottom: 12%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 30px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-959e492f-91be-4ef9-9e69-516b948fd2ab:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-959e492f-91be-4ef9-9e69-516b948fd2ab:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-959e492f-91be-4ef9-9e69-516b948fd2ab-root {
    text-align: center;
  }


#s-959e492f-91be-4ef9-9e69-516b948fd2ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-959e492f-91be-4ef9-9e69-516b948fd2ab-root {
    text-align: center;
  }


#s-959e492f-91be-4ef9-9e69-516b948fd2ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-959e492f-91be-4ef9-9e69-516b948fd2ab-root {
    text-align: center;
  }


#s-959e492f-91be-4ef9-9e69-516b948fd2ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-959e492f-91be-4ef9-9e69-516b948fd2ab-root {
    text-align: center;
  }


#s-959e492f-91be-4ef9-9e69-516b948fd2ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-959e492f-91be-4ef9-9e69-516b948fd2ab-root {
    text-align: center;
  }


#s-959e492f-91be-4ef9-9e69-516b948fd2ab.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-aee2758d-9f00-4b34-a60b-d9df34806714 {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
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;
border-radius: 16px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-aee2758d-9f00-4b34-a60b-d9df34806714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aee2758d-9f00-4b34-a60b-d9df34806714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 12.5px);
}

}

@media (min-width: 768px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 992px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

@media (min-width: 1200px) {
[id="s-af6b97ec-2cbf-4e49-ac72-e04bc6c55c00"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.833333333333332px);
}

}

#s-566902a2-a482-4d1f-a965-08c9f0fbb4de {
  background-color: rgba(26, 26, 26, 0);
}

.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-589caaca-5eb8-4174-a77a-b233c7144f3f {
  text-align: left;
}



.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-589caaca-5eb8-4174-a77a-b233c7144f3f 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-30f36046-a275-43ca-8570-2059659d2b2d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-30f36046-a275-43ca-8570-2059659d2b2d .shg-product-title-component h4 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-f385e8b6-2483-4410-9b44-16a4fab83034 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  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-58f33d78-beeb-49ea-9b29-9650103f8310 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 30px;
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-58f33d78-beeb-49ea-9b29-9650103f8310:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-58f33d78-beeb-49ea-9b29-9650103f8310:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-58f33d78-beeb-49ea-9b29-9650103f8310 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-58f33d78-beeb-49ea-9b29-9650103f8310.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-58f33d78-beeb-49ea-9b29-9650103f8310.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-58f33d78-beeb-49ea-9b29-9650103f8310.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-90ea3647-e0a2-4cff-abff-0d6563b219f6 {
  background-color: rgba(26, 26, 26, 0);
}

#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 {
  text-align: left;
}



.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b0970e83-33ab-4415-9bc9-1497a409a9a6 img.shogun-image {
  width: 100%;
}



}
#s-c2d8ec4e-1351-474f-87d7-414cad586a44 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-c2d8ec4e-1351-474f-87d7-414cad586a44 .shg-product-title-component h4 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-f9742e6b-1ab1-4d2a-aa63-113489de4301 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-1bcb1e3a-b914-4c61-80f8-2b7fd5a2f59e {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 30px;
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-1bcb1e3a-b914-4c61-80f8-2b7fd5a2f59e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1bcb1e3a-b914-4c61-80f8-2b7fd5a2f59e:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-1bcb1e3a-b914-4c61-80f8-2b7fd5a2f59e {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1bcb1e3a-b914-4c61-80f8-2b7fd5a2f59e.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1bcb1e3a-b914-4c61-80f8-2b7fd5a2f59e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-1bcb1e3a-b914-4c61-80f8-2b7fd5a2f59e.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-383f97bf-9ac8-4eb9-aba5-1b666dca8a0c {
  background-color: rgba(26, 26, 26, 0);
}

#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 {
  text-align: left;
}



.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-17046363-5fa0-4d50-a498-2b93e8a3fe97 img.shogun-image {
  width: 100%;
}



}
#s-e5c3664e-ba55-4217-80b0-ab99a7018eb1 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e5c3664e-ba55-4217-80b0-ab99a7018eb1 .shg-product-title-component h4 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-e92d9b03-fe2b-4ecd-8528-8674bda87226 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-e92d9b03-fe2b-4ecd-8528-8674bda87226 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e92d9b03-fe2b-4ecd-8528-8674bda87226 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-e92d9b03-fe2b-4ecd-8528-8674bda87226 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-90583e87-7e6f-4123-bdec-c2ed906746bf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 30px;
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-90583e87-7e6f-4123-bdec-c2ed906746bf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-90583e87-7e6f-4123-bdec-c2ed906746bf:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-90583e87-7e6f-4123-bdec-c2ed906746bf {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-90583e87-7e6f-4123-bdec-c2ed906746bf.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-90583e87-7e6f-4123-bdec-c2ed906746bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-90583e87-7e6f-4123-bdec-c2ed906746bf.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-fe314d27-cf87-4271-b4c9-803e81e5127c {
  background-color: rgba(26, 26, 26, 0);
}

#s-153861c5-d95b-4efb-a562-cf4c08c19454 {
  text-align: left;
}



.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-153861c5-d95b-4efb-a562-cf4c08c19454 img.shogun-image {
  width: 100%;
}



}
#s-f47489ef-0e7b-43f3-80d1-a65ece5a263e {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-f47489ef-0e7b-43f3-80d1-a65ece5a263e .shg-product-title-component h4 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-2280f817-5f14-48c5-a3a9-37d954c361e8 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-2280f817-5f14-48c5-a3a9-37d954c361e8 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-2280f817-5f14-48c5-a3a9-37d954c361e8 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-2280f817-5f14-48c5-a3a9-37d954c361e8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-336b6fc8-ac8f-4f56-8109-2236192e34d5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 30px;
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-336b6fc8-ac8f-4f56-8109-2236192e34d5:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-336b6fc8-ac8f-4f56-8109-2236192e34d5:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-336b6fc8-ac8f-4f56-8109-2236192e34d5 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-336b6fc8-ac8f-4f56-8109-2236192e34d5.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-336b6fc8-ac8f-4f56-8109-2236192e34d5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-336b6fc8-ac8f-4f56-8109-2236192e34d5.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-25c0821b-1355-454c-862d-7bc029a2fddb {
  background-color: rgba(26, 26, 26, 0);
}

#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca {
  text-align: left;
}



.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca img.shogun-image {
  width: 100%;
}



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

.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-78b90d12-aa65-4e70-bf86-7479f2caf0ca img.shogun-image {
  width: 100%;
}



}
#s-1113d1c5-e1ff-48f1-8b10-c543250bb20d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-1113d1c5-e1ff-48f1-8b10-c543250bb20d .shg-product-title-component h4 {
  color: rgba(26, 26, 26, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-13b312df-9444-482c-8660-e93cbec31db7 {
  margin-top: 0px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
text-align: center;
}

#s-13b312df-9444-482c-8660-e93cbec31db7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: ;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-13b312df-9444-482c-8660-e93cbec31db7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: ;
}

#s-13b312df-9444-482c-8660-e93cbec31db7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(153, 153, 153, 1);
  font-weight:   ;
  font-family: Josefin Sans;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0dd6a436-0ee1-4fb9-8859-e214aeb8bea6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 30px;
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-0dd6a436-0ee1-4fb9-8859-e214aeb8bea6:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0dd6a436-0ee1-4fb9-8859-e214aeb8bea6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dd6a436-0ee1-4fb9-8859-e214aeb8bea6 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-0dd6a436-0ee1-4fb9-8859-e214aeb8bea6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dd6a436-0ee1-4fb9-8859-e214aeb8bea6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-0dd6a436-0ee1-4fb9-8859-e214aeb8bea6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-d15218df-8498-44c6-98ef-7adbe1ca6212 {
  text-align: left;
}



.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d15218df-8498-44c6-98ef-7adbe1ca6212 img.shogun-image {
  width: 100%;
}



}
#s-82eba28d-6516-4512-b7d9-ab9749832204 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82eba28d-6516-4512-b7d9-ab9749832204 .shg-product-title-component h4 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-05b32112-d48c-46cf-9f26-19e53e4c9586 {
  text-align: center;
}

#s-05b32112-d48c-46cf-9f26-19e53e4c9586 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-05b32112-d48c-46cf-9f26-19e53e4c9586 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-05b32112-d48c-46cf-9f26-19e53e4c9586 .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-a8bc8c00-edd8-4ccd-9231-8d0147f400b3 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: #000;
border-style: solid;
border-radius: 30px;
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-a8bc8c00-edd8-4ccd-9231-8d0147f400b3:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a8bc8c00-edd8-4ccd-9231-8d0147f400b3:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-a8bc8c00-edd8-4ccd-9231-8d0147f400b3 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a8bc8c00-edd8-4ccd-9231-8d0147f400b3.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a8bc8c00-edd8-4ccd-9231-8d0147f400b3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1em;
  
  
  
  display:  inline-block ;
}

#s-a8bc8c00-edd8-4ccd-9231-8d0147f400b3.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c27203b8-bc50-46a5-8d61-1fd50dbba586 {
  margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-c27203b8-bc50-46a5-8d61-1fd50dbba586"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c27203b8-bc50-46a5-8d61-1fd50dbba586"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c27203b8-bc50-46a5-8d61-1fd50dbba586"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c27203b8-bc50-46a5-8d61-1fd50dbba586"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-44c0f2f4-3635-40d2-897a-41e91bb25751 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-44c0f2f4-3635-40d2-897a-41e91bb25751:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-44c0f2f4-3635-40d2-897a-41e91bb25751:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-44c0f2f4-3635-40d2-897a-41e91bb25751-root {
    text-align: center;
  }


#s-44c0f2f4-3635-40d2-897a-41e91bb25751.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-44c0f2f4-3635-40d2-897a-41e91bb25751-root {
    text-align: center;
  }


#s-44c0f2f4-3635-40d2-897a-41e91bb25751.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-44c0f2f4-3635-40d2-897a-41e91bb25751-root {
    text-align: center;
  }


#s-44c0f2f4-3635-40d2-897a-41e91bb25751.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-44c0f2f4-3635-40d2-897a-41e91bb25751-root {
    text-align: center;
  }


#s-44c0f2f4-3635-40d2-897a-41e91bb25751.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-44c0f2f4-3635-40d2-897a-41e91bb25751-root {
    text-align: center;
  }


#s-44c0f2f4-3635-40d2-897a-41e91bb25751.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}
#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}@media (max-width: 767px){#s-5b6466bb-abca-408e-ad65-9f0b49172d7a {
  
}
}







#s-5b6466bb-abca-408e-ad65-9f0b49172d7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b6466bb-abca-408e-ad65-9f0b49172d7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cce21969-c63d-4859-9cda-9e5c885da971 {
  min-height: 50px;
background-color: rgba(213, 213, 213, 1);
}








#s-cce21969-c63d-4859-9cda-9e5c885da971 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cce21969-c63d-4859-9cda-9e5c885da971.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a345038-6186-4bec-9274-8e409489555f {
  margin-top: 3%;
margin-left: 0px;
margin-bottom: 3%;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a345038-6186-4bec-9274-8e409489555f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



#s-b4ae2f75-74d7-45d3-a211-66339cc89fa7 {
  margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b4ae2f75-74d7-45d3-a211-66339cc89fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4d9659e7-c5a5-4155-8ea1-d346c936f8f8 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-4d9659e7-c5a5-4155-8ea1-d346c936f8f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d9659e7-c5a5-4155-8ea1-d346c936f8f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fda55cd8-b312-4a35-9505-00c9cb077e9d {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-fda55cd8-b312-4a35-9505-00c9cb077e9d .shogun-icon-wrapper {
  text-align: center;
}


#s-fda55cd8-b312-4a35-9505-00c9cb077e9d .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(133, 178, 165, 1);
}

#s-69010763-fbd7-4aaa-a3ef-2dc3a376d3d4 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69010763-fbd7-4aaa-a3ef-2dc3a376d3d4 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-1b4362be-35e2-4816-b4f6-499e59e014bb {
  margin-left: 0px;
margin-right: 0px;
}

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

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

#s-f13718bc-3dd5-45f0-917f-5c7fc3d2a5b2 hr {
  border-top: 1px solid rgba(232, 233, 232, 1);
}

#s-5b559e9e-ef71-4117-9976-01f7b84aadf4 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-5b559e9e-ef71-4117-9976-01f7b84aadf4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b559e9e-ef71-4117-9976-01f7b84aadf4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 .shogun-icon-wrapper {
  text-align: center;
}


#s-53b1d32d-ce16-4878-b8c8-f6f34dcefe77 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(133, 178, 165, 1);
}

#s-cdd7f26b-f03a-4b73-a3d8-5c59f6905cbd {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdd7f26b-f03a-4b73-a3d8-5c59f6905cbd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  
  
  
  
}



#s-916e5e88-a59c-495d-bf8a-cb52dbcc46cd {
  margin-left: 0px;
margin-right: 0px;
}

#s-812b9a72-bed4-4b36-ac22-90f42776f9aa {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-812b9a72-bed4-4b36-ac22-90f42776f9aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-812b9a72-bed4-4b36-ac22-90f42776f9aa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d39133ae-1d70-4507-b92c-dece3f4736e8 {
  margin-top: 12%;
margin-bottom: 12%;
text-align: center;
}







  #s-d39133ae-1d70-4507-b92c-dece3f4736e8 img.shogun-image {
    

    
    
    
  }


#s-d39133ae-1d70-4507-b92c-dece3f4736e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-1ca9f729-18c9-41ed-b248-ce19afb12199 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-1ca9f729-18c9-41ed-b248-ce19afb12199 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ca9f729-18c9-41ed-b248-ce19afb12199.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-87c16148-6883-4db7-9802-44fbc72c7141 {
  margin-bottom: 10px;
margin-right: 0px;
}

#s-87c16148-6883-4db7-9802-44fbc72c7141 .shogun-icon-wrapper {
  text-align: center;
}


#s-87c16148-6883-4db7-9802-44fbc72c7141 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(133, 178, 165, 1);
}

#s-13c63f07-f320-4f4e-810d-3139337d4b00 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13c63f07-f320-4f4e-810d-3139337d4b00 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  
  
  
  
}



#s-ca7e9832-1fff-4403-8ad9-155222809220 {
  margin-left: 0px;
margin-right: 0px;
}

#s-6c9f4af2-b30a-4721-af29-486a40111fa9 hr {
  border-top: 1px solid rgba(232, 233, 232, 1);
}

#s-509b22dc-c14e-4ac8-a572-84116a313fd9 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-509b22dc-c14e-4ac8-a572-84116a313fd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-509b22dc-c14e-4ac8-a572-84116a313fd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d1b4e3a-48cc-44fc-9ee7-06b6b60006c8 {
  margin-top: 0px;
margin-bottom: 10px;
margin-right: 0px;
}

#s-3d1b4e3a-48cc-44fc-9ee7-06b6b60006c8 .shogun-icon-wrapper {
  text-align: center;
}


#s-3d1b4e3a-48cc-44fc-9ee7-06b6b60006c8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 38px !important;
  color: rgba(133, 178, 165, 1);
}

#s-2f13b040-2535-4138-9a23-70e738d9695a {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2f13b040-2535-4138-9a23-70e738d9695a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Josefin Sans";
  font-style:  normal ;
  
  
  
  
}



#s-2a28370c-7353-4a39-b52f-3630fe070931 {
  margin-left: 0px;
margin-right: 0px;
}

#s-9ecf255e-1dcb-45b2-8992-59ff1dae1b50 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 0);
}








#s-9ecf255e-1dcb-45b2-8992-59ff1dae1b50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ecf255e-1dcb-45b2-8992-59ff1dae1b50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce739ec5-2159-4a8f-8b12-6f3274dc4033 {
  min-height: 50px;
background-color: rgba(141, 161, 185, 1);
}








#s-ce739ec5-2159-4a8f-8b12-6f3274dc4033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce739ec5-2159-4a8f-8b12-6f3274dc4033.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b66c5739-0dc8-4196-a940-cfca4de582e4 {
  min-height: 50px;
}








#s-b66c5739-0dc8-4196-a940-cfca4de582e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b66c5739-0dc8-4196-a940-cfca4de582e4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b26af10c-367e-4aa4-9676-e98df43cd792 {
  margin-top: 1%;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b26af10c-367e-4aa4-9676-e98df43cd792 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



#s-c1a68b7a-f921-48ba-9ee5-df899c35f756 {
  margin-top: 1%;
margin-left: 18%;
margin-right: 18%;
}

@media (min-width: 0px) {
[id="s-c1a68b7a-f921-48ba-9ee5-df899c35f756"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-c1a68b7a-f921-48ba-9ee5-df899c35f756"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 1.6666666666666667em);
}

}

@media (min-width: 992px) {
[id="s-c1a68b7a-f921-48ba-9ee5-df899c35f756"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 1.6666666666666667em);
}

}

@media (min-width: 1200px) {
[id="s-c1a68b7a-f921-48ba-9ee5-df899c35f756"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 1.6666666666666667em);
}

}

#s-45ff55fa-a3d0-4e01-83a0-04897ad3a7c2 {
  margin-bottom: 2%;
text-align: center;
}







  #s-45ff55fa-a3d0-4e01-83a0-04897ad3a7c2 img.shogun-image {
    

    
    
    
  }


#s-45ff55fa-a3d0-4e01-83a0-04897ad3a7c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c97e97b6-b82b-448d-ad69-106c04982354 {
  margin-bottom: 2%;
text-align: center;
}







  #s-c97e97b6-b82b-448d-ad69-106c04982354 img.shogun-image {
    

    
    
    
  }


#s-c97e97b6-b82b-448d-ad69-106c04982354 .shogun-image-content {
  
    align-items: center;
  
}

#s-06b470f2-1831-4b7f-abd4-9cb8ea5cd66f {
  margin-bottom: 2%;
text-align: center;
}







  #s-06b470f2-1831-4b7f-abd4-9cb8ea5cd66f img.shogun-image {
    

    
    
    
  }


#s-06b470f2-1831-4b7f-abd4-9cb8ea5cd66f .shogun-image-content {
  
    align-items: center;
  
}

#s-a52dce90-a8c8-4968-bbae-a3a5acfa5d8c {
  margin-bottom: 2%;
text-align: center;
}







  #s-a52dce90-a8c8-4968-bbae-a3a5acfa5d8c img.shogun-image {
    

    
    
    
  }


#s-a52dce90-a8c8-4968-bbae-a3a5acfa5d8c .shogun-image-content {
  
    align-items: center;
  
}

#s-b846c361-f5d6-4411-bbb4-7e2587b9d1b1 {
  margin-bottom: 2%;
text-align: center;
}







  #s-b846c361-f5d6-4411-bbb4-7e2587b9d1b1 img.shogun-image {
    

    
    
    
  }


#s-b846c361-f5d6-4411-bbb4-7e2587b9d1b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d4190b7-6474-427c-b8a0-60a5e5d4378a {
  margin-bottom: 2%;
text-align: center;
}







  #s-2d4190b7-6474-427c-b8a0-60a5e5d4378a img.shogun-image {
    

    
    
    
  }


#s-2d4190b7-6474-427c-b8a0-60a5e5d4378a .shogun-image-content {
  
    align-items: center;
  
}

#s-1ecff8ce-44cd-4ce4-bb75-c276c087756a {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-1ecff8ce-44cd-4ce4-bb75-c276c087756a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ecff8ce-44cd-4ce4-bb75-c276c087756a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ecff8ce-44cd-4ce4-bb75-c276c087756a {
  margin-bottom: 4%;
}
}@media (max-width: 767px){#s-1ecff8ce-44cd-4ce4-bb75-c276c087756a {
  margin-top: 4%;
margin-bottom: 4%;
}
}
@media (min-width: 0px) {
[id="s-1ecff8ce-44cd-4ce4-bb75-c276c087756a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ecff8ce-44cd-4ce4-bb75-c276c087756a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ecff8ce-44cd-4ce4-bb75-c276c087756a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1ecff8ce-44cd-4ce4-bb75-c276c087756a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ecff8ce-44cd-4ce4-bb75-c276c087756a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ecff8ce-44cd-4ce4-bb75-c276c087756a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1ecff8ce-44cd-4ce4-bb75-c276c087756a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5547208b-f922-469e-8820-c54d812cab52 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-5547208b-f922-469e-8820-c54d812cab52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5547208b-f922-469e-8820-c54d812cab52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1182600-8217-4e35-83da-405176e9d647 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f1182600-8217-4e35-83da-405176e9d647 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


#s-f1182600-8217-4e35-83da-405176e9d647 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-d5a35f13-684e-43b1-ac90-f81e79432994 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d5a35f13-684e-43b1-ac90-f81e79432994"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-d5a35f13-684e-43b1-ac90-f81e79432994"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-d5a35f13-684e-43b1-ac90-f81e79432994"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-d5a35f13-684e-43b1-ac90-f81e79432994"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

}

#s-df7130a0-7b64-4eb0-b15c-e7b2170d71f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df7130a0-7b64-4eb0-b15c-e7b2170d71f8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-8ba1b009-ec70-476b-8362-040ef9f432de {
  text-align: center;
}







  #s-8ba1b009-ec70-476b-8362-040ef9f432de img.shogun-image {
    

    
    
    
  }


#s-8ba1b009-ec70-476b-8362-040ef9f432de .shogun-image-content {
  
    align-items: center;
  
}

#s-2a70c677-109a-4e20-b6db-d7a3f67867d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a70c677-109a-4e20-b6db-d7a3f67867d0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-86c313e4-5c50-4eb4-90e3-4abf724b701d {
  text-align: center;
}







  #s-86c313e4-5c50-4eb4-90e3-4abf724b701d img.shogun-image {
    

    
    
    
  }


#s-86c313e4-5c50-4eb4-90e3-4abf724b701d .shogun-image-content {
  
    align-items: center;
  
}

#s-b7086a1e-dfe5-403f-919b-17aebff421f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7086a1e-dfe5-403f-919b-17aebff421f1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-ca6feebb-c027-4c34-bdf8-c2507b87314e {
  text-align: center;
}







  #s-ca6feebb-c027-4c34-bdf8-c2507b87314e img.shogun-image {
    

    
    
    
  }


#s-ca6feebb-c027-4c34-bdf8-c2507b87314e .shogun-image-content {
  
    align-items: center;
  
}

#s-ece0f14d-367b-4877-8cc2-b498095bf9d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ece0f14d-367b-4877-8cc2-b498095bf9d2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-6b50d3e2-9667-4461-8d7b-c8d0ba7935e9 {
  text-align: center;
}







  #s-6b50d3e2-9667-4461-8d7b-c8d0ba7935e9 img.shogun-image {
    

    
    
    
  }


#s-6b50d3e2-9667-4461-8d7b-c8d0ba7935e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a342047-04cd-4c15-b9d1-04c164464cc8 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-7a342047-04cd-4c15-b9d1-04c164464cc8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a342047-04cd-4c15-b9d1-04c164464cc8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7a342047-04cd-4c15-b9d1-04c164464cc8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a342047-04cd-4c15-b9d1-04c164464cc8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c5cc8f24-c332-40cc-9010-9e11aff02e5e-root {
    text-align: center;
  }


#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c5cc8f24-c332-40cc-9010-9e11aff02e5e-root {
    text-align: center;
  }


#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c5cc8f24-c332-40cc-9010-9e11aff02e5e-root {
    text-align: center;
  }


#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c5cc8f24-c332-40cc-9010-9e11aff02e5e-root {
    text-align: center;
  }


#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c5cc8f24-c332-40cc-9010-9e11aff02e5e-root {
    text-align: center;
  }


#s-c5cc8f24-c332-40cc-9010-9e11aff02e5e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}
#s-d956d59a-bf7b-4a79-8430-6d78165b9165 {
  min-height: 50px;
background-color: rgba(213, 213, 213, 1);
}








#s-d956d59a-bf7b-4a79-8430-6d78165b9165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d956d59a-bf7b-4a79-8430-6d78165b9165.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b28aeacf-b396-4d78-b741-66a79a5ead14 {
  margin-top: 2%;
margin-left: 0px;
margin-bottom: 2%;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b28aeacf-b396-4d78-b741-66a79a5ead14 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



#s-ed9347d9-0916-465a-a92b-b4a3747d5053 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-ed9347d9-0916-465a-a92b-b4a3747d5053"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ed9347d9-0916-465a-a92b-b4a3747d5053"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-ed9347d9-0916-465a-a92b-b4a3747d5053"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-ed9347d9-0916-465a-a92b-b4a3747d5053"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-f81839c9-bdb4-4a30-a771-7aeef30b5afa {
  text-align: center;
}







  #s-f81839c9-bdb4-4a30-a771-7aeef30b5afa img.shogun-image {
    

    
    
    
  }


#s-f81839c9-bdb4-4a30-a771-7aeef30b5afa .shogun-image-content {
  
    align-items: center;
  
}

#s-409c2828-f892-4d6c-92c8-2220b31177a8 {
  text-align: center;
}







  #s-409c2828-f892-4d6c-92c8-2220b31177a8 img.shogun-image {
    

    
    
    
  }


#s-409c2828-f892-4d6c-92c8-2220b31177a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-58b58870-2b4e-4bdb-8c1b-5974f7489cef {
  text-align: center;
}







  #s-58b58870-2b4e-4bdb-8c1b-5974f7489cef img.shogun-image {
    

    
    
    
  }


#s-58b58870-2b4e-4bdb-8c1b-5974f7489cef .shogun-image-content {
  
    align-items: center;
  
}

#s-8c7ba121-2045-40c6-a5e5-37a4ad96e52d {
  text-align: center;
}







  #s-8c7ba121-2045-40c6-a5e5-37a4ad96e52d img.shogun-image {
    

    
    
    
  }


#s-8c7ba121-2045-40c6-a5e5-37a4ad96e52d .shogun-image-content {
  
    align-items: center;
  
}

#s-eb25bcdb-786c-4a1f-9226-325fd6199cad {
  text-align: center;
}







  #s-eb25bcdb-786c-4a1f-9226-325fd6199cad img.shogun-image {
    

    
    
    
  }


#s-eb25bcdb-786c-4a1f-9226-325fd6199cad .shogun-image-content {
  
    align-items: center;
  
}

#s-66eaa151-ddd6-4c59-b9ae-39cc3e0b765c {
  text-align: center;
}







  #s-66eaa151-ddd6-4c59-b9ae-39cc3e0b765c img.shogun-image {
    

    
    
    
  }


#s-66eaa151-ddd6-4c59-b9ae-39cc3e0b765c .shogun-image-content {
  
    align-items: center;
  
}

#s-fda71e16-9fd8-4948-89a0-3f89815b4914 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-fda71e16-9fd8-4948-89a0-3f89815b4914"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-fda71e16-9fd8-4948-89a0-3f89815b4914"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-fda71e16-9fd8-4948-89a0-3f89815b4914"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-fda71e16-9fd8-4948-89a0-3f89815b4914"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-d41c962a-77a3-426e-9938-3b501f6a9656 {
  text-align: center;
}







  #s-d41c962a-77a3-426e-9938-3b501f6a9656 img.shogun-image {
    

    
    
    
  }


#s-d41c962a-77a3-426e-9938-3b501f6a9656 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2128dcb-b545-4e84-b2c2-fe9a3e90e795 {
  text-align: center;
}







  #s-f2128dcb-b545-4e84-b2c2-fe9a3e90e795 img.shogun-image {
    

    
    
    
  }


#s-f2128dcb-b545-4e84-b2c2-fe9a3e90e795 .shogun-image-content {
  
    align-items: center;
  
}

#s-f08c008b-7e7d-45be-a5d4-17cd994be78a {
  text-align: center;
}







  #s-f08c008b-7e7d-45be-a5d4-17cd994be78a img.shogun-image {
    

    
    
    
  }


#s-f08c008b-7e7d-45be-a5d4-17cd994be78a .shogun-image-content {
  
    align-items: center;
  
}

#s-0a8013b8-1f35-498a-9e1a-862e2728ae88 {
  text-align: center;
}







  #s-0a8013b8-1f35-498a-9e1a-862e2728ae88 img.shogun-image {
    

    
    
    
  }


#s-0a8013b8-1f35-498a-9e1a-862e2728ae88 .shogun-image-content {
  
    align-items: center;
  
}

#s-ddcdce9c-6aad-4a26-926c-9f26d692e190 {
  text-align: center;
}







  #s-ddcdce9c-6aad-4a26-926c-9f26d692e190 img.shogun-image {
    

    
    
    
  }


#s-ddcdce9c-6aad-4a26-926c-9f26d692e190 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ee6065e-0b3a-4d28-849d-c86607892360 {
  text-align: center;
}







  #s-2ee6065e-0b3a-4d28-849d-c86607892360 img.shogun-image {
    

    
    
    
  }


#s-2ee6065e-0b3a-4d28-849d-c86607892360 .shogun-image-content {
  
    align-items: center;
  
}

#s-f10edff8-5bbb-44c0-bbd5-c62937451141 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-f10edff8-5bbb-44c0-bbd5-c62937451141"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-f10edff8-5bbb-44c0-bbd5-c62937451141"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-f10edff8-5bbb-44c0-bbd5-c62937451141"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-f10edff8-5bbb-44c0-bbd5-c62937451141"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-7b14daf3-3e38-4527-9a57-cc0d9d040b15 {
  text-align: center;
}







  #s-7b14daf3-3e38-4527-9a57-cc0d9d040b15 img.shogun-image {
    

    
    
    
  }


#s-7b14daf3-3e38-4527-9a57-cc0d9d040b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-10b49649-b9e4-47d6-a36c-13dc726a2636 {
  text-align: center;
}







  #s-10b49649-b9e4-47d6-a36c-13dc726a2636 img.shogun-image {
    

    
    
    
  }


#s-10b49649-b9e4-47d6-a36c-13dc726a2636 .shogun-image-content {
  
    align-items: center;
  
}

#s-ea2bdd62-f18c-4d4b-847e-b7dc8f54a219 {
  text-align: center;
}







  #s-ea2bdd62-f18c-4d4b-847e-b7dc8f54a219 img.shogun-image {
    

    
    
    
  }


#s-ea2bdd62-f18c-4d4b-847e-b7dc8f54a219 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d186cdf-dd0e-4b17-a47f-e338eb4d4110 {
  text-align: center;
}







  #s-2d186cdf-dd0e-4b17-a47f-e338eb4d4110 img.shogun-image {
    

    
    
    
  }


#s-2d186cdf-dd0e-4b17-a47f-e338eb4d4110 .shogun-image-content {
  
    align-items: center;
  
}

#s-57f618b4-fa39-4f7a-92be-fd683f8ab41f {
  text-align: center;
}







  #s-57f618b4-fa39-4f7a-92be-fd683f8ab41f img.shogun-image {
    

    
    
    
  }


#s-57f618b4-fa39-4f7a-92be-fd683f8ab41f .shogun-image-content {
  
    align-items: center;
  
}

#s-6adcb869-53b1-4f3a-a8a6-7bcb92cf507c {
  text-align: center;
}







  #s-6adcb869-53b1-4f3a-a8a6-7bcb92cf507c img.shogun-image {
    

    
    
    
  }


#s-6adcb869-53b1-4f3a-a8a6-7bcb92cf507c .shogun-image-content {
  
    align-items: center;
  
}

#s-917b3cae-bb71-4c68-9e5f-ef567edaca97 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-917b3cae-bb71-4c68-9e5f-ef567edaca97"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-917b3cae-bb71-4c68-9e5f-ef567edaca97"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-917b3cae-bb71-4c68-9e5f-ef567edaca97"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-917b3cae-bb71-4c68-9e5f-ef567edaca97"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

}

#s-7e94f05b-21aa-4828-bcce-6c84ddf8e621 {
  text-align: center;
}







  #s-7e94f05b-21aa-4828-bcce-6c84ddf8e621 img.shogun-image {
    

    
    
    
  }


#s-7e94f05b-21aa-4828-bcce-6c84ddf8e621 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c81ade6-a8cf-44ae-a297-1703083d6622 {
  text-align: center;
}







  #s-4c81ade6-a8cf-44ae-a297-1703083d6622 img.shogun-image {
    

    
    
    
  }


#s-4c81ade6-a8cf-44ae-a297-1703083d6622 .shogun-image-content {
  
    align-items: center;
  
}

#s-f785b4c2-7a66-4a0c-9360-4a73435cf035 {
  margin-top: 2%;
min-height: 50px;
background-color: rgba(133, 178, 165, 1);
}








#s-f785b4c2-7a66-4a0c-9360-4a73435cf035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f785b4c2-7a66-4a0c-9360-4a73435cf035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f92bd68-2aa2-4e46-a779-59de7185f6f6 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-8f92bd68-2aa2-4e46-a779-59de7185f6f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f92bd68-2aa2-4e46-a779-59de7185f6f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e715852-a135-4ce5-9e0d-dd340673d96f {
  margin-top: 3%;
margin-left: 8%;
margin-right: 8%;
}

@media (min-width: 0px) {
[id="s-6e715852-a135-4ce5-9e0d-dd340673d96f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 2.0em);
}

}

@media (min-width: 768px) {
[id="s-6e715852-a135-4ce5-9e0d-dd340673d96f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.0em);
}

}

@media (min-width: 992px) {
[id="s-6e715852-a135-4ce5-9e0d-dd340673d96f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.0em);
}

}

@media (min-width: 1200px) {
[id="s-6e715852-a135-4ce5-9e0d-dd340673d96f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.0em);
}

}

#s-d3f227d9-e0ac-42cf-af0b-796dda0924bd {
  margin-bottom: 2%;
text-align: center;
}







  #s-d3f227d9-e0ac-42cf-af0b-796dda0924bd img.shogun-image {
    

    
    
    
  }


#s-d3f227d9-e0ac-42cf-af0b-796dda0924bd .shogun-image-content {
  
    align-items: center;
  
}

#s-ed8cc301-6aa5-4cbc-8a4f-02e73f7f9c09 {
  margin-bottom: 2%;
text-align: center;
}







  #s-ed8cc301-6aa5-4cbc-8a4f-02e73f7f9c09 img.shogun-image {
    

    
    
    
  }


#s-ed8cc301-6aa5-4cbc-8a4f-02e73f7f9c09 .shogun-image-content {
  
    align-items: center;
  
}

#s-4a598e13-50c8-4be9-b4bd-b060cd81411b {
  margin-bottom: 2%;
text-align: center;
}







  #s-4a598e13-50c8-4be9-b4bd-b060cd81411b img.shogun-image {
    

    
    
    
  }


#s-4a598e13-50c8-4be9-b4bd-b060cd81411b .shogun-image-content {
  
    align-items: center;
  
}

#s-033a9133-d95a-4cd0-aa13-538476cb4fc2 {
  margin-bottom: 2%;
text-align: center;
}







  #s-033a9133-d95a-4cd0-aa13-538476cb4fc2 img.shogun-image {
    

    
    
    
  }


#s-033a9133-d95a-4cd0-aa13-538476cb4fc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb15bf4e-229a-4302-88bf-d8f1b84ab469 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 3%;
margin-right: 2%;
background-color: rgba(26, 26, 26, 0);
}
@media (min-width: 1200px){#s-eb15bf4e-229a-4302-88bf-d8f1b84ab469 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb15bf4e-229a-4302-88bf-d8f1b84ab469 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb15bf4e-229a-4302-88bf-d8f1b84ab469 {
  
}
}@media (max-width: 767px){#s-eb15bf4e-229a-4302-88bf-d8f1b84ab469 {
  
}
}
@media (min-width: 0px) {
[id="s-eb15bf4e-229a-4302-88bf-d8f1b84ab469"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb15bf4e-229a-4302-88bf-d8f1b84ab469"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb15bf4e-229a-4302-88bf-d8f1b84ab469"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb15bf4e-229a-4302-88bf-d8f1b84ab469"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb15bf4e-229a-4302-88bf-d8f1b84ab469"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb15bf4e-229a-4302-88bf-d8f1b84ab469"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eb15bf4e-229a-4302-88bf-d8f1b84ab469"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

}

#s-e9396eb5-232b-4b92-aba8-c07d0eccaba5 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 16px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-e9396eb5-232b-4b92-aba8-c07d0eccaba5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9396eb5-232b-4b92-aba8-c07d0eccaba5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ba4b928-b6d2-48da-b1d5-95321b216b39 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ba4b928-b6d2-48da-b1d5-95321b216b39 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


#s-6ba4b928-b6d2-48da-b1d5-95321b216b39 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-ce05e0b4-3ce8-4c4c-989a-c36f61175e81 {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-ce05e0b4-3ce8-4c4c-989a-c36f61175e81"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-ce05e0b4-3ce8-4c4c-989a-c36f61175e81"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-ce05e0b4-3ce8-4c4c-989a-c36f61175e81"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-ce05e0b4-3ce8-4c4c-989a-c36f61175e81"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

}

#s-ab8c1254-a4e3-4c4a-92d8-1726bb7d41ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ab8c1254-a4e3-4c4a-92d8-1726bb7d41ca .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ea144ed6-d706-4082-b259-960522b559b4 {
  text-align: center;
}







  #s-ea144ed6-d706-4082-b259-960522b559b4 img.shogun-image {
    

    
    
    
  }


#s-ea144ed6-d706-4082-b259-960522b559b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e658d36-6e0c-4a55-9fa9-c58bcf170a4e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e658d36-6e0c-4a55-9fa9-c58bcf170a4e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2e5f64f1-6161-427d-84b7-76d74fe39d89 {
  text-align: center;
}







  #s-2e5f64f1-6161-427d-84b7-76d74fe39d89 img.shogun-image {
    

    
    
    
  }


#s-2e5f64f1-6161-427d-84b7-76d74fe39d89 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ed0fc01-abac-4854-8a4a-c31d5eba5c95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0ed0fc01-abac-4854-8a4a-c31d5eba5c95 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-05f50993-80be-44f2-8a60-79b976606863 {
  text-align: center;
}







  #s-05f50993-80be-44f2-8a60-79b976606863 img.shogun-image {
    

    
    
    
  }


#s-05f50993-80be-44f2-8a60-79b976606863 .shogun-image-content {
  
    align-items: center;
  
}

#s-69528522-7f58-4b78-ab62-cea8932df46f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69528522-7f58-4b78-ab62-cea8932df46f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c9807d33-4796-4531-910d-17ceb2e7dee5 {
  text-align: center;
}







  #s-c9807d33-4796-4531-910d-17ceb2e7dee5 img.shogun-image {
    

    
    
    
  }


#s-c9807d33-4796-4531-910d-17ceb2e7dee5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8e9c9011-fb01-44fd-b13d-77c57364391e {
  margin-top: 2%;
margin-left: 2%;
margin-right: 2%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

@media (min-width: 0px) {
[id="s-8e9c9011-fb01-44fd-b13d-77c57364391e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e9c9011-fb01-44fd-b13d-77c57364391e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e9c9011-fb01-44fd-b13d-77c57364391e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e9c9011-fb01-44fd-b13d-77c57364391e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757 {
  padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 30px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
font-size: 20px;
font-weight: bold;
color: rgba(0, 0, 0, 1);
text-decoration: none;
}
#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-c77055a8-05ff-40d5-9660-fa9e6a1d1757-root {
    text-align: center;
  }


#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c77055a8-05ff-40d5-9660-fa9e6a1d1757-root {
    text-align: center;
  }


#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c77055a8-05ff-40d5-9660-fa9e6a1d1757-root {
    text-align: center;
  }


#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c77055a8-05ff-40d5-9660-fa9e6a1d1757-root {
    text-align: center;
  }


#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c77055a8-05ff-40d5-9660-fa9e6a1d1757-root {
    text-align: center;
  }


#s-c77055a8-05ff-40d5-9660-fa9e6a1d1757.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 1.25em;
  
  
  
  display:  inline-block ;
}
}
#s-4678d2f8-532a-4493-9e1d-f460b925a658 {
  margin-top: 2%;
min-height: 50px;
background-color: rgba(213, 213, 213, 1);
}








#s-4678d2f8-532a-4493-9e1d-f460b925a658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4678d2f8-532a-4493-9e1d-f460b925a658.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-39353cb9-99c6-4c3d-ba00-862b622ef971 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-39353cb9-99c6-4c3d-ba00-862b622ef971 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 2em;
  
  
  
}



#s-03f175bc-b04a-4ebd-808d-1cbe8137c498 {
  margin-top: 1%;
margin-bottom: 2%;
}

#s-03f175bc-b04a-4ebd-808d-1cbe8137c498 .shogun-icon-wrapper {
  text-align: center;
}


#s-03f175bc-b04a-4ebd-808d-1cbe8137c498 .shogun-icon-wrapper > .shogun-icon {

  font-size: 6em !important;
  color: #495056;
}

#s-a023b301-28a0-4bf5-acae-4491be773fa7 {
  margin-top: 0%;
margin-left: 2%;
margin-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a023b301-28a0-4bf5-acae-4491be773fa7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a023b301-28a0-4bf5-acae-4491be773fa7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a023b301-28a0-4bf5-acae-4491be773fa7 {
  
}
}@media (max-width: 767px){#s-a023b301-28a0-4bf5-acae-4491be773fa7 {
  
}
}







#s-a023b301-28a0-4bf5-acae-4491be773fa7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a023b301-28a0-4bf5-acae-4491be773fa7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-47c466fe-2dc8-4165-b7bf-6e94626c7f86 {
  margin-top: 2%;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
}

#s-47c466fe-2dc8-4165-b7bf-6e94626c7f86 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-47c466fe-2dc8-4165-b7bf-6e94626c7f86 .shg-sld-nav-button.shg-sld-left,
#s-47c466fe-2dc8-4165-b7bf-6e94626c7f86 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-67991270-30fa-4fdb-8bb6-1e84a5ff6baa {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-67991270-30fa-4fdb-8bb6-1e84a5ff6baa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67991270-30fa-4fdb-8bb6-1e84a5ff6baa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 992px) {
[id="s-67991270-30fa-4fdb-8bb6-1e84a5ff6baa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 1200px) {
[id="s-67991270-30fa-4fdb-8bb6-1e84a5ff6baa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

#s-e426beda-aad1-479e-abc7-2f5aceeebc5f {
  margin-top: 3%;
}

#s-e426beda-aad1-479e-abc7-2f5aceeebc5f .shogun-icon-wrapper {
  text-align: center;
}


#s-e426beda-aad1-479e-abc7-2f5aceeebc5f .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-1d9bcbe7-7e05-46d4-8f09-d8941ac99507 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d9bcbe7-7e05-46d4-8f09-d8941ac99507 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-70002487-c96c-45ba-aba2-75339f2c9710 {
  margin-top: 3%;
}

#s-70002487-c96c-45ba-aba2-75339f2c9710 .shogun-icon-wrapper {
  text-align: center;
}


#s-70002487-c96c-45ba-aba2-75339f2c9710 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-db17168c-d420-4ebb-8e22-51702e8abb75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-db17168c-d420-4ebb-8e22-51702e8abb75 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-4e02e86b-ca7e-436d-bad7-2003706a8bab {
  margin-top: 3%;
}

#s-4e02e86b-ca7e-436d-bad7-2003706a8bab .shogun-icon-wrapper {
  text-align: center;
}


#s-4e02e86b-ca7e-436d-bad7-2003706a8bab .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-27a99f1e-bda0-442b-83ef-333c1c22655b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27a99f1e-bda0-442b-83ef-333c1c22655b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-e9125fc8-19b0-47f8-b57f-cf18bb8c376c {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-e9125fc8-19b0-47f8-b57f-cf18bb8c376c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9125fc8-19b0-47f8-b57f-cf18bb8c376c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 992px) {
[id="s-e9125fc8-19b0-47f8-b57f-cf18bb8c376c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 1200px) {
[id="s-e9125fc8-19b0-47f8-b57f-cf18bb8c376c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

#s-0738b1b9-83a9-47e4-880b-b9706e1f180d {
  margin-top: 3%;
}

#s-0738b1b9-83a9-47e4-880b-b9706e1f180d .shogun-icon-wrapper {
  text-align: center;
}


#s-0738b1b9-83a9-47e4-880b-b9706e1f180d .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-fe97f014-7fdd-403c-a72e-ad136c338749 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe97f014-7fdd-403c-a72e-ad136c338749 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-1d52572b-8349-407c-b173-e34e5d63cbbc {
  margin-top: 3%;
}

#s-1d52572b-8349-407c-b173-e34e5d63cbbc .shogun-icon-wrapper {
  text-align: center;
}


#s-1d52572b-8349-407c-b173-e34e5d63cbbc .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-424bbb25-30f8-4a30-b0a7-dc67deee000e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-424bbb25-30f8-4a30-b0a7-dc67deee000e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-2d2b9463-5909-494a-bf4b-654d19ca5cd7 {
  margin-top: 3%;
}

#s-2d2b9463-5909-494a-bf4b-654d19ca5cd7 .shogun-icon-wrapper {
  text-align: center;
}


#s-2d2b9463-5909-494a-bf4b-654d19ca5cd7 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-82b9080a-4f46-4861-a270-fc622a40e821 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82b9080a-4f46-4861-a270-fc622a40e821 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-60dd46f9-3b24-40c6-a32e-c4f653c53dc9 {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-60dd46f9-3b24-40c6-a32e-c4f653c53dc9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60dd46f9-3b24-40c6-a32e-c4f653c53dc9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 992px) {
[id="s-60dd46f9-3b24-40c6-a32e-c4f653c53dc9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 1200px) {
[id="s-60dd46f9-3b24-40c6-a32e-c4f653c53dc9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

#s-5becc06e-503c-493e-a548-8a5cfb5643b4 {
  margin-top: 3%;
}

#s-5becc06e-503c-493e-a548-8a5cfb5643b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-5becc06e-503c-493e-a548-8a5cfb5643b4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-750f10d3-8fa3-426a-a4ea-b8235426bcc7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-750f10d3-8fa3-426a-a4ea-b8235426bcc7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-88d3e058-bb8d-4589-9f27-7285a583d2c2 {
  margin-top: 3%;
}

#s-88d3e058-bb8d-4589-9f27-7285a583d2c2 .shogun-icon-wrapper {
  text-align: center;
}


#s-88d3e058-bb8d-4589-9f27-7285a583d2c2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-bd8fbd07-fdd0-49d0-9a00-5281a4f9e029 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd8fbd07-fdd0-49d0-9a00-5281a4f9e029 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-4810fa87-fbaf-4bf3-93a9-e88d7d282482 {
  margin-top: 3%;
}

#s-4810fa87-fbaf-4bf3-93a9-e88d7d282482 .shogun-icon-wrapper {
  text-align: center;
}


#s-4810fa87-fbaf-4bf3-93a9-e88d7d282482 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-21e47919-3f65-4ab5-b8b3-7db997e8c57e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21e47919-3f65-4ab5-b8b3-7db997e8c57e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-86cd3f04-6fde-4111-b549-86e66b6853c1 {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-86cd3f04-6fde-4111-b549-86e66b6853c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-86cd3f04-6fde-4111-b549-86e66b6853c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 992px) {
[id="s-86cd3f04-6fde-4111-b549-86e66b6853c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 1200px) {
[id="s-86cd3f04-6fde-4111-b549-86e66b6853c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

#s-7a84708f-3152-4ce3-8c4a-30d5d67859f3 {
  margin-top: 3%;
}

#s-7a84708f-3152-4ce3-8c4a-30d5d67859f3 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a84708f-3152-4ce3-8c4a-30d5d67859f3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-a491e673-9218-4b67-b673-61936b29230a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a491e673-9218-4b67-b673-61936b29230a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-087407d4-5e87-4fc2-b253-d41e3e3009a2 {
  margin-top: 3%;
}

#s-087407d4-5e87-4fc2-b253-d41e3e3009a2 .shogun-icon-wrapper {
  text-align: center;
}


#s-087407d4-5e87-4fc2-b253-d41e3e3009a2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-d19c1a40-3aee-48b9-9348-bfbd7c6c3ca9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d19c1a40-3aee-48b9-9348-bfbd7c6c3ca9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-9d2693e0-b7b8-4241-880d-77511fe6ace0 {
  margin-top: 3%;
}

#s-9d2693e0-b7b8-4241-880d-77511fe6ace0 .shogun-icon-wrapper {
  text-align: center;
}


#s-9d2693e0-b7b8-4241-880d-77511fe6ace0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-1235e31a-6192-413b-a0fc-cd12c3e19e5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1235e31a-6192-413b-a0fc-cd12c3e19e5c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-18c23b97-49bd-4b9d-a3dd-7681c8a66861 {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-18c23b97-49bd-4b9d-a3dd-7681c8a66861"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18c23b97-49bd-4b9d-a3dd-7681c8a66861"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 992px) {
[id="s-18c23b97-49bd-4b9d-a3dd-7681c8a66861"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 1200px) {
[id="s-18c23b97-49bd-4b9d-a3dd-7681c8a66861"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

#s-bc934ecb-1e29-4dcc-9953-03825ecf56e2 {
  margin-top: 3%;
}

#s-bc934ecb-1e29-4dcc-9953-03825ecf56e2 .shogun-icon-wrapper {
  text-align: center;
}


#s-bc934ecb-1e29-4dcc-9953-03825ecf56e2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-2ef17074-6766-4c48-80da-ecce1c390b3a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2ef17074-6766-4c48-80da-ecce1c390b3a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-7876d562-517a-4abc-8da8-a43463e56c63 {
  margin-top: 3%;
}

#s-7876d562-517a-4abc-8da8-a43463e56c63 .shogun-icon-wrapper {
  text-align: center;
}


#s-7876d562-517a-4abc-8da8-a43463e56c63 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-05f2edf7-49ee-4728-a922-7dc5603c33b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-05f2edf7-49ee-4728-a922-7dc5603c33b8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-860aef9a-b7ef-484b-a97a-a4815e96270d {
  margin-top: 3%;
}

#s-860aef9a-b7ef-484b-a97a-a4815e96270d .shogun-icon-wrapper {
  text-align: center;
}


#s-860aef9a-b7ef-484b-a97a-a4815e96270d .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-5f806b51-0b6b-4572-a504-0cba42543645 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f806b51-0b6b-4572-a504-0cba42543645 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-e0c642bf-cff9-484e-8e6a-71290dd5a089 {
  margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-e0c642bf-cff9-484e-8e6a-71290dd5a089"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e0c642bf-cff9-484e-8e6a-71290dd5a089"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 992px) {
[id="s-e0c642bf-cff9-484e-8e6a-71290dd5a089"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

@media (min-width: 1200px) {
[id="s-e0c642bf-cff9-484e-8e6a-71290dd5a089"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 4.0em);
}

}

#s-2cab27ef-94e4-4d68-a197-800f7670c7a8 {
  margin-top: 3%;
}

#s-2cab27ef-94e4-4d68-a197-800f7670c7a8 .shogun-icon-wrapper {
  text-align: center;
}


#s-2cab27ef-94e4-4d68-a197-800f7670c7a8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-a557940b-3b92-4784-b66c-657b1b834dcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a557940b-3b92-4784-b66c-657b1b834dcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-dc8e3bd6-f713-4120-8da3-11b942ed6d80 {
  margin-top: 3%;
}

#s-dc8e3bd6-f713-4120-8da3-11b942ed6d80 .shogun-icon-wrapper {
  text-align: center;
}


#s-dc8e3bd6-f713-4120-8da3-11b942ed6d80 .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-7acf6157-caa1-473c-885d-afd68ae301b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7acf6157-caa1-473c-885d-afd68ae301b9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



#s-64f86c46-abc4-4220-b7b6-8479bda0795a {
  margin-top: 3%;
}

#s-64f86c46-abc4-4220-b7b6-8479bda0795a .shogun-icon-wrapper {
  text-align: center;
}


#s-64f86c46-abc4-4220-b7b6-8479bda0795a .shogun-icon-wrapper > .shogun-icon {

  font-size: 2.5em !important;
  color: #495056;
}

#s-13494858-5693-44be-91b3-ec15fcd75398 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13494858-5693-44be-91b3-ec15fcd75398 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.25em;
  
  
  
}



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