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

.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-6ccd0f81-7850-421e-8cfa-2e7023f5bbd9 {
  box-shadow:0px 0px 0px 0px #000000;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 226, 226, 1);
border-style: solid;
border-radius: 0px;
min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-6ccd0f81-7850-421e-8cfa-2e7023f5bbd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ccd0f81-7850-421e-8cfa-2e7023f5bbd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3486b18b-b1d6-43c5-b69d-6324016223ea {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3486b18b-b1d6-43c5-b69d-6324016223ea {
  display: none;
}
#s-3486b18b-b1d6-43c5-b69d-6324016223ea, #wrap-s-3486b18b-b1d6-43c5-b69d-6324016223ea { display:none !important; }}@media (max-width: 767px){#s-3486b18b-b1d6-43c5-b69d-6324016223ea {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
display: none;
}
#s-3486b18b-b1d6-43c5-b69d-6324016223ea, #wrap-s-3486b18b-b1d6-43c5-b69d-6324016223ea { display:none !important; }}
#s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037 {
  margin-top: 150px;
margin-bottom: 100px;
}
@media (min-width: 1200px){#s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037 {
  display: none;
}
#s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037, #wrap-s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037 {
  display: none;
}
#s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037, #wrap-s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037 {
  margin-top: 40px;
}
}@media (max-width: 767px){#s-ff1391cb-834f-4c3c-92fa-e30a9d0aa037 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 90%;
}
}
.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-f10cfe73-6f6e-4ed9-9a5d-05759588d823 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-f10cfe73-6f6e-4ed9-9a5d-05759588d823 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f10cfe73-6f6e-4ed9-9a5d-05759588d823 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f10cfe73-6f6e-4ed9-9a5d-05759588d823 {
  display: none;
}
#s-f10cfe73-6f6e-4ed9-9a5d-05759588d823, #wrap-s-f10cfe73-6f6e-4ed9-9a5d-05759588d823 { display:none !important; }}@media (max-width: 767px){#s-f10cfe73-6f6e-4ed9-9a5d-05759588d823 {
  display: none;
}
#s-f10cfe73-6f6e-4ed9-9a5d-05759588d823, #wrap-s-f10cfe73-6f6e-4ed9-9a5d-05759588d823 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f10cfe73-6f6e-4ed9-9a5d-05759588d823"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f10cfe73-6f6e-4ed9-9a5d-05759588d823"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f10cfe73-6f6e-4ed9-9a5d-05759588d823"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f10cfe73-6f6e-4ed9-9a5d-05759588d823"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4ad8058-6916-4c79-85f3-4dca6d9d6fe4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-cover {
  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-7e793e54-2e07-43c1-8f9d-179d94d854ef {
  margin-right: -15px;
text-align: right;
}







  #s-7e793e54-2e07-43c1-8f9d-179d94d854ef img.shogun-image {
    

    
    
    
  }


#s-7e793e54-2e07-43c1-8f9d-179d94d854ef .shogun-image-content {
  
    align-items: center;
  
}

#s-de2dfa3b-e981-4474-a2a0-113e956bc739 {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-de2dfa3b-e981-4474-a2a0-113e956bc739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de2dfa3b-e981-4474-a2a0-113e956bc739"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de2dfa3b-e981-4474-a2a0-113e956bc739"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de2dfa3b-e981-4474-a2a0-113e956bc739"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de2dfa3b-e981-4474-a2a0-113e956bc739"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de2dfa3b-e981-4474-a2a0-113e956bc739"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-de2dfa3b-e981-4474-a2a0-113e956bc739"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c4bc4e74-bbab-45d1-9c09-f0b6c14b073d {
  margin-right: -15px;
text-align: right;
}







  #s-c4bc4e74-bbab-45d1-9c09-f0b6c14b073d img.shogun-image {
    

    
    
    
  }


#s-c4bc4e74-bbab-45d1-9c09-f0b6c14b073d .shogun-image-content {
  
    align-items: center;
  
}

#s-40604977-1d38-4e5f-ab09-9ddfdc905c60 {
  margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-40604977-1d38-4e5f-ab09-9ddfdc905c60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-40604977-1d38-4e5f-ab09-9ddfdc905c60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40604977-1d38-4e5f-ab09-9ddfdc905c60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-40604977-1d38-4e5f-ab09-9ddfdc905c60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40604977-1d38-4e5f-ab09-9ddfdc905c60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-40604977-1d38-4e5f-ab09-9ddfdc905c60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-40604977-1d38-4e5f-ab09-9ddfdc905c60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-1ded6f78-1ff2-49fc-a274-508bf0b8cad9 {
  margin-left: 0px;
margin-right: -15px;
text-align: right;
}







  #s-1ded6f78-1ff2-49fc-a274-508bf0b8cad9 img.shogun-image {
    

    
    
    
  }


#s-1ded6f78-1ff2-49fc-a274-508bf0b8cad9 .shogun-image-content {
  
    align-items: center;
  
}

#s-937bcd1e-2e41-497e-b476-3473df3f69c5 {
  margin-top: 80px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-937bcd1e-2e41-497e-b476-3473df3f69c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-937bcd1e-2e41-497e-b476-3473df3f69c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-937bcd1e-2e41-497e-b476-3473df3f69c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-937bcd1e-2e41-497e-b476-3473df3f69c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-937bcd1e-2e41-497e-b476-3473df3f69c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-937bcd1e-2e41-497e-b476-3473df3f69c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-937bcd1e-2e41-497e-b476-3473df3f69c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-49461083-4b66-41c7-847b-a677a69364ca {
  margin-right: -15px;
text-align: right;
}







  #s-49461083-4b66-41c7-847b-a677a69364ca img.shogun-image {
    

    
    
    
  }


#s-49461083-4b66-41c7-847b-a677a69364ca .shogun-image-content {
  
    align-items: center;
  
}

#s-148b86c7-578b-48f5-bc50-c73d773cc9fa {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-148b86c7-578b-48f5-bc50-c73d773cc9fa {
  display: none;
}
#s-148b86c7-578b-48f5-bc50-c73d773cc9fa, #wrap-s-148b86c7-578b-48f5-bc50-c73d773cc9fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-148b86c7-578b-48f5-bc50-c73d773cc9fa {
  display: none;
}
#s-148b86c7-578b-48f5-bc50-c73d773cc9fa, #wrap-s-148b86c7-578b-48f5-bc50-c73d773cc9fa { display:none !important; }}
@media (min-width: 0px) {
[id="s-148b86c7-578b-48f5-bc50-c73d773cc9fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-148b86c7-578b-48f5-bc50-c73d773cc9fa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-148b86c7-578b-48f5-bc50-c73d773cc9fa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-148b86c7-578b-48f5-bc50-c73d773cc9fa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-148b86c7-578b-48f5-bc50-c73d773cc9fa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-148b86c7-578b-48f5-bc50-c73d773cc9fa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-148b86c7-578b-48f5-bc50-c73d773cc9fa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-9ed022a5-e9ce-4140-8c7c-1d9bb7c87f81 {
  margin-right: -15px;
text-align: right;
}
@media (max-width: 767px){#s-9ed022a5-e9ce-4140-8c7c-1d9bb7c87f81 {
  margin-top: 0px;
margin-bottom: 20px;
text-align: center;
}
}






  #s-9ed022a5-e9ce-4140-8c7c-1d9bb7c87f81 img.shogun-image {
    

    
    
    
  }


#s-9ed022a5-e9ce-4140-8c7c-1d9bb7c87f81 .shogun-image-content {
  
    align-items: center;
  
}

#s-f715cec7-c6be-4366-89aa-524a24bb728a {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-f715cec7-c6be-4366-89aa-524a24bb728a {
  display: none;
}
#s-f715cec7-c6be-4366-89aa-524a24bb728a, #wrap-s-f715cec7-c6be-4366-89aa-524a24bb728a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f715cec7-c6be-4366-89aa-524a24bb728a {
  display: none;
}
#s-f715cec7-c6be-4366-89aa-524a24bb728a, #wrap-s-f715cec7-c6be-4366-89aa-524a24bb728a { display:none !important; }}
@media (min-width: 0px) {
[id="s-f715cec7-c6be-4366-89aa-524a24bb728a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f715cec7-c6be-4366-89aa-524a24bb728a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f715cec7-c6be-4366-89aa-524a24bb728a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f715cec7-c6be-4366-89aa-524a24bb728a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f715cec7-c6be-4366-89aa-524a24bb728a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f715cec7-c6be-4366-89aa-524a24bb728a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f715cec7-c6be-4366-89aa-524a24bb728a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-277871b9-97c0-4f96-9b76-60852070a5bb {
  margin-bottom: 20px;
margin-right: -15px;
text-align: center;
}







  #s-277871b9-97c0-4f96-9b76-60852070a5bb img.shogun-image {
    

    
    
    
  }


#s-277871b9-97c0-4f96-9b76-60852070a5bb .shogun-image-content {
  
    align-items: center;
  
}

#s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd {
  display: none;
}
#s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd, #wrap-s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd {
  display: none;
}
#s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd, #wrap-s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd { display:none !important; }}
@media (min-width: 0px) {
[id="s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-49539cfd-b905-4f50-8b61-b26f7e1f3fbd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-548f30b6-ffd6-43fc-8519-0d80227b8371 {
  margin-left: 0px;
margin-bottom: 20px;
margin-right: -15px;
text-align: center;
}







  #s-548f30b6-ffd6-43fc-8519-0d80227b8371 img.shogun-image {
    

    
    
    
  }


