.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-689abad6-007d-4fb8-b5d3-faabd0c59e39 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-689abad6-007d-4fb8-b5d3-faabd0c59e39 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-689abad6-007d-4fb8-b5d3-faabd0c59e39 {
  
}
}@media (max-width: 767px){#s-689abad6-007d-4fb8-b5d3-faabd0c59e39 {
  
}
}







#s-689abad6-007d-4fb8-b5d3-faabd0c59e39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-689abad6-007d-4fb8-b5d3-faabd0c59e39.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c5c07188-7fd3-4b99-a457-452fc627068c {
  text-align: left;
}

.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-c21f206e-53ab-41b4-bfd6-2d276e096b75 {
  margin-top: 24px;
margin-left: 8px;
margin-bottom: 24px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c21f206e-53ab-41b4-bfd6-2d276e096b75 {
  display: none;
}
#s-c21f206e-53ab-41b4-bfd6-2d276e096b75, #wrap-s-c21f206e-53ab-41b4-bfd6-2d276e096b75 { display:none !important; }}@media (max-width: 767px){#s-c21f206e-53ab-41b4-bfd6-2d276e096b75 {
  display: none;
}
#s-c21f206e-53ab-41b4-bfd6-2d276e096b75, #wrap-s-c21f206e-53ab-41b4-bfd6-2d276e096b75 { display:none !important; }}
#s-c21f206e-53ab-41b4-bfd6-2d276e096b75 .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
}

#s-8d816bd8-9645-4b48-a69a-e5ce87298e4d {
  margin-top: 16px;
margin-left: 8px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 8px;
padding-bottom: 8px;
padding-right: 8px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-8d816bd8-9645-4b48-a69a-e5ce87298e4d {
  display: none;
}
#s-8d816bd8-9645-4b48-a69a-e5ce87298e4d, #wrap-s-8d816bd8-9645-4b48-a69a-e5ce87298e4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d816bd8-9645-4b48-a69a-e5ce87298e4d {
  display: none;
}
#s-8d816bd8-9645-4b48-a69a-e5ce87298e4d, #wrap-s-8d816bd8-9645-4b48-a69a-e5ce87298e4d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d816bd8-9645-4b48-a69a-e5ce87298e4d {
  
}
}
#s-8d816bd8-9645-4b48-a69a-e5ce87298e4d .shg-product-title-component h1 {
  color: rgba(10, 11, 53, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
}

.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-c8b200e4-3c7e-45b6-b4d4-8081cd6408b2 {
  padding-top: 16px;
padding-left: 16px;
padding-right: 16px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-c8b200e4-3c7e-45b6-b4d4-8081cd6408b2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 768px) {
[id="s-c8b200e4-3c7e-45b6-b4d4-8081cd6408b2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-c8b200e4-3c7e-45b6-b4d4-8081cd6408b2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8b200e4-3c7e-45b6-b4d4-8081cd6408b2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

}

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

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

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

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

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

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

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

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

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

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

#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 1200px){#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 {
  display: none;
}
#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5, #wrap-s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 {
  display: none;
}
#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5, #wrap-s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 { display:none !important; }}


.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c7a9c679-2a86-4030-a68b-c858ca6d28e5 img.shogun-image {
  width: 100%;
}



}
#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.17);
margin-bottom: 0px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: center;
opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  display: none;
}
#s-b25ed26c-b544-4783-afa4-db0bb245e918, #wrap-s-b25ed26c-b544-4783-afa4-db0bb245e918 { display:none !important; }}@media (max-width: 767px){#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  display: none;
}
#s-b25ed26c-b544-4783-afa4-db0bb245e918, #wrap-s-b25ed26c-b544-4783-afa4-db0bb245e918 { display:none !important; }}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  max-width:  100%;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom,
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  max-width:  100%;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom,
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  width: 100%;
}



}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  max-width:  100%;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom,
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  width: 100%;
}



}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  max-width:  100%;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom,
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  width: 100%;
}



}@media (max-width: 767px){
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 {
  max-width:  100%;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom,
.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  max-width: 300px !important;
  
}

.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  
    margin: 0 auto;
  
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b25ed26c-b544-4783-afa4-db0bb245e918 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

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

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

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

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

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

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

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

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

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

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

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

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

.shg-selected {
  opacity: 1;
}

#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc {
  display: none;
}
#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc, #wrap-s-a3b2b871-6252-4f73-9ed7-ff835dec30bc { display:none !important; }}@media (max-width: 767px){#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc {
  display: none;
}
#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc, #wrap-s-a3b2b871-6252-4f73-9ed7-ff835dec30bc { display:none !important; }}
#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc .shg-gallery-scroll-button {
  color: #FFF;
}

#s-a3b2b871-6252-4f73-9ed7-ff835dec30bc .shg-gallery-dot {
  background-color: #FFF;
}

