.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-0d59a9f8-316e-4158-93c7-1f194c307036 {
  min-height: 50px;
}








#s-0d59a9f8-316e-4158-93c7-1f194c307036 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-0d59a9f8-316e-4158-93c7-1f194c307036.shg-box.shg-c {
  justify-content: flex-start;
}

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

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

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

.shg-theme-text-content p {
  
  
  
}

#s-d636d81d-a9ff-4139-af08-fcc81098bcbe {
  margin-top: 0px;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

@media (min-width: 0px) {
[id="s-250c3843-635f-410a-a60a-e727016d5049"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-250c3843-635f-410a-a60a-e727016d5049"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-250c3843-635f-410a-a60a-e727016d5049"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-250c3843-635f-410a-a60a-e727016d5049"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-ba7318c8-deb7-4d44-8fbc-4d36504d7b2a {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-ba7318c8-deb7-4d44-8fbc-4d36504d7b2a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-ba7318c8-deb7-4d44-8fbc-4d36504d7b2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ba7318c8-deb7-4d44-8fbc-4d36504d7b2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba7318c8-deb7-4d44-8fbc-4d36504d7b2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-ac39165d-031f-4110-b3e3-d707b7cf6da0 {
  text-align: center;
}

#s-ac39165d-031f-4110-b3e3-d707b7cf6da0 {
  overflow: hidden;
  
  
}







  #s-ac39165d-031f-4110-b3e3-d707b7cf6da0 img.shogun-image {
    

    
    
    
  }


#s-ac39165d-031f-4110-b3e3-d707b7cf6da0 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b95c1f6-3973-4f18-a39e-e2b264a09706 {
  text-align: center;
}

#s-0b95c1f6-3973-4f18-a39e-e2b264a09706 {
  overflow: hidden;
  
  
}







  #s-0b95c1f6-3973-4f18-a39e-e2b264a09706 img.shogun-image {
    

    
    
    
  }


#s-0b95c1f6-3973-4f18-a39e-e2b264a09706 .shogun-image-content {
  
    justify-content: center;
  
}

#s-77b3eac3-b8eb-42a3-9104-0b2e8720b6c6 {
  
}

#s-6698cc05-56ca-4c63-9ec1-9efb418bae32 {
  
}

#s-f7361ed1-4a8d-46a5-aad7-6ff798d2b46b {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-f7361ed1-4a8d-46a5-aad7-6ff798d2b46b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f7361ed1-4a8d-46a5-aad7-6ff798d2b46b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f7361ed1-4a8d-46a5-aad7-6ff798d2b46b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7361ed1-4a8d-46a5-aad7-6ff798d2b46b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-d0a6da21-2ff8-4bbc-a603-b3d9fa70cf47 {
  text-align: center;
}

#s-d0a6da21-2ff8-4bbc-a603-b3d9fa70cf47 {
  overflow: hidden;
  
  
}







  #s-d0a6da21-2ff8-4bbc-a603-b3d9fa70cf47 img.shogun-image {
    

    
    
    
  }


#s-d0a6da21-2ff8-4bbc-a603-b3d9fa70cf47 .shogun-image-content {
  
    justify-content: center;
  
}

#s-bf567211-8659-4a24-8106-cf5d09255123 {
  text-align: center;
}

#s-bf567211-8659-4a24-8106-cf5d09255123 {
  overflow: hidden;
  
  
}







  #s-bf567211-8659-4a24-8106-cf5d09255123 img.shogun-image {
    

    
    
    
  }


#s-bf567211-8659-4a24-8106-cf5d09255123 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3702d22d-c62a-4815-82c7-06054e17d005 {
  
}

#s-e5a5105b-f6f9-4bcd-8412-3916605a72e4 {
  
}

@media (min-width: 0px) {
[id="s-1dc44d7e-c280-4c45-9b51-2f463f06f681"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dc44d7e-c280-4c45-9b51-2f463f06f681"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1dc44d7e-c280-4c45-9b51-2f463f06f681"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dc44d7e-c280-4c45-9b51-2f463f06f681"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-6b56b1a7-719e-4ff8-8990-143a76ec2b09 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-6b56b1a7-719e-4ff8-8990-143a76ec2b09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6b56b1a7-719e-4ff8-8990-143a76ec2b09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6b56b1a7-719e-4ff8-8990-143a76ec2b09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b56b1a7-719e-4ff8-8990-143a76ec2b09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-7b15d484-6b58-479e-885b-c2e67ed30fd5 {
  text-align: center;
}

#s-7b15d484-6b58-479e-885b-c2e67ed30fd5 {
  overflow: hidden;
  
  
}







  #s-7b15d484-6b58-479e-885b-c2e67ed30fd5 img.shogun-image {
    

    
    
    
  }