#s-548f30b6-ffd6-43fc-8519-0d80227b8371 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f54c96c-4642-4887-a959-cf4c79d6b11a {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-3f54c96c-4642-4887-a959-cf4c79d6b11a {
  display: none;
}
#s-3f54c96c-4642-4887-a959-cf4c79d6b11a, #wrap-s-3f54c96c-4642-4887-a959-cf4c79d6b11a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3f54c96c-4642-4887-a959-cf4c79d6b11a {
  display: none;
}
#s-3f54c96c-4642-4887-a959-cf4c79d6b11a, #wrap-s-3f54c96c-4642-4887-a959-cf4c79d6b11a { display:none !important; }}
@media (min-width: 0px) {
[id="s-3f54c96c-4642-4887-a959-cf4c79d6b11a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3f54c96c-4642-4887-a959-cf4c79d6b11a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3f54c96c-4642-4887-a959-cf4c79d6b11a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3f54c96c-4642-4887-a959-cf4c79d6b11a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3f54c96c-4642-4887-a959-cf4c79d6b11a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3f54c96c-4642-4887-a959-cf4c79d6b11a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3f54c96c-4642-4887-a959-cf4c79d6b11a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-fce47fda-8370-49ba-9476-0d1f97033aa2 {
  margin-bottom: 20px;
margin-right: -15px;
text-align: center;
}







  #s-fce47fda-8370-49ba-9476-0d1f97033aa2 img.shogun-image {
    

    
    
    
  }


#s-fce47fda-8370-49ba-9476-0d1f97033aa2 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0fdf267-2e03-49eb-83ba-46d668ed1bd7 {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d0fdf267-2e03-49eb-83ba-46d668ed1bd7 {
  max-width: 90%;
display: none;
}
#s-d0fdf267-2e03-49eb-83ba-46d668ed1bd7, #wrap-s-d0fdf267-2e03-49eb-83ba-46d668ed1bd7 { display:none !important; }}@media (max-width: 767px){#s-d0fdf267-2e03-49eb-83ba-46d668ed1bd7 {
  max-width: 90%;
display: none;
}
#s-d0fdf267-2e03-49eb-83ba-46d668ed1bd7, #wrap-s-d0fdf267-2e03-49eb-83ba-46d668ed1bd7 { display:none !important; }}
#s-07ecfcea-6b19-4888-8374-dce0c5d07db6 {
  margin-top: 120px;
margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-07ecfcea-6b19-4888-8374-dce0c5d07db6 {
  display: none;
}
#s-07ecfcea-6b19-4888-8374-dce0c5d07db6, #wrap-s-07ecfcea-6b19-4888-8374-dce0c5d07db6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-07ecfcea-6b19-4888-8374-dce0c5d07db6 {
  display: none;
}
#s-07ecfcea-6b19-4888-8374-dce0c5d07db6, #wrap-s-07ecfcea-6b19-4888-8374-dce0c5d07db6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-07ecfcea-6b19-4888-8374-dce0c5d07db6 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-07ecfcea-6b19-4888-8374-dce0c5d07db6 {
  margin-top: 50px;
margin-bottom: 50px;
max-width: 90%;
}
}
#s-b26b1197-3ced-4b0e-8609-baf1f7b34821 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b26b1197-3ced-4b0e-8609-baf1f7b34821 {
  display: none;
}
#s-b26b1197-3ced-4b0e-8609-baf1f7b34821, #wrap-s-b26b1197-3ced-4b0e-8609-baf1f7b34821 { display:none !important; }}@media (max-width: 767px){#s-b26b1197-3ced-4b0e-8609-baf1f7b34821 {
  display: none;
}
#s-b26b1197-3ced-4b0e-8609-baf1f7b34821, #wrap-s-b26b1197-3ced-4b0e-8609-baf1f7b34821 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b26b1197-3ced-4b0e-8609-baf1f7b34821"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b26b1197-3ced-4b0e-8609-baf1f7b34821"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b26b1197-3ced-4b0e-8609-baf1f7b34821"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b26b1197-3ced-4b0e-8609-baf1f7b34821"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-457ec277-d73d-4557-aeec-5fa111821ff2 {
  background-repeat: no-repeat;
min-height: 310px;
background-position: center center;
}








#s-457ec277-d73d-4557-aeec-5fa111821ff2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-457ec277-d73d-4557-aeec-5fa111821ff2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7094e74f-ebb1-46ba-b964-f287d864cd21 {
  text-align: center;
}
@media (min-width: 1200px){#s-7094e74f-ebb1-46ba-b964-f287d864cd21 {
  margin-top: -10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7094e74f-ebb1-46ba-b964-f287d864cd21 {
  margin-top: -10%;
}
}






  #s-7094e74f-ebb1-46ba-b964-f287d864cd21 img.shogun-image {
    

    
    
    
  }


#s-7094e74f-ebb1-46ba-b964-f287d864cd21 .shogun-image-content {
  
    align-items: center;
  
}

#s-fd677040-71a1-4c7c-a2f3-7288129fff87 {
  padding-left: 5%;
padding-bottom: 8%;
padding-right: 5%;
}

#s-65e1d9b9-d937-4f63-8bd4-695a183a216c {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}








#s-65e1d9b9-d937-4f63-8bd4-695a183a216c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65e1d9b9-d937-4f63-8bd4-695a183a216c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ad9bbee-927c-4363-9274-b8b64e839000 {
  text-align: center;
}
@media (min-width: 1200px){#s-7ad9bbee-927c-4363-9274-b8b64e839000 {
  margin-top: -10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ad9bbee-927c-4363-9274-b8b64e839000 {
  margin-top: -10%;
}
}






  #s-7ad9bbee-927c-4363-9274-b8b64e839000 img.shogun-image {
    

    
    
    
  }


#s-7ad9bbee-927c-4363-9274-b8b64e839000 .shogun-image-content {
  
    align-items: center;
  
}

#s-995e4574-71bb-41c3-ac23-473475ea9ed4 {
  margin-top: 0px;
padding-top: 60px;
padding-bottom: 130px;
}

#s-c8104898-adf2-4a71-8b5c-4b91d83546a2 {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}








#s-c8104898-adf2-4a71-8b5c-4b91d83546a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8104898-adf2-4a71-8b5c-4b91d83546a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecb39d3f-a04c-4f47-a0f6-9e49cca33921 {
  text-align: center;
}
@media (min-width: 1200px){#s-ecb39d3f-a04c-4f47-a0f6-9e49cca33921 {
  margin-top: -10%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ecb39d3f-a04c-4f47-a0f6-9e49cca33921 {
  margin-top: -10%;
}
}






  #s-ecb39d3f-a04c-4f47-a0f6-9e49cca33921 img.shogun-image {
    

    
    
    
  }


#s-ecb39d3f-a04c-4f47-a0f6-9e49cca33921 .shogun-image-content {
  
    align-items: center;
  
}

#s-66abf671-8d46-484d-b934-5032fd64b09f {
  padding-left: 10px;
padding-bottom: 70px;
padding-right: 10px;
}

#s-52ad3774-335a-4703-babc-0cdf750f859b {
  background-repeat: no-repeat;
margin-top: auto;
margin-bottom: auto;
background-position: center center;
}
@media (min-width: 1200px){#s-52ad3774-335a-4703-babc-0cdf750f859b {
  display: none;
}
#s-52ad3774-335a-4703-babc-0cdf750f859b, #wrap-s-52ad3774-335a-4703-babc-0cdf750f859b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52ad3774-335a-4703-babc-0cdf750f859b {
  display: none;
}
#s-52ad3774-335a-4703-babc-0cdf750f859b, #wrap-s-52ad3774-335a-4703-babc-0cdf750f859b { display:none !important; }}@media (max-width: 767px){#s-52ad3774-335a-4703-babc-0cdf750f859b {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}







#s-52ad3774-335a-4703-babc-0cdf750f859b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52ad3774-335a-4703-babc-0cdf750f859b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ed0f9b0-850d-42d3-a042-2e71c00481b4 {
  margin-bottom: -40px;
text-align: center;
}
@media (min-width: 1200px){#s-5ed0f9b0-850d-42d3-a042-2e71c00481b4 {
  display: none;
}
#s-5ed0f9b0-850d-42d3-a042-2e71c00481b4, #wrap-s-5ed0f9b0-850d-42d3-a042-2e71c00481b4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5ed0f9b0-850d-42d3-a042-2e71c00481b4 {
  display: none;
}
#s-5ed0f9b0-850d-42d3-a042-2e71c00481b4, #wrap-s-5ed0f9b0-850d-42d3-a042-2e71c00481b4 { display:none !important; }}






  #s-5ed0f9b0-850d-42d3-a042-2e71c00481b4 img.shogun-image {
    

    
    
    
  }


#s-5ed0f9b0-850d-42d3-a042-2e71c00481b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0a15711-b7dd-4914-9dd3-a5e9407970f3 {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 220px;
padding-bottom: 80px;
padding-right: 220px;
}
@media (max-width: 767px){#s-e0a15711-b7dd-4914-9dd3-a5e9407970f3 {
  padding-left: 21px;
padding-right: 21px;
}
}
#s-68ce77d0-7707-4a55-b188-be56a74d3421 {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-68ce77d0-7707-4a55-b188-be56a74d3421 {
  display: none;
}
#s-68ce77d0-7707-4a55-b188-be56a74d3421, #wrap-s-68ce77d0-7707-4a55-b188-be56a74d3421 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68ce77d0-7707-4a55-b188-be56a74d3421 {
  display: none;
}
#s-68ce77d0-7707-4a55-b188-be56a74d3421, #wrap-s-68ce77d0-7707-4a55-b188-be56a74d3421 { display:none !important; }}@media (max-width: 767px){#s-68ce77d0-7707-4a55-b188-be56a74d3421 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}