#s-313a1a4d-5add-4814-9c2d-9ec46312340f {
  min-height: 140px;
}
@media (min-width: 1200px){#s-313a1a4d-5add-4814-9c2d-9ec46312340f {
  display: none;
}
#s-313a1a4d-5add-4814-9c2d-9ec46312340f, #wrap-s-313a1a4d-5add-4814-9c2d-9ec46312340f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-313a1a4d-5add-4814-9c2d-9ec46312340f {
  display: none;
}
#s-313a1a4d-5add-4814-9c2d-9ec46312340f, #wrap-s-313a1a4d-5add-4814-9c2d-9ec46312340f { display:none !important; }}







#s-313a1a4d-5add-4814-9c2d-9ec46312340f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-313a1a4d-5add-4814-9c2d-9ec46312340f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-6a149a84-e9b6-478e-8293-1d9c71924a1e {
  padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(37, 37, 81, 1);
border-style: solid;
text-align: left;
}
@media (min-width: 1200px){#s-6a149a84-e9b6-478e-8293-1d9c71924a1e {
  display: none;
}
#s-6a149a84-e9b6-478e-8293-1d9c71924a1e, #wrap-s-6a149a84-e9b6-478e-8293-1d9c71924a1e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6a149a84-e9b6-478e-8293-1d9c71924a1e {
  display: none;
}
#s-6a149a84-e9b6-478e-8293-1d9c71924a1e, #wrap-s-6a149a84-e9b6-478e-8293-1d9c71924a1e { display:none !important; }}
#s-6a149a84-e9b6-478e-8293-1d9c71924a1e .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 8px;
  padding-bottom: 8px;
}

#s-6a149a84-e9b6-478e-8293-1d9c71924a1e .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-6a149a84-e9b6-478e-8293-1d9c71924a1e .shg-gallery-thumb-list-margin {
  margin-right: -8px;
}

#s-6a149a84-e9b6-478e-8293-1d9c71924a1e .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-6a149a84-e9b6-478e-8293-1d9c71924a1e .shg-gallery-scroll-button {
  color: #FFF;
}

#s-6a149a84-e9b6-478e-8293-1d9c71924a1e .shg-gallery-dot {
  background-color: #FFF;
}

@media (min-width: 768px) and (max-width: 991px){#s-99f0099d-f024-4e61-9f32-20a2b17470cc {
  display: none;
}
#s-99f0099d-f024-4e61-9f32-20a2b17470cc, #wrap-s-99f0099d-f024-4e61-9f32-20a2b17470cc { display:none !important; }}@media (max-width: 767px){#s-99f0099d-f024-4e61-9f32-20a2b17470cc {
  display: none;
}
#s-99f0099d-f024-4e61-9f32-20a2b17470cc, #wrap-s-99f0099d-f024-4e61-9f32-20a2b17470cc { display:none !important; }}







#s-99f0099d-f024-4e61-9f32-20a2b17470cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99f0099d-f024-4e61-9f32-20a2b17470cc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-5884f7b2-2033-4747-8870-b6ac3996c47b {
  min-height: 50px;
}








#s-5884f7b2-2033-4747-8870-b6ac3996c47b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5884f7b2-2033-4747-8870-b6ac3996c47b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b63fae6-1310-4c76-82cb-1f4c11333381 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 150px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-4b63fae6-1310-4c76-82cb-1f4c11333381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b63fae6-1310-4c76-82cb-1f4c11333381.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eee8febe-669c-4b2a-8a23-a8aebb79ed46 {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-eee8febe-669c-4b2a-8a23-a8aebb79ed46 .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 56px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-eee8febe-669c-4b2a-8a23-a8aebb79ed46 .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 56px;
}

#s-eee8febe-669c-4b2a-8a23-a8aebb79ed46 .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-eadf93c1-a1db-4eb4-b0d4-b8be2c7f8758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eadf93c1-a1db-4eb4-b0d4-b8be2c7f8758.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-f6ecb388-0bc8-47ce-b451-6bafab616455 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2 {
  margin-top: auto;
margin-bottom: auto;
background-color: rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-45af8efc-7e8a-461d-8b56-e19d8b00a1d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 {
  margin-top: auto;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 24px;
padding-right: 16px;
text-align: center;
}

#s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 .shg-product-quantity-wrapper {
  display: flex;
}

#s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-cd487141-f2f3-4b7d-a6ce-2fcbf90b1fb2 label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


.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-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569 {
  margin-top: 16px;
margin-left: 0%;
margin-bottom: 16px;
margin-right: 0%;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-radius: 0px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}

