.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-cf7492ca-bb0a-45da-9401-eaa1f105373e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-cf7492ca-bb0a-45da-9401-eaa1f105373e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf7492ca-bb0a-45da-9401-eaa1f105373e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-3609a633-a0c6-4a7e-88e3-b433e9a806fe {
  margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-38b77b62-6eea-4f8b-b6bd-8bfb048c5d88"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-4b64531e-2544-452f-8793-b79d3b002325 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4b64531e-2544-452f-8793-b79d3b002325 {
  
}
}@media (max-width: 767px){#s-4b64531e-2544-452f-8793-b79d3b002325 {
  display: none;
}
#s-4b64531e-2544-452f-8793-b79d3b002325, #wrap-s-4b64531e-2544-452f-8793-b79d3b002325 { display: none !important; }}







#s-4b64531e-2544-452f-8793-b79d3b002325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b64531e-2544-452f-8793-b79d3b002325.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75345639-b23f-403f-a8fc-b9581fd380fe {
  margin-bottom: 40px;
margin-right: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-75345639-b23f-403f-a8fc-b9581fd380fe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75345639-b23f-403f-a8fc-b9581fd380fe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75345639-b23f-403f-a8fc-b9581fd380fe {
  
}
}@media (max-width: 767px){#s-75345639-b23f-403f-a8fc-b9581fd380fe {
  display: none;
}
#s-75345639-b23f-403f-a8fc-b9581fd380fe, #wrap-s-75345639-b23f-403f-a8fc-b9581fd380fe { display: none !important; }}







#s-75345639-b23f-403f-a8fc-b9581fd380fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75345639-b23f-403f-a8fc-b9581fd380fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ea12249-efcf-44a2-9bc1-3754cad9d6aa {
  margin-top: 15px;
}

#s-0b1dfd9a-41d9-40c8-99d3-0a3e1154fc88 {
  margin-top: 15px;
}

#s-f74d6dec-54b1-460f-aa86-27fa9b6fe27b {
  margin-top: 15px;
}

#s-096cf62a-c6ff-46ab-9383-2d76863c1421 {
  margin-top: 15px;
}

#s-c6605aad-a5d7-4179-8fd3-4a2243dc5119 {
  margin-top: 15px;
}

#s-139b8d53-1b00-4bce-8633-d8ade075f7b9 {
  margin-top: 15px;
}

#s-5ad6c8ce-48b9-4600-9dd7-b5df2708c76f {
  margin-top: 15px;
}

#s-9738e125-0d09-4d5f-ba7f-dabae48f61ad {
  margin-top: 15px;
}








#s-076489c9-2ae4-409e-9111-de156f347a38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-076489c9-2ae4-409e-9111-de156f347a38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9e6aaff-73fc-4f70-b776-d0ee597c6510 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-f9e6aaff-73fc-4f70-b776-d0ee597c6510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e6aaff-73fc-4f70-b776-d0ee597c6510.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-repeat: no-repeat;
background-size: cover;
margin-top: -1px;
min-height: 150px;
background-position: center center;
}
@media (max-width: 767px){#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  display: none;
}
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce, #wrap-s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce { display: none !important; }}
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}

@media (max-width: 480px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/480x/);
}

}
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/960x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/768x/);
}

}
@media (min-width: 481px) and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1536x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1024x/);
}

}
@media (min-width: 769px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}
@media (min-width: 1025px) and (-webkit-max-device-pixel-ratio: 1.9) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/1200x/);
}

}
@media (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 2) {
#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce {
  background-image: url(https://i.shgcdn.com/0674d38f-f975-4b86-9cfd-a8bbfb8cea33/-/format/auto/-/preview/3000x3000/-/quality/lighter/-/resize/2048x/);
}

}







#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf7b4925-2f4a-4ff4-8493-6f7a4939ecce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: -1px;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 {
  display: none;
}
#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4, #wrap-s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 {
  display: none;
}
#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4, #wrap-s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 {
  display: none;
}
#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4, #wrap-s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 { display: none !important; }}
#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 {
  background-image: url(https://i.shgcdn.com/85631e65-1092-4d21-b606-34802720880a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3ec5216-31fe-4ff0-8172-2064fdb568b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-252b08b8-cae2-465c-9dcc-e6bb88227912 {
  min-height: 50px;
}
@media (max-width: 767px){#s-252b08b8-cae2-465c-9dcc-e6bb88227912 {
  display: none;
}
#s-252b08b8-cae2-465c-9dcc-e6bb88227912, #wrap-s-252b08b8-cae2-465c-9dcc-e6bb88227912 { display: none !important; }}







