.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-2310f256-52cc-4280-868b-0dc78a9f936a {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-2310f256-52cc-4280-868b-0dc78a9f936a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2310f256-52cc-4280-868b-0dc78a9f936a.shg-box.shg-c {
  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 {
  -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-2dd5f95d-6125-4353-bbcf-a3bd19b307c9 {
  max-width: 2880px;
text-align: center;
}

#s-2dd5f95d-6125-4353-bbcf-a3bd19b307c9 {
  overflow: hidden;
  
  
      max-width: 2880px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-2dd5f95d-6125-4353-bbcf-a3bd19b307c9 .shogun-image-content {
  
    justify-content: center;
  
}

#s-aba226b7-ad46-4bbb-b899-6bfc754b1edd {
  margin-left: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-aba226b7-ad46-4bbb-b899-6bfc754b1edd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aba226b7-ad46-4bbb-b899-6bfc754b1edd.shg-box.shg-c {
  justify-content: center;
}

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

#s-1029c137-2484-4270-b192-0840430fc908 {
  margin-top: -5em;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

.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-6bbdbf40-b147-4a07-a8e7-a1407b2081fd {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-aff2ab7b-e288-4771-994d-5a2d84d614ff {
  min-height: 50px;
}








#s-aff2ab7b-e288-4771-994d-5a2d84d614ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-aff2ab7b-e288-4771-994d-5a2d84d614ff.shg-box.shg-c {
  justify-content: center;
}

.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-c2dee489-1bce-4041-a081-6b2bf9335ca8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2dee489-1bce-4041-a081-6b2bf9335ca8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-c2dee489-1bce-4041-a081-6b2bf9335ca8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-c2dee489-1bce-4041-a081-6b2bf9335ca8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-e4ee7dde-0b18-416b-8d4a-56c38fdb7d1f {
  min-height: 50px;
}








#s-e4ee7dde-0b18-416b-8d4a-56c38fdb7d1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-e4ee7dde-0b18-416b-8d4a-56c38fdb7d1f.shg-box.shg-c {
  justify-content: center;
}

#s-4a9fd6ff-8bd7-464f-96c9-ca429b4bdba5 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 1058px;
text-align: center;
}

#s-4a9fd6ff-8bd7-464f-96c9-ca429b4bdba5 {
  overflow: hidden;
  
  
      max-width: 1058px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-4a9fd6ff-8bd7-464f-96c9-ca429b4bdba5 .shogun-image-content {
  
    justify-content: center;
  
}

#s-2717b9fe-3fce-4e7d-af95-1e3cf16c04e7 {
  min-height: 50px;
}








#s-2717b9fe-3fce-4e7d-af95-1e3cf16c04e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2717b9fe-3fce-4e7d-af95-1e3cf16c04e7.shg-box.shg-c {
  justify-content: center;
}

#s-7ef8c4f3-1bec-4af8-8e18-df40911e5f2f {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 1058px;
text-align: center;
}

#s-7ef8c4f3-1bec-4af8-8e18-df40911e5f2f {
  overflow: hidden;
  
  
      max-width: 1058px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7ef8c4f3-1bec-4af8-8e18-df40911e5f2f .shogun-image-content {
  
    justify-content: center;
  
}

#s-e4857645-72be-4087-8c72-9e0ee51848ab {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 2144px;
text-align: center;
}

#s-e4857645-72be-4087-8c72-9e0ee51848ab {
  overflow: hidden;
  
  
      max-width: 2144px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-e4857645-72be-4087-8c72-9e0ee51848ab .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-b71fc683-38b6-4401-9f08-4827b6a1f5d0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b71fc683-38b6-4401-9f08-4827b6a1f5d0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b71fc683-38b6-4401-9f08-4827b6a1f5d0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b71fc683-38b6-4401-9f08-4827b6a1f5d0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-ca419ad0-7f2a-44d3-a234-0b67c6047f74 {
  min-height: 50px;
}








#s-ca419ad0-7f2a-44d3-a234-0b67c6047f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-ca419ad0-7f2a-44d3-a234-0b67c6047f74.shg-box.shg-c {
  justify-content: center;
}

#s-cdd17d86-cbe0-4d51-b154-7d6ae8e9829e {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 1058px;
text-align: center;
}

#s-cdd17d86-cbe0-4d51-b154-7d6ae8e9829e {
  overflow: hidden;
  
  
      max-width: 1058px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-cdd17d86-cbe0-4d51-b154-7d6ae8e9829e .shogun-image-content {
  
    justify-content: center;
  
}

#s-9db97b9b-e229-46e8-a470-ccffbbbd6580 {
  min-height: 50px;
}