#s-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-6c3a4b2b-9ade-48aa-8720-3cdcba3a6569.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-fbcff375-92df-445f-8fa4-caea2c24ff63 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fbcff375-92df-445f-8fa4-caea2c24ff63 {
  display: none;
}
#s-fbcff375-92df-445f-8fa4-caea2c24ff63, #wrap-s-fbcff375-92df-445f-8fa4-caea2c24ff63 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbcff375-92df-445f-8fa4-caea2c24ff63 {
  display: none;
}
#s-fbcff375-92df-445f-8fa4-caea2c24ff63, #wrap-s-fbcff375-92df-445f-8fa4-caea2c24ff63 { display:none !important; }}







#s-fbcff375-92df-445f-8fa4-caea2c24ff63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbcff375-92df-445f-8fa4-caea2c24ff63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c17d797-0b5c-496b-bf5d-7062aa2c1988 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 100px;
background-color: rgba(37, 37, 81, 1);
background-attachment: scroll;
}








#s-9c17d797-0b5c-496b-bf5d-7062aa2c1988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c17d797-0b5c-496b-bf5d-7062aa2c1988.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf81213f-631b-4ee3-be06-987891f53f6a {
  margin-top: 16px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
}

#s-bf81213f-631b-4ee3-be06-987891f53f6a .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 40px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bf81213f-631b-4ee3-be06-987891f53f6a .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 40px;
}

#s-bf81213f-631b-4ee3-be06-987891f53f6a .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-ed1a8fa2-eada-4a66-b045-6c2a19fb7a15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed1a8fa2-eada-4a66-b045-6c2a19fb7a15.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8aa66f3e-d61d-48b7-930a-d61f1d7f1773 {
  margin-top: 8px;
margin-left: auto;
margin-right: auto;
min-height: 0px;
}

#s-ecfc112e-f2fe-4083-9865-053686a63791 {
  margin-top: auto;
margin-bottom: auto;
padding-top: 8px;
padding-bottom: 24px;
min-height: 140px;
background-color: rgba(37, 37, 81, 1);
}








#s-ecfc112e-f2fe-4083-9865-053686a63791 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecfc112e-f2fe-4083-9865-053686a63791.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c {
  margin-left: auto;
margin-bottom: 24px;
margin-right: auto;
max-width: 250px;
text-align: center;
}

#s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c .shg-product-quantity-wrapper {
  display: flex;
}

#s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



  #s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c label {
    color: rgba(255, 255, 255, 1);
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 14px;
  }

  
    #s-e40ed9a3-cda8-43a8-a9ea-c875da40cd9c label:after {
      display: block;
      content: ' ';
      margin-bottom: 8px;
    }
  


#s-116670e0-ea39-4b88-825f-a1b6a4fe3cce {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
max-width: 256px;
background-color: rgba(155, 102, 197, 1);
text-align: center;
cursor: pointer;
background-image: none;
hover-type: color;
}
#s-116670e0-ea39-4b88-825f-a1b6a4fe3cce:hover {background-color: rgba(117, 76, 150, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-116670e0-ea39-4b88-825f-a1b6a4fe3cce:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-116670e0-ea39-4b88-825f-a1b6a4fe3cce {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-116670e0-ea39-4b88-825f-a1b6a4fe3cce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-116670e0-ea39-4b88-825f-a1b6a4fe3cce.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}

#s-116670e0-ea39-4b88-825f-a1b6a4fe3cce.shg-btn.shg-product-atc-error {
  
  
  
  font-size: 20px;
  
}


  #s-116670e0-ea39-4b88-825f-a1b6a4fe3cce.shg-btn.shg-product-atc-success {
    
    
    
    font-size: 20px;
    
  }


#s-68a14543-d7a8-43d0-bb25-fefa2a29e819 {
  min-height: 250px;
}
@media (min-width: 1200px){#s-68a14543-d7a8-43d0-bb25-fefa2a29e819 {
  display: none;
}
#s-68a14543-d7a8-43d0-bb25-fefa2a29e819, #wrap-s-68a14543-d7a8-43d0-bb25-fefa2a29e819 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68a14543-d7a8-43d0-bb25-fefa2a29e819 {
  display: none;
}
#s-68a14543-d7a8-43d0-bb25-fefa2a29e819, #wrap-s-68a14543-d7a8-43d0-bb25-fefa2a29e819 { display:none !important; }}