#s-7b15d484-6b58-479e-885b-c2e67ed30fd5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-0b36bd42-1eaf-4e25-9116-54db6203b5f8 {
  text-align: center;
}

#s-0b36bd42-1eaf-4e25-9116-54db6203b5f8 {
  overflow: hidden;
  
  
}







  #s-0b36bd42-1eaf-4e25-9116-54db6203b5f8 img.shogun-image {
    

    
    
    
  }


#s-0b36bd42-1eaf-4e25-9116-54db6203b5f8 .shogun-image-content {
  
    justify-content: center;
  
}

#s-406f2261-b88b-4dfb-899c-4f6b9a77e964 {
  
}

#s-aff370c3-8852-4ffc-9cc1-887e5fc2555c {
  
}

#s-fea66d99-62fd-43d9-a333-aed175a3ebb2 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-fea66d99-62fd-43d9-a333-aed175a3ebb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-fea66d99-62fd-43d9-a333-aed175a3ebb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-fea66d99-62fd-43d9-a333-aed175a3ebb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-fea66d99-62fd-43d9-a333-aed175a3ebb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-361214a4-f5bf-435f-891f-fbad55a6ee66 {
  text-align: center;
}

#s-361214a4-f5bf-435f-891f-fbad55a6ee66 {
  overflow: hidden;
  
  
}







  #s-361214a4-f5bf-435f-891f-fbad55a6ee66 img.shogun-image {
    

    
    
    
  }


#s-361214a4-f5bf-435f-891f-fbad55a6ee66 .shogun-image-content {
  
    justify-content: center;
  
}

#s-9537008f-3640-4a83-b406-c0dfe3f97c78 {
  
}

#s-f1e0748a-3f03-4b33-a5a4-9801cea9c5c3 {
  
}

#s-466f658c-c75a-44a6-a589-8ae653367877 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-54264ed1-7618-425d-92cf-177ecd95c750"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-54264ed1-7618-425d-92cf-177ecd95c750"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-54264ed1-7618-425d-92cf-177ecd95c750"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-54264ed1-7618-425d-92cf-177ecd95c750"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-cff88df5-ff98-4e28-a858-c3680865a1d2 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-cff88df5-ff98-4e28-a858-c3680865a1d2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-cff88df5-ff98-4e28-a858-c3680865a1d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cff88df5-ff98-4e28-a858-c3680865a1d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cff88df5-ff98-4e28-a858-c3680865a1d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-a1af8b04-2595-4454-b59c-8d8da3cb0cff {
  text-align: center;
}

#s-a1af8b04-2595-4454-b59c-8d8da3cb0cff {
  overflow: hidden;
  
  
}







  #s-a1af8b04-2595-4454-b59c-8d8da3cb0cff img.shogun-image {
    

    
    
    
  }


#s-a1af8b04-2595-4454-b59c-8d8da3cb0cff .shogun-image-content {
  
    justify-content: center;
  
}

#s-f84022dc-ccf2-4aa6-91ed-e726e217ab0d {
  text-align: center;
}

#s-f84022dc-ccf2-4aa6-91ed-e726e217ab0d {
  overflow: hidden;
  
  
}







  #s-f84022dc-ccf2-4aa6-91ed-e726e217ab0d img.shogun-image {
    

    
    
    
  }


#s-f84022dc-ccf2-4aa6-91ed-e726e217ab0d .shogun-image-content {
  
    justify-content: center;
  
}

#s-1bc290ce-b3d1-4883-b5b4-f1dc3430ec2a {
  
}

#s-cf8d8247-3183-4fad-99b7-8cb91fbc4339 {
  
}

#s-f00be1c1-0ae9-485c-8b53-e4cbdfd50dc0 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-f00be1c1-0ae9-485c-8b53-e4cbdfd50dc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f00be1c1-0ae9-485c-8b53-e4cbdfd50dc0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f00be1c1-0ae9-485c-8b53-e4cbdfd50dc0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f00be1c1-0ae9-485c-8b53-e4cbdfd50dc0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f4056970-9c78-4cc1-8f89-a6d98b145b04 {
  text-align: center;
}