#s-252b08b8-cae2-465c-9dcc-e6bb88227912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-252b08b8-cae2-465c-9dcc-e6bb88227912.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-85f64a6d-2b54-4214-833c-c0a03a6cf2e8 {
  max-width: 1800px;
aspect-ratio: 1800/1236;
text-align: center;
}





  #s-85f64a6d-2b54-4214-833c-c0a03a6cf2e8 img.shogun-image,
  #s-85f64a6d-2b54-4214-833c-c0a03a6cf2e8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-85f64a6d-2b54-4214-833c-c0a03a6cf2e8 {
    width: 100%;
    height: auto;
  }



  #s-85f64a6d-2b54-4214-833c-c0a03a6cf2e8 img.shogun-image {
    

    
    
    
  }


#s-85f64a6d-2b54-4214-833c-c0a03a6cf2e8 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8d977999-5844-4b9a-afa0-c90e766234a0 {
  padding-top: 8%;
padding-left: 8%;
min-height: 50px;
}








#s-8d977999-5844-4b9a-afa0-c90e766234a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d977999-5844-4b9a-afa0-c90e766234a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-30ac6998-9cdf-43db-8c04-ff97ad696c37 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-30ac6998-9cdf-43db-8c04-ff97ad696c37 {
  display: none;
}
#s-30ac6998-9cdf-43db-8c04-ff97ad696c37, #wrap-s-30ac6998-9cdf-43db-8c04-ff97ad696c37 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30ac6998-9cdf-43db-8c04-ff97ad696c37 {
  display: none;
}
#s-30ac6998-9cdf-43db-8c04-ff97ad696c37, #wrap-s-30ac6998-9cdf-43db-8c04-ff97ad696c37 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30ac6998-9cdf-43db-8c04-ff97ad696c37 {
  display: none;
}
#s-30ac6998-9cdf-43db-8c04-ff97ad696c37, #wrap-s-30ac6998-9cdf-43db-8c04-ff97ad696c37 { display: none !important; }}@media (max-width: 767px){#s-30ac6998-9cdf-43db-8c04-ff97ad696c37 {
  
}
}







#s-30ac6998-9cdf-43db-8c04-ff97ad696c37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ac6998-9cdf-43db-8c04-ff97ad696c37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-297665da-b76d-4c4c-b0ba-e308b2af21e1 {
  max-width: 750px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-297665da-b76d-4c4c-b0ba-e308b2af21e1 img.shogun-image,
  #s-297665da-b76d-4c4c-b0ba-e308b2af21e1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-297665da-b76d-4c4c-b0ba-e308b2af21e1 {
    width: 100%;
    height: auto;
  }



  #s-297665da-b76d-4c4c-b0ba-e308b2af21e1 img.shogun-image {
    

    
    
    
  }


#s-297665da-b76d-4c4c-b0ba-e308b2af21e1 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 {
  padding-top: 20px;
padding-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 {
  display: none;
}
#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23, #wrap-s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 {
  display: none;
}
#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23, #wrap-s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 {
  display: none;
}
#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23, #wrap-s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 { display: none !important; }}@media (max-width: 767px){#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 {
  
}
}







#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62d636eb-3a75-4d68-8fee-3e9ef0ba1b23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d3c5c9b-4b44-4c18-a1a2-e3b8dd682c81 {
  margin-top: -5px;
}

#s-e6a6507f-01e2-403a-84c4-045bf76a8521 {
  padding-bottom: 15px;
}

#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c {
  margin-top: 30px;
margin-bottom: -40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c {
  display: none;
}
#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c, #wrap-s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c {
  display: none;
}
#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c, #wrap-s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c {
  display: none;
}
#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c, #wrap-s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c { display: none !important; }}@media (max-width: 767px){#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c {
  
}
}







#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc311600-8c4c-4b1d-bab8-2a6226f1c28c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac596507-bd46-4f85-b95f-f1b3768d0ade {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-ac596507-bd46-4f85-b95f-f1b3768d0ade {
  display: none;
}
#s-ac596507-bd46-4f85-b95f-f1b3768d0ade, #wrap-s-ac596507-bd46-4f85-b95f-f1b3768d0ade { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ac596507-bd46-4f85-b95f-f1b3768d0ade {
  display: none;
}
#s-ac596507-bd46-4f85-b95f-f1b3768d0ade, #wrap-s-ac596507-bd46-4f85-b95f-f1b3768d0ade { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ac596507-bd46-4f85-b95f-f1b3768d0ade {
  display: none;
}
#s-ac596507-bd46-4f85-b95f-f1b3768d0ade, #wrap-s-ac596507-bd46-4f85-b95f-f1b3768d0ade { display: none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 {
  margin-top: -30px;