#s-68a14543-d7a8-43d0-bb25-fefa2a29e819 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68a14543-d7a8-43d0-bb25-fefa2a29e819.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-492f0719-c42b-4622-bc62-db6fbe53d15c {
  margin-top: 24px;
}
@media (min-width: 1200px){#s-492f0719-c42b-4622-bc62-db6fbe53d15c {
  display: none;
}
#s-492f0719-c42b-4622-bc62-db6fbe53d15c, #wrap-s-492f0719-c42b-4622-bc62-db6fbe53d15c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-492f0719-c42b-4622-bc62-db6fbe53d15c {
  display: none;
}
#s-492f0719-c42b-4622-bc62-db6fbe53d15c, #wrap-s-492f0719-c42b-4622-bc62-db6fbe53d15c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-492f0719-c42b-4622-bc62-db6fbe53d15c {
  
}
}
@media (min-width: 0px) {
[id="s-492f0719-c42b-4622-bc62-db6fbe53d15c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-492f0719-c42b-4622-bc62-db6fbe53d15c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-492f0719-c42b-4622-bc62-db6fbe53d15c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-492f0719-c42b-4622-bc62-db6fbe53d15c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-1c34a00f-e00d-41d0-b0e8-ad62ae63e592 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-1c34a00f-e00d-41d0-b0e8-ad62ae63e592"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-1c34a00f-e00d-41d0-b0e8-ad62ae63e592"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-1c34a00f-e00d-41d0-b0e8-ad62ae63e592"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c34a00f-e00d-41d0-b0e8-ad62ae63e592"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-d6b7df5c-a424-4277-a841-abda3abb5294 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-d6b7df5c-a424-4277-a841-abda3abb5294 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6b7df5c-a424-4277-a841-abda3abb5294.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-61e7d4fb-5830-4d49-a0ab-ea2eda3dc96d {
  max-width: 2192px;
aspect-ratio: 2192/1089;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}





  #s-61e7d4fb-5830-4d49-a0ab-ea2eda3dc96d img.shogun-image,
  #s-61e7d4fb-5830-4d49-a0ab-ea2eda3dc96d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-61e7d4fb-5830-4d49-a0ab-ea2eda3dc96d {
    width: 100%;
    height: auto;
  }



  #s-61e7d4fb-5830-4d49-a0ab-ea2eda3dc96d img.shogun-image {
    

    
    
    
  }


#s-61e7d4fb-5830-4d49-a0ab-ea2eda3dc96d .shogun-image-content {
  
    align-items: center;
  
}

#s-3cf5d046-01d0-4915-8302-f4bd95dbd49a {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-3cf5d046-01d0-4915-8302-f4bd95dbd49a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cf5d046-01d0-4915-8302-f4bd95dbd49a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7777416-1eae-48eb-a59e-e1c153dda4dd {
  text-align: center;
}







  #s-b7777416-1eae-48eb-a59e-e1c153dda4dd img.shogun-image {
    

    
    
    
  }


#s-b7777416-1eae-48eb-a59e-e1c153dda4dd .shogun-image-content {
  
    align-items: center;
  
}

#s-a47f4d99-9ad1-4f8b-a3e2-7842f25db2ca {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-a47f4d99-9ad1-4f8b-a3e2-7842f25db2ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-a47f4d99-9ad1-4f8b-a3e2-7842f25db2ca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-a47f4d99-9ad1-4f8b-a3e2-7842f25db2ca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-a47f4d99-9ad1-4f8b-a3e2-7842f25db2ca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-238a446a-1f1d-4e49-ab7f-cfb7cdf73568 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-238a446a-1f1d-4e49-ab7f-cfb7cdf73568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-238a446a-1f1d-4e49-ab7f-cfb7cdf73568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cd88ac4-80e2-48a8-86e5-42456fc6ad1f {
  max-width: 548px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-4cd88ac4-80e2-48a8-86e5-42456fc6ad1f img.shogun-image,
  #s-4cd88ac4-80e2-48a8-86e5-42456fc6ad1f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4cd88ac4-80e2-48a8-86e5-42456fc6ad1f {
    width: 100%;
    height: auto;
  }



  #s-4cd88ac4-80e2-48a8-86e5-42456fc6ad1f img.shogun-image {
    

    
    
    
  }


#s-4cd88ac4-80e2-48a8-86e5-42456fc6ad1f .shogun-image-content {
  
    align-items: center;
  
}

#s-0380b14c-4965-4594-b186-7a26e206332c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-0380b14c-4965-4594-b186-7a26e206332c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0380b14c-4965-4594-b186-7a26e206332c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3ffb07f-afd2-4604-b9bd-db13271cdd37 {
  max-width: 178px;
aspect-ratio: 178/88;
text-align: center;
}





  #s-f3ffb07f-afd2-4604-b9bd-db13271cdd37 img.shogun-image,
  #s-f3ffb07f-afd2-4604-b9bd-db13271cdd37 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f3ffb07f-afd2-4604-b9bd-db13271cdd37 {
    width: 100%;
    height: auto;
  }



  #s-f3ffb07f-afd2-4604-b9bd-db13271cdd37 img.shogun-image {
    

    
    
    
  }


