.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-b6a95633-1225-4f84-b9d6-c39b2dfdc163 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}








#s-b6a95633-1225-4f84-b9d6-c39b2dfdc163 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6a95633-1225-4f84-b9d6-c39b2dfdc163.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;
}

@media (min-width: 0px) {
[id="s-1aa1f5d4-203a-44bf-b626-5a54075e4414"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1aa1f5d4-203a-44bf-b626-5a54075e4414"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1aa1f5d4-203a-44bf-b626-5a54075e4414"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1aa1f5d4-203a-44bf-b626-5a54075e4414"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d5268b1a-3ca7-46f0-8471-ad5ad38c2219 {
  min-height: 50px;
}








#s-d5268b1a-3ca7-46f0-8471-ad5ad38c2219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5268b1a-3ca7-46f0-8471-ad5ad38c2219.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 {
  text-align: center;
}
@media (min-width: 1200px){#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 {
  display: none;
}
#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8, #wrap-s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 {
  display: none;
}
#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8, #wrap-s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 {
  display: none;
}
#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8, #wrap-s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 { display: none !important; }}






  #s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 img.shogun-image {
    

    
    
    
  }


#s-e0518c67-be30-4edb-afc2-1e7faf6de0b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7b660f2-3af8-4270-a8da-000b48a473c9 {
  margin-bottom: 20px;
text-align: center;
}
@media (max-width: 767px){#s-c7b660f2-3af8-4270-a8da-000b48a473c9 {
  display: none;
}
#s-c7b660f2-3af8-4270-a8da-000b48a473c9, #wrap-s-c7b660f2-3af8-4270-a8da-000b48a473c9 { display: none !important; }}






  #s-c7b660f2-3af8-4270-a8da-000b48a473c9 img.shogun-image {
    

    
    
    
  }


#s-c7b660f2-3af8-4270-a8da-000b48a473c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1136965-2f5e-477c-939f-1e9619bca35d {
  min-height: 50px;
}








#s-b1136965-2f5e-477c-939f-1e9619bca35d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1136965-2f5e-477c-939f-1e9619bca35d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d0262f6-7bdc-4296-8b50-bb5a6575d39f {
  padding-top: 20px;
padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
text-align: center;
}







  #s-5d0262f6-7bdc-4296-8b50-bb5a6575d39f img.shogun-image {
    

    
    
    
  }


#s-5d0262f6-7bdc-4296-8b50-bb5a6575d39f .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-c43f886b-57aa-4852-b5e9-c85d3d09b54d {
  padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-121925c4-fb86-46af-89ae-a4c38641026d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-121925c4-fb86-46af-89ae-a4c38641026d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-121925c4-fb86-46af-89ae-a4c38641026d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-121925c4-fb86-46af-89ae-a4c38641026d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d {
  display: none;
}
#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d, #wrap-s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d {
  display: none;
}
#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d, #wrap-s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d {
  display: none;
}
#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d, #wrap-s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d { display: none !important; }}






  #s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d img.shogun-image {
    

    
    
    
  }


#s-ede0ac4e-26f0-409c-a1b2-33c1a56ca89d .shogun-image-content {
  
    align-items: center;
  
}

#s-c014c7b3-210d-4e5b-b038-a22dfa442983 {
  min-height: 50px;
}








#s-c014c7b3-210d-4e5b-b038-a22dfa442983 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c014c7b3-210d-4e5b-b038-a22dfa442983.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d99073d2-efa1-47e1-8f75-946476b6cdbc {
  margin-bottom: 20px;
text-align: center;
}







  #s-d99073d2-efa1-47e1-8f75-946476b6cdbc img.shogun-image {
    

    
    
    
  }


#s-d99073d2-efa1-47e1-8f75-946476b6cdbc .shogun-image-content {
  
    align-items: center;
  
}

#s-a666d949-d833-451a-a2a8-c9d81ed12cab {
  margin-left: 10px;
margin-right: 10px;
padding-bottom: 20px;
}

#s-2038058a-9819-423c-92f5-d192eb6b9a58 {
  margin-bottom: 20px;
text-align: center;
}







  #s-2038058a-9819-423c-92f5-d192eb6b9a58 img.shogun-image {
    

    
    
    
  }


#s-2038058a-9819-423c-92f5-d192eb6b9a58 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3637d96-9430-442f-a8cd-6ff6ec82e3f7 {
  padding-left: 10px;