#s-9db97b9b-e229-46e8-a470-ccffbbbd6580 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-9db97b9b-e229-46e8-a470-ccffbbbd6580.shg-box.shg-c {
  justify-content: center;
}

#s-64e17b8f-5806-4d69-b678-72cf9574d2cc {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 710px;
text-align: center;
}

#s-64e17b8f-5806-4d69-b678-72cf9574d2cc {
  overflow: hidden;
  
  
      max-width: 710px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-64e17b8f-5806-4d69-b678-72cf9574d2cc .shogun-image-content {
  
    justify-content: center;
  
}

#s-615b74a8-c845-4533-bc2c-5b0c3d9d0525 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 2144px;
text-align: center;
}

#s-615b74a8-c845-4533-bc2c-5b0c3d9d0525 {
  overflow: hidden;
  
  
      max-width: 2144px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-615b74a8-c845-4533-bc2c-5b0c3d9d0525 .shogun-image-content {
  
    justify-content: center;
  
}

#s-f466d0b6-200c-4b6b-bfb4-b62650de20cf {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f466d0b6-200c-4b6b-bfb4-b62650de20cf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f466d0b6-200c-4b6b-bfb4-b62650de20cf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-f466d0b6-200c-4b6b-bfb4-b62650de20cf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-f466d0b6-200c-4b6b-bfb4-b62650de20cf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-d8d457ee-5d03-4a7a-a417-98af64ab3b4d {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 696px;
text-align: center;
}

#s-d8d457ee-5d03-4a7a-a417-98af64ab3b4d {
  overflow: hidden;
  
  
      max-width: 696px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-d8d457ee-5d03-4a7a-a417-98af64ab3b4d .shogun-image-content {
  
    justify-content: center;
  
}

#s-bad7029a-943d-4f0c-b7ca-46b34444b792 {
  min-height: 50px;
}








#s-bad7029a-943d-4f0c-b7ca-46b34444b792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-bad7029a-943d-4f0c-b7ca-46b34444b792.shg-box.shg-c {
  justify-content: center;
}

#s-af139524-74a6-4caa-ad61-19f61b772442 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 696px;
text-align: center;
}

#s-af139524-74a6-4caa-ad61-19f61b772442 {
  overflow: hidden;
  
  
      max-width: 696px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-af139524-74a6-4caa-ad61-19f61b772442 .shogun-image-content {
  
    justify-content: center;
  
}

#s-1f8d1afe-5fda-4f31-9c97-1aafe74ca758 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 696px;
text-align: center;
}

#s-1f8d1afe-5fda-4f31-9c97-1aafe74ca758 {
  overflow: hidden;
  
  
      max-width: 696px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-1f8d1afe-5fda-4f31-9c97-1aafe74ca758 .shogun-image-content {
  
    justify-content: center;
  
}

@media (min-width: 0px) {
[id="s-097498eb-9c59-4dcd-b704-8d1b00403ce6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-097498eb-9c59-4dcd-b704-8d1b00403ce6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-097498eb-9c59-4dcd-b704-8d1b00403ce6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-097498eb-9c59-4dcd-b704-8d1b00403ce6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-783e2005-bb81-4b6e-96b5-fa2b64a858ff {
  min-height: 50px;
}








#s-783e2005-bb81-4b6e-96b5-fa2b64a858ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-783e2005-bb81-4b6e-96b5-fa2b64a858ff.shg-box.shg-c {
  justify-content: center;
}

#s-9d7e4d00-b423-483d-92c7-21e7b7f347a3 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 1058px;
text-align: center;
}

#s-9d7e4d00-b423-483d-92c7-21e7b7f347a3 {
  overflow: hidden;
  
  
      max-width: 1058px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-9d7e4d00-b423-483d-92c7-21e7b7f347a3 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c388f060-d3b0-4c22-af47-e797cfeab63e {
  min-height: 50px;
}








#s-c388f060-d3b0-4c22-af47-e797cfeab63e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c388f060-d3b0-4c22-af47-e797cfeab63e.shg-box.shg-c {
  justify-content: center;
}

#s-f7e95ee5-cb56-44df-848a-c42c38ae0685 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 1058px;
text-align: center;
}

#s-f7e95ee5-cb56-44df-848a-c42c38ae0685 {
  overflow: hidden;
  
  
      max-width: 1058px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-f7e95ee5-cb56-44df-848a-c42c38ae0685 .shogun-image-content {
  
    justify-content: center;
  
}

#s-c1f160f5-339f-4768-b13a-ba57370284a6 {
  min-height: 50px;
}








#s-c1f160f5-339f-4768-b13a-ba57370284a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-c1f160f5-339f-4768-b13a-ba57370284a6.shg-box.shg-c {
  justify-content: flex-start;
}