#s-f3ffb07f-afd2-4604-b9bd-db13271cdd37 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3f82e557-1232-41b5-ae8a-cf52e29dd97b {
  display: none;
}
#s-3f82e557-1232-41b5-ae8a-cf52e29dd97b, #wrap-s-3f82e557-1232-41b5-ae8a-cf52e29dd97b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f82e557-1232-41b5-ae8a-cf52e29dd97b {
  display: none;
}
#s-3f82e557-1232-41b5-ae8a-cf52e29dd97b, #wrap-s-3f82e557-1232-41b5-ae8a-cf52e29dd97b { display:none !important; }}@media (max-width: 767px){#s-3f82e557-1232-41b5-ae8a-cf52e29dd97b {
  
}
}
@media (min-width: 0px) {
[id="s-3f82e557-1232-41b5-ae8a-cf52e29dd97b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-3f82e557-1232-41b5-ae8a-cf52e29dd97b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-3f82e557-1232-41b5-ae8a-cf52e29dd97b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f82e557-1232-41b5-ae8a-cf52e29dd97b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 0px) {
[id="s-4111c55c-53b0-454d-8b6d-65513b2d5418"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-4111c55c-53b0-454d-8b6d-65513b2d5418"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-4111c55c-53b0-454d-8b6d-65513b2d5418"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-4111c55c-53b0-454d-8b6d-65513b2d5418"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-4c1253ec-294d-42b4-87fb-a746e45e7cc0 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-4c1253ec-294d-42b4-87fb-a746e45e7cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c1253ec-294d-42b4-87fb-a746e45e7cc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2416550a-8723-481c-8063-875e96307d46 {
  text-align: center;
}







  #s-2416550a-8723-481c-8063-875e96307d46 img.shogun-image {
    

    
    
    
  }


#s-2416550a-8723-481c-8063-875e96307d46 .shogun-image-content {
  
    align-items: center;
  
}

#s-a697adbc-95f4-40b6-9304-28afdc1dd7e7 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-a697adbc-95f4-40b6-9304-28afdc1dd7e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a697adbc-95f4-40b6-9304-28afdc1dd7e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f613055-0e80-4f3b-bb8e-20b81b314882 {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-1f613055-0e80-4f3b-bb8e-20b81b314882 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c {
  display: none;
}
#s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c, #wrap-s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c { display:none !important; }}@media (max-width: 767px){#s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c {
  display: none;
}
#s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c, #wrap-s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c { display:none !important; }}







#s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8cb84c8c-fc21-4cd9-8259-3b9055f4248c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-977a964c-9051-42df-8b33-e8056c03a99a {
  margin-top: 24px;
}
@media (min-width: 768px) and (max-width: 991px){#s-977a964c-9051-42df-8b33-e8056c03a99a {
  display: none;
}
#s-977a964c-9051-42df-8b33-e8056c03a99a, #wrap-s-977a964c-9051-42df-8b33-e8056c03a99a { display:none !important; }}
@media (min-width: 0px) {
[id="s-977a964c-9051-42df-8b33-e8056c03a99a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-977a964c-9051-42df-8b33-e8056c03a99a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-977a964c-9051-42df-8b33-e8056c03a99a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-977a964c-9051-42df-8b33-e8056c03a99a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-4a9a82c1-8879-437a-8e97-bbc36092c6e2 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-4a9a82c1-8879-437a-8e97-bbc36092c6e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-4a9a82c1-8879-437a-8e97-bbc36092c6e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-4a9a82c1-8879-437a-8e97-bbc36092c6e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a9a82c1-8879-437a-8e97-bbc36092c6e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-a87206a0-a46d-4e33-88a7-23e75db5576b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-a87206a0-a46d-4e33-88a7-23e75db5576b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a87206a0-a46d-4e33-88a7-23e75db5576b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-788e2bc8-2a4c-422f-8a37-62cf331d245c {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-788e2bc8-2a4c-422f-8a37-62cf331d245c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-788e2bc8-2a4c-422f-8a37-62cf331d245c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f1a0e1a-44be-4225-add4-d02d34c23847 {
  text-align: center;
}








#s-3f1a0e1a-44be-4225-add4-d02d34c23847 .shogun-image-content {
  
    align-items: center;
  
}

#s-b2969d46-5a1d-47c6-80d8-8317968355d3 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-b2969d46-5a1d-47c6-80d8-8317968355d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2969d46-5a1d-47c6-80d8-8317968355d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be4db1d1-1c4e-4f42-9a32-f119764dd8db {
  text-align: center;
}







  #s-be4db1d1-1c4e-4f42-9a32-f119764dd8db img.shogun-image {
    

    
    
    
  }


#s-be4db1d1-1c4e-4f42-9a32-f119764dd8db .shogun-image-content {
  
    align-items: center;
  
}

#s-e57faf13-06b1-42a3-8617-b46f8bc39f74 {
  margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-e57faf13-06b1-42a3-8617-b46f8bc39f74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-e57faf13-06b1-42a3-8617-b46f8bc39f74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-e57faf13-06b1-42a3-8617-b46f8bc39f74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-e57faf13-06b1-42a3-8617-b46f8bc39f74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-3de2d838-53b2-4521-afb2-6f78bc60492d {
  margin-left: auto;
margin-right: auto;
min-height: 0px;
max-width: 40px;
}








