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

.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-c94ef74a-32fc-4a72-8cc6-599f63f1cecd {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1150px;
}








#s-c94ef74a-32fc-4a72-8cc6-599f63f1cecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c94ef74a-32fc-4a72-8cc6-599f63f1cecd.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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-2144cb1f-e33a-45e7-afad-d95fdd9194e7 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2144cb1f-e33a-45e7-afad-d95fdd9194e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2144cb1f-e33a-45e7-afad-d95fdd9194e7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2144cb1f-e33a-45e7-afad-d95fdd9194e7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2144cb1f-e33a-45e7-afad-d95fdd9194e7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

.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: #000000;
  font-family: "Serif";
  text-transform: none;
  font-weight: 400;
  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-d03977a3-fba4-4c5f-8fc2-77f53dee6ee8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d03977a3-fba4-4c5f-8fc2-77f53dee6ee8 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c7709c62-5552-4334-909d-7cd663bc96ad {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0bce2af3-7fe4-4f15-888b-fd29a49f984a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0bce2af3-7fe4-4f15-888b-fd29a49f984a .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6c705a50-1995-4ab4-9ac9-693c410f5068 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ccad7b82-4dc4-4276-91cb-f6389200180e {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccad7b82-4dc4-4276-91cb-f6389200180e .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-ef6ffee8-83bc-4dea-9e41-dda668ad509c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-dc866529-70a6-402e-9977-7d682f2d8c42 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-dc866529-70a6-402e-9977-7d682f2d8c42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc866529-70a6-402e-9977-7d682f2d8c42"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-dc866529-70a6-402e-9977-7d682f2d8c42"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-dc866529-70a6-402e-9977-7d682f2d8c42"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-8845c8d0-c666-4f31-9231-aae8f9fa4cef {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8845c8d0-c666-4f31-9231-aae8f9fa4cef .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b5a3a8a5-d612-473f-a4ad-befba4b1a1b9 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ef35998b-8ef8-447d-bef6-e9a2f2a45a57 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ef35998b-8ef8-447d-bef6-e9a2f2a45a57 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-a447d200-83f8-4d16-aec2-a2cc3d2448cf {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-db7f0282-7613-49fb-9d81-49eb4cb00505 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db7f0282-7613-49fb-9d81-49eb4cb00505 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-b4fb97ad-6fa4-491e-a2af-28606f21a303 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-32d75cf4-ecc4-46f3-890c-954f8407b988 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-32d75cf4-ecc4-46f3-890c-954f8407b988"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32d75cf4-ecc4-46f3-890c-954f8407b988"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-32d75cf4-ecc4-46f3-890c-954f8407b988"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-32d75cf4-ecc4-46f3-890c-954f8407b988"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-665e3f44-84ca-4f43-88a9-27a0486fc080 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-665e3f44-84ca-4f43-88a9-27a0486fc080 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-fcb013ab-a99e-49a1-9876-5ca152dde7c6 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ce5bf0f7-38cf-4189-ac23-28237fff80c5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ce5bf0f7-38cf-4189-ac23-28237fff80c5 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3217103a-9207-4de2-87ae-e7ed098258b5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-afbb0ff2-d583-4002-92c8-c69af34b1b3c {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-afbb0ff2-d583-4002-92c8-c69af34b1b3c .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-c742f077-7d83-4569-80f2-56df8eecd74c {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-51fb6b13-d472-436c-a62f-6e133fd99c5e {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-51fb6b13-d472-436c-a62f-6e133fd99c5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51fb6b13-d472-436c-a62f-6e133fd99c5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-51fb6b13-d472-436c-a62f-6e133fd99c5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-51fb6b13-d472-436c-a62f-6e133fd99c5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-afcb4c56-2a8d-4f2b-995e-a29a7fc2d40d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-afcb4c56-2a8d-4f2b-995e-a29a7fc2d40d .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-5d3bc5b9-ef07-46c5-a140-a52b142aec82 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ba445702-ca15-4eba-8f53-0ec4235a5d94 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba445702-ca15-4eba-8f53-0ec4235a5d94 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-0233d4d4-b91b-4ea3-b39c-d3436e43d4dc {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0233d4d4-b91b-4ea3-b39c-d3436e43d4dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0233d4d4-b91b-4ea3-b39c-d3436e43d4dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0233d4d4-b91b-4ea3-b39c-d3436e43d4dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0233d4d4-b91b-4ea3-b39c-d3436e43d4dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-0c88cb78-77ee-462d-8184-3bf421df45a0 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0c88cb78-77ee-462d-8184-3bf421df45a0 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-72bdd922-3712-4fb9-8e30-c712b4e456d2 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-ee7238b0-477c-4a31-bf9c-2915d8e4002a {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee7238b0-477c-4a31-bf9c-2915d8e4002a .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-6e3f9426-f637-4687-9194-505e99554b06 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-e5db0460-ea62-491b-891e-b333b5ab1be5 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e5db0460-ea62-491b-891e-b333b5ab1be5 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-8ce8073b-f286-4e2f-826c-2ddc6879e6de {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-f452d753-c451-43c4-b035-013c04159426 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f452d753-c451-43c4-b035-013c04159426 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-2b8cd5f2-5d0c-4f64-93de-7f0149ea727f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2b8cd5f2-5d0c-4f64-93de-7f0149ea727f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b8cd5f2-5d0c-4f64-93de-7f0149ea727f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-2b8cd5f2-5d0c-4f64-93de-7f0149ea727f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-2b8cd5f2-5d0c-4f64-93de-7f0149ea727f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-b68f4239-f27c-420e-9ed4-62eca3d47ea9 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b68f4239-f27c-420e-9ed4-62eca3d47ea9 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-d3775985-b067-4961-84d5-c14b50c0e0a5 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-17c0a73e-1dd5-4232-9130-0346b8e811c8 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17c0a73e-1dd5-4232-9130-0346b8e811c8 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-3c71e20b-3bfd-44af-a6bf-ff32efde77cb {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-c8f908ac-865a-4e3f-8c51-13fbc2cf4f0d {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c8f908ac-865a-4e3f-8c51-13fbc2cf4f0d .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-71bf5766-e8e5-4c36-bea8-d60bf4669e30 {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

#s-0bfeecdf-c143-4533-92f3-49e8a9514a15 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0bfeecdf-c143-4533-92f3-49e8a9514a15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0bfeecdf-c143-4533-92f3-49e8a9514a15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-0bfeecdf-c143-4533-92f3-49e8a9514a15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-0bfeecdf-c143-4533-92f3-49e8a9514a15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

}

#s-e8b03760-b168-49a4-a815-0023d74e7f18 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8b03760-b168-49a4-a815-0023d74e7f18 .shogun-heading-component h2 {
  color: ;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 14px;
  
  
  
}



#s-80faa5e3-aa27-4081-b382-37926ed39f9e {
  margin-left: auto;
margin-right: auto;
text-align: left;
}

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

#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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}