#s-68aca3f9-be92-4672-8133-6b77e1bc8220 {
  padding-top: 2em;
padding-bottom: 2em;
min-height: 50px;
}








#s-68aca3f9-be92-4672-8133-6b77e1bc8220 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-68aca3f9-be92-4672-8133-6b77e1bc8220.shg-box.shg-c {
  justify-content: center;
}

#s-2d8a85eb-8223-463a-b507-d5bb5fe59a7c {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-2d8a85eb-8223-463a-b507-d5bb5fe59a7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2d8a85eb-8223-463a-b507-d5bb5fe59a7c.shg-box.shg-c {
  justify-content: center;
}

#s-01efd462-a125-422b-8ad6-d95e7fc7d6b6 {
  margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
max-width: 300px;
}

@media (min-width: 0px) {
[id="s-45fe0245-4eb0-4e37-95fa-61d31ed0f205"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45fe0245-4eb0-4e37-95fa-61d31ed0f205"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-45fe0245-4eb0-4e37-95fa-61d31ed0f205"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-45fe0245-4eb0-4e37-95fa-61d31ed0f205"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

#s-a28a1cab-b5a7-4385-afdd-2458d414d16c {
  min-height: 50px;
}








#s-a28a1cab-b5a7-4385-afdd-2458d414d16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a28a1cab-b5a7-4385-afdd-2458d414d16c.shg-box.shg-c {
  justify-content: center;
}

#s-6fccea9a-445a-4eee-bd33-efb0ed558d1b {
  min-height: 50px;
}








#s-6fccea9a-445a-4eee-bd33-efb0ed558d1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6fccea9a-445a-4eee-bd33-efb0ed558d1b.shg-box.shg-c {
  justify-content: center;
}

#s-8f390852-abf9-47bd-b763-133d221b2853 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 800px;
text-align: center;
}

#s-8f390852-abf9-47bd-b763-133d221b2853 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-8f390852-abf9-47bd-b763-133d221b2853 .shogun-image-content {
  
    justify-content: center;
  
}

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

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

.shg-btn-text {
  
  
}

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

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

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

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

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

#s-685672d7-74e3-4a63-901d-b7e70792098f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmRhYzMzZTktYzBkNS00ODhhLWE5NGMtNTZjNTRhNmYwZDk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJjZWJlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzhiZWIwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZGFjMzNlOS1jMGQ1LTQ4OGEtYTk0Yy01NmM1NGE2ZjBkOTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0.25em;
margin-left: auto;
margin-bottom: 0.25em;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 275px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#92cebe"}, {"id"=>2, "pos"=>1, "color"=>"#78beb0"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
}
#s-685672d7-74e3-4a63-901d-b7e70792098f:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMmE0ZDY4ZmItOTRkNC00Mzk3LWE5NWUtZjY1NmM2OTdmOGJlIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmJjYmFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ5ZTgzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyYTRkNjhmYi05NGQ0LTQzOTctYTk1ZS1mNjU2YzY5N2Y4YmUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2bcbac"}, {"id"=>2, "pos"=>1, "color"=>"#1d9e83"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-685672d7-74e3-4a63-901d-b7e70792098f:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-685672d7-74e3-4a63-901d-b7e70792098f-root {
    text-align: center;
  }


#s-685672d7-74e3-4a63-901d-b7e70792098f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-685672d7-74e3-4a63-901d-b7e70792098f-root {
    text-align: center;
  }


#s-685672d7-74e3-4a63-901d-b7e70792098f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-685672d7-74e3-4a63-901d-b7e70792098f-root {
    text-align: center;
  }


#s-685672d7-74e3-4a63-901d-b7e70792098f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-685672d7-74e3-4a63-901d-b7e70792098f-root {
    text-align: center;
  }


#s-685672d7-74e3-4a63-901d-b7e70792098f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-685672d7-74e3-4a63-901d-b7e70792098f-root {
    text-align: center;
  }


#s-685672d7-74e3-4a63-901d-b7e70792098f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-cd64acc0-4ab2-4b25-a678-7a409b0a3423 {
  min-height: 50px;
}








#s-cd64acc0-4ab2-4b25-a678-7a409b0a3423 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cd64acc0-4ab2-4b25-a678-7a409b0a3423.shg-box.shg-c {
  justify-content: center;
}

#s-6d11fb16-6765-48b4-926b-38314c89a442 {
  min-height: 50px;
}








#s-6d11fb16-6765-48b4-926b-38314c89a442 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-6d11fb16-6765-48b4-926b-38314c89a442.shg-box.shg-c {
  justify-content: center;
}