#s-3de2d838-53b2-4521-afb2-6f78bc60492d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3de2d838-53b2-4521-afb2-6f78bc60492d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54edf7af-6af2-49f1-8121-838c64f24fba {
  margin-left: auto;
margin-right: auto;
max-width: 40px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-54edf7af-6af2-49f1-8121-838c64f24fba img.shogun-image,
  #s-54edf7af-6af2-49f1-8121-838c64f24fba .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-54edf7af-6af2-49f1-8121-838c64f24fba {
    width: 100%;
    height: auto;
  }



  #s-54edf7af-6af2-49f1-8121-838c64f24fba img.shogun-image {
    

    
    
    
  }


#s-54edf7af-6af2-49f1-8121-838c64f24fba .shogun-image-content {
  
    align-items: center;
  
}

#s-8b1a4eed-998c-49ec-a45f-2ee132ed8ee2 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-8b1a4eed-998c-49ec-a45f-2ee132ed8ee2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b1a4eed-998c-49ec-a45f-2ee132ed8ee2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baf22a9d-b83b-4f2c-ae7f-45cb5b41b25e {
  max-width: 178px;
aspect-ratio: 178/88;
text-align: center;
}





  #s-baf22a9d-b83b-4f2c-ae7f-45cb5b41b25e img.shogun-image,
  #s-baf22a9d-b83b-4f2c-ae7f-45cb5b41b25e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-baf22a9d-b83b-4f2c-ae7f-45cb5b41b25e {
    width: 100%;
    height: auto;
  }



  #s-baf22a9d-b83b-4f2c-ae7f-45cb5b41b25e img.shogun-image {
    

    
    
    
  }


#s-baf22a9d-b83b-4f2c-ae7f-45cb5b41b25e .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-2df49654-0e9a-4282-9eb2-8bfd40e1df0b {
  display: none;
}
#s-2df49654-0e9a-4282-9eb2-8bfd40e1df0b, #wrap-s-2df49654-0e9a-4282-9eb2-8bfd40e1df0b { display:none !important; }}
@media (min-width: 0px) {
[id="s-2df49654-0e9a-4282-9eb2-8bfd40e1df0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-2df49654-0e9a-4282-9eb2-8bfd40e1df0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2df49654-0e9a-4282-9eb2-8bfd40e1df0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2df49654-0e9a-4282-9eb2-8bfd40e1df0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 0px) {
[id="s-bb2f1788-9317-4fe7-82f2-08787d175b2c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 768px) {
[id="s-bb2f1788-9317-4fe7-82f2-08787d175b2c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-bb2f1788-9317-4fe7-82f2-08787d175b2c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-bb2f1788-9317-4fe7-82f2-08787d175b2c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

}

#s-820c9759-7dae-4fe0-8f84-f5ceb8292905 {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-820c9759-7dae-4fe0-8f84-f5ceb8292905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-820c9759-7dae-4fe0-8f84-f5ceb8292905.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f4db5dd-896d-49cf-b269-875b83e575ad {
  text-align: center;
}







  #s-4f4db5dd-896d-49cf-b269-875b83e575ad img.shogun-image {
    

    
    
    
  }


#s-4f4db5dd-896d-49cf-b269-875b83e575ad .shogun-image-content {
  
    align-items: center;
  
}

#s-78476c42-f91d-4682-9eca-465d8805d88b {
  margin-left: auto;
margin-right: auto;
min-height: 54px;
max-width: 72px;
}








#s-78476c42-f91d-4682-9eca-465d8805d88b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78476c42-f91d-4682-9eca-465d8805d88b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5c7cd8a-bce6-44fb-a4fa-4d86f02ea69e {
  margin-left: auto;
margin-right: auto;
text-align: center;
}








#s-a5c7cd8a-bce6-44fb-a4fa-4d86f02ea69e .shogun-image-content {
  
    align-items: center;
  
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-d0f47aef-547a-4f39-8e1a-e8280e86aa33 {
  margin-top: 24px;
margin-left: 16px;
margin-right: 16px;
padding-bottom: 16px;
text-align: left;
}


  #s-d0f47aef-547a-4f39-8e1a-e8280e86aa33 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(37, 37, 81, 1);
  }
  #s-d0f47aef-547a-4f39-8e1a-e8280e86aa33 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(37, 37, 81, 1);
    border: 1px solid rgba(37, 37, 81, 1);
  }
#s-d0f47aef-547a-4f39-8e1a-e8280e86aa33 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-d0f47aef-547a-4f39-8e1a-e8280e86aa33 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-d0f47aef-547a-4f39-8e1a-e8280e86aa33 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(37, 37, 81, 1);
}

#s-d0f47aef-547a-4f39-8e1a-e8280e86aa33 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(37, 37, 81, 1);
}