padding-bottom: 0px;
padding-right: 10px;
}

#s-28e6174e-2d9c-4609-986d-ef24ffed752d {
  min-height: 50px;
}
@media (max-width: 767px){#s-28e6174e-2d9c-4609-986d-ef24ffed752d {
  display: none;
}
#s-28e6174e-2d9c-4609-986d-ef24ffed752d, #wrap-s-28e6174e-2d9c-4609-986d-ef24ffed752d { display: none !important; }}







#s-28e6174e-2d9c-4609-986d-ef24ffed752d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28e6174e-2d9c-4609-986d-ef24ffed752d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1bc8a44-916e-4284-96a9-05c6da971af6 {
  text-align: center;
}
@media (max-width: 767px){#s-d1bc8a44-916e-4284-96a9-05c6da971af6 {
  display: none;
}
#s-d1bc8a44-916e-4284-96a9-05c6da971af6, #wrap-s-d1bc8a44-916e-4284-96a9-05c6da971af6 { display: none !important; }}






  #s-d1bc8a44-916e-4284-96a9-05c6da971af6 img.shogun-image {
    

    
    
    
  }


#s-d1bc8a44-916e-4284-96a9-05c6da971af6 .shogun-image-content {
  
    align-items: center;
  
}

#s-253578a0-dd82-4b36-80ff-555e0fcde8b2 {
  padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-253578a0-dd82-4b36-80ff-555e0fcde8b2 {
  display: none;
}
#s-253578a0-dd82-4b36-80ff-555e0fcde8b2, #wrap-s-253578a0-dd82-4b36-80ff-555e0fcde8b2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-253578a0-dd82-4b36-80ff-555e0fcde8b2 {
  display: none;
}
#s-253578a0-dd82-4b36-80ff-555e0fcde8b2, #wrap-s-253578a0-dd82-4b36-80ff-555e0fcde8b2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-253578a0-dd82-4b36-80ff-555e0fcde8b2 {
  display: none;
}
#s-253578a0-dd82-4b36-80ff-555e0fcde8b2, #wrap-s-253578a0-dd82-4b36-80ff-555e0fcde8b2 { display: none !important; }}






  #s-253578a0-dd82-4b36-80ff-555e0fcde8b2 img.shogun-image {
    

    
    
    
  }


#s-253578a0-dd82-4b36-80ff-555e0fcde8b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9ecb496-060f-4f60-882c-4fd240dd983f {
  padding-top: 20px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-e9ecb496-060f-4f60-882c-4fd240dd983f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9ecb496-060f-4f60-882c-4fd240dd983f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e9ecb496-060f-4f60-882c-4fd240dd983f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9ecb496-060f-4f60-882c-4fd240dd983f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f0609d42-6d48-4cbb-a344-a0f008b4451a {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-f0609d42-6d48-4cbb-a344-a0f008b4451a {
  display: none;
}
#s-f0609d42-6d48-4cbb-a344-a0f008b4451a, #wrap-s-f0609d42-6d48-4cbb-a344-a0f008b4451a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f0609d42-6d48-4cbb-a344-a0f008b4451a {
  display: none;
}
#s-f0609d42-6d48-4cbb-a344-a0f008b4451a, #wrap-s-f0609d42-6d48-4cbb-a344-a0f008b4451a { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f0609d42-6d48-4cbb-a344-a0f008b4451a {
  display: none;
}
#s-f0609d42-6d48-4cbb-a344-a0f008b4451a, #wrap-s-f0609d42-6d48-4cbb-a344-a0f008b4451a { display: none !important; }}






  #s-f0609d42-6d48-4cbb-a344-a0f008b4451a img.shogun-image {
    

    
    
    
  }


#s-f0609d42-6d48-4cbb-a344-a0f008b4451a .shogun-image-content {
  
    align-items: center;
  
}

#s-76f803d7-764b-4b9b-8428-996249132d25 {
  min-height: 50px;
}
@media (max-width: 767px){#s-76f803d7-764b-4b9b-8428-996249132d25 {
  display: none;
}
#s-76f803d7-764b-4b9b-8428-996249132d25, #wrap-s-76f803d7-764b-4b9b-8428-996249132d25 { display: none !important; }}







#s-76f803d7-764b-4b9b-8428-996249132d25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76f803d7-764b-4b9b-8428-996249132d25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-928e1fe8-d27a-40da-b4e3-3882b25e7aa1 {
  margin-bottom: 20px;