padding-left: 2px;
padding-right: 2px;
}
@media (min-width: 1200px){#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 {
  display: none;
}
#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242, #wrap-s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 {
  display: none;
}
#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242, #wrap-s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 {
  display: none;
}
#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242, #wrap-s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 { display: none !important; }}
#s-c4de77bd-5c85-4e05-bf22-f0696cdfd242 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-92a7a77f-1aa4-4bac-91d0-893d93c75ff9 {
  margin-top: 40px;
margin-bottom: 4%;
min-height: 50px;
}








#s-92a7a77f-1aa4-4bac-91d0-893d93c75ff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a7a77f-1aa4-4bac-91d0-893d93c75ff9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-76f730d7-4d0f-41db-aea0-94bed74ff424 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-76f730d7-4d0f-41db-aea0-94bed74ff424 {
  display: none;
}
#s-76f730d7-4d0f-41db-aea0-94bed74ff424, #wrap-s-76f730d7-4d0f-41db-aea0-94bed74ff424 { display: none !important; }}
#s-daa34931-c471-4f66-bb75-9f465c3d73ba {
  margin-top: -35px;
}
@media (max-width: 767px){#s-daa34931-c471-4f66-bb75-9f465c3d73ba {
  display: none;
}
#s-daa34931-c471-4f66-bb75-9f465c3d73ba, #wrap-s-daa34931-c471-4f66-bb75-9f465c3d73ba { display: none !important; }}
#s-daa34931-c471-4f66-bb75-9f465c3d73ba hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-ae7d3b63-f619-40e2-9b52-b5b76bb1d702 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-ae7d3b63-f619-40e2-9b52-b5b76bb1d702"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-ae7d3b63-f619-40e2-9b52-b5b76bb1d702"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ae7d3b63-f619-40e2-9b52-b5b76bb1d702"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae7d3b63-f619-40e2-9b52-b5b76bb1d702"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-b76a7b0c-2190-4b74-ba71-580fbfc16871 {
  min-height: 50px;
}








#s-b76a7b0c-2190-4b74-ba71-580fbfc16871 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b76a7b0c-2190-4b74-ba71-580fbfc16871.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ca1bd60-0b44-40dd-a0a5-322dfd931793 {
  max-width: 420px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-1ca1bd60-0b44-40dd-a0a5-322dfd931793 img.shogun-image,
  #s-1ca1bd60-0b44-40dd-a0a5-322dfd931793 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ca1bd60-0b44-40dd-a0a5-322dfd931793 {
    width: 100%;
    height: auto;
  }



  #s-1ca1bd60-0b44-40dd-a0a5-322dfd931793 img.shogun-image {
    

    
    
    
  }


#s-1ca1bd60-0b44-40dd-a0a5-322dfd931793 .shogun-image-content {
  
    align-items: center;
  
}

#s-45ef7363-7a94-427c-ba7b-e161bf44c2bc {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f005dcee-b5f5-4811-bf21-80e7727e0f8a {
  min-height: 50px;
}








#s-f005dcee-b5f5-4811-bf21-80e7727e0f8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f005dcee-b5f5-4811-bf21-80e7727e0f8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5704cbd-86b1-49ef-8281-57164cd8bde1 {
  max-width: 420px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-d5704cbd-86b1-49ef-8281-57164cd8bde1 img.shogun-image,
  #s-d5704cbd-86b1-49ef-8281-57164cd8bde1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d5704cbd-86b1-49ef-8281-57164cd8bde1 {
    width: 100%;
    height: auto;
  }



  #s-d5704cbd-86b1-49ef-8281-57164cd8bde1 img.shogun-image {
    

    
    
    
  }


#s-d5704cbd-86b1-49ef-8281-57164cd8bde1 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd848e42-b04e-454b-9b1c-da28a3e67f66 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6847fa6a-1088-4789-90cb-c70ef084dd9a {
  min-height: 50px;
}