@media (min-width: 0px) {
[id="s-c0cd7533-49a3-4dfb-96bc-f29cb7c2c5c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0cd7533-49a3-4dfb-96bc-f29cb7c2c5c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c0cd7533-49a3-4dfb-96bc-f29cb7c2c5c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0cd7533-49a3-4dfb-96bc-f29cb7c2c5c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-0348b7cc-1cf3-42b5-8c1b-ec9417bd8dac .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-0348b7cc-1cf3-42b5-8c1b-ec9417bd8dac table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0348b7cc-1cf3-42b5-8c1b-ec9417bd8dac td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0348b7cc-1cf3-42b5-8c1b-ec9417bd8dac td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-0348b7cc-1cf3-42b5-8c1b-ec9417bd8dac td.shogun-table-column, #s-0348b7cc-1cf3-42b5-8c1b-ec9417bd8dac td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9d21a118-919a-4caa-a43b-03c65c2dbb2a {
  min-height: 0px;
}

#s-5ff4052b-4965-42ad-94f4-10155bf14eeb {
  min-height: 0px;
}

#s-63e1c22d-1545-43e9-a27f-9e6f862c273f {
  min-height: 0px;
}

#s-b8604baa-5da8-40ce-a45d-4df3172957df {
  min-height: 0px;
}

#s-c6c52a14-f18c-433c-b568-bf8f635fd641 {
  min-height: 0px;
}

#s-cedd6ec9-5292-4f51-ac8c-bf00eb07b2d4 {
  min-height: 0px;
}

#s-fa5a1d6e-b767-4f31-89ac-34b7c3f8f43f {
  min-height: 0px;
}

#s-333f0a2e-9d5e-4898-9bca-3d38db88767a {
  min-height: 0px;
}

#s-a113163f-5acd-4974-9109-525fc1f5815c {
  min-height: 0px;
}

#s-ce5b66eb-2dfd-4cd5-ba43-a7c52b2b63ef {
  min-height: 0px;
}

#s-c74291b3-80c0-4f96-87ea-d09bbbc1f668 {
  min-height: 0px;
}

#s-09556470-c339-4d96-9414-406a5f8eb6de {
  min-height: 0px;
}

#s-732f6e30-c161-4594-a0fc-3fca4c20c785 {
  min-height: 0px;
}

#s-fae400a2-e456-4a6d-9175-5053091a9ffe {
  min-height: 0px;
}

#s-bc1dcfdb-33a7-49dc-ac66-bf64362637dc {
  min-height: 0px;
}

#s-b0104847-99bf-4c5d-97d5-78a0d01cc564 {
  min-height: 0px;
}

#s-cf53560c-5721-4d63-ac24-8a039eb61813 {
  min-height: 0px;
}

#s-812a3e3c-4da8-4481-871d-0d8882ea1604 {
  min-height: 0px;
}

#s-0b5b7ece-789b-4130-ab29-9a682010babe {
  min-height: 0px;
}

#s-f603fd83-89e8-49f1-9bd7-fb7a9fde0075 {
  min-height: 0px;
}

#s-3c363eb6-6db1-4e13-91f6-b6f4adb1f23d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
min-height: 0px;
}

#s-218dcf76-e3fe-44cc-b8a0-514429385b85 {
  min-height: 0px;
}

@media (min-width: 768px) and (max-width: 991px){#s-ec48ba5f-3610-4fa0-a4aa-0acd7b4ccc15 {
  margin-top: 0px;
}
}@media (max-width: 767px){#s-ec48ba5f-3610-4fa0-a4aa-0acd7b4ccc15 {
  margin-top: 16px;
}
}
#s-43b8e159-a916-44d5-9fa3-b65f2546f9f5 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-43b8e159-a916-44d5-9fa3-b65f2546f9f5 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-43b8e159-a916-44d5-9fa3-b65f2546f9f5 td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-43b8e159-a916-44d5-9fa3-b65f2546f9f5 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-43b8e159-a916-44d5-9fa3-b65f2546f9f5 td.shogun-table-column, #s-43b8e159-a916-44d5-9fa3-b65f2546f9f5 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-a2036cab-09f4-49ea-baa7-e0acdee41291 {
  min-height: 0px;
}

#s-f2d491c9-0b29-4036-8c19-8a2934951d78 {
  min-height: 0px;
}

#s-dcd5c13c-e86c-46f4-8156-67ddb1ba4fd3 {
  min-height: 0px;
}

#s-3c0724ee-b8fb-4f3d-b20c-a741971fd977 {
  min-height: 0px;
}

#s-7eff207b-b29b-4b33-9dc1-3d6c44e4821c {
  min-height: 0px;
}

#s-faa8e8fb-bd0a-470b-bb28-838050aed80a {
  min-height: 0px;
}

#s-8dd137dd-0892-4c20-a0c0-366820b65389 {
  min-height: 0px;
}