#s-68ce77d0-7707-4a55-b188-be56a74d3421 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68ce77d0-7707-4a55-b188-be56a74d3421.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-643c5dff-7ebf-457d-80cc-37dd5ddf2449 {
  margin-top: 0px;
margin-bottom: 90px;
text-align: center;
}
@media (min-width: 1200px){#s-643c5dff-7ebf-457d-80cc-37dd5ddf2449 {
  display: none;
}
#s-643c5dff-7ebf-457d-80cc-37dd5ddf2449, #wrap-s-643c5dff-7ebf-457d-80cc-37dd5ddf2449 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-643c5dff-7ebf-457d-80cc-37dd5ddf2449 {
  display: none;
}
#s-643c5dff-7ebf-457d-80cc-37dd5ddf2449, #wrap-s-643c5dff-7ebf-457d-80cc-37dd5ddf2449 { display:none !important; }}






  #s-643c5dff-7ebf-457d-80cc-37dd5ddf2449 img.shogun-image {
    

    
    
    
  }


#s-643c5dff-7ebf-457d-80cc-37dd5ddf2449 .shogun-image-content {
  
    align-items: center;
  
}

#s-fa188a8c-9008-47c3-bfdc-8b763dcdf531 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 130px;
}

#s-c6f7d031-520a-456e-a1c5-4a6212643094 {
  background-repeat: no-repeat;
min-height: 50px;
background-position: center center;
}
@media (min-width: 1200px){#s-c6f7d031-520a-456e-a1c5-4a6212643094 {
  display: none;
}
#s-c6f7d031-520a-456e-a1c5-4a6212643094, #wrap-s-c6f7d031-520a-456e-a1c5-4a6212643094 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6f7d031-520a-456e-a1c5-4a6212643094 {
  display: none;
}
#s-c6f7d031-520a-456e-a1c5-4a6212643094, #wrap-s-c6f7d031-520a-456e-a1c5-4a6212643094 { display:none !important; }}@media (max-width: 767px){#s-c6f7d031-520a-456e-a1c5-4a6212643094 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
}
}







#s-c6f7d031-520a-456e-a1c5-4a6212643094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6f7d031-520a-456e-a1c5-4a6212643094.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed227a6-52da-4134-b0f3-175213f71d24 {
  margin-top: 0px;
margin-bottom: -30px;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-fed227a6-52da-4134-b0f3-175213f71d24 {
  display: none;
}
#s-fed227a6-52da-4134-b0f3-175213f71d24, #wrap-s-fed227a6-52da-4134-b0f3-175213f71d24 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fed227a6-52da-4134-b0f3-175213f71d24 {
  display: none;
}
#s-fed227a6-52da-4134-b0f3-175213f71d24, #wrap-s-fed227a6-52da-4134-b0f3-175213f71d24 { display:none !important; }}@media (max-width: 767px){#s-fed227a6-52da-4134-b0f3-175213f71d24 {
  margin-top: 1px;
margin-bottom: -50px;
}
}






  #s-fed227a6-52da-4134-b0f3-175213f71d24 img.shogun-image {
    

    
    
    
  }


#s-fed227a6-52da-4134-b0f3-175213f71d24 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d21f516-1182-46a5-8088-5f1cc3f525ca {
  margin-top: 20px;
padding-top: 20px;
padding-left: 220px;
padding-bottom: 90px;
padding-right: 220px;
}
@media (min-width: 1200px){#s-2d21f516-1182-46a5-8088-5f1cc3f525ca {
  display: none;
}
#s-2d21f516-1182-46a5-8088-5f1cc3f525ca, #wrap-s-2d21f516-1182-46a5-8088-5f1cc3f525ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2d21f516-1182-46a5-8088-5f1cc3f525ca {
  display: none;
}
#s-2d21f516-1182-46a5-8088-5f1cc3f525ca, #wrap-s-2d21f516-1182-46a5-8088-5f1cc3f525ca { display:none !important; }}@media (max-width: 767px){#s-2d21f516-1182-46a5-8088-5f1cc3f525ca {
  margin-bottom: 40px;
padding-top: 20px;
padding-left: 21px;
padding-bottom: 41px;
padding-right: 21px;
}
}
#s-4ee47314-4f3f-4dc0-822c-797a97dc150d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-4ee47314-4f3f-4dc0-822c-797a97dc150d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ee47314-4f3f-4dc0-822c-797a97dc150d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9bf1d364-f3e6-446b-9174-fb32a4e8990c {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9bf1d364-f3e6-446b-9174-fb32a4e8990c {
  display: none;
}
#s-9bf1d364-f3e6-446b-9174-fb32a4e8990c, #wrap-s-9bf1d364-f3e6-446b-9174-fb32a4e8990c { display:none !important; }}@media (max-width: 767px){#s-9bf1d364-f3e6-446b-9174-fb32a4e8990c {
  display: none;
}
#s-9bf1d364-f3e6-446b-9174-fb32a4e8990c, #wrap-s-9bf1d364-f3e6-446b-9174-fb32a4e8990c { display:none !important; }}
#s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b {
  margin-top: 130px;
margin-bottom: 130px;
}
@media (min-width: 1200px){#s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b {
  display: none;
}
#s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b, #wrap-s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b {
  display: none;
}
#s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b, #wrap-s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b { display:none !important; }}@media (max-width: 767px){#s-ba9810dc-adde-4c84-bdd6-4bdbe956f65b {
  margin-top: 50px;
margin-bottom: 50px;
}
}
#s-7ff1174d-b0ab-48b0-927f-2366664334a7 {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
padding-top: 5px;
padding-bottom: 5px;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ff1174d-b0ab-48b0-927f-2366664334a7 {
  max-width: 90%;
display: none;
}
#s-7ff1174d-b0ab-48b0-927f-2366664334a7, #wrap-s-7ff1174d-b0ab-48b0-927f-2366664334a7 { display:none !important; }}@media (max-width: 767px){#s-7ff1174d-b0ab-48b0-927f-2366664334a7 {
  display: none;
}
#s-7ff1174d-b0ab-48b0-927f-2366664334a7, #wrap-s-7ff1174d-b0ab-48b0-927f-2366664334a7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7ff1174d-b0ab-48b0-927f-2366664334a7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ff1174d-b0ab-48b0-927f-2366664334a7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7ff1174d-b0ab-48b0-927f-2366664334a7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7ff1174d-b0ab-48b0-927f-2366664334a7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-114ac909-c9b5-4723-a029-eb638030eead {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 483px;
background-color: rgba(255, 255, 255, 1);
}








#s-114ac909-c9b5-4723-a029-eb638030eead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-114ac909-c9b5-4723-a029-eb638030eead.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-a87d2b3a-ba37-4af4-8c5c-0e569284a6a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a87d2b3a-ba37-4af4-8c5c-0e569284a6a8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a87d2b3a-ba37-4af4-8c5c-0e569284a6a8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a87d2b3a-ba37-4af4-8c5c-0e569284a6a8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a87d2b3a-ba37-4af4-8c5c-0e569284a6a8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a87d2b3a-ba37-4af4-8c5c-0e569284a6a8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a87d2b3a-ba37-4af4-8c5c-0e569284a6a8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e283cea2-65f4-4c95-aa30-cf14e21485da {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e283cea2-65f4-4c95-aa30-cf14e21485da {
  margin-left: 40px;
margin-right: -40px;
}
}






  #s-e283cea2-65f4-4c95-aa30-cf14e21485da img.shogun-image {
    

    
    
    
  }


#s-e283cea2-65f4-4c95-aa30-cf14e21485da .shogun-image-content {
  
    align-items: center;
  
}

#s-d54255c5-7532-466b-90e5-bb95547e06ef {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-5efad24b-74a2-405c-bc85-d76474cd1338 {
  margin-top: 10px;
padding-top: 17px;
padding-bottom: 17px;
}

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

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

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

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

#s-77762190-1717-4154-a25f-fbe19e8c95dd {
  padding-left: 3%;
padding-right: 3%;
}

#s-6447263c-2ac4-4329-9600-9e0e51fec817 {
  margin-top: 20px;
margin-bottom: 28px;
padding-left: 13%;
padding-right: 13%;
}

#s-e2fca99e-7830-4c47-9548-a4573ab78f98 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 456px;
background-color: rgba(255, 255, 255, 1);
}








#s-e2fca99e-7830-4c47-9548-a4573ab78f98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2fca99e-7830-4c47-9548-a4573ab78f98.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-b7eb1b77-f380-4f3a-87c4-4422b3438efc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7eb1b77-f380-4f3a-87c4-4422b3438efc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7eb1b77-f380-4f3a-87c4-4422b3438efc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7eb1b77-f380-4f3a-87c4-4422b3438efc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7eb1b77-f380-4f3a-87c4-4422b3438efc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7eb1b77-f380-4f3a-87c4-4422b3438efc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b7eb1b77-f380-4f3a-87c4-4422b3438efc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-7a536b24-d10e-4e47-b066-01cdfdccc47c {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a536b24-d10e-4e47-b066-01cdfdccc47c {
  margin-left: 40px;