text-align: center;
}







  #s-928e1fe8-d27a-40da-b4e3-3882b25e7aa1 img.shogun-image {
    

    
    
    
  }


#s-928e1fe8-d27a-40da-b4e3-3882b25e7aa1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b86fac5-f84a-4c3c-86c4-c7ad6f3eb8a3 {
  min-height: 50px;
}








#s-6b86fac5-f84a-4c3c-86c4-c7ad6f3eb8a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b86fac5-f84a-4c3c-86c4-c7ad6f3eb8a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81111314-2ce5-4695-85c1-01d67b55a6b5 {
  padding-bottom: 20px;
text-align: center;
}







  #s-81111314-2ce5-4695-85c1-01d67b55a6b5 img.shogun-image {
    

    
    
    
  }


#s-81111314-2ce5-4695-85c1-01d67b55a6b5 .shogun-image-content {
  
    align-items: center;
  
}

#s-30305102-3b30-4062-bb7e-86ecfa7934b2 {
  padding-bottom: 0px;
}

#s-297278b7-3408-4e16-996b-38befb2e7970 {
  padding-top: 20px;
}

@media (min-width: 0px) {
[id="s-297278b7-3408-4e16-996b-38befb2e7970"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-297278b7-3408-4e16-996b-38befb2e7970"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-297278b7-3408-4e16-996b-38befb2e7970"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-297278b7-3408-4e16-996b-38befb2e7970"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-297278b7-3408-4e16-996b-38befb2e7970"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-297278b7-3408-4e16-996b-38befb2e7970"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-297278b7-3408-4e16-996b-38befb2e7970"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}


  video-section {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
  }

  video-section video {
    grid-row: 1;
    grid-column: 1;
  }

  .video-section__controls {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-row: 1;
    grid-column: 1;
    max-height: 100%;
    background-color: transparent;
    border: none;
    cursor: pointer;
  }

  .video-section__controls[data-state='pause'] {
    opacity: 0;
  }

  .video-section__controls .video-section__play {
    border: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.3);
    width: 80px;
    height: 80px;
    font-size: 0;
    text-align: center;
  }

  .video-section__controls .video-section__play:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 24px;
    border-color: transparent transparent transparent #ffffff;
  }

  .video-section__controls span {
    visibility: hidden;
    position: absolute;
  }
@media (max-width: 767px){#s-7654ad7b-35fa-4ae2-9b2d-2d0931b030e1 {
  display: none;
}
#s-7654ad7b-35fa-4ae2-9b2d-2d0931b030e1, #wrap-s-7654ad7b-35fa-4ae2-9b2d-2d0931b030e1 { display: none !important; }}
@media (min-width: 1200px){#s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe {
  display: none;
}
#s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe, #wrap-s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe {
  display: none;
}
#s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe, #wrap-s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe {
  display: none;
}
#s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe, #wrap-s-5562c7fe-f3ab-4dcd-b566-a3e74e0e2afe { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-fdaa5250-2fac-40ad-8f5f-ee081a1da9d5 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-fdaa5250-2fac-40ad-8f5f-ee081a1da9d5 hr {
  border-top: 1px solid #ddd;
}

#s-b08b905e-e760-4ef4-8e76-90afa828ecce {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-b08b905e-e760-4ef4-8e76-90afa828ecce {
  display: none;
}
#s-b08b905e-e760-4ef4-8e76-90afa828ecce, #wrap-s-b08b905e-e760-4ef4-8e76-90afa828ecce { display: none !important; }}
@media (min-width: 0px) {
[id="s-b08b905e-e760-4ef4-8e76-90afa828ecce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b08b905e-e760-4ef4-8e76-90afa828ecce"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b08b905e-e760-4ef4-8e76-90afa828ecce"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b08b905e-e760-4ef4-8e76-90afa828ecce"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b08b905e-e760-4ef4-8e76-90afa828ecce"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b08b905e-e760-4ef4-8e76-90afa828ecce"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b08b905e-e760-4ef4-8e76-90afa828ecce"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-3e0d9ef8-6101-454c-ad74-205645023e79 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-3e0d9ef8-6101-454c-ad74-205645023e79 {
  display: none;
}
#s-3e0d9ef8-6101-454c-ad74-205645023e79, #wrap-s-3e0d9ef8-6101-454c-ad74-205645023e79 { display: none !important; }}






  #s-3e0d9ef8-6101-454c-ad74-205645023e79 img.shogun-image {
    

    
    
    
  }