#s-f4056970-9c78-4cc1-8f89-a6d98b145b04 {
  overflow: hidden;
  
  
}







  #s-f4056970-9c78-4cc1-8f89-a6d98b145b04 img.shogun-image {
    

    
    
    
  }


#s-f4056970-9c78-4cc1-8f89-a6d98b145b04 .shogun-image-content {
  
    justify-content: center;
  
}

#s-51bb07da-5788-483d-bbc5-3e0fddccff26 {
  text-align: center;
}

#s-51bb07da-5788-483d-bbc5-3e0fddccff26 {
  overflow: hidden;
  
  
}







  #s-51bb07da-5788-483d-bbc5-3e0fddccff26 img.shogun-image {
    

    
    
    
  }


#s-51bb07da-5788-483d-bbc5-3e0fddccff26 .shogun-image-content {
  
    justify-content: center;
  
}

#s-10e3b96f-243f-4cfc-aae7-9648dd0b4355 {
  
}

#s-a4ddba24-368e-4e11-9ea1-d2791573fa2f {
  
}

@media (min-width: 0px) {
[id="s-65ba1e88-e5f0-4052-99c8-5fbdd2e1141c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-65ba1e88-e5f0-4052-99c8-5fbdd2e1141c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-65ba1e88-e5f0-4052-99c8-5fbdd2e1141c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-65ba1e88-e5f0-4052-99c8-5fbdd2e1141c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-e8dc7c56-82b5-46ec-a5c3-1de4b346083f {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-e8dc7c56-82b5-46ec-a5c3-1de4b346083f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-e8dc7c56-82b5-46ec-a5c3-1de4b346083f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-e8dc7c56-82b5-46ec-a5c3-1de4b346083f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8dc7c56-82b5-46ec-a5c3-1de4b346083f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-577d9f6d-9860-4634-9a15-b88996972e2f {
  text-align: center;
}

#s-577d9f6d-9860-4634-9a15-b88996972e2f {
  overflow: hidden;
  
  
}







  #s-577d9f6d-9860-4634-9a15-b88996972e2f img.shogun-image {
    

    
    
    
  }


#s-577d9f6d-9860-4634-9a15-b88996972e2f .shogun-image-content {
  
    justify-content: center;
  
}

#s-ebbc48ef-c8a4-4249-93c5-e8e22a5e8894 {
  text-align: center;
}

#s-ebbc48ef-c8a4-4249-93c5-e8e22a5e8894 {
  overflow: hidden;
  
  
}







  #s-ebbc48ef-c8a4-4249-93c5-e8e22a5e8894 img.shogun-image {
    

    
    
    
  }


#s-ebbc48ef-c8a4-4249-93c5-e8e22a5e8894 .shogun-image-content {
  
    justify-content: center;
  
}

#s-acb1d5a3-05e6-4102-9097-d64952f8274d {
  
}

#s-ca65ccf7-b343-4c39-bc35-51f7aba48dcb {
  
}

#s-f8b0e638-9212-42fd-ae3e-165bd593a461 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-f8b0e638-9212-42fd-ae3e-165bd593a461"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f8b0e638-9212-42fd-ae3e-165bd593a461"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f8b0e638-9212-42fd-ae3e-165bd593a461"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8b0e638-9212-42fd-ae3e-165bd593a461"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-ae182e6c-c40e-4b0b-89cc-f398c7696446 {
  text-align: center;
}

#s-ae182e6c-c40e-4b0b-89cc-f398c7696446 {
  overflow: hidden;
  
  
}







  #s-ae182e6c-c40e-4b0b-89cc-f398c7696446 img.shogun-image {
    

    
    
    
  }


#s-ae182e6c-c40e-4b0b-89cc-f398c7696446 .shogun-image-content {
  
    justify-content: center;
  
}

#s-00c7ded0-1af1-48c9-a41b-f452e63c8e58 {
  text-align: center;
}

#s-00c7ded0-1af1-48c9-a41b-f452e63c8e58 {
  overflow: hidden;
  
  
}







  #s-00c7ded0-1af1-48c9-a41b-f452e63c8e58 img.shogun-image {
    

    
    
    
  }


#s-00c7ded0-1af1-48c9-a41b-f452e63c8e58 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ae48959e-c088-4639-aa4b-f7bbaed2e450 {
  
}