margin-right: -40px;
}
}






  #s-7a536b24-d10e-4e47-b066-01cdfdccc47c img.shogun-image {
    

    
    
    
  }


#s-7a536b24-d10e-4e47-b066-01cdfdccc47c .shogun-image-content {
  
    align-items: center;
  
}

#s-6cfb7749-84b0-4916-a75f-f8a34ee38a8f {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-d53de223-21c2-416f-91f5-37564d9cbe2d {
  margin-top: 10px;
padding-top: 3px;
padding-left: 3%;
padding-bottom: 3px;
padding-right: 3%;
}

#s-3983fb92-36e0-4cc9-9bd7-5e3e21ef0502 {
  padding-top: 0px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}
@media (max-width: 767px){#s-3983fb92-36e0-4cc9-9bd7-5e3e21ef0502 {
  
}
}
#s-0b5c3513-f6d3-4aa9-a2cf-9645dfc80736 {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 14px;
padding-left: 13%;
padding-bottom: 14px;
padding-right: 13%;
}

#s-57eec854-c15f-40da-b754-1a052344b932 {
  margin-top: 0px;
margin-bottom: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 483px;
background-color: rgba(255, 255, 255, 1);
}








#s-57eec854-c15f-40da-b754-1a052344b932 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57eec854-c15f-40da-b754-1a052344b932.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f29e3bfd-3042-4f8f-8ee0-23cf17552bfb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f29e3bfd-3042-4f8f-8ee0-23cf17552bfb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f29e3bfd-3042-4f8f-8ee0-23cf17552bfb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f29e3bfd-3042-4f8f-8ee0-23cf17552bfb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f29e3bfd-3042-4f8f-8ee0-23cf17552bfb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f29e3bfd-3042-4f8f-8ee0-23cf17552bfb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f29e3bfd-3042-4f8f-8ee0-23cf17552bfb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-c83713b6-1cb2-4c39-87a6-1d1ee058e145 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c83713b6-1cb2-4c39-87a6-1d1ee058e145 {
  margin-left: 40px;
margin-right: -40px;
}
}






  #s-c83713b6-1cb2-4c39-87a6-1d1ee058e145 img.shogun-image {
    

    
    
    
  }


#s-c83713b6-1cb2-4c39-87a6-1d1ee058e145 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e94bba6-a85c-48ff-80f9-b7118ab0aee6 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}

#s-cf233d07-24b5-439c-9cbb-efc340a63c91 {
  margin-top: 10px;
padding-top: 15px;
padding-left: 3%;
padding-bottom: 15px;
padding-right: 3%;
}

#s-fb92a4d4-8730-47cf-8d3d-28ff03fa367c {
  padding-top: 8px;
padding-left: 3%;
padding-bottom: 0px;
padding-right: 3%;
}

#s-58da4c25-8e00-493f-9d23-0c1e0339c264 {
  margin-top: 55px;
margin-bottom: 55px;
padding-left: 13%;
padding-right: 13%;
}

#s-6015b889-42c7-4622-98c4-9823261af907 {
  margin-left: auto;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-6015b889-42c7-4622-98c4-9823261af907 {
  display: none;
}
#s-6015b889-42c7-4622-98c4-9823261af907, #wrap-s-6015b889-42c7-4622-98c4-9823261af907 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6015b889-42c7-4622-98c4-9823261af907 {
  display: none;
}
#s-6015b889-42c7-4622-98c4-9823261af907, #wrap-s-6015b889-42c7-4622-98c4-9823261af907 { display:none !important; }}@media (max-width: 767px){#s-6015b889-42c7-4622-98c4-9823261af907 {
  
}
}







#s-6015b889-42c7-4622-98c4-9823261af907 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6015b889-42c7-4622-98c4-9823261af907.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-bcf8757d-371a-454b-930d-5c3e07e6b65f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcf8757d-371a-454b-930d-5c3e07e6b65f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcf8757d-371a-454b-930d-5c3e07e6b65f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bcf8757d-371a-454b-930d-5c3e07e6b65f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcf8757d-371a-454b-930d-5c3e07e6b65f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcf8757d-371a-454b-930d-5c3e07e6b65f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-bcf8757d-371a-454b-930d-5c3e07e6b65f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-938f3b07-94ac-4174-9d74-a98d499a1422 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-938f3b07-94ac-4174-9d74-a98d499a1422 {
  margin-left: 40px;
margin-right: -40px;
}
}@media (max-width: 767px){#s-938f3b07-94ac-4174-9d74-a98d499a1422 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}
}






  #s-938f3b07-94ac-4174-9d74-a98d499a1422 img.shogun-image {
    

    
    
    
  }


#s-938f3b07-94ac-4174-9d74-a98d499a1422 .shogun-image-content {
  
    align-items: center;
  
}

#s-982f6b4f-bbd6-4567-bd77-1b9b5f93476e {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-982f6b4f-bbd6-4567-bd77-1b9b5f93476e {
  margin-top: 20px;
margin-left: 125px;
}
}
#s-3e508a1b-3e16-4739-9a55-b76c2912713e {
  margin-top: 10px;
}

#s-090622ba-0c69-4c40-95ba-fb3ec23f56f6 {
  margin-top: 20px;
margin-bottom: 50px;
padding-left: 13%;
padding-right: 13%;
}
@media (max-width: 767px){#s-090622ba-0c69-4c40-95ba-fb3ec23f56f6 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-9d751683-aaf3-4972-96d2-9677b427ec22 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9d751683-aaf3-4972-96d2-9677b427ec22 {
  display: none;
}
#s-9d751683-aaf3-4972-96d2-9677b427ec22, #wrap-s-9d751683-aaf3-4972-96d2-9677b427ec22 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9d751683-aaf3-4972-96d2-9677b427ec22 {
  display: none;
}
#s-9d751683-aaf3-4972-96d2-9677b427ec22, #wrap-s-9d751683-aaf3-4972-96d2-9677b427ec22 { display:none !important; }}







#s-9d751683-aaf3-4972-96d2-9677b427ec22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d751683-aaf3-4972-96d2-9677b427ec22.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-8a50257a-b4d4-4e26-ab58-cd78139b9ac0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8a50257a-b4d4-4e26-ab58-cd78139b9ac0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a50257a-b4d4-4e26-ab58-cd78139b9ac0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a50257a-b4d4-4e26-ab58-cd78139b9ac0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a50257a-b4d4-4e26-ab58-cd78139b9ac0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a50257a-b4d4-4e26-ab58-cd78139b9ac0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a50257a-b4d4-4e26-ab58-cd78139b9ac0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-e3cfee49-3a5b-4de0-99a6-b452167dc763 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e3cfee49-3a5b-4de0-99a6-b452167dc763 {
  margin-left: 40px;
margin-right: -40px;
}
}@media (max-width: 767px){#s-e3cfee49-3a5b-4de0-99a6-b452167dc763 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
}
}






  #s-e3cfee49-3a5b-4de0-99a6-b452167dc763 img.shogun-image {
    

    
    
    
  }


#s-e3cfee49-3a5b-4de0-99a6-b452167dc763 .shogun-image-content {
  
    align-items: center;
  
}

#s-77364466-bd45-442f-9fcb-ca70033e9a19 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-77364466-bd45-442f-9fcb-ca70033e9a19 {
  margin-top: 20px;
margin-left: 125px;
}
}
#s-e887abfb-71d5-4e23-b9a1-a7c7210813ad {
  margin-top: 10px;
padding-left: 3%;
padding-right: 3%;
}

#s-41a6eb06-745f-40a8-8573-990a05c9373e {
  margin-top: 20px;
margin-bottom: 30px;
padding-left: 13%;
padding-right: 13%;
}
@media (max-width: 767px){#s-41a6eb06-745f-40a8-8573-990a05c9373e {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-624eb2ef-6cf9-4fef-88d3-74ee388ca166 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(208, 208, 208, 1);
border-style: solid;
border-radius: 10px;
min-height: 0px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-624eb2ef-6cf9-4fef-88d3-74ee388ca166 {
  display: none;
}
#s-624eb2ef-6cf9-4fef-88d3-74ee388ca166, #wrap-s-624eb2ef-6cf9-4fef-88d3-74ee388ca166 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-624eb2ef-6cf9-4fef-88d3-74ee388ca166 {
  display: none;
}
#s-624eb2ef-6cf9-4fef-88d3-74ee388ca166, #wrap-s-624eb2ef-6cf9-4fef-88d3-74ee388ca166 { display:none !important; }}







#s-624eb2ef-6cf9-4fef-88d3-74ee388ca166 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-624eb2ef-6cf9-4fef-88d3-74ee388ca166.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-5e1ea324-94a7-4202-8b2d-481511716325"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5e1ea324-94a7-4202-8b2d-481511716325"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e1ea324-94a7-4202-8b2d-481511716325"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5e1ea324-94a7-4202-8b2d-481511716325"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e1ea324-94a7-4202-8b2d-481511716325"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5e1ea324-94a7-4202-8b2d-481511716325"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-5e1ea324-94a7-4202-8b2d-481511716325"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-6dd030fb-feb4-41cd-a1cf-bcdd0bfb4a83 {
  margin-left: 80px;
margin-right: -80px;
padding-top: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-6dd030fb-feb4-41cd-a1cf-bcdd0bfb4a83 {
  margin-left: 40px;
margin-right: -40px;
}
}@media (max-width: 767px){#s-6dd030fb-feb4-41cd-a1cf-bcdd0bfb4a83 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
}
}






  #s-6dd030fb-feb4-41cd-a1cf-bcdd0bfb4a83 img.shogun-image {
    

    
    
    
  }