#s-3e0d9ef8-6101-454c-ad74-205645023e79 .shogun-image-content {
  
    align-items: center;
  
}

#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 {
  display: none;
}
#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2, #wrap-s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 {
  display: none;
}
#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2, #wrap-s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 {
  display: none;
}
#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2, #wrap-s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 { display: none !important; }}







#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-febe085e-b8cb-4c80-b4fa-0b5dda4762f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-405c4934-047e-4d78-9750-d623b3e68df2 {
  padding-left: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-405c4934-047e-4d78-9750-d623b3e68df2 {
  display: none;
}
#s-405c4934-047e-4d78-9750-d623b3e68df2, #wrap-s-405c4934-047e-4d78-9750-d623b3e68df2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-405c4934-047e-4d78-9750-d623b3e68df2 {
  display: none;
}
#s-405c4934-047e-4d78-9750-d623b3e68df2, #wrap-s-405c4934-047e-4d78-9750-d623b3e68df2 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-405c4934-047e-4d78-9750-d623b3e68df2 {
  display: none;
}
#s-405c4934-047e-4d78-9750-d623b3e68df2, #wrap-s-405c4934-047e-4d78-9750-d623b3e68df2 { display: none !important; }}






  #s-405c4934-047e-4d78-9750-d623b3e68df2 img.shogun-image {
    

    
    
    
  }


#s-405c4934-047e-4d78-9750-d623b3e68df2 .shogun-image-content {
  
    align-items: center;
  
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 {
  padding-top: 10px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 {
  display: none;
}
#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709, #wrap-s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 {
  display: none;
}
#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709, #wrap-s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 {
  display: none;
}
#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709, #wrap-s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 { display: none !important; }}
#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 .shg-sld-nav-button.shg-sld-left,
#s-95ba8b22-9a9d-4b42-aa42-7f7e65d09709 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-352b8df5-c402-4c3a-941f-8d913bfe9f23 {
  text-align: center;
}







  #s-352b8df5-c402-4c3a-941f-8d913bfe9f23 img.shogun-image {
    

    
    
    
  }


#s-352b8df5-c402-4c3a-941f-8d913bfe9f23 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b91757b-438c-4f55-ae3c-8e598a837126 {
  text-align: center;
}







  #s-8b91757b-438c-4f55-ae3c-8e598a837126 img.shogun-image {
    

    
    
    
  }


#s-8b91757b-438c-4f55-ae3c-8e598a837126 .shogun-image-content {
  
    align-items: center;
  
}

#s-22a39ed2-dd7d-46d1-a5a3-408b90d75106 {
  text-align: center;
}







  #s-22a39ed2-dd7d-46d1-a5a3-408b90d75106 img.shogun-image {
    

    
    
    
  }


#s-22a39ed2-dd7d-46d1-a5a3-408b90d75106 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2 {
  display: none;
}
#s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2, #wrap-s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-e3d84225-d5ef-4796-bca6-c3d42ebdcfc2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-95751b5a-3e95-42f1-9acb-b9ab9d6cbffe {
  text-align: center;
}







  #s-95751b5a-3e95-42f1-9acb-b9ab9d6cbffe img.shogun-image {
    

    
    
    
  }


#s-95751b5a-3e95-42f1-9acb-b9ab9d6cbffe .shogun-image-content {
  
    align-items: center;
  
}

#s-69896a27-3ef7-4fb5-9a8c-73c69275cf4c {
  text-align: center;
}







  #s-69896a27-3ef7-4fb5-9a8c-73c69275cf4c img.shogun-image {
    

    
    
    
  }


#s-69896a27-3ef7-4fb5-9a8c-73c69275cf4c .shogun-image-content {
  
    align-items: center;
  
}

#s-4bbf33c9-1b5a-4cf7-8e49-e31cdb4f42bc {
  text-align: center;
}







  #s-4bbf33c9-1b5a-4cf7-8e49-e31cdb4f42bc img.shogun-image {
    

    
    
    
  }


#s-4bbf33c9-1b5a-4cf7-8e49-e31cdb4f42bc .shogun-image-content {
  
    align-items: center;
  
}