#s-6847fa6a-1088-4789-90cb-c70ef084dd9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6847fa6a-1088-4789-90cb-c70ef084dd9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d3380b1-cd10-44fe-af35-2fcb8a883d90 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-8d3380b1-cd10-44fe-af35-2fcb8a883d90 img.shogun-image,
  #s-8d3380b1-cd10-44fe-af35-2fcb8a883d90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8d3380b1-cd10-44fe-af35-2fcb8a883d90 {
    width: 100%;
    height: auto;
  }



  #s-8d3380b1-cd10-44fe-af35-2fcb8a883d90 img.shogun-image {
    

    
    
    
  }


#s-8d3380b1-cd10-44fe-af35-2fcb8a883d90 .shogun-image-content {
  
    align-items: center;
  
}

#s-ca7c2e87-990f-41a7-9540-01cb1ff20fa8 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-fc6b3c1f-4c84-4d03-be62-6833c22a44c6 {
  min-height: 50px;
}








#s-fc6b3c1f-4c84-4d03-be62-6833c22a44c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc6b3c1f-4c84-4d03-be62-6833c22a44c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42b8ab05-da24-4b73-929b-87e0b0879b1c {
  text-align: center;
}







  #s-42b8ab05-da24-4b73-929b-87e0b0879b1c img.shogun-image {
    

    
    
    
  }


#s-42b8ab05-da24-4b73-929b-87e0b0879b1c .shogun-image-content {
  
    align-items: center;
  
}

#s-84b74796-4f03-4920-91af-5d1a46b3317d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-5dc89159-5317-4921-8c83-11187987ebee {
  margin-top: 1%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
min-height: 50px;
}
@media (max-width: 767px){#s-5dc89159-5317-4921-8c83-11187987ebee {
  display: none;
}
#s-5dc89159-5317-4921-8c83-11187987ebee, #wrap-s-5dc89159-5317-4921-8c83-11187987ebee { display: none !important; }}







#s-5dc89159-5317-4921-8c83-11187987ebee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dc89159-5317-4921-8c83-11187987ebee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1392032-31ab-41cd-a9da-23957fb0699f {
  min-height: 50px;
}
@media (max-width: 767px){#s-d1392032-31ab-41cd-a9da-23957fb0699f {
  
}
}







#s-d1392032-31ab-41cd-a9da-23957fb0699f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1392032-31ab-41cd-a9da-23957fb0699f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4570c57-3b27-416f-b8b3-a4f11293faf4 {
  margin-left: 40%;
margin-right: 40%;
}

#s-f4570c57-3b27-416f-b8b3-a4f11293faf4 hr {
  border-top: 1px solid #ddd;
}

#s-8109feb3-5056-43c6-94a8-7744295b1c97 {
  margin-top: 0%;
margin-bottom: 8%;
min-height: 50px;
}
@media (max-width: 767px){#s-8109feb3-5056-43c6-94a8-7744295b1c97 {
  display: none;
}
#s-8109feb3-5056-43c6-94a8-7744295b1c97, #wrap-s-8109feb3-5056-43c6-94a8-7744295b1c97 { display: none !important; }}







#s-8109feb3-5056-43c6-94a8-7744295b1c97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8109feb3-5056-43c6-94a8-7744295b1c97.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ca3e657d-8a2a-4a55-9a8e-eb1c0d33bb94 {
  text-align: center;
}







  #s-ca3e657d-8a2a-4a55-9a8e-eb1c0d33bb94 img.shogun-image {
    

    
    
    
  }


#s-ca3e657d-8a2a-4a55-9a8e-eb1c0d33bb94 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-8e9c6a83-a46a-404c-8587-611c0575fd1d {
  min-height: 50px;
}








#s-8e9c6a83-a46a-404c-8587-611c0575fd1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e9c6a83-a46a-404c-8587-611c0575fd1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c662e82b-ca29-405c-b682-0c93b1ad8e9d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c662e82b-ca29-405c-b682-0c93b1ad8e9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c662e82b-ca29-405c-b682-0c93b1ad8e9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c662e82b-ca29-405c-b682-0c93b1ad8e9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fa8944bc-4a31-4d13-ba3a-7572574f9e40 {
  min-height: 50px;
}








#s-fa8944bc-4a31-4d13-ba3a-7572574f9e40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa8944bc-4a31-4d13-ba3a-7572574f9e40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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;
  height: inherit;
  position: relative;
}

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-932bceef-c271-4eb1-8474-57eb3a38d6b8 {
  max-width: 1174px;
aspect-ratio: 1174/1306;
text-align: center;
}





  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image,
  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 {
    width: 100%;
    height: auto;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
    
    
  }