#s-6dd030fb-feb4-41cd-a1cf-bcdd0bfb4a83 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b034bd6-c33e-489c-b810-e21640873724 {
  margin-top: 15%;
margin-left: 20%;
margin-bottom: 0%;
margin-right: 0%;
}
@media (max-width: 767px){#s-6b034bd6-c33e-489c-b810-e21640873724 {
  margin-top: 20px;
margin-left: 125px;
}
}
#s-29994d35-ceba-415b-91d4-469a7fa8f983 {
  margin-top: 10px;
}

#s-b90847fb-b223-4dea-9ab0-f4873b91a222 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 13%;
padding-right: 13%;
}
@media (max-width: 767px){#s-b90847fb-b223-4dea-9ab0-f4873b91a222 {
  margin-top: 10px;
margin-bottom: 20px;
}
}
#s-f2896b56-4d2a-44ac-8805-dc240e4e79b3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-f2896b56-4d2a-44ac-8805-dc240e4e79b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2896b56-4d2a-44ac-8805-dc240e4e79b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee15639a-5a27-4b32-8c55-0d4f059adfe5 {
  margin-top: 100px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ee15639a-5a27-4b32-8c55-0d4f059adfe5 {
  max-width: 90%;
display: none;
}
#s-ee15639a-5a27-4b32-8c55-0d4f059adfe5, #wrap-s-ee15639a-5a27-4b32-8c55-0d4f059adfe5 { display:none !important; }}@media (max-width: 767px){#s-ee15639a-5a27-4b32-8c55-0d4f059adfe5 {
  display: none;
}
#s-ee15639a-5a27-4b32-8c55-0d4f059adfe5, #wrap-s-ee15639a-5a27-4b32-8c55-0d4f059adfe5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ee15639a-5a27-4b32-8c55-0d4f059adfe5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee15639a-5a27-4b32-8c55-0d4f059adfe5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee15639a-5a27-4b32-8c55-0d4f059adfe5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee15639a-5a27-4b32-8c55-0d4f059adfe5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c4307c14-725c-49c5-bebd-0ae2e8234981 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-dedaf51e-b02a-4aca-b4ca-0f6258ec5107"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dedaf51e-b02a-4aca-b4ca-0f6258ec5107"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dedaf51e-b02a-4aca-b4ca-0f6258ec5107"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dedaf51e-b02a-4aca-b4ca-0f6258ec5107"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dedaf51e-b02a-4aca-b4ca-0f6258ec5107"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dedaf51e-b02a-4aca-b4ca-0f6258ec5107"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dedaf51e-b02a-4aca-b4ca-0f6258ec5107"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-af36601d-d89c-4cfa-b08a-8c95be842b48 {
  text-align: center;
}







  #s-af36601d-d89c-4cfa-b08a-8c95be842b48 img.shogun-image {
    

    
    
    
  }


#s-af36601d-d89c-4cfa-b08a-8c95be842b48 .shogun-image-content {
  
    align-items: center;
  
}

#s-d769defe-9b98-448b-a5dc-3d102a88c4ed {
  margin-left: -20px;
}

#s-68189a94-d660-4c22-8de9-6abcebc6ded2 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-68189a94-d660-4c22-8de9-6abcebc6ded2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-68189a94-d660-4c22-8de9-6abcebc6ded2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68189a94-d660-4c22-8de9-6abcebc6ded2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-68189a94-d660-4c22-8de9-6abcebc6ded2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68189a94-d660-4c22-8de9-6abcebc6ded2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-68189a94-d660-4c22-8de9-6abcebc6ded2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-68189a94-d660-4c22-8de9-6abcebc6ded2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-f018ac37-53e6-40df-b89f-2daf4ff8a540 {
  text-align: center;
}







  #s-f018ac37-53e6-40df-b89f-2daf4ff8a540 img.shogun-image {
    

    
    
    
  }


#s-f018ac37-53e6-40df-b89f-2daf4ff8a540 .shogun-image-content {
  
    align-items: center;
  
}

#s-acd82340-0050-422f-b56b-6b9a3d64e313 {
  margin-left: -20px;
}

#s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dd024bb6-88ef-469c-bcdc-b81e1e6cf885"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-defc07f1-d657-4438-8ba1-e83506588d7b {
  text-align: center;
}







  #s-defc07f1-d657-4438-8ba1-e83506588d7b img.shogun-image {
    

    
    
    
  }


#s-defc07f1-d657-4438-8ba1-e83506588d7b .shogun-image-content {
  
    align-items: center;
  
}

#s-a75c00f6-6d21-4984-80bc-6aec89d29629 {
  margin-left: -20px;
}

#s-391d0528-06cb-4728-ba2c-32924a67a6ee {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-391d0528-06cb-4728-ba2c-32924a67a6ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-391d0528-06cb-4728-ba2c-32924a67a6ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-391d0528-06cb-4728-ba2c-32924a67a6ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-391d0528-06cb-4728-ba2c-32924a67a6ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-391d0528-06cb-4728-ba2c-32924a67a6ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-391d0528-06cb-4728-ba2c-32924a67a6ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-391d0528-06cb-4728-ba2c-32924a67a6ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-412b1ac3-e56e-4ed4-bf1f-bc082b0b4f52 {
  text-align: center;
}







  #s-412b1ac3-e56e-4ed4-bf1f-bc082b0b4f52 img.shogun-image {
    

    
    
    
  }


#s-412b1ac3-e56e-4ed4-bf1f-bc082b0b4f52 .shogun-image-content {
  
    align-items: center;
  
}

#s-d2ef21e8-b75e-42e5-aa56-2a24b17993b4 {
  margin-left: -20px;
}

#s-8bfb4598-aa3b-4642-9435-d984b51a6b23 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-8bfb4598-aa3b-4642-9435-d984b51a6b23"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bfb4598-aa3b-4642-9435-d984b51a6b23"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bfb4598-aa3b-4642-9435-d984b51a6b23"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bfb4598-aa3b-4642-9435-d984b51a6b23"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bfb4598-aa3b-4642-9435-d984b51a6b23"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bfb4598-aa3b-4642-9435-d984b51a6b23"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bfb4598-aa3b-4642-9435-d984b51a6b23"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-7c2bd763-c21a-44a4-8d12-0469ceddb729 {
  text-align: center;
}







  #s-7c2bd763-c21a-44a4-8d12-0469ceddb729 img.shogun-image {
    

    
    
    
  }


#s-7c2bd763-c21a-44a4-8d12-0469ceddb729 .shogun-image-content {
  
    align-items: center;
  
}

#s-3cf033aa-7956-4fef-902e-54045290487e {
  margin-left: -20px;
}

#s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c1e6f5b2-fdf9-4e10-88a9-770895a33b61"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-de3eba89-2f9a-40d7-a06b-ed8a58db057a {
  text-align: center;
}







  #s-de3eba89-2f9a-40d7-a06b-ed8a58db057a img.shogun-image {
    

    
    
    
  }


#s-de3eba89-2f9a-40d7-a06b-ed8a58db057a .shogun-image-content {
  
    align-items: center;
  
}

#s-46447fb3-dc7f-4f72-a764-f22d218853de {
  margin-left: -20px;
}

#s-4f9f08a5-7512-4736-a45c-d094c02f9fd5 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-4f9f08a5-7512-4736-a45c-d094c02f9fd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f9f08a5-7512-4736-a45c-d094c02f9fd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f9f08a5-7512-4736-a45c-d094c02f9fd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f9f08a5-7512-4736-a45c-d094c02f9fd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f9f08a5-7512-4736-a45c-d094c02f9fd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f9f08a5-7512-4736-a45c-d094c02f9fd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4f9f08a5-7512-4736-a45c-d094c02f9fd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-e4939b3c-7fd0-4a01-9e73-e1ea5980f71d {
  text-align: center;
}







  #s-e4939b3c-7fd0-4a01-9e73-e1ea5980f71d img.shogun-image {
    

    
    
    
  }


#s-e4939b3c-7fd0-4a01-9e73-e1ea5980f71d .shogun-image-content {
  
    align-items: center;
  
}

#s-66681432-e94e-42e7-ae5a-dcd6b0f36e3e {
  margin-left: -20px;
}

#s-e72c5afa-401a-4c6b-8e36-4f082b69a90a {
  max-width: 750px;
text-align: center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e72c5afa-401a-4c6b-8e36-4f082b69a90a {
  max-width: 100%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e72c5afa-401a-4c6b-8e36-4f082b69a90a {
  margin-top: 350px;
}
}






  #s-e72c5afa-401a-4c6b-8e36-4f082b69a90a img.shogun-image {
    

    
    
    
  }


#s-e72c5afa-401a-4c6b-8e36-4f082b69a90a .shogun-image-content {
  
    align-items: center;
  
}

#s-70393f5b-bde0-4ba5-bc93-bd3e8dafc38c {
  text-align: left;
}

#s-3710d683-dd41-40c8-8035-40836fa700db {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 82%;
}








#s-3710d683-dd41-40c8-8035-40836fa700db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3710d683-dd41-40c8-8035-40836fa700db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0cc4ca7a-1953-4367-8ea0-d1b031f89924 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 500px;
background-position: center center;
}