#s-197906bb-258b-4163-87f6-81ceb02182d1 {
  padding-top: 20px;
}
@media (max-width: 767px){#s-197906bb-258b-4163-87f6-81ceb02182d1 {
  
}
}
#s-4b868ea3-c6ba-4e38-9304-39de06bc0b8a {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-4b868ea3-c6ba-4e38-9304-39de06bc0b8a hr {
  border-top: 1px solid #ddd;
}

#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 {
  display: none;
}
#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0, #wrap-s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 {
  display: none;
}
#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0, #wrap-s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 {
  display: none;
}
#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0, #wrap-s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 { display: none !important; }}







#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c08afddc-303e-4fe9-ba37-18e77c10c5d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7692fdcb-ef53-4df5-a598-feed2a372ec1 {
  padding-left: 0px;
padding-bottom: 20px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-7692fdcb-ef53-4df5-a598-feed2a372ec1 {
  display: none;
}
#s-7692fdcb-ef53-4df5-a598-feed2a372ec1, #wrap-s-7692fdcb-ef53-4df5-a598-feed2a372ec1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7692fdcb-ef53-4df5-a598-feed2a372ec1 {
  display: none;
}
#s-7692fdcb-ef53-4df5-a598-feed2a372ec1, #wrap-s-7692fdcb-ef53-4df5-a598-feed2a372ec1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7692fdcb-ef53-4df5-a598-feed2a372ec1 {
  display: none;
}
#s-7692fdcb-ef53-4df5-a598-feed2a372ec1, #wrap-s-7692fdcb-ef53-4df5-a598-feed2a372ec1 { display: none !important; }}






  #s-7692fdcb-ef53-4df5-a598-feed2a372ec1 img.shogun-image {
    

    
    
    
  }


#s-7692fdcb-ef53-4df5-a598-feed2a372ec1 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-a41cb558-2db0-4b42-b112-a3b7b0217d16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-a41cb558-2db0-4b42-b112-a3b7b0217d16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-a41cb558-2db0-4b42-b112-a3b7b0217d16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-a41cb558-2db0-4b42-b112-a3b7b0217d16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-75351156-4296-4309-a844-ea2ddfd2a352 {
  text-align: center;
}







  #s-75351156-4296-4309-a844-ea2ddfd2a352 img.shogun-image {
    

    
    
    
  }


#s-75351156-4296-4309-a844-ea2ddfd2a352 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e21beb4-c053-43f1-9c11-25845fdd48d8 {
  text-align: center;
}







  #s-1e21beb4-c053-43f1-9c11-25845fdd48d8 img.shogun-image {
    

    
    
    
  }


#s-1e21beb4-c053-43f1-9c11-25845fdd48d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-15d8bf8d-edde-48b3-a149-3de263d50fe6 {
  padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-15d8bf8d-edde-48b3-a149-3de263d50fe6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-15d8bf8d-edde-48b3-a149-3de263d50fe6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-15d8bf8d-edde-48b3-a149-3de263d50fe6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-15d8bf8d-edde-48b3-a149-3de263d50fe6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-1945f2aa-c151-4b78-a1df-2bd5d2664465 {
  text-align: center;
}







  #s-1945f2aa-c151-4b78-a1df-2bd5d2664465 img.shogun-image {
    

    
    
    
  }


#s-1945f2aa-c151-4b78-a1df-2bd5d2664465 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dcf7d1a-bff2-428c-93d5-aa2d37b50a5c {
  text-align: center;
}







  #s-4dcf7d1a-bff2-428c-93d5-aa2d37b50a5c img.shogun-image {
    

    
    
    
  }


#s-4dcf7d1a-bff2-428c-93d5-aa2d37b50a5c .shogun-image-content {
  
    align-items: center;
  
}

#s-1a30e150-6966-4203-860a-2b8af65803ec {
  padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-1a30e150-6966-4203-860a-2b8af65803ec"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-1a30e150-6966-4203-860a-2b8af65803ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-1a30e150-6966-4203-860a-2b8af65803ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-1a30e150-6966-4203-860a-2b8af65803ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-86991175-7629-4b1f-a6cb-c8b8a0c3aa93 {
  text-align: center;
}







  #s-86991175-7629-4b1f-a6cb-c8b8a0c3aa93 img.shogun-image {
    

    
    
    
  }


#s-86991175-7629-4b1f-a6cb-c8b8a0c3aa93 .shogun-image-content {
  
    align-items: center;
  
}

#s-2629e1aa-0eef-4115-baea-edd7658c1d19 {
  text-align: center;
}







  #s-2629e1aa-0eef-4115-baea-edd7658c1d19 img.shogun-image {
    

    
    
    
  }