#s-550b132c-4456-482b-9da4-a766c12299b8 {
  
}

#s-745552b1-3be7-4d5c-ae5d-2879f51511c7 {
  min-height: 50px;
}








#s-745552b1-3be7-4d5c-ae5d-2879f51511c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-745552b1-3be7-4d5c-ae5d-2879f51511c7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-da741165-694b-4767-a7c4-5e8ecb160b17 {
  margin-top: 60px;
}

@media (min-width: 0px) {
[id="s-ea8159a7-7894-45b6-95aa-6d88b2e18981"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea8159a7-7894-45b6-95aa-6d88b2e18981"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-ea8159a7-7894-45b6-95aa-6d88b2e18981"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea8159a7-7894-45b6-95aa-6d88b2e18981"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-1d1d01b1-c405-443a-9f5f-80c8a5b98523 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-1d1d01b1-c405-443a-9f5f-80c8a5b98523"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-1d1d01b1-c405-443a-9f5f-80c8a5b98523"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-1d1d01b1-c405-443a-9f5f-80c8a5b98523"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d1d01b1-c405-443a-9f5f-80c8a5b98523"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6ecf5cc6-5a60-4166-8ce6-f295ca4d3445 {
  text-align: center;
}

#s-6ecf5cc6-5a60-4166-8ce6-f295ca4d3445 {
  overflow: hidden;
  
  
}







  #s-6ecf5cc6-5a60-4166-8ce6-f295ca4d3445 img.shogun-image {
    

    
    
    
  }


#s-6ecf5cc6-5a60-4166-8ce6-f295ca4d3445 .shogun-image-content {
  
    justify-content: center;
  
}

#s-ba19016b-6a97-434f-9546-72b612cd4559 {
  text-align: center;
}

#s-ba19016b-6a97-434f-9546-72b612cd4559 {
  overflow: hidden;
  
  
}







  #s-ba19016b-6a97-434f-9546-72b612cd4559 img.shogun-image {
    

    
    
    
  }


#s-ba19016b-6a97-434f-9546-72b612cd4559 .shogun-image-content {
  
    justify-content: center;
  
}

#s-d8a684a4-9ab4-4f56-9993-6eb1afc632d7 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-d8a684a4-9ab4-4f56-9993-6eb1afc632d7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-d8a684a4-9ab4-4f56-9993-6eb1afc632d7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d8a684a4-9ab4-4f56-9993-6eb1afc632d7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8a684a4-9ab4-4f56-9993-6eb1afc632d7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f19d08bc-4a9e-4c2b-95e6-88aa7a242215 {
  text-align: center;
}

#s-f19d08bc-4a9e-4c2b-95e6-88aa7a242215 {
  overflow: hidden;
  
  
}







  #s-f19d08bc-4a9e-4c2b-95e6-88aa7a242215 img.shogun-image {
    

    
    
    
  }


#s-f19d08bc-4a9e-4c2b-95e6-88aa7a242215 .shogun-image-content {
  
    justify-content: center;
  
}

#s-5e503c2b-46ae-4c9e-9f35-47b879d84ac9 {
  text-align: center;
}

#s-5e503c2b-46ae-4c9e-9f35-47b879d84ac9 {
  overflow: hidden;
  
  
}







  #s-5e503c2b-46ae-4c9e-9f35-47b879d84ac9 img.shogun-image {
    

    
    
    
  }


#s-5e503c2b-46ae-4c9e-9f35-47b879d84ac9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-3abadae5-3092-4fe7-8992-0d597ee9831f {
  margin-top: 20px;
background-color: rgba(220, 240, 255, 1);
}








#s-3abadae5-3092-4fe7-8992-0d597ee9831f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3abadae5-3092-4fe7-8992-0d597ee9831f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4983d403-ce28-4e27-9120-c44e209d5a33 {
  box-shadow:0px 1px 1px 1px rgba(0, 73, 73, 0.23);
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
border-radius: 8px;
background-color: rgba(255, 200, 100, 1);
}

#s-645760e6-a5f0-4add-9ae2-83e3f0ab3a14 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 10px;
}

#s-5978ee17-c4f1-46ed-80f2-064007323f4d {
  margin-top: 10px;
margin-left: 10px;
margin-right: 10px;
padding-top: 0px;
padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-0c3fc91d-eda8-4a03-97c1-5de718092556 {
  margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 10px;
}