#s-0cc4ca7a-1953-4367-8ea0-d1b031f89924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0cc4ca7a-1953-4367-8ea0-d1b031f89924.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801 {
  display: none;
}
#s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801, #wrap-s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801 { display:none !important; }}@media (max-width: 767px){#s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801 {
  display: none;
}
#s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801, #wrap-s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801 { display:none !important; }}
@media (min-width: 0px) {
[id="s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-459d4ef5-1e09-47ff-adb3-eaaaa3ca0801"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f9d8c62b-1c04-4d12-9e39-caf9b3b3d02f {
  margin-top: 75px;
margin-bottom: 75px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-f9d8c62b-1c04-4d12-9e39-caf9b3b3d02f {
  min-height: 707px;
}
}







#s-f9d8c62b-1c04-4d12-9e39-caf9b3b3d02f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9d8c62b-1c04-4d12-9e39-caf9b3b3d02f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0c3dcf9c-ebfe-4cfd-aefe-e0e7e7064546 {
  text-align: left;
}







  #s-0c3dcf9c-ebfe-4cfd-aefe-e0e7e7064546 img.shogun-image {
    

    
    
    
  }


#s-0c3dcf9c-ebfe-4cfd-aefe-e0e7e7064546 .shogun-image-content {
  
    align-items: center;
  
}

#s-0138cdf0-920b-4d6f-9716-ded6850140ec {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d6347fe1-efd3-4c4f-a820-f8633065ce13 {
  margin-top: 75px;
margin-left: 0px;
margin-bottom: 75px;
margin-right: 0px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-d6347fe1-efd3-4c4f-a820-f8633065ce13 {
  min-height: 707px;
}
}







#s-d6347fe1-efd3-4c4f-a820-f8633065ce13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6347fe1-efd3-4c4f-a820-f8633065ce13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-512ec620-e303-4564-86d1-a5192b887f9e {
  text-align: left;
}







  #s-512ec620-e303-4564-86d1-a5192b887f9e img.shogun-image {
    

    
    
    
  }


#s-512ec620-e303-4564-86d1-a5192b887f9e .shogun-image-content {
  
    align-items: center;
  
}

#s-d43efb2f-7b61-4afe-bf11-138dfa47cc85 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-29d80613-ecf4-4668-b128-839c6bbd9cef {
  text-align: left;
}

#s-93e9828b-1e73-4ad0-a106-43f65e89d350 {
  margin-top: 75px;
margin-bottom: 75px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-93e9828b-1e73-4ad0-a106-43f65e89d350 {
  min-height: 707px;
}
}







#s-93e9828b-1e73-4ad0-a106-43f65e89d350 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93e9828b-1e73-4ad0-a106-43f65e89d350.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fce3cdc7-a939-4b6c-a8a9-3db12e4a51eb {
  text-align: left;
}







  #s-fce3cdc7-a939-4b6c-a8a9-3db12e4a51eb img.shogun-image {
    

    
    
    
  }


#s-fce3cdc7-a939-4b6c-a8a9-3db12e4a51eb .shogun-image-content {
  
    align-items: center;
  
}

#s-13810258-8ac5-46c4-b978-b4aa15d841e7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5800cdff-cfcf-4846-b3b5-354479843082 {
  text-align: left;
}

#s-931dd421-5102-418e-a776-52d8a2770f92 {
  margin-top: 75px;
margin-bottom: 75px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 992px) and (max-width: 1199px){#s-931dd421-5102-418e-a776-52d8a2770f92 {
  min-height: 707px;
}
}







#s-931dd421-5102-418e-a776-52d8a2770f92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-931dd421-5102-418e-a776-52d8a2770f92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e36a31bc-baec-4dcf-84c7-fead3bf6cfac {
  text-align: left;
}







  #s-e36a31bc-baec-4dcf-84c7-fead3bf6cfac img.shogun-image {
    

    
    
    
  }


#s-e36a31bc-baec-4dcf-84c7-fead3bf6cfac .shogun-image-content {
  
    align-items: center;
  
}

#s-04740715-e42f-4f73-bba9-5b08be52c8e0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-507b3188-1938-4a9e-b91b-f79a208c16da {
  text-align: left;
}

#s-9e32d53c-db2f-4407-9021-79f183148c56 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-9e32d53c-db2f-4407-9021-79f183148c56 {
  display: none;
}
#s-9e32d53c-db2f-4407-9021-79f183148c56, #wrap-s-9e32d53c-db2f-4407-9021-79f183148c56 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e32d53c-db2f-4407-9021-79f183148c56 {
  display: none;
}
#s-9e32d53c-db2f-4407-9021-79f183148c56, #wrap-s-9e32d53c-db2f-4407-9021-79f183148c56 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e32d53c-db2f-4407-9021-79f183148c56 {
  padding-bottom: 40px;
}
}@media (max-width: 767px){#s-9e32d53c-db2f-4407-9021-79f183148c56 {
  margin-top: 20px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-9e32d53c-db2f-4407-9021-79f183148c56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e32d53c-db2f-4407-9021-79f183148c56.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5aff0841-ee02-4c42-bf6f-bc80461c61f0 {
  text-align: left;
}







  #s-5aff0841-ee02-4c42-bf6f-bc80461c61f0 img.shogun-image {
    

    
    
    
  }


#s-5aff0841-ee02-4c42-bf6f-bc80461c61f0 .shogun-image-content {
  
    align-items: center;
  
}

#s-5389fd59-45f6-4a80-90ec-62b6851c2176 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-df454634-745c-495d-bfae-68bfc0cbbf4d {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-df454634-745c-495d-bfae-68bfc0cbbf4d {
  display: none;
}
#s-df454634-745c-495d-bfae-68bfc0cbbf4d, #wrap-s-df454634-745c-495d-bfae-68bfc0cbbf4d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df454634-745c-495d-bfae-68bfc0cbbf4d {
  display: none;
}
#s-df454634-745c-495d-bfae-68bfc0cbbf4d, #wrap-s-df454634-745c-495d-bfae-68bfc0cbbf4d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df454634-745c-495d-bfae-68bfc0cbbf4d {
  
}
}@media (max-width: 767px){#s-df454634-745c-495d-bfae-68bfc0cbbf4d {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-df454634-745c-495d-bfae-68bfc0cbbf4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df454634-745c-495d-bfae-68bfc0cbbf4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8191f25-b05d-459f-ab5b-b0f969cb9873 {
  text-align: left;
}







  #s-d8191f25-b05d-459f-ab5b-b0f969cb9873 img.shogun-image {
    

    
    
    
  }


#s-d8191f25-b05d-459f-ab5b-b0f969cb9873 .shogun-image-content {
  
    align-items: center;
  
}

#s-59fd779e-68fe-492d-9e1a-ec980fc1dd11 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-6520d33f-62ef-460f-85fb-c804573a53cd {
  text-align: left;
}

#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c {
  display: none;
}
#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c, #wrap-s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c {
  display: none;
}
#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c, #wrap-s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c { display:none !important; }}@media (max-width: 767px){#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96f8f0c3-3e36-468e-aeba-3ea547de5e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f6b4727-40c9-40ce-b9e1-7d50e435b11f {
  text-align: left;
}







  #s-5f6b4727-40c9-40ce-b9e1-7d50e435b11f img.shogun-image {
    

    
    
    
  }


#s-5f6b4727-40c9-40ce-b9e1-7d50e435b11f .shogun-image-content {
  
    align-items: center;
  
}

#s-c87ca4d7-7d59-4b64-a22a-688923379a0c {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d594bffa-42a1-44d8-8103-939299116d30 {
  text-align: left;
}

#s-7523c1ac-23a2-4212-8901-c6ffee05719f {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
min-height: 50px;
max-width: 90%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7523c1ac-23a2-4212-8901-c6ffee05719f {
  display: none;
}
#s-7523c1ac-23a2-4212-8901-c6ffee05719f, #wrap-s-7523c1ac-23a2-4212-8901-c6ffee05719f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7523c1ac-23a2-4212-8901-c6ffee05719f {
  display: none;
}
#s-7523c1ac-23a2-4212-8901-c6ffee05719f, #wrap-s-7523c1ac-23a2-4212-8901-c6ffee05719f { display:none !important; }}@media (max-width: 767px){#s-7523c1ac-23a2-4212-8901-c6ffee05719f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
}







#s-7523c1ac-23a2-4212-8901-c6ffee05719f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7523c1ac-23a2-4212-8901-c6ffee05719f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-987346b0-e0cd-41fa-baa5-7d8666c10445 {
  text-align: left;
}







  #s-987346b0-e0cd-41fa-baa5-7d8666c10445 img.shogun-image {
    

    
    
    
  }


#s-987346b0-e0cd-41fa-baa5-7d8666c10445 .shogun-image-content {
  
    align-items: center;
  
}

#s-25f94ed5-071e-445a-b844-4377eb42d5c7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-12cd5f59-9330-427f-929f-b22432e8bad2 {
  text-align: left;
}

#s-8761073f-02b2-4317-83f8-f8b301011d57 {
  margin-top: 75px;
margin-left: auto;
margin-bottom: 75px;
margin-right: auto;
}
@media (min-width: 768px) and (max-width: 991px){#s-8761073f-02b2-4317-83f8-f8b301011d57 {
  display: none;
}
#s-8761073f-02b2-4317-83f8-f8b301011d57, #wrap-s-8761073f-02b2-4317-83f8-f8b301011d57 { display:none !important; }}@media (max-width: 767px){#s-8761073f-02b2-4317-83f8-f8b301011d57 {
  display: none;
}
#s-8761073f-02b2-4317-83f8-f8b301011d57, #wrap-s-8761073f-02b2-4317-83f8-f8b301011d57 { display:none !important; }}
#s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
}
@media (min-width: 1200px){#s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a {
  display: none;
}
#s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a, #wrap-s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a {
  display: none;
}
#s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a, #wrap-s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a { display:none !important; }}@media (max-width: 767px){#s-5b77663c-bdc6-4c8f-966d-3a00a70bb15a {
  margin-top: 30px;