#s-2629e1aa-0eef-4115-baea-edd7658c1d19 .shogun-image-content {
  
    align-items: center;
  
}

#s-916c08bc-8473-4441-a1b9-e7cb7eb07584 {
  padding-top: 5px;
}

@media (min-width: 0px) {
[id="s-916c08bc-8473-4441-a1b9-e7cb7eb07584"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-916c08bc-8473-4441-a1b9-e7cb7eb07584"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-916c08bc-8473-4441-a1b9-e7cb7eb07584"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-916c08bc-8473-4441-a1b9-e7cb7eb07584"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-d1eb3313-945c-471b-be5b-336183cceb8f {
  text-align: center;
}







  #s-d1eb3313-945c-471b-be5b-336183cceb8f img.shogun-image {
    

    
    
    
  }


#s-d1eb3313-945c-471b-be5b-336183cceb8f .shogun-image-content {
  
    align-items: center;
  
}

#s-51f83cb1-dbdb-447b-9a1e-a10f99cd0c22 {
  text-align: center;
}







  #s-51f83cb1-dbdb-447b-9a1e-a10f99cd0c22 img.shogun-image {
    

    
    
    
  }


#s-51f83cb1-dbdb-447b-9a1e-a10f99cd0c22 .shogun-image-content {
  
    align-items: center;
  
}

#s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90 {
  display: none;
}
#s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90, #wrap-s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f72b3724-fbd6-4ef9-9bf7-3bb510d0ab90"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-d732dd2d-d8a8-42bc-8e27-5a32ecc143e9 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-d732dd2d-d8a8-42bc-8e27-5a32ecc143e9 {
  display: none;
}
#s-d732dd2d-d8a8-42bc-8e27-5a32ecc143e9, #wrap-s-d732dd2d-d8a8-42bc-8e27-5a32ecc143e9 { display: none !important; }}






  #s-d732dd2d-d8a8-42bc-8e27-5a32ecc143e9 img.shogun-image {
    

    
    
    
  }


#s-d732dd2d-d8a8-42bc-8e27-5a32ecc143e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fe30dea1-026f-44d1-8164-ba47c529a3b9 {
  padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-fe30dea1-026f-44d1-8164-ba47c529a3b9 {
  display: none;
}
#s-fe30dea1-026f-44d1-8164-ba47c529a3b9, #wrap-s-fe30dea1-026f-44d1-8164-ba47c529a3b9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fe30dea1-026f-44d1-8164-ba47c529a3b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe30dea1-026f-44d1-8164-ba47c529a3b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-fe30dea1-026f-44d1-8164-ba47c529a3b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-fe30dea1-026f-44d1-8164-ba47c529a3b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-c4e10829-0feb-4363-aed7-dffb5ebbb77a {
  text-align: center;
}







  #s-c4e10829-0feb-4363-aed7-dffb5ebbb77a img.shogun-image {
    

    
    
    
  }


#s-c4e10829-0feb-4363-aed7-dffb5ebbb77a .shogun-image-content {
  
    align-items: center;
  
}

#s-af7c52cd-eb68-415f-ae36-e97b9d03b627 {
  text-align: center;
}







  #s-af7c52cd-eb68-415f-ae36-e97b9d03b627 img.shogun-image {
    

    
    
    
  }


#s-af7c52cd-eb68-415f-ae36-e97b9d03b627 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb16506f-4c73-4c33-a117-390b57852a5a {
  text-align: center;
}







  #s-cb16506f-4c73-4c33-a117-390b57852a5a img.shogun-image {
    

    
    
    
  }


#s-cb16506f-4c73-4c33-a117-390b57852a5a .shogun-image-content {
  
    align-items: center;
  
}

#s-9c2aa575-f471-45d1-993f-ed222f412d2c {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-9c2aa575-f471-45d1-993f-ed222f412d2c {
  display: none;
}
#s-9c2aa575-f471-45d1-993f-ed222f412d2c, #wrap-s-9c2aa575-f471-45d1-993f-ed222f412d2c { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c2aa575-f471-45d1-993f-ed222f412d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c2aa575-f471-45d1-993f-ed222f412d2c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-9c2aa575-f471-45d1-993f-ed222f412d2c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-9c2aa575-f471-45d1-993f-ed222f412d2c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-55b082c5-4347-4cb2-964c-6e6cd6e501e2 {
  text-align: center;
}







  #s-55b082c5-4347-4cb2-964c-6e6cd6e501e2 img.shogun-image {
    

    
    
    
  }