.s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image,
  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 {
    width: 100%;
    height: auto;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
    
    
  }


.s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
  box-sizing: border-box;
}


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



  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image,
  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 {
    width: 100%;
    height: auto;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
    
    
  }


.s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
  box-sizing: border-box;
}


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



  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image,
  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 {
    width: 100%;
    height: auto;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
    
    
  }


.s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
  box-sizing: border-box;
}


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



  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image,
  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 {
    width: 100%;
    height: auto;
  }

  #s-932bceef-c271-4eb1-8474-57eb3a38d6b8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
    
    
  }


.s-932bceef-c271-4eb1-8474-57eb3a38d6b8 .shogun-image-content {
  
    align-items: center;
  
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-932bceef-c271-4eb1-8474-57eb3a38d6b8.shogun-image {
  box-sizing: border-box;
}


}
#s-af13487d-2079-4dd6-b2ec-13e93a7972cf {
  padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-af13487d-2079-4dd6-b2ec-13e93a7972cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af13487d-2079-4dd6-b2ec-13e93a7972cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78184cf2-941b-4e06-80fc-cb00e4a3f48d {
  margin-top: 3px;
margin-bottom: 0px;
}

#s-e751fe0f-40ab-4c4e-87ce-ec81d839fa6b {
  min-height: 50px;
}








#s-e751fe0f-40ab-4c4e-87ce-ec81d839fa6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e751fe0f-40ab-4c4e-87ce-ec81d839fa6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44589465-eb50-4cb7-96a5-8728fe464591 {
  max-width: 1174px;
aspect-ratio: 1174/1306;
text-align: center;
}





  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image,
  #s-44589465-eb50-4cb7-96a5-8728fe464591 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 {
    width: 100%;
    height: auto;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
    
    
  }


.s-44589465-eb50-4cb7-96a5-8728fe464591 .shogun-image-content {
  
    align-items: center;
  
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image,
  #s-44589465-eb50-4cb7-96a5-8728fe464591 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 {
    width: 100%;
    height: auto;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
    
    
  }


.s-44589465-eb50-4cb7-96a5-8728fe464591 .shogun-image-content {
  
    align-items: center;
  
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
  box-sizing: border-box;
}


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



  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image,
  #s-44589465-eb50-4cb7-96a5-8728fe464591 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 {
    width: 100%;
    height: auto;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
    
    
  }


.s-44589465-eb50-4cb7-96a5-8728fe464591 .shogun-image-content {
  
    align-items: center;
  
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
  box-sizing: border-box;
}


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



  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image,
  #s-44589465-eb50-4cb7-96a5-8728fe464591 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 {
    width: 100%;
    height: auto;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
    
    
  }


.s-44589465-eb50-4cb7-96a5-8728fe464591 .shogun-image-content {
  
    align-items: center;
  
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
  box-sizing: border-box;
}


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



  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image,
  #s-44589465-eb50-4cb7-96a5-8728fe464591 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 {
    width: 100%;
    height: auto;
  }

  #s-44589465-eb50-4cb7-96a5-8728fe464591 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
    
    
  }


.s-44589465-eb50-4cb7-96a5-8728fe464591 .shogun-image-content {
  
    align-items: center;
  
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shg-align-container {
  display: flex;
  justify-content: center
}

.s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-44589465-eb50-4cb7-96a5-8728fe464591.shogun-image {
  box-sizing: border-box;
}


}
#s-bd467bca-62f3-4247-9fcc-adc0dea84faf {
  padding-top: 2%;
padding-bottom: 6%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bd467bca-62f3-4247-9fcc-adc0dea84faf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd467bca-62f3-4247-9fcc-adc0dea84faf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acf8409f-9792-48a3-8782-95c1efd40d5f {
  margin-top: 3px;
margin-bottom: 0px;
}

#s-0c50f719-605b-4fa0-8749-cdf264c75fe4 {
  margin-top: 30px;
min-height: 50px;
}