margin-bottom: 10px;
}
}
#s-f1292961-d051-4bea-9875-391e19495595 {
  text-align: left;
}

#s-6590ad5d-124c-427c-9299-8f1877e041f8 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6590ad5d-124c-427c-9299-8f1877e041f8 {
  display: none;
}
#s-6590ad5d-124c-427c-9299-8f1877e041f8, #wrap-s-6590ad5d-124c-427c-9299-8f1877e041f8 { display:none !important; }}@media (max-width: 767px){#s-6590ad5d-124c-427c-9299-8f1877e041f8 {
  display: none;
}
#s-6590ad5d-124c-427c-9299-8f1877e041f8, #wrap-s-6590ad5d-124c-427c-9299-8f1877e041f8 { display:none !important; }}
#s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 1200px){#s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da {
  display: none;
}
#s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da, #wrap-s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da {
  display: none;
}
#s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da, #wrap-s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da { display:none !important; }}@media (max-width: 767px){#s-ea7c4779-0141-476f-b3b8-ebd2f8ddb6da {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-8b99d1d6-7c83-4f95-a92c-502f58f58070 {
  margin-left: auto;
margin-right: auto;
max-width: 1440px;
}

#s-1886a35b-baf9-4218-b053-aef357caf6ae {
  margin-top: 80px;
margin-bottom: 80px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1886a35b-baf9-4218-b053-aef357caf6ae {
  display: none;
}
#s-1886a35b-baf9-4218-b053-aef357caf6ae, #wrap-s-1886a35b-baf9-4218-b053-aef357caf6ae { display:none !important; }}@media (max-width: 767px){#s-1886a35b-baf9-4218-b053-aef357caf6ae {
  display: none;
}
#s-1886a35b-baf9-4218-b053-aef357caf6ae, #wrap-s-1886a35b-baf9-4218-b053-aef357caf6ae { display:none !important; }}
#s-9c51244d-926b-40a0-a4ce-90082c6edd7e {
  margin-top: 80px;
margin-bottom: 80px;
}
@media (min-width: 1200px){#s-9c51244d-926b-40a0-a4ce-90082c6edd7e {
  display: none;
}
#s-9c51244d-926b-40a0-a4ce-90082c6edd7e, #wrap-s-9c51244d-926b-40a0-a4ce-90082c6edd7e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c51244d-926b-40a0-a4ce-90082c6edd7e {
  display: none;
}
#s-9c51244d-926b-40a0-a4ce-90082c6edd7e, #wrap-s-9c51244d-926b-40a0-a4ce-90082c6edd7e { display:none !important; }}@media (max-width: 767px){#s-9c51244d-926b-40a0-a4ce-90082c6edd7e {
  margin-top: 40px;
margin-bottom: 40px;
}
}
#s-2bbf00ff-e363-4f3c-9aef-ee98daa937d5 {
  margin-top: -42px;
margin-bottom: -42px;
max-width: 1440px;
}
@media (min-width: 1200px){#s-2bbf00ff-e363-4f3c-9aef-ee98daa937d5 {
  margin-left: auto;
margin-right: auto;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2bbf00ff-e363-4f3c-9aef-ee98daa937d5 {
  margin-left: auto;
margin-right: auto;
}
}
@media (min-width: 0px) {
[id="s-2bbf00ff-e363-4f3c-9aef-ee98daa937d5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2bbf00ff-e363-4f3c-9aef-ee98daa937d5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bbf00ff-e363-4f3c-9aef-ee98daa937d5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bbf00ff-e363-4f3c-9aef-ee98daa937d5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9e257fc6-f636-46ee-a714-aaca4e55c5f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e257fc6-f636-46ee-a714-aaca4e55c5f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e257fc6-f636-46ee-a714-aaca4e55c5f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e257fc6-f636-46ee-a714-aaca4e55c5f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e257fc6-f636-46ee-a714-aaca4e55c5f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e257fc6-f636-46ee-a714-aaca4e55c5f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e257fc6-f636-46ee-a714-aaca4e55c5f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-aa452ab9-f99e-4310-bb3f-3690d648e527 {
  text-align: center;
}
@media (max-width: 767px){#s-aa452ab9-f99e-4310-bb3f-3690d648e527 {
  text-align: left;
}
}






  #s-aa452ab9-f99e-4310-bb3f-3690d648e527 img.shogun-image {
    

    
    
    
  }


#s-aa452ab9-f99e-4310-bb3f-3690d648e527 .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-844484b3-a2fc-4ed3-8d0d-5e501c25aea1 {
  margin-bottom: 40px;
}
}
#s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4e853f2f-e39d-4ea7-a553-3bdeed2fa593"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

}

#s-0fbeb1cd-9d27-45d3-a6c7-2988dcde0e53 {
  text-align: center;
}
@media (max-width: 767px){#s-0fbeb1cd-9d27-45d3-a6c7-2988dcde0e53 {
  text-align: left;
}
}






  #s-0fbeb1cd-9d27-45d3-a6c7-2988dcde0e53 img.shogun-image {
    

    
    
    
  }


#s-0fbeb1cd-9d27-45d3-a6c7-2988dcde0e53 .shogun-image-content {
  
    align-items: center;
  
}

#s-78a08080-7408-44ac-ac13-bda8feffa080 {
  margin-top: 0px;
margin-bottom: 120px;
}
@media (max-width: 767px){#s-78a08080-7408-44ac-ac13-bda8feffa080 {
  margin-bottom: 60px;
}
}
#s-ff5908a2-110c-4c5f-96b0-b54e7c69c88a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-ff5908a2-110c-4c5f-96b0-b54e7c69c88a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff5908a2-110c-4c5f-96b0-b54e7c69c88a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e9ab74f-0398-46aa-90ba-2c5501747314 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7e9ab74f-0398-46aa-90ba-2c5501747314 {
  display: none;
}
#s-7e9ab74f-0398-46aa-90ba-2c5501747314, #wrap-s-7e9ab74f-0398-46aa-90ba-2c5501747314 { display:none !important; }}@media (max-width: 767px){#s-7e9ab74f-0398-46aa-90ba-2c5501747314 {
  display: none;
}
#s-7e9ab74f-0398-46aa-90ba-2c5501747314, #wrap-s-7e9ab74f-0398-46aa-90ba-2c5501747314 { display:none !important; }}
#s-41be741b-5024-44ba-8f6a-0cf9bc322021 {
  margin-top: 120px;
margin-bottom: 120px;
}
@media (min-width: 1200px){#s-41be741b-5024-44ba-8f6a-0cf9bc322021 {
  display: none;
}
#s-41be741b-5024-44ba-8f6a-0cf9bc322021, #wrap-s-41be741b-5024-44ba-8f6a-0cf9bc322021 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-41be741b-5024-44ba-8f6a-0cf9bc322021 {
  display: none;
}
#s-41be741b-5024-44ba-8f6a-0cf9bc322021, #wrap-s-41be741b-5024-44ba-8f6a-0cf9bc322021 { display:none !important; }}@media (max-width: 767px){#s-41be741b-5024-44ba-8f6a-0cf9bc322021 {
  margin-top: 50px;
margin-bottom: 50px;
}
}
#s-cc78d533-854d-4b1f-b272-5d51a1abf019 {
  margin-left: auto;
margin-bottom: 120px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 82%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc78d533-854d-4b1f-b272-5d51a1abf019 {
  display: none;
}
#s-cc78d533-854d-4b1f-b272-5d51a1abf019, #wrap-s-cc78d533-854d-4b1f-b272-5d51a1abf019 { display:none !important; }}@media (max-width: 767px){#s-cc78d533-854d-4b1f-b272-5d51a1abf019 {
  display: none;
}
#s-cc78d533-854d-4b1f-b272-5d51a1abf019, #wrap-s-cc78d533-854d-4b1f-b272-5d51a1abf019 { display:none !important; }}
@media (min-width: 0px) {
[id="s-cc78d533-854d-4b1f-b272-5d51a1abf019"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cc78d533-854d-4b1f-b272-5d51a1abf019"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc78d533-854d-4b1f-b272-5d51a1abf019"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc78d533-854d-4b1f-b272-5d51a1abf019"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-05be9247-ed3b-44f9-b415-8a18d8c7a80f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-05be9247-ed3b-44f9-b415-8a18d8c7a80f {
  margin-top: 180px;
}
}






  #s-05be9247-ed3b-44f9-b415-8a18d8c7a80f img.shogun-image {
    

    
    
    
  }


#s-05be9247-ed3b-44f9-b415-8a18d8c7a80f .shogun-image-content {
  
    align-items: center;
  
}

#s-a10fbf5f-5693-44ea-bcb8-80565f016d92 {
  margin-top: 20px;
margin-left: 2%;
margin-right: 2%;
}

#s-453e5e25-3e95-4c06-86da-db23a3179c10 {
  margin-top: 20px;
padding-left: 2%;
padding-right: 2%;
}

#s-7d2be8fe-836b-4d61-9303-10adb1629ec7 {
  margin-left: auto;