#s-55b082c5-4347-4cb2-964c-6e6cd6e501e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-3602dec9-f475-4899-b3e6-cf964ab9e4f4 {
  text-align: center;
}







  #s-3602dec9-f475-4899-b3e6-cf964ab9e4f4 img.shogun-image {
    

    
    
    
  }


#s-3602dec9-f475-4899-b3e6-cf964ab9e4f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b507eb9b-7c8c-4f94-96f9-ebd79c02a10a {
  text-align: center;
}







  #s-b507eb9b-7c8c-4f94-96f9-ebd79c02a10a img.shogun-image {
    

    
    
    
  }


#s-b507eb9b-7c8c-4f94-96f9-ebd79c02a10a .shogun-image-content {
  
    align-items: center;
  
}

#s-cdaa56d3-befb-411e-af72-205c0b1fbc65 {
  padding-top: 5px;
padding-left: 50px;
padding-right: 50px;
}
@media (max-width: 767px){#s-cdaa56d3-befb-411e-af72-205c0b1fbc65 {
  display: none;
}
#s-cdaa56d3-befb-411e-af72-205c0b1fbc65, #wrap-s-cdaa56d3-befb-411e-af72-205c0b1fbc65 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cdaa56d3-befb-411e-af72-205c0b1fbc65"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdaa56d3-befb-411e-af72-205c0b1fbc65"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cdaa56d3-befb-411e-af72-205c0b1fbc65"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cdaa56d3-befb-411e-af72-205c0b1fbc65"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

#s-df57fe63-9d23-4c3e-bbf1-991c2cd66cc9 {
  text-align: center;
}







  #s-df57fe63-9d23-4c3e-bbf1-991c2cd66cc9 img.shogun-image {
    

    
    
    
  }


#s-df57fe63-9d23-4c3e-bbf1-991c2cd66cc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-26cd2a48-bcaa-493e-8215-87c43da557c7 {
  text-align: center;
}







  #s-26cd2a48-bcaa-493e-8215-87c43da557c7 img.shogun-image {
    

    
    
    
  }


#s-26cd2a48-bcaa-493e-8215-87c43da557c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cf3b99d-cd0c-4606-aea6-3014c228d6a6 {
  text-align: center;
}







  #s-0cf3b99d-cd0c-4606-aea6-3014c228d6a6 img.shogun-image {
    

    
    
    
  }


#s-0cf3b99d-cd0c-4606-aea6-3014c228d6a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-44555ef4-5e3c-4197-99bf-b7d8d3756720 {
  padding-top: 20px;
}

#s-7b379701-9d15-4ea0-b360-bd78f0912934 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-7b379701-9d15-4ea0-b360-bd78f0912934 hr {
  border-top: 1px solid #ddd;
}

#s-10835010-f1f9-4990-aba2-eaafcfc68ffd {
  padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-10835010-f1f9-4990-aba2-eaafcfc68ffd {
  display: none;
}
#s-10835010-f1f9-4990-aba2-eaafcfc68ffd, #wrap-s-10835010-f1f9-4990-aba2-eaafcfc68ffd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10835010-f1f9-4990-aba2-eaafcfc68ffd {
  display: none;
}
#s-10835010-f1f9-4990-aba2-eaafcfc68ffd, #wrap-s-10835010-f1f9-4990-aba2-eaafcfc68ffd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-10835010-f1f9-4990-aba2-eaafcfc68ffd {
  display: none;
}
#s-10835010-f1f9-4990-aba2-eaafcfc68ffd, #wrap-s-10835010-f1f9-4990-aba2-eaafcfc68ffd { display: none !important; }}






  #s-10835010-f1f9-4990-aba2-eaafcfc68ffd img.shogun-image {
    

    
    
    
  }


#s-10835010-f1f9-4990-aba2-eaafcfc68ffd .shogun-image-content {
  
    align-items: center;
  
}