#s-0c50f719-605b-4fa0-8749-cdf264c75fe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c50f719-605b-4fa0-8749-cdf264c75fe4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dba16745-d606-49c3-b43e-4358aa8775f4 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-dba16745-d606-49c3-b43e-4358aa8775f4 {
  
}
}
#s-097e32d8-eb0a-4026-a632-c5a046578e60 {
  margin-top: -35px;
}
@media (max-width: 767px){#s-097e32d8-eb0a-4026-a632-c5a046578e60 {
  
}
}
#s-097e32d8-eb0a-4026-a632-c5a046578e60 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-9d1df3b8-64e1-4e52-bdff-fbcb8bb3e9e2 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-9d1df3b8-64e1-4e52-bdff-fbcb8bb3e9e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-9d1df3b8-64e1-4e52-bdff-fbcb8bb3e9e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d1df3b8-64e1-4e52-bdff-fbcb8bb3e9e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d1df3b8-64e1-4e52-bdff-fbcb8bb3e9e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-9363b6b7-1e35-4d07-b862-74dccbefffd6 {
  min-height: 50px;
}








#s-9363b6b7-1e35-4d07-b862-74dccbefffd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9363b6b7-1e35-4d07-b862-74dccbefffd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4abd32c-539d-4a31-82b2-a69094a17f1d {
  text-align: center;
}







  #s-b4abd32c-539d-4a31-82b2-a69094a17f1d img.shogun-image {
    

    
    
    
  }


#s-b4abd32c-539d-4a31-82b2-a69094a17f1d .shogun-image-content {
  
    align-items: center;
  
}

#s-8f6a9ac5-b30e-41d7-b94a-878e8caf1ba9 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-668f0417-eca0-4f81-bb58-b8b209739084 {
  min-height: 50px;
}








#s-668f0417-eca0-4f81-bb58-b8b209739084 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-668f0417-eca0-4f81-bb58-b8b209739084.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96a47e41-a48f-490d-867a-e5c81781e50e {
  text-align: center;
}







  #s-96a47e41-a48f-490d-867a-e5c81781e50e img.shogun-image {
    

    
    
    
  }


#s-96a47e41-a48f-490d-867a-e5c81781e50e .shogun-image-content {
  
    align-items: center;
  
}

#s-41be61c4-63f6-4799-a591-7022338f6167 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-41d484c9-05c2-4709-960f-69dcbebcf84d {
  min-height: 50px;
}








#s-41d484c9-05c2-4709-960f-69dcbebcf84d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d484c9-05c2-4709-960f-69dcbebcf84d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd03ba7d-88a7-49da-881f-8377cfdf0e76 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-cd03ba7d-88a7-49da-881f-8377cfdf0e76 img.shogun-image,
  #s-cd03ba7d-88a7-49da-881f-8377cfdf0e76 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd03ba7d-88a7-49da-881f-8377cfdf0e76 {
    width: 100%;
    height: auto;
  }



  #s-cd03ba7d-88a7-49da-881f-8377cfdf0e76 img.shogun-image {
    

    
    
    
  }


#s-cd03ba7d-88a7-49da-881f-8377cfdf0e76 .shogun-image-content {
  
    align-items: center;
  
}

#s-342bf269-43c6-4860-a2a8-8ea4d0509ed0 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-cc6937f3-484d-4278-83c2-44fc0fb26c9f {
  min-height: 50px;
}








#s-cc6937f3-484d-4278-83c2-44fc0fb26c9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc6937f3-484d-4278-83c2-44fc0fb26c9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa92f6bb-ca90-4601-9a1f-e33660b6ca51 {
  max-width: 600px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-fa92f6bb-ca90-4601-9a1f-e33660b6ca51 img.shogun-image,
  #s-fa92f6bb-ca90-4601-9a1f-e33660b6ca51 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fa92f6bb-ca90-4601-9a1f-e33660b6ca51 {
    width: 100%;
    height: auto;
  }



  #s-fa92f6bb-ca90-4601-9a1f-e33660b6ca51 img.shogun-image {
    

    
    
    
  }


#s-fa92f6bb-ca90-4601-9a1f-e33660b6ca51 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6fb71ad-7eb8-4e6b-ab6b-495be33d416f {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-bf89f402-ba8f-4427-aa28-44d61ab00779 {
  margin-top: 20px;
min-height: 50px;
}








#s-bf89f402-ba8f-4427-aa28-44d61ab00779 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf89f402-ba8f-4427-aa28-44d61ab00779.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-e3bc8fe3-abca-4ed7-a6c3-9c2317693755 {
  display: none;
}
#s-e3bc8fe3-abca-4ed7-a6c3-9c2317693755, #wrap-s-e3bc8fe3-abca-4ed7-a6c3-9c2317693755 { display: none !important; }}
#s-e3bc8fe3-abca-4ed7-a6c3-9c2317693755 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-d1baf67e-d732-40a8-ab87-170498bae9e9 {
  margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}

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