margin-right: auto;
max-width: 90%;
text-align: center;
}
@media (min-width: 1200px){#s-7d2be8fe-836b-4d61-9303-10adb1629ec7 {
  display: none;
}
#s-7d2be8fe-836b-4d61-9303-10adb1629ec7, #wrap-s-7d2be8fe-836b-4d61-9303-10adb1629ec7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7d2be8fe-836b-4d61-9303-10adb1629ec7 {
  display: none;
}
#s-7d2be8fe-836b-4d61-9303-10adb1629ec7, #wrap-s-7d2be8fe-836b-4d61-9303-10adb1629ec7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7d2be8fe-836b-4d61-9303-10adb1629ec7 {
  margin-top: 180px;
}
}






  #s-7d2be8fe-836b-4d61-9303-10adb1629ec7 img.shogun-image {
    

    
    
    
  }


#s-7d2be8fe-836b-4d61-9303-10adb1629ec7 .shogun-image-content {
  
    align-items: center;
  
}

#s-81447d50-b1b2-441c-8a2e-2b23a7c7a2bc {
  margin-top: 20px;
margin-left: auto;
margin-right: auto;
max-width: 90%;
}
@media (min-width: 1200px){#s-81447d50-b1b2-441c-8a2e-2b23a7c7a2bc {
  display: none;
}
#s-81447d50-b1b2-441c-8a2e-2b23a7c7a2bc, #wrap-s-81447d50-b1b2-441c-8a2e-2b23a7c7a2bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81447d50-b1b2-441c-8a2e-2b23a7c7a2bc {
  display: none;
}
#s-81447d50-b1b2-441c-8a2e-2b23a7c7a2bc, #wrap-s-81447d50-b1b2-441c-8a2e-2b23a7c7a2bc { display:none !important; }}
#s-6f7572ba-375d-4178-93e6-6da4fe120f84 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 90%;
}
@media (min-width: 1200px){#s-6f7572ba-375d-4178-93e6-6da4fe120f84 {
  display: none;
}
#s-6f7572ba-375d-4178-93e6-6da4fe120f84, #wrap-s-6f7572ba-375d-4178-93e6-6da4fe120f84 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6f7572ba-375d-4178-93e6-6da4fe120f84 {
  display: none;
}
#s-6f7572ba-375d-4178-93e6-6da4fe120f84, #wrap-s-6f7572ba-375d-4178-93e6-6da4fe120f84 { display:none !important; }}
#s-1e5580f1-8754-456d-920c-951d26a8e0d9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-1e5580f1-8754-456d-920c-951d26a8e0d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e5580f1-8754-456d-920c-951d26a8e0d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fdd775ac-95ba-4a19-9903-d13ee9dff35c {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (max-width: 767px){#s-fdd775ac-95ba-4a19-9903-d13ee9dff35c {
  margin-top: 25px;
margin-bottom: 0px;
padding-left: 20px;
padding-right: 20px;
}
}
#s-d6413841-ed04-4afe-9117-a8297993e6bd {
  margin-left: auto;
margin-bottom: 100px;
margin-right: auto;
max-width: 82%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d6413841-ed04-4afe-9117-a8297993e6bd {
  display: none;
}
#s-d6413841-ed04-4afe-9117-a8297993e6bd, #wrap-s-d6413841-ed04-4afe-9117-a8297993e6bd { display:none !important; }}@media (max-width: 767px){#s-d6413841-ed04-4afe-9117-a8297993e6bd {
  display: none;
}
#s-d6413841-ed04-4afe-9117-a8297993e6bd, #wrap-s-d6413841-ed04-4afe-9117-a8297993e6bd { display:none !important; }}
@media (min-width: 0px) {
[id="s-d6413841-ed04-4afe-9117-a8297993e6bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d6413841-ed04-4afe-9117-a8297993e6bd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d6413841-ed04-4afe-9117-a8297993e6bd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d6413841-ed04-4afe-9117-a8297993e6bd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1a895f1a-4d58-4d7c-9b89-338980d8e698 {
  padding-left: 10%;
padding-right: 10%;
}

#s-32b6f5a5-f0a6-480a-880c-76a5c72f5a4e {
  margin-top: 25px;
padding-left: 10%;
padding-right: 10%;
}

#s-877843b0-e7b0-4799-8ac0-2048c26efb1b {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-877843b0-e7b0-4799-8ac0-2048c26efb1b {
  margin-top: 180px;
}
}






  #s-877843b0-e7b0-4799-8ac0-2048c26efb1b img.shogun-image {
    

    
    
    
  }


#s-877843b0-e7b0-4799-8ac0-2048c26efb1b .shogun-image-content {
  
    align-items: center;
  
}

#s-c73d1608-ed0c-44b6-a6cd-cbccb455087a {
  margin-top: 10px;
text-align: center;
}







  #s-c73d1608-ed0c-44b6-a6cd-cbccb455087a img.shogun-image {
    

    
    
    
  }


#s-c73d1608-ed0c-44b6-a6cd-cbccb455087a .shogun-image-content {
  
    align-items: center;
  
}

#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 {
  margin-top: 60px;
margin-left: auto;
margin-right: auto;
max-width: 80%;
text-align: center;
}
@media (min-width: 1200px){#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 {
  display: none;
}
#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73, #wrap-s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 {
  display: none;
}
#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73, #wrap-s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 {
  margin-top: 180px;
}
}@media (max-width: 767px){#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 {
  margin-top: 20px;
}
}






  #s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 img.shogun-image {
    

    
    
    
  }


#s-cdc1620b-ae9a-4319-af4d-c384a4dd3b73 .shogun-image-content {
  
    align-items: center;
  
}

#s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 90%;
text-align: center;
}
@media (min-width: 1200px){#s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c {
  display: none;
}
#s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c, #wrap-s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c {
  display: none;
}
#s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c, #wrap-s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c { display:none !important; }}






  #s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c img.shogun-image {
    

    
    
    
  }


#s-9371cf53-b0c6-456a-ab4b-8a0d7457e98c .shogun-image-content {
  
    align-items: center;
  
}

#s-36d75879-4bcc-4005-80eb-b9e97844322a {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-36d75879-4bcc-4005-80eb-b9e97844322a {
  display: none;
}
#s-36d75879-4bcc-4005-80eb-b9e97844322a, #wrap-s-36d75879-4bcc-4005-80eb-b9e97844322a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36d75879-4bcc-4005-80eb-b9e97844322a {
  display: none;
}
#s-36d75879-4bcc-4005-80eb-b9e97844322a, #wrap-s-36d75879-4bcc-4005-80eb-b9e97844322a { display:none !important; }}
#s-90a05b84-c14a-4d80-9994-fb103ca9d406 {
  margin-top: 25px;
margin-bottom: 40px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-90a05b84-c14a-4d80-9994-fb103ca9d406 {
  display: none;
}
#s-90a05b84-c14a-4d80-9994-fb103ca9d406, #wrap-s-90a05b84-c14a-4d80-9994-fb103ca9d406 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-90a05b84-c14a-4d80-9994-fb103ca9d406 {
  display: none;
}
#s-90a05b84-c14a-4d80-9994-fb103ca9d406, #wrap-s-90a05b84-c14a-4d80-9994-fb103ca9d406 { display:none !important; }}
#s-caaabe11-65a5-4fb7-a20b-20ae9a20a4e2 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-caaabe11-65a5-4fb7-a20b-20ae9a20a4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caaabe11-65a5-4fb7-a20b-20ae9a20a4e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e15d8f6b-0e2d-4efa-b818-d6772dbb3e97 {
  margin-top: 100px;
margin-bottom: 100px;
}
@media (max-width: 767px){#s-e15d8f6b-0e2d-4efa-b818-d6772dbb3e97 {
  margin-top: 50px;
margin-bottom: 50px;
}
}
.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-267eafe5-1e7c-4da8-8381-59c108703144 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1440px;
}
@media (min-width: 768px) and (max-width: 991px){#s-267eafe5-1e7c-4da8-8381-59c108703144 {
  max-width: 90%;
}
}@media (max-width: 767px){#s-267eafe5-1e7c-4da8-8381-59c108703144 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
max-width: 90%;
}
}
#s-267eafe5-1e7c-4da8-8381-59c108703144 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-267eafe5-1e7c-4da8-8381-59c108703144 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 30px;
}

#s-267eafe5-1e7c-4da8-8381-59c108703144 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-267eafe5-1e7c-4da8-8381-59c108703144 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-267eafe5-1e7c-4da8-8381-59c108703144 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Kanit;
  font-weight: ;
  font-style: ;
  font-size: 28px;
}

#s-267eafe5-1e7c-4da8-8381-59c108703144 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 28px;
}
#s-9c6612bd-5365-4596-b719-4f80350e0dbf {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-190a1d74-daeb-4a4d-9ab7-f2f4338f0144 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-65d13b85-cb91-4f2d-85b3-cf28a2c685f7 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-df11f639-6cb1-4b1d-b11c-19bd42b376df {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-8ed766c9-e8a8-4be2-9581-773562ee3576 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ef5ae8e3-b5b5-422d-be1e-eb5a3ae4584f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-6aba38f9-dd21-46c9-88ef-a628b09e0b32 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-a1da2cd4-146d-4d96-bc46-6ac3d6c31ce2 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-dbe2d122-26bf-488d-bd70-6157a78469ab {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-eb7e017c-ecb3-4b05-802c-5a627ba061ca {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-529d0408-3a06-4af1-a117-9972efc04fc6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}