#s-fc669650-833f-432b-8626-fe97f5e7ba2b {
  padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-fc669650-833f-432b-8626-fe97f5e7ba2b {
  display: none;
}
#s-fc669650-833f-432b-8626-fe97f5e7ba2b, #wrap-s-fc669650-833f-432b-8626-fe97f5e7ba2b { display: none !important; }}
@media (min-width: 0px) {
[id="s-fc669650-833f-432b-8626-fe97f5e7ba2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc669650-833f-432b-8626-fe97f5e7ba2b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc669650-833f-432b-8626-fe97f5e7ba2b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc669650-833f-432b-8626-fe97f5e7ba2b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc669650-833f-432b-8626-fe97f5e7ba2b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc669650-833f-432b-8626-fe97f5e7ba2b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc669650-833f-432b-8626-fe97f5e7ba2b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-bb545f62-a692-4b8b-847b-fc94fe2d1b9c {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
}
@media (max-width: 767px){#s-bb545f62-a692-4b8b-847b-fc94fe2d1b9c {
  display: none;
}
#s-bb545f62-a692-4b8b-847b-fc94fe2d1b9c, #wrap-s-bb545f62-a692-4b8b-847b-fc94fe2d1b9c { display: none !important; }}






  #s-bb545f62-a692-4b8b-847b-fc94fe2d1b9c img.shogun-image {
    

    
    
    
  }


#s-bb545f62-a692-4b8b-847b-fc94fe2d1b9c .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

#s-0f9a2989-f404-42ac-8902-3c7923802972 {
  padding-top: 30px;
}

#s-0f9a2989-f404-42ac-8902-3c7923802972 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(247, 247, 247, 1);
  border-radius: 0px;
}

#s-0f9a2989-f404-42ac-8902-3c7923802972 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0f9a2989-f404-42ac-8902-3c7923802972 td.shogun-table-column {
  background-color: rgba(188, 164, 97, 0.2);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-0f9a2989-f404-42ac-8902-3c7923802972 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-0f9a2989-f404-42ac-8902-3c7923802972 td.shogun-table-column, #s-0f9a2989-f404-42ac-8902-3c7923802972 td.shogun-table-row {
  border: 1px solid rgba(247, 247, 247, 1);
}

#s-a36df175-dcc3-49dd-934c-824a85170609 {
  padding-top: 20px;
padding-bottom: 20px;
}

#s-a36df175-dcc3-49dd-934c-824a85170609 hr {
  border-top: 1px solid #ddd;
}

#s-0c8b1ab8-ea15-47b0-be77-b85f33661e10 {
  min-height: 50px;
}








#s-0c8b1ab8-ea15-47b0-be77-b85f33661e10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c8b1ab8-ea15-47b0-be77-b85f33661e10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38dde88b-6da8-4ed8-8f52-2dd587d7029b {
  text-align: center;
}
@media (max-width: 767px){#s-38dde88b-6da8-4ed8-8f52-2dd587d7029b {
  display: none;
}
#s-38dde88b-6da8-4ed8-8f52-2dd587d7029b, #wrap-s-38dde88b-6da8-4ed8-8f52-2dd587d7029b { display: none !important; }}






  #s-38dde88b-6da8-4ed8-8f52-2dd587d7029b img.shogun-image {
    

    
    
    
  }


#s-38dde88b-6da8-4ed8-8f52-2dd587d7029b .shogun-image-content {
  
    align-items: center;
  
}

#s-6f2da008-1330-4c7a-86a2-ecbaf0125323 {
  text-align: center;
}
@media (min-width: 1200px){#s-6f2da008-1330-4c7a-86a2-ecbaf0125323 {
  display: none;
}
#s-6f2da008-1330-4c7a-86a2-ecbaf0125323, #wrap-s-6f2da008-1330-4c7a-86a2-ecbaf0125323 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f2da008-1330-4c7a-86a2-ecbaf0125323 {
  display: none;
}
#s-6f2da008-1330-4c7a-86a2-ecbaf0125323, #wrap-s-6f2da008-1330-4c7a-86a2-ecbaf0125323 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6f2da008-1330-4c7a-86a2-ecbaf0125323 {
  display: none;
}
#s-6f2da008-1330-4c7a-86a2-ecbaf0125323, #wrap-s-6f2da008-1330-4c7a-86a2-ecbaf0125323 { display: none !important; }}






  #s-6f2da008-1330-4c7a-86a2-ecbaf0125323 img.shogun-image {
    

    
    
    
  }


#s-6f2da008-1330-4c7a-86a2-ecbaf0125323 .shogun-image-content {
  
    align-items: center;
  
}

#s-495d5975-1144-44c6-b151-5875dbcb62a5 {
  padding-top: 30px;
padding-bottom: 30px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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