#s-be533c73-4b0e-4025-9774-86ed1fdc2a86 {
  margin-top: 20px;
}

#s-36300627-4414-46cb-804d-f58b9a6c6309 {
  min-height: 50px;
}








#s-36300627-4414-46cb-804d-f58b9a6c6309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-36300627-4414-46cb-804d-f58b9a6c6309.shg-box.shg-c {
  justify-content: flex-start;
}

#s-5df479a4-5f32-4419-86fe-e26e311f9f65 {
  margin-top: 60px;
}

#s-95bf9f6f-4a81-4398-9eea-abfa1fe2a1d3 {
  margin-top: 20px;
max-width: 1024.px;
text-align: left;
}

#s-95bf9f6f-4a81-4398-9eea-abfa1fe2a1d3 {
  overflow: hidden;
  
  
      max-width: 1024.px;
      
      
      
        margin-left: 0;
        margin-right: auto;
      
  
}







  #s-95bf9f6f-4a81-4398-9eea-abfa1fe2a1d3 img.shogun-image {
    

    
    
    
  }


#s-95bf9f6f-4a81-4398-9eea-abfa1fe2a1d3 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-29e710b3-530f-4fc8-b7a0-9bb02988258f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-29e710b3-530f-4fc8-b7a0-9bb02988258f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-29e710b3-530f-4fc8-b7a0-9bb02988258f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-29e710b3-530f-4fc8-b7a0-9bb02988258f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-0dac8e04-3646-4d87-b3d5-9e3ef2dee480 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-0dac8e04-3646-4d87-b3d5-9e3ef2dee480"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-0dac8e04-3646-4d87-b3d5-9e3ef2dee480"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0dac8e04-3646-4d87-b3d5-9e3ef2dee480"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dac8e04-3646-4d87-b3d5-9e3ef2dee480"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-fd639c64-409b-4789-b619-f32b5a0215bd {
  text-align: center;
}

#s-fd639c64-409b-4789-b619-f32b5a0215bd {
  overflow: hidden;
  
  
}







  #s-fd639c64-409b-4789-b619-f32b5a0215bd img.shogun-image {
    

    
    
    
  }


#s-fd639c64-409b-4789-b619-f32b5a0215bd .shogun-image-content {
  
    justify-content: center;
  
}

#s-5be55118-337e-4440-a333-968c69c32189 {
  
}

#s-5be55118-337e-4440-a333-968c69c32189 {
  overflow: hidden;
  
  
}







  #s-5be55118-337e-4440-a333-968c69c32189 img.shogun-image {
    

    
    
    
  }


#s-5be55118-337e-4440-a333-968c69c32189 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c710c277-07b1-4b80-a20a-ea3d67491cb6 {
  
}

#s-5260b00e-b6ba-4bdf-925e-a8074dae5c3b {
  
}

#s-f4e7d5a9-2cc8-4a1c-96a1-b1f7e95cf4ec {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-f4e7d5a9-2cc8-4a1c-96a1-b1f7e95cf4ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-f4e7d5a9-2cc8-4a1c-96a1-b1f7e95cf4ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f4e7d5a9-2cc8-4a1c-96a1-b1f7e95cf4ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4e7d5a9-2cc8-4a1c-96a1-b1f7e95cf4ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-bde98b2d-8097-451c-b15a-c2857dd236e6 {
  text-align: center;
}

#s-bde98b2d-8097-451c-b15a-c2857dd236e6 {
  overflow: hidden;
  
  
}







  #s-bde98b2d-8097-451c-b15a-c2857dd236e6 img.shogun-image {
    

    
    
    
  }


#s-bde98b2d-8097-451c-b15a-c2857dd236e6 .shogun-image-content {
  
    justify-content: center;
  
}

#s-70723412-f42a-444c-90e3-05c877d148e9 {
  text-align: center;
}

#s-70723412-f42a-444c-90e3-05c877d148e9 {
  overflow: hidden;
  
  
}







  #s-70723412-f42a-444c-90e3-05c877d148e9 img.shogun-image {
    

    
    
    
  }


#s-70723412-f42a-444c-90e3-05c877d148e9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-e6a4b269-18c5-44a5-8049-61e342bcfdaf {
  
}

#s-cd89c6fc-bca6-4eb4-be7f-21ed2327ed29 {
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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;
}