#s-7ec131c0-d2fc-4b14-a1da-55781de991dd {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 800px;
text-align: center;
}

#s-7ec131c0-d2fc-4b14-a1da-55781de991dd {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-7ec131c0-d2fc-4b14-a1da-55781de991dd .shogun-image-content {
  
    justify-content: center;
  
}

#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmRhYzMzZTktYzBkNS00ODhhLWE5NGMtNTZjNTRhNmYwZDk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJjZWJlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzhiZWIwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZGFjMzNlOS1jMGQ1LTQ4OGEtYTk0Yy01NmM1NGE2ZjBkOTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0.25em;
margin-left: auto;
margin-bottom: 0.25em;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 275px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#92cebe"}, {"id"=>2, "pos"=>1, "color"=>"#78beb0"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
}
#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMzgzNTBmOTgtYWNlNi00NzVmLTg0ODctMjQxMjRjYjc4ZTU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmJjYmFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ5ZTgzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMzODM1MGY5OC1hY2U2LTQ3NWYtODQ4Ny0yNDEyNGNiNzhlNTUpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2bcbac"}, {"id"=>2, "pos"=>1, "color"=>"#1d9e83"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0-root {
    text-align: center;
  }


#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0-root {
    text-align: center;
  }


#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0-root {
    text-align: center;
  }


#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0-root {
    text-align: center;
  }


#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0-root {
    text-align: center;
  }


#s-0055d9fa-60c9-4e64-91d5-68f6203dd7f0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-f3186831-7cff-4f64-b26e-c97c92459d3b {
  min-height: 50px;
}








#s-f3186831-7cff-4f64-b26e-c97c92459d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f3186831-7cff-4f64-b26e-c97c92459d3b.shg-box.shg-c {
  justify-content: center;
}

#s-8a83dd3f-ccf8-42de-81a7-c248fdc0db33 {
  min-height: 50px;
}








#s-8a83dd3f-ccf8-42de-81a7-c248fdc0db33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-8a83dd3f-ccf8-42de-81a7-c248fdc0db33.shg-box.shg-c {
  justify-content: center;
}

#s-3cdce708-1a85-45f3-9930-137c49a7feb1 {
  padding-top: 0.5em;
padding-bottom: 0.5em;
max-width: 800px;
text-align: center;
}

#s-3cdce708-1a85-45f3-9930-137c49a7feb1 {
  overflow: hidden;
  
  
      max-width: 800px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-3cdce708-1a85-45f3-9930-137c49a7feb1 .shogun-image-content {
  
    justify-content: center;
  
}

#s-121fa331-a059-41eb-8645-9b935c291f22 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmRhYzMzZTktYzBkNS00ODhhLWE5NGMtNTZjNTRhNmYwZDk1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojOTJjZWJlO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojNzhiZWIwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2ZGFjMzNlOS1jMGQ1LTQ4OGEtYTk0Yy01NmM1NGE2ZjBkOTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0.25em;
margin-left: auto;
margin-bottom: 0.25em;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 275px;
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#92cebe"}, {"id"=>2, "pos"=>1, "color"=>"#78beb0"}];
hover-type: gradient;
color: rgba(0, 0, 0, 1);
}
#s-121fa331-a059-41eb-8645-9b935c291f22:hover {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iZDZhZDU1YzUtMmRkMi00ZmU0LTg1NmMtMmMzNmEyOWQxY2Q0IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMmJjYmFjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojMWQ5ZTgzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNkNmFkNTVjNS0yZGQyLTRmZTQtODU2Yy0yYzM2YTI5ZDFjZDQpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#2bcbac"}, {"id"=>2, "pos"=>1, "color"=>"#1d9e83"}] !important;
hover-type: gradient !important;
color: rgba(0, 0, 0, 1) !important;}#s-121fa331-a059-41eb-8645-9b935c291f22:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-121fa331-a059-41eb-8645-9b935c291f22-root {
    text-align: center;
  }


#s-121fa331-a059-41eb-8645-9b935c291f22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-121fa331-a059-41eb-8645-9b935c291f22-root {
    text-align: center;
  }


#s-121fa331-a059-41eb-8645-9b935c291f22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-121fa331-a059-41eb-8645-9b935c291f22-root {
    text-align: center;
  }


#s-121fa331-a059-41eb-8645-9b935c291f22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-121fa331-a059-41eb-8645-9b935c291f22-root {
    text-align: center;
  }


#s-121fa331-a059-41eb-8645-9b935c291f22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-121fa331-a059-41eb-8645-9b935c291f22-root {
    text-align: center;
  }


#s-121fa331-a059-41eb-8645-9b935c291f22.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
/*
  $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;
}