#s-ba8f7384-4800-49e3-b152-26e409915171 {
  min-height: 0px;
}

#s-e78b8c44-efa7-44a0-bd5a-329e88b8a251 {
  min-height: 0px;
}

#s-e4ed8467-8126-46aa-9daa-4981d8e6ac16 {
  min-height: 0px;
}

#s-84e90e17-6381-4e86-bbac-dd2c9df95b55 {
  min-height: 0px;
}

#s-6073c0ec-5e63-4775-a16d-746e6c59ae38 {
  min-height: 0px;
}

#s-1815f963-2f79-41e0-9f2d-ff7e0e2be63a {
  min-height: 0px;
}

#s-859f80fa-6a71-4510-9bd8-35904a023d75 {
  min-height: 0px;
}

#s-21dd6cbe-7054-4c0f-9de2-011918958799 {
  min-height: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21dd6cbe-7054-4c0f-9de2-011918958799 {
  display: none;
}
#s-21dd6cbe-7054-4c0f-9de2-011918958799, #wrap-s-21dd6cbe-7054-4c0f-9de2-011918958799 { display:none !important; }}@media (max-width: 767px){#s-21dd6cbe-7054-4c0f-9de2-011918958799 {
  display: none;
}
#s-21dd6cbe-7054-4c0f-9de2-011918958799, #wrap-s-21dd6cbe-7054-4c0f-9de2-011918958799 { display:none !important; }}







#s-21dd6cbe-7054-4c0f-9de2-011918958799 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21dd6cbe-7054-4c0f-9de2-011918958799.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-61ebaa04-45f9-4922-ab5a-bc6a67acc39f {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-61ebaa04-45f9-4922-ab5a-bc6a67acc39f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-d37e0fd2-8f37-486a-8e5f-ba762910e93a {
  min-height: 100px;
}
@media (min-width: 1200px){#s-d37e0fd2-8f37-486a-8e5f-ba762910e93a {
  display: none;
}
#s-d37e0fd2-8f37-486a-8e5f-ba762910e93a, #wrap-s-d37e0fd2-8f37-486a-8e5f-ba762910e93a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d37e0fd2-8f37-486a-8e5f-ba762910e93a {
  display: none;
}
#s-d37e0fd2-8f37-486a-8e5f-ba762910e93a, #wrap-s-d37e0fd2-8f37-486a-8e5f-ba762910e93a { display:none !important; }}







#s-d37e0fd2-8f37-486a-8e5f-ba762910e93a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d37e0fd2-8f37-486a-8e5f-ba762910e93a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4666d2a-e87f-4959-94e9-811ea29e298e {
  margin-left: 16px;
margin-right: 16px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b4666d2a-e87f-4959-94e9-811ea29e298e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



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

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836 {
  display: none;
}
#s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836, #wrap-s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836 {
  display: none;
}
#s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836, #wrap-s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836 {
  display: none;
}
#s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836, #wrap-s-19bf90a7-07bb-49aa-9a91-ec91ae2a0836 { display:none !important; }}
#s-7dc97560-5370-482e-a9bd-c4c56b221c17 {
  margin-top: auto;
margin-left: 16px;
margin-bottom: auto;
margin-right: 16px;
min-height: 0px;
}
@media (min-width: 1200px){#s-7dc97560-5370-482e-a9bd-c4c56b221c17 {
  display: none;
}
#s-7dc97560-5370-482e-a9bd-c4c56b221c17, #wrap-s-7dc97560-5370-482e-a9bd-c4c56b221c17 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7dc97560-5370-482e-a9bd-c4c56b221c17 {
  display: none;
}
#s-7dc97560-5370-482e-a9bd-c4c56b221c17, #wrap-s-7dc97560-5370-482e-a9bd-c4c56b221c17 { display:none !important; }}@media (max-width: 767px){#s-7dc97560-5370-482e-a9bd-c4c56b221c17 {
  display: none;
}
#s-7dc97560-5370-482e-a9bd-c4c56b221c17, #wrap-s-7dc97560-5370-482e-a9bd-c4c56b221c17 { display:none !important; }}
#s-31671b6a-646e-4959-baf4-16c07b2825ba {
  margin-left: 16px;
margin-right: 16px;
}
@media (min-width: 768px) and (max-width: 991px){#s-31671b6a-646e-4959-baf4-16c07b2825ba {
  display: none;
}
#s-31671b6a-646e-4959-baf4-16c07b2825ba, #wrap-s-31671b6a-646e-4959-baf4-16c07b2825ba { display:none !important; }}@media (max-width: 767px){#s-31671b6a-646e-4959-baf4-16c07b2825ba {
  display: none;
}
#s-31671b6a-646e-4959-baf4-16c07b2825ba, #wrap-s-31671b6a-646e-4959-baf4-16c07b2825ba { display:none !important; }}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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