#s-d07c17f0-b10b-4c15-91ca-34b1289765e9 {
  text-align: left;
}

.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-eb9d6859-93fa-49d1-8a99-6778d9655766 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -20px;
margin-right: -20px;
min-height: 400px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-eb9d6859-93fa-49d1-8a99-6778d9655766 {
  display: none;
}
#s-eb9d6859-93fa-49d1-8a99-6778d9655766, #wrap-s-eb9d6859-93fa-49d1-8a99-6778d9655766 { display: none !important; }}@media (max-width: 767px){#s-eb9d6859-93fa-49d1-8a99-6778d9655766 {
  display: none;
}
#s-eb9d6859-93fa-49d1-8a99-6778d9655766, #wrap-s-eb9d6859-93fa-49d1-8a99-6778d9655766 { display: none !important; }}
#s-eb9d6859-93fa-49d1-8a99-6778d9655766 {
  background-image: url(https://i.shgcdn.com/716c6e75-cb35-482f-8a91-6e853bdcad33/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-eb9d6859-93fa-49d1-8a99-6778d9655766 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb9d6859-93fa-49d1-8a99-6778d9655766.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9308a22-6649-4643-b0a0-3296806b917e {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
max-width: 800px;
background-color: rgba(255, 255, 255, 0.95);
}
@media (min-width: 768px) and (max-width: 991px){#s-f9308a22-6649-4643-b0a0-3296806b917e {
  
}
}







#s-f9308a22-6649-4643-b0a0-3296806b917e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9308a22-6649-4643-b0a0-3296806b917e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f6547ec9-9e20-42c5-9955-d13de14121b0 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

#s-6b4c235a-81fc-4188-b733-6a1ab61853a3 {
  background-size: cover;
margin-left: -20px;
margin-right: -20px;
min-height: 50px;
background-position: center center;
background-color: rgba(245, 246, 245, 1);
}
@media (min-width: 1200px){#s-6b4c235a-81fc-4188-b733-6a1ab61853a3 {
  display: none;
}
#s-6b4c235a-81fc-4188-b733-6a1ab61853a3, #wrap-s-6b4c235a-81fc-4188-b733-6a1ab61853a3 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6b4c235a-81fc-4188-b733-6a1ab61853a3 {
  display: none;
}
#s-6b4c235a-81fc-4188-b733-6a1ab61853a3, #wrap-s-6b4c235a-81fc-4188-b733-6a1ab61853a3 { display: none !important; }}







#s-6b4c235a-81fc-4188-b733-6a1ab61853a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b4c235a-81fc-4188-b733-6a1ab61853a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-534a087c-01c7-40f9-b105-c7f061d3f934 {
  text-align: center;
}







  #s-534a087c-01c7-40f9-b105-c7f061d3f934 img.shogun-image {
    

    
    
    
  }


#s-534a087c-01c7-40f9-b105-c7f061d3f934 .shogun-image-content {
  
    align-items: center;
  
}

#s-449f02d2-e9f6-4d8b-8cf8-5e36b77b6b12 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 24px;
padding-bottom: 32px;
padding-right: 24px;
max-width: 400px;
}

#s-d41ce1c2-f369-4e48-b9b5-6ed21a954912 {
  text-align: left;
}

#s-dd0747dd-f37d-4f3c-b2f1-4d3c19b18958 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-dd0747dd-f37d-4f3c-b2f1-4d3c19b18958 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-dd0747dd-f37d-4f3c-b2f1-4d3c19b18958 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd0747dd-f37d-4f3c-b2f1-4d3c19b18958.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-317c13d9-3f34-4538-89af-e4f5551b8c39 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-317c13d9-3f34-4538-89af-e4f5551b8c39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-317c13d9-3f34-4538-89af-e4f5551b8c39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-317c13d9-3f34-4538-89af-e4f5551b8c39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-317c13d9-3f34-4538-89af-e4f5551b8c39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ecb822f-c1b4-4d45-9314-513e0fcf3b99 {
  text-align: center;
}







  #s-6ecb822f-c1b4-4d45-9314-513e0fcf3b99 img.shogun-image {
    

    
    
    
  }


#s-6ecb822f-c1b4-4d45-9314-513e0fcf3b99 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9c5fe00-60c4-4359-9749-f8b8e03652d1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-e9c5fe00-60c4-4359-9749-f8b8e03652d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c5fe00-60c4-4359-9749-f8b8e03652d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed557d3d-d98a-4c90-bbd4-e859029f6183 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-ed557d3d-d98a-4c90-bbd4-e859029f6183"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed557d3d-d98a-4c90-bbd4-e859029f6183"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed557d3d-d98a-4c90-bbd4-e859029f6183"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed557d3d-d98a-4c90-bbd4-e859029f6183"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

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

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

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

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

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

#s-17d8ef72-5472-4ab4-a220-4f55053e077e {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-17d8ef72-5472-4ab4-a220-4f55053e077e:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-17d8ef72-5472-4ab4-a220-4f55053e077e:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-17d8ef72-5472-4ab4-a220-4f55053e077e-root {
    text-align: center;
  }


#s-17d8ef72-5472-4ab4-a220-4f55053e077e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-17d8ef72-5472-4ab4-a220-4f55053e077e-root {
    text-align: center;
  }


#s-17d8ef72-5472-4ab4-a220-4f55053e077e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-17d8ef72-5472-4ab4-a220-4f55053e077e-root {
    text-align: center;
  }


#s-17d8ef72-5472-4ab4-a220-4f55053e077e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-17d8ef72-5472-4ab4-a220-4f55053e077e-root {
    text-align: center;
  }


#s-17d8ef72-5472-4ab4-a220-4f55053e077e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-17d8ef72-5472-4ab4-a220-4f55053e077e-root {
    text-align: center;
  }


#s-17d8ef72-5472-4ab4-a220-4f55053e077e.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-787434ac-9aa2-4935-b031-c0dd72ffb857 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(83, 89, 92, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 89, 92, 1);
}
#s-787434ac-9aa2-4935-b031-c0dd72ffb857:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-787434ac-9aa2-4935-b031-c0dd72ffb857:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-787434ac-9aa2-4935-b031-c0dd72ffb857-root {
    text-align: center;
  }


#s-787434ac-9aa2-4935-b031-c0dd72ffb857.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-787434ac-9aa2-4935-b031-c0dd72ffb857-root {
    text-align: center;
  }


#s-787434ac-9aa2-4935-b031-c0dd72ffb857.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-787434ac-9aa2-4935-b031-c0dd72ffb857-root {
    text-align: center;
  }


#s-787434ac-9aa2-4935-b031-c0dd72ffb857.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-787434ac-9aa2-4935-b031-c0dd72ffb857-root {
    text-align: center;
  }


#s-787434ac-9aa2-4935-b031-c0dd72ffb857.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-787434ac-9aa2-4935-b031-c0dd72ffb857-root {
    text-align: center;
  }


#s-787434ac-9aa2-4935-b031-c0dd72ffb857.shg-btn {
  color: rgba(83, 89, 92, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-12813aa2-ce00-4119-a847-7295c4d5b478 {
  text-align: left;
}

#s-dfa72528-89f4-4ea0-97b2-bce7a114fdfe {
  margin-left: -20px;
margin-right: -20px;
padding-top: 30px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(245, 246, 245, 1);
}








#s-dfa72528-89f4-4ea0-97b2-bce7a114fdfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfa72528-89f4-4ea0-97b2-bce7a114fdfe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24478775-832e-4baa-9349-50aafd3786f8 {
  margin-top: 20px;
margin-bottom: 30px;
}

#s-c098f462-bc84-4ae4-b942-45a632666834 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-c098f462-bc84-4ae4-b942-45a632666834"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c098f462-bc84-4ae4-b942-45a632666834"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c098f462-bc84-4ae4-b942-45a632666834"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c098f462-bc84-4ae4-b942-45a632666834"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-c5198794-db57-4d47-aefc-29ab6ea3c4c5 {
  margin-bottom: 30px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-c5198794-db57-4d47-aefc-29ab6ea3c4c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5198794-db57-4d47-aefc-29ab6ea3c4c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f52dfa3-654f-47e7-b2ef-df120edb6a7a {
  margin-bottom: 20px;
max-width: 2000px;
aspect-ratio: 2000/1333;
text-align: center;
}





  #s-4f52dfa3-654f-47e7-b2ef-df120edb6a7a img.shogun-image,
  #s-4f52dfa3-654f-47e7-b2ef-df120edb6a7a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4f52dfa3-654f-47e7-b2ef-df120edb6a7a {
    width: 100%;
    height: auto;
  }



  #s-4f52dfa3-654f-47e7-b2ef-df120edb6a7a img.shogun-image {
    

    
    
    
  }


#s-4f52dfa3-654f-47e7-b2ef-df120edb6a7a .shogun-image-content {
  
    align-items: center;
  
}

#s-f2d8e7a4-39e9-4f81-ba7d-3bf4ab65d84e {
  padding-left: 20px;
padding-right: 20px;
}

#s-16f3758b-0971-4d63-b5f4-7b72515ae8d1 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-16f3758b-0971-4d63-b5f4-7b72515ae8d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-16f3758b-0971-4d63-b5f4-7b72515ae8d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-16f3758b-0971-4d63-b5f4-7b72515ae8d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-16f3758b-0971-4d63-b5f4-7b72515ae8d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2-root {
    text-align: center;
  }


#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2-root {
    text-align: center;
  }


#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2-root {
    text-align: center;
  }


#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2-root {
    text-align: center;
  }


#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2-root {
    text-align: center;
  }


#s-cf4dcaa4-0ab2-43c9-9286-f395cfbcefc2.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921-root {
    text-align: center;
  }


#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921-root {
    text-align: center;
  }


#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921-root {
    text-align: center;
  }


#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921-root {
    text-align: center;
  }


#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921-root {
    text-align: center;
  }


#s-0e66b8b9-a1f2-453e-867e-e1a68e4cc921.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-90074974-f3a1-40a7-a12d-fe8f2f237a7b {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-90074974-f3a1-40a7-a12d-fe8f2f237a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90074974-f3a1-40a7-a12d-fe8f2f237a7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be963c86-05bd-41de-89ca-ae46ad38e4b2 {
  margin-bottom: 20px;
max-width: 2000px;
aspect-ratio: 2000/1333;
text-align: center;
}





  #s-be963c86-05bd-41de-89ca-ae46ad38e4b2 img.shogun-image,
  #s-be963c86-05bd-41de-89ca-ae46ad38e4b2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-be963c86-05bd-41de-89ca-ae46ad38e4b2 {
    width: 100%;
    height: auto;
  }



  #s-be963c86-05bd-41de-89ca-ae46ad38e4b2 img.shogun-image {
    

    
    
    
  }


#s-be963c86-05bd-41de-89ca-ae46ad38e4b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-032a0c3e-4aed-4d31-bd51-167aa1196ba6 {
  padding-left: 20px;
padding-right: 20px;
}

#s-a5459770-a8dc-47b6-9871-fec0e8aadc39 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-a5459770-a8dc-47b6-9871-fec0e8aadc39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a5459770-a8dc-47b6-9871-fec0e8aadc39"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a5459770-a8dc-47b6-9871-fec0e8aadc39"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a5459770-a8dc-47b6-9871-fec0e8aadc39"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576-root {
    text-align: center;
  }


#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576-root {
    text-align: center;
  }


#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576-root {
    text-align: center;
  }


#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576-root {
    text-align: center;
  }


#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576-root {
    text-align: center;
  }


#s-6d7c71b6-8db1-4f32-93c6-6b55a37ff576.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3e274e28-5221-48d7-ad63-e20015217652 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-3e274e28-5221-48d7-ad63-e20015217652:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3e274e28-5221-48d7-ad63-e20015217652:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3e274e28-5221-48d7-ad63-e20015217652-root {
    text-align: center;
  }


#s-3e274e28-5221-48d7-ad63-e20015217652.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e274e28-5221-48d7-ad63-e20015217652-root {
    text-align: center;
  }


#s-3e274e28-5221-48d7-ad63-e20015217652.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e274e28-5221-48d7-ad63-e20015217652-root {
    text-align: center;
  }


#s-3e274e28-5221-48d7-ad63-e20015217652.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e274e28-5221-48d7-ad63-e20015217652-root {
    text-align: center;
  }


#s-3e274e28-5221-48d7-ad63-e20015217652.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e274e28-5221-48d7-ad63-e20015217652-root {
    text-align: center;
  }


#s-3e274e28-5221-48d7-ad63-e20015217652.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-efcec380-6cf1-4509-af93-3eada8ccbc54 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-efcec380-6cf1-4509-af93-3eada8ccbc54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efcec380-6cf1-4509-af93-3eada8ccbc54"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-efcec380-6cf1-4509-af93-3eada8ccbc54"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-efcec380-6cf1-4509-af93-3eada8ccbc54"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-d95b48b4-efed-4a83-bb15-09a5ac84c022 {
  margin-bottom: 30px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-d95b48b4-efed-4a83-bb15-09a5ac84c022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d95b48b4-efed-4a83-bb15-09a5ac84c022.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0be8defa-9ffb-4223-8dc8-d64ff695fc1c {
  margin-bottom: 20px;
max-width: 2000px;
aspect-ratio: 2000/1333;
text-align: center;
}





  #s-0be8defa-9ffb-4223-8dc8-d64ff695fc1c img.shogun-image,
  #s-0be8defa-9ffb-4223-8dc8-d64ff695fc1c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0be8defa-9ffb-4223-8dc8-d64ff695fc1c {
    width: 100%;
    height: auto;
  }



  #s-0be8defa-9ffb-4223-8dc8-d64ff695fc1c img.shogun-image {
    

    
    
    
  }


#s-0be8defa-9ffb-4223-8dc8-d64ff695fc1c .shogun-image-content {
  
    align-items: center;
  
}

#s-8738796f-0eb4-472a-ab44-29b4d889e545 {
  padding-left: 20px;
padding-right: 20px;
}

#s-59218394-c4c9-4afb-b4e1-38c4a08c8c52 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-59218394-c4c9-4afb-b4e1-38c4a08c8c52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59218394-c4c9-4afb-b4e1-38c4a08c8c52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59218394-c4c9-4afb-b4e1-38c4a08c8c52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59218394-c4c9-4afb-b4e1-38c4a08c8c52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-4b19ab55-7dfe-4190-8b79-6873831d4f1d-root {
    text-align: center;
  }


#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b19ab55-7dfe-4190-8b79-6873831d4f1d-root {
    text-align: center;
  }


#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b19ab55-7dfe-4190-8b79-6873831d4f1d-root {
    text-align: center;
  }


#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b19ab55-7dfe-4190-8b79-6873831d4f1d-root {
    text-align: center;
  }


#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b19ab55-7dfe-4190-8b79-6873831d4f1d-root {
    text-align: center;
  }


#s-4b19ab55-7dfe-4190-8b79-6873831d4f1d.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cde8d113-b842-4f75-97cd-346613139996 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-cde8d113-b842-4f75-97cd-346613139996:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-cde8d113-b842-4f75-97cd-346613139996:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-cde8d113-b842-4f75-97cd-346613139996-root {
    text-align: center;
  }


#s-cde8d113-b842-4f75-97cd-346613139996.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cde8d113-b842-4f75-97cd-346613139996-root {
    text-align: center;
  }


#s-cde8d113-b842-4f75-97cd-346613139996.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cde8d113-b842-4f75-97cd-346613139996-root {
    text-align: center;
  }


#s-cde8d113-b842-4f75-97cd-346613139996.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cde8d113-b842-4f75-97cd-346613139996-root {
    text-align: center;
  }


#s-cde8d113-b842-4f75-97cd-346613139996.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cde8d113-b842-4f75-97cd-346613139996-root {
    text-align: center;
  }


#s-cde8d113-b842-4f75-97cd-346613139996.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b499268d-6f87-4cda-88e1-4a1c4b7e4800 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-b499268d-6f87-4cda-88e1-4a1c4b7e4800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b499268d-6f87-4cda-88e1-4a1c4b7e4800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ae2a07b-e8fe-4a53-a719-c2d2fafaac6a {
  margin-bottom: 20px;
max-width: 2500px;
aspect-ratio: 2500/1668;
text-align: center;
}





  #s-3ae2a07b-e8fe-4a53-a719-c2d2fafaac6a img.shogun-image,
  #s-3ae2a07b-e8fe-4a53-a719-c2d2fafaac6a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3ae2a07b-e8fe-4a53-a719-c2d2fafaac6a {
    width: 100%;
    height: auto;
  }



  #s-3ae2a07b-e8fe-4a53-a719-c2d2fafaac6a img.shogun-image {
    

    
    
    
  }


#s-3ae2a07b-e8fe-4a53-a719-c2d2fafaac6a .shogun-image-content {
  
    align-items: center;
  
}

#s-3ba02c05-002a-4d31-b72a-86f6d2b715cd {
  padding-left: 20px;
padding-right: 20px;
}

#s-d2311ca9-3e72-4055-aa6c-77f093cfd296 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d2311ca9-3e72-4055-aa6c-77f093cfd296"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2311ca9-3e72-4055-aa6c-77f093cfd296"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d2311ca9-3e72-4055-aa6c-77f093cfd296"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2311ca9-3e72-4055-aa6c-77f093cfd296"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a13a7d58-f030-425a-ae2d-e8ea171b4b83-root {
    text-align: center;
  }


#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a13a7d58-f030-425a-ae2d-e8ea171b4b83-root {
    text-align: center;
  }


#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a13a7d58-f030-425a-ae2d-e8ea171b4b83-root {
    text-align: center;
  }


#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a13a7d58-f030-425a-ae2d-e8ea171b4b83-root {
    text-align: center;
  }


#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a13a7d58-f030-425a-ae2d-e8ea171b4b83-root {
    text-align: center;
  }


#s-a13a7d58-f030-425a-ae2d-e8ea171b4b83.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-419db672-b0fc-4a84-b46a-0749c7a25b16 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-419db672-b0fc-4a84-b46a-0749c7a25b16:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-419db672-b0fc-4a84-b46a-0749c7a25b16:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-419db672-b0fc-4a84-b46a-0749c7a25b16-root {
    text-align: center;
  }


#s-419db672-b0fc-4a84-b46a-0749c7a25b16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-419db672-b0fc-4a84-b46a-0749c7a25b16-root {
    text-align: center;
  }


#s-419db672-b0fc-4a84-b46a-0749c7a25b16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-419db672-b0fc-4a84-b46a-0749c7a25b16-root {
    text-align: center;
  }


#s-419db672-b0fc-4a84-b46a-0749c7a25b16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-419db672-b0fc-4a84-b46a-0749c7a25b16-root {
    text-align: center;
  }


#s-419db672-b0fc-4a84-b46a-0749c7a25b16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-419db672-b0fc-4a84-b46a-0749c7a25b16-root {
    text-align: center;
  }


#s-419db672-b0fc-4a84-b46a-0749c7a25b16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-92eea23a-c268-48cd-ae21-f87e7fb8ab30 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-92eea23a-c268-48cd-ae21-f87e7fb8ab30"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-92eea23a-c268-48cd-ae21-f87e7fb8ab30"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-92eea23a-c268-48cd-ae21-f87e7fb8ab30"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-92eea23a-c268-48cd-ae21-f87e7fb8ab30"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-82622760-85d3-4144-b39f-66e60dca70be {
  margin-bottom: 30px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-82622760-85d3-4144-b39f-66e60dca70be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82622760-85d3-4144-b39f-66e60dca70be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff9e63c8-733c-4127-a42f-f14439f53037 {
  margin-bottom: 20px;
text-align: center;
}







  #s-ff9e63c8-733c-4127-a42f-f14439f53037 img.shogun-image {
    

    
    
    
  }


#s-ff9e63c8-733c-4127-a42f-f14439f53037 .shogun-image-content {
  
    align-items: center;
  
}

#s-a241e497-fe83-4e6a-934a-65679d2e6328 {
  padding-left: 20px;
padding-right: 20px;
}

#s-3ad2cdd0-a92a-4507-9a5d-7cae6d4565d2 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-3ad2cdd0-a92a-4507-9a5d-7cae6d4565d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ad2cdd0-a92a-4507-9a5d-7cae6d4565d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ad2cdd0-a92a-4507-9a5d-7cae6d4565d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ad2cdd0-a92a-4507-9a5d-7cae6d4565d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-442e0e9a-c30c-4168-a1c1-627e854f1a62 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-442e0e9a-c30c-4168-a1c1-627e854f1a62:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-442e0e9a-c30c-4168-a1c1-627e854f1a62:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-442e0e9a-c30c-4168-a1c1-627e854f1a62-root {
    text-align: center;
  }


#s-442e0e9a-c30c-4168-a1c1-627e854f1a62.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-442e0e9a-c30c-4168-a1c1-627e854f1a62-root {
    text-align: center;
  }


#s-442e0e9a-c30c-4168-a1c1-627e854f1a62.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-442e0e9a-c30c-4168-a1c1-627e854f1a62-root {
    text-align: center;
  }


#s-442e0e9a-c30c-4168-a1c1-627e854f1a62.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-442e0e9a-c30c-4168-a1c1-627e854f1a62-root {
    text-align: center;
  }


#s-442e0e9a-c30c-4168-a1c1-627e854f1a62.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-442e0e9a-c30c-4168-a1c1-627e854f1a62-root {
    text-align: center;
  }


#s-442e0e9a-c30c-4168-a1c1-627e854f1a62.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3-root {
    text-align: center;
  }


#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3-root {
    text-align: center;
  }


#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3-root {
    text-align: center;
  }


#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3-root {
    text-align: center;
  }


#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3-root {
    text-align: center;
  }


#s-9fd94f25-4efe-4e48-9963-4ee8bbd96ca3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-50c752f4-cab6-4c0d-96f2-e46e783b882a {
  text-align: left;
}

#s-b09510af-2e99-434e-b2e5-15eb6ae83ff0 {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-b09510af-2e99-434e-b2e5-15eb6ae83ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b09510af-2e99-434e-b2e5-15eb6ae83ff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c53ab16b-f5dc-4f46-8a69-9af6ccddf238 {
  margin-bottom: 20px;
max-width: 1680px;
aspect-ratio: 1680/1050;
text-align: center;
}





  #s-c53ab16b-f5dc-4f46-8a69-9af6ccddf238 img.shogun-image,
  #s-c53ab16b-f5dc-4f46-8a69-9af6ccddf238 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c53ab16b-f5dc-4f46-8a69-9af6ccddf238 {
    width: 100%;
    height: auto;
  }



  #s-c53ab16b-f5dc-4f46-8a69-9af6ccddf238 img.shogun-image {
    

    
    
    
  }


#s-c53ab16b-f5dc-4f46-8a69-9af6ccddf238 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9bd6f89-288d-4310-8edb-192b33445396 {
  padding-left: 20px;
padding-right: 20px;
}

#s-01060fb1-17ff-43b0-8cd4-05bb582b1f29 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-01060fb1-17ff-43b0-8cd4-05bb582b1f29"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01060fb1-17ff-43b0-8cd4-05bb582b1f29"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-01060fb1-17ff-43b0-8cd4-05bb582b1f29"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-01060fb1-17ff-43b0-8cd4-05bb582b1f29"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3936e42b-2b21-40cd-8b5a-975ca672b307 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-3936e42b-2b21-40cd-8b5a-975ca672b307:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3936e42b-2b21-40cd-8b5a-975ca672b307:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3936e42b-2b21-40cd-8b5a-975ca672b307-root {
    text-align: center;
  }


#s-3936e42b-2b21-40cd-8b5a-975ca672b307.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3936e42b-2b21-40cd-8b5a-975ca672b307-root {
    text-align: center;
  }


#s-3936e42b-2b21-40cd-8b5a-975ca672b307.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3936e42b-2b21-40cd-8b5a-975ca672b307-root {
    text-align: center;
  }


#s-3936e42b-2b21-40cd-8b5a-975ca672b307.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3936e42b-2b21-40cd-8b5a-975ca672b307-root {
    text-align: center;
  }


#s-3936e42b-2b21-40cd-8b5a-975ca672b307.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3936e42b-2b21-40cd-8b5a-975ca672b307-root {
    text-align: center;
  }


#s-3936e42b-2b21-40cd-8b5a-975ca672b307.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9cb527ab-0202-45d5-a9a5-842afe635eb1 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-9cb527ab-0202-45d5-a9a5-842afe635eb1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9cb527ab-0202-45d5-a9a5-842afe635eb1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-9cb527ab-0202-45d5-a9a5-842afe635eb1-root {
    text-align: center;
  }


#s-9cb527ab-0202-45d5-a9a5-842afe635eb1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9cb527ab-0202-45d5-a9a5-842afe635eb1-root {
    text-align: center;
  }


#s-9cb527ab-0202-45d5-a9a5-842afe635eb1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9cb527ab-0202-45d5-a9a5-842afe635eb1-root {
    text-align: center;
  }


#s-9cb527ab-0202-45d5-a9a5-842afe635eb1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9cb527ab-0202-45d5-a9a5-842afe635eb1-root {
    text-align: center;
  }


#s-9cb527ab-0202-45d5-a9a5-842afe635eb1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9cb527ab-0202-45d5-a9a5-842afe635eb1-root {
    text-align: center;
  }


#s-9cb527ab-0202-45d5-a9a5-842afe635eb1.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1ef5a2d6-4e25-4c50-9ea9-688ecb8012c2 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-1ef5a2d6-4e25-4c50-9ea9-688ecb8012c2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1ef5a2d6-4e25-4c50-9ea9-688ecb8012c2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1ef5a2d6-4e25-4c50-9ea9-688ecb8012c2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1ef5a2d6-4e25-4c50-9ea9-688ecb8012c2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-564c975e-53b5-4117-9dc7-53fe9da5329a {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-564c975e-53b5-4117-9dc7-53fe9da5329a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-564c975e-53b5-4117-9dc7-53fe9da5329a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c13d33de-a846-4ece-9bc7-2b4b9d571420 {
  margin-bottom: 20px;
max-width: 1680px;
aspect-ratio: 1680/1050;
text-align: center;
}





  #s-c13d33de-a846-4ece-9bc7-2b4b9d571420 img.shogun-image,
  #s-c13d33de-a846-4ece-9bc7-2b4b9d571420 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c13d33de-a846-4ece-9bc7-2b4b9d571420 {
    width: 100%;
    height: auto;
  }



  #s-c13d33de-a846-4ece-9bc7-2b4b9d571420 img.shogun-image {
    

    
    
    
  }


#s-c13d33de-a846-4ece-9bc7-2b4b9d571420 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e113515-3202-4d83-8184-07763b518afc {
  padding-left: 20px;
padding-right: 20px;
}

#s-d3e971ab-3158-4368-b550-c4ba35745485 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-d3e971ab-3158-4368-b550-c4ba35745485"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3e971ab-3158-4368-b550-c4ba35745485"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3e971ab-3158-4368-b550-c4ba35745485"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3e971ab-3158-4368-b550-c4ba35745485"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fd424954-bd30-4145-935c-694e19a39687 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-fd424954-bd30-4145-935c-694e19a39687:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fd424954-bd30-4145-935c-694e19a39687:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fd424954-bd30-4145-935c-694e19a39687-root {
    text-align: center;
  }


#s-fd424954-bd30-4145-935c-694e19a39687.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fd424954-bd30-4145-935c-694e19a39687-root {
    text-align: center;
  }


#s-fd424954-bd30-4145-935c-694e19a39687.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fd424954-bd30-4145-935c-694e19a39687-root {
    text-align: center;
  }


#s-fd424954-bd30-4145-935c-694e19a39687.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fd424954-bd30-4145-935c-694e19a39687-root {
    text-align: center;
  }


#s-fd424954-bd30-4145-935c-694e19a39687.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fd424954-bd30-4145-935c-694e19a39687-root {
    text-align: center;
  }


#s-fd424954-bd30-4145-935c-694e19a39687.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3-root {
    text-align: center;
  }


#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3-root {
    text-align: center;
  }


#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3-root {
    text-align: center;
  }


#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3-root {
    text-align: center;
  }


#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3-root {
    text-align: center;
  }


#s-20a5d74e-0f0c-443d-a1ff-bf2582e4e1a3.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2e3fc610-4085-4404-887d-d0d91a83ca6b {
  margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-2e3fc610-4085-4404-887d-d0d91a83ca6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e3fc610-4085-4404-887d-d0d91a83ca6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ebfd1e28-3858-4e02-a6f4-1b8611b23abe {
  margin-bottom: 20px;
max-width: 1680px;
aspect-ratio: 1680/1050;
text-align: center;
}





  #s-ebfd1e28-3858-4e02-a6f4-1b8611b23abe img.shogun-image,
  #s-ebfd1e28-3858-4e02-a6f4-1b8611b23abe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ebfd1e28-3858-4e02-a6f4-1b8611b23abe {
    width: 100%;
    height: auto;
  }



  #s-ebfd1e28-3858-4e02-a6f4-1b8611b23abe img.shogun-image {
    

    
    
    
  }


#s-ebfd1e28-3858-4e02-a6f4-1b8611b23abe .shogun-image-content {
  
    align-items: center;
  
}

#s-729df0ae-7795-4b63-8b21-dea656311407 {
  padding-left: 20px;
padding-right: 20px;
}

#s-bc34016c-8377-40b2-95a1-72efe96cb33b {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}

@media (min-width: 0px) {
[id="s-bc34016c-8377-40b2-95a1-72efe96cb33b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc34016c-8377-40b2-95a1-72efe96cb33b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc34016c-8377-40b2-95a1-72efe96cb33b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc34016c-8377-40b2-95a1-72efe96cb33b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635-root {
    text-align: center;
  }


#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635-root {
    text-align: center;
  }


#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635-root {
    text-align: center;
  }


#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635-root {
    text-align: center;
  }


#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635-root {
    text-align: center;
  }


#s-a7650eca-6d51-4a1b-a694-c0ee3a9f0635.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc-root {
    text-align: center;
  }


#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc-root {
    text-align: center;
  }


#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc-root {
    text-align: center;
  }


#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc-root {
    text-align: center;
  }


#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc-root {
    text-align: center;
  }


#s-0ada38fe-0fc7-4cb5-ae7c-bfac0373d8dc.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e952f35b-541e-477f-bd9d-9800150dbf69 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 50px;
padding-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-e952f35b-541e-477f-bd9d-9800150dbf69 {
  padding-top: 24px;
padding-bottom: 24px;
}
}







#s-e952f35b-541e-477f-bd9d-9800150dbf69 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e952f35b-541e-477f-bd9d-9800150dbf69.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d09d9af8-c34a-4c70-ac7b-bf6aa6a83202 {
  text-align: left;
}

#s-8f6aea6a-11e9-4838-ba4f-c1ea24820bdd {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-8f6aea6a-11e9-4838-ba4f-c1ea24820bdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f6aea6a-11e9-4838-ba4f-c1ea24820bdd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f6aea6a-11e9-4838-ba4f-c1ea24820bdd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f6aea6a-11e9-4838-ba4f-c1ea24820bdd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d53e47b-51c1-455c-ac1d-4d66b271e253 {
  max-width: 1054px;
aspect-ratio: 1054/1104;
text-align: center;
}





  #s-3d53e47b-51c1-455c-ac1d-4d66b271e253 img.shogun-image,
  #s-3d53e47b-51c1-455c-ac1d-4d66b271e253 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d53e47b-51c1-455c-ac1d-4d66b271e253 {
    width: 100%;
    height: auto;
  }



  #s-3d53e47b-51c1-455c-ac1d-4d66b271e253 img.shogun-image {
    

    
    
    
  }


#s-3d53e47b-51c1-455c-ac1d-4d66b271e253 .shogun-image-content {
  
    align-items: center;
  
}

#s-7811a472-70bd-48bb-9a01-b08447dcf603 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 600px;
}








#s-7811a472-70bd-48bb-9a01-b08447dcf603 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7811a472-70bd-48bb-9a01-b08447dcf603.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-66e5975a-864b-48a0-ac1d-4ef6dda7998a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66e5975a-864b-48a0-ac1d-4ef6dda7998a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66e5975a-864b-48a0-ac1d-4ef6dda7998a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-66e5975a-864b-48a0-ac1d-4ef6dda7998a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66e5975a-864b-48a0-ac1d-4ef6dda7998a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-66e5975a-864b-48a0-ac1d-4ef6dda7998a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-66e5975a-864b-48a0-ac1d-4ef6dda7998a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

}

#s-8e8b6126-ac0f-4b26-9a80-572e4139e194 {
  border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(211, 167, 65, 1);
border-radius: 7px;
max-width: 368px;
background-color: rgba(211, 167, 65, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-8e8b6126-ac0f-4b26-9a80-572e4139e194:hover {background-color: rgba(211, 167, 65, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8e8b6126-ac0f-4b26-9a80-572e4139e194:active {background-color: rgba(211, 167, 65, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-8e8b6126-ac0f-4b26-9a80-572e4139e194-root {
    text-align: right;
  }


#s-8e8b6126-ac0f-4b26-9a80-572e4139e194.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e8b6126-ac0f-4b26-9a80-572e4139e194-root {
    text-align: right;
  }


#s-8e8b6126-ac0f-4b26-9a80-572e4139e194.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e8b6126-ac0f-4b26-9a80-572e4139e194-root {
    text-align: right;
  }


#s-8e8b6126-ac0f-4b26-9a80-572e4139e194.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e8b6126-ac0f-4b26-9a80-572e4139e194-root {
    text-align: right;
  }


#s-8e8b6126-ac0f-4b26-9a80-572e4139e194.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e8b6126-ac0f-4b26-9a80-572e4139e194-root {
    text-align: right;
  }


#s-8e8b6126-ac0f-4b26-9a80-572e4139e194.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23 {
  border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(211, 167, 65, 1);
border-radius: 7px;
max-width: 368px;
background-color: rgba(211, 167, 65, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23:hover {background-color: rgba(211, 167, 65, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23:active {background-color: rgba(211, 167, 65, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23-root {
    text-align: right;
  }


#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23-root {
    text-align: right;
  }


#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23-root {
    text-align: right;
  }


#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23-root {
    text-align: right;
  }


#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23-root {
    text-align: right;
  }


#s-fb012ced-8ab6-42a6-899d-ffbaa8df2c23.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b99876ad-1c39-4691-a401-5d8fe6776cc7 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-b99876ad-1c39-4691-a401-5d8fe6776cc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b99876ad-1c39-4691-a401-5d8fe6776cc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fef57e3d-037f-40e7-9ff7-441cc3ef9fe8 {
  text-align: left;
}

#s-eb6171f3-af7b-4f1d-bae4-1f20555bb034 {
  margin-left: auto;
margin-right: auto;
max-width: 750px;
}

#s-05009941-271f-463e-8c60-27eb694fb048 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
margin-top: 20px;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
max-width: 280px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-05009941-271f-463e-8c60-27eb694fb048:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-05009941-271f-463e-8c60-27eb694fb048:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-05009941-271f-463e-8c60-27eb694fb048-root {
    text-align: center;
  }


#s-05009941-271f-463e-8c60-27eb694fb048.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-05009941-271f-463e-8c60-27eb694fb048-root {
    text-align: center;
  }


#s-05009941-271f-463e-8c60-27eb694fb048.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-05009941-271f-463e-8c60-27eb694fb048-root {
    text-align: center;
  }


#s-05009941-271f-463e-8c60-27eb694fb048.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-05009941-271f-463e-8c60-27eb694fb048-root {
    text-align: center;
  }


#s-05009941-271f-463e-8c60-27eb694fb048.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-05009941-271f-463e-8c60-27eb694fb048-root {
    text-align: center;
  }


#s-05009941-271f-463e-8c60-27eb694fb048.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-72f09207-02c4-4ee6-b954-4aefe774cceb {
  text-align: left;
}

#s-c9027dfa-70ab-4afd-a313-652efb2fd491 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 50px;
padding-left: 10px;
padding-bottom: 40px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(245, 246, 245, 1);
}








#s-c9027dfa-70ab-4afd-a313-652efb2fd491 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9027dfa-70ab-4afd-a313-652efb2fd491.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dece61b2-8f22-47e5-94f6-9713fb0822d2 {
  margin-bottom: 40px;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 {
  margin-top: 20px;
margin-bottom: 20px;
max-width: 800px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 {
  display: none;
}
#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0, #wrap-s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 { display: none !important; }}@media (max-width: 767px){#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 {
  display: none;
}
#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0, #wrap-s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 { display: none !important; }}






  img.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
    
    
  }


.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
  box-sizing: border-box;
}




@media (min-width: 1200px){





  img.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
    
    
  }


.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
    
    
  }


.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
    
    
  }


.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
  box-sizing: border-box;
}




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





  img.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
    
    
  }


.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a7139b6a-b8cf-4150-b988-10ebbcb99aa0.shogun-image {
  box-sizing: border-box;
}




}
#s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1100px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786 {
  display: none;
}
#s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786, #wrap-s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786 { display: none !important; }}@media (max-width: 767px){#s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786 {
  display: none;
}
#s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786, #wrap-s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786 { display: none !important; }}
@media (min-width: 0px) {
[id="s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-7a69ca58-6c89-4dc7-8b2d-52d4cdf6d786"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-82f3ff76-abad-4e2f-b0f0-aef23b10dd57 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-82f3ff76-abad-4e2f-b0f0-aef23b10dd57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82f3ff76-abad-4e2f-b0f0-aef23b10dd57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-82f3ff76-abad-4e2f-b0f0-aef23b10dd57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-82f3ff76-abad-4e2f-b0f0-aef23b10dd57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

#s-1e1ff7c4-08a8-445f-bcf7-f49229064c0b {
  margin-bottom: 30px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
}








#s-1e1ff7c4-08a8-445f-bcf7-f49229064c0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e1ff7c4-08a8-445f-bcf7-f49229064c0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c622a823-86e3-42b2-9976-522a97c960ff {
  margin-bottom: 20px;
text-align: center;
}







  #s-c622a823-86e3-42b2-9976-522a97c960ff img.shogun-image {
    

    
    
    
  }


#s-c622a823-86e3-42b2-9976-522a97c960ff .shogun-image-content {
  
    align-items: center;
  
}

#s-31e6012a-294a-4958-8ce2-7d17164e76fe {
  padding-left: 20px;
padding-right: 20px;
}

#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7 {
  box-shadow:0px 0px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 202, 36, 1);
border-radius: 7px;
max-width: 310px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7-root {
    text-align: center;
  }


#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7-root {
    text-align: center;
  }


#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7-root {
    text-align: center;
  }


#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7-root {
    text-align: center;
  }


#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7-root {
    text-align: center;
  }


#s-886f02ba-fb23-482e-b2c4-4ca9af47b7a7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ea189636-bfcd-4f3e-b47d-6fc83f56ef0e {
  margin-top: 20px;
}

@media (min-width: 768px) and (max-width: 991px){#s-45e2c6fb-6191-43c9-98a2-ce5b75b89b98 {
  display: none;
}
#s-45e2c6fb-6191-43c9-98a2-ce5b75b89b98, #wrap-s-45e2c6fb-6191-43c9-98a2-ce5b75b89b98 { display: none !important; }}@media (max-width: 767px){#s-45e2c6fb-6191-43c9-98a2-ce5b75b89b98 {
  display: none;
}
#s-45e2c6fb-6191-43c9-98a2-ce5b75b89b98, #wrap-s-45e2c6fb-6191-43c9-98a2-ce5b75b89b98 { display: none !important; }}
@media (min-width: 1200px){#s-3ac55907-a45b-4dfd-ac85-5eba3cf128a4 {
  display: none;
}
#s-3ac55907-a45b-4dfd-ac85-5eba3cf128a4, #wrap-s-3ac55907-a45b-4dfd-ac85-5eba3cf128a4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ac55907-a45b-4dfd-ac85-5eba3cf128a4 {
  display: none;
}
#s-3ac55907-a45b-4dfd-ac85-5eba3cf128a4, #wrap-s-3ac55907-a45b-4dfd-ac85-5eba3cf128a4 { display: none !important; }}
#s-777b36d4-7d87-4e56-9606-f2c35f0e9283 {
  text-align: left;
}

#s-5f6a33ed-c143-4222-ba06-41d63daa2fd3 {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
min-height: 50px;
}








#s-5f6a33ed-c143-4222-ba06-41d63daa2fd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f6a33ed-c143-4222-ba06-41d63daa2fd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4283ebbe-e701-420c-87fd-45dfd92a585e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 670px;
}

#s-f43094fc-852b-45c4-8805-bc354548c348 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
}








#s-f43094fc-852b-45c4-8805-bc354548c348 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f43094fc-852b-45c4-8805-bc354548c348.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5824d309-a3e0-471c-9033-0e11415ba83b {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

@media (min-width: 0px) {
[id="s-5824d309-a3e0-471c-9033-0e11415ba83b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5824d309-a3e0-471c-9033-0e11415ba83b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-5824d309-a3e0-471c-9033-0e11415ba83b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-5824d309-a3e0-471c-9033-0e11415ba83b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-66cb5841-34bb-495a-954f-179a6f409147 {
  min-height: 50px;
}








#s-66cb5841-34bb-495a-954f-179a6f409147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66cb5841-34bb-495a-954f-179a6f409147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f393ae19-e83c-4b42-aaf3-cd158e35f905 {
  text-align: center;
}







  #s-f393ae19-e83c-4b42-aaf3-cd158e35f905 img.shogun-image {
    

    
    
    
  }


#s-f393ae19-e83c-4b42-aaf3-cd158e35f905 .shogun-image-content {
  
    align-items: center;
  
}

#s-21aa2f76-799f-49a6-ba6c-d2aaff830d47 {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 1200px){#s-21b5bcde-a018-4728-822d-519d9a97cbbd {
  display: none;
}
#s-21b5bcde-a018-4728-822d-519d9a97cbbd, #wrap-s-21b5bcde-a018-4728-822d-519d9a97cbbd { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-21b5bcde-a018-4728-822d-519d9a97cbbd {
  display: none;
}
#s-21b5bcde-a018-4728-822d-519d9a97cbbd, #wrap-s-21b5bcde-a018-4728-822d-519d9a97cbbd { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-21b5bcde-a018-4728-822d-519d9a97cbbd {
  display: none;
}
#s-21b5bcde-a018-4728-822d-519d9a97cbbd, #wrap-s-21b5bcde-a018-4728-822d-519d9a97cbbd { display: none !important; }}
@media (min-width: 0px) {
[id="s-21b5bcde-a018-4728-822d-519d9a97cbbd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-21b5bcde-a018-4728-822d-519d9a97cbbd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-21b5bcde-a018-4728-822d-519d9a97cbbd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-21b5bcde-a018-4728-822d-519d9a97cbbd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb {
  border-style: solid;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
max-width: 250px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
letter-spacing: 2px;
}
#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb-root {
    text-align: center;
  }


#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb-root {
    text-align: center;
  }


#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb-root {
    text-align: center;
  }


#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb-root {
    text-align: center;
  }


#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb-root {
    text-align: center;
  }


#s-a3ad3a3e-ac8a-4b81-a9fd-2e2d8a62b6bb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  block ;
}
}
#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16 {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-left: 0px;
padding-bottom: 9px;
padding-right: 0px;
border-radius: 6px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16:hover {border-radius: 6px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16:active {border-radius: 6px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}

  #s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16-root {
    text-align: center;
  }


#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16-root {
    text-align: center;
  }


#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16-root {
    text-align: center;
  }


#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16-root {
    text-align: center;
  }


#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16-root {
    text-align: center;
  }


#s-e4eecd5f-8b7e-4135-8da4-fa61ff3c6a16.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}
#s-37047ea5-20cb-4fc7-b875-35a3fbb5d302 {
  min-height: 50px;
}








#s-37047ea5-20cb-4fc7-b875-35a3fbb5d302 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37047ea5-20cb-4fc7-b875-35a3fbb5d302.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89a79242-134f-4904-90d8-32f4d6e26829 {
  text-align: center;
}







  #s-89a79242-134f-4904-90d8-32f4d6e26829 img.shogun-image {
    

    
    
    
  }


#s-89a79242-134f-4904-90d8-32f4d6e26829 .shogun-image-content {
  
    align-items: center;
  
}

#s-9318f565-4441-4102-82ab-ad44f46277f0 {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 1200px){#s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668 {
  display: none;
}
#s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668, #wrap-s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668 {
  display: none;
}
#s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668, #wrap-s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668 {
  display: none;
}
#s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668, #wrap-s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668 { display: none !important; }}
@media (min-width: 0px) {
[id="s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-94d8cf11-464d-4f2a-bea4-cb6cefd0e668"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-95918e81-29cc-46e0-8def-4ae611172dbb {
  padding-top: 9px;
padding-left: 20px;
padding-bottom: 9px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
cursor: pointer;
color: rgba(51, 51, 51, 1);
background-image: none;
hover-type: color;
}
#s-95918e81-29cc-46e0-8def-4ae611172dbb:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-95918e81-29cc-46e0-8def-4ae611172dbb:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}


#s-95918e81-29cc-46e0-8def-4ae611172dbb {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-95918e81-29cc-46e0-8def-4ae611172dbb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-95918e81-29cc-46e0-8def-4ae611172dbb.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}

#s-95918e81-29cc-46e0-8def-4ae611172dbb.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-7d118939-942c-4ee9-9cef-ddc8de467459 {
  margin-left: auto;
margin-right: auto;
padding-top: 9px;
padding-left: 0px;
padding-bottom: 9px;
padding-right: 0px;
border-radius: 6px;
max-width: 250px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
}
#s-7d118939-942c-4ee9-9cef-ddc8de467459:hover {border-radius: 6px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}#s-7d118939-942c-4ee9-9cef-ddc8de467459:active {border-radius: 6px !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(51, 51, 51, 1) !important;}

  #s-7d118939-942c-4ee9-9cef-ddc8de467459-root {
    text-align: center;
  }


#s-7d118939-942c-4ee9-9cef-ddc8de467459.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7d118939-942c-4ee9-9cef-ddc8de467459-root {
    text-align: center;
  }


#s-7d118939-942c-4ee9-9cef-ddc8de467459.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7d118939-942c-4ee9-9cef-ddc8de467459-root {
    text-align: center;
  }


#s-7d118939-942c-4ee9-9cef-ddc8de467459.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7d118939-942c-4ee9-9cef-ddc8de467459-root {
    text-align: center;
  }


#s-7d118939-942c-4ee9-9cef-ddc8de467459.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7d118939-942c-4ee9-9cef-ddc8de467459-root {
    text-align: center;
  }


#s-7d118939-942c-4ee9-9cef-ddc8de467459.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  font-family: SAA Series FD;
  display:  inline-block ;
}
}
#s-f9b814c9-29a6-4b4e-9db5-20edaba517bc {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}
@media (max-width: 767px){#s-f9b814c9-29a6-4b4e-9db5-20edaba517bc {
  display: none;
}
#s-f9b814c9-29a6-4b4e-9db5-20edaba517bc, #wrap-s-f9b814c9-29a6-4b4e-9db5-20edaba517bc { display: none !important; }}
@media (min-width: 0px) {
[id="s-f9b814c9-29a6-4b4e-9db5-20edaba517bc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9b814c9-29a6-4b4e-9db5-20edaba517bc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-f9b814c9-29a6-4b4e-9db5-20edaba517bc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9b814c9-29a6-4b4e-9db5-20edaba517bc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 0px) {
[id="s-822a6e4a-cae7-4584-80df-1798bbeeeeae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-822a6e4a-cae7-4584-80df-1798bbeeeeae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-822a6e4a-cae7-4584-80df-1798bbeeeeae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-822a6e4a-cae7-4584-80df-1798bbeeeeae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-2e566d77-e721-497b-8595-471394547bd5 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
letter-spacing: 2px;
}
#s-2e566d77-e721-497b-8595-471394547bd5:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2e566d77-e721-497b-8595-471394547bd5:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2e566d77-e721-497b-8595-471394547bd5-root {
    text-align: center;
  }


#s-2e566d77-e721-497b-8595-471394547bd5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2e566d77-e721-497b-8595-471394547bd5-root {
    text-align: center;
  }


#s-2e566d77-e721-497b-8595-471394547bd5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2e566d77-e721-497b-8595-471394547bd5-root {
    text-align: center;
  }


#s-2e566d77-e721-497b-8595-471394547bd5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2e566d77-e721-497b-8595-471394547bd5-root {
    text-align: center;
  }


#s-2e566d77-e721-497b-8595-471394547bd5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2e566d77-e721-497b-8595-471394547bd5-root {
    text-align: center;
  }


#s-2e566d77-e721-497b-8595-471394547bd5.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
letter-spacing: 2px;
}
#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-e869e65d-7f11-4d27-a87f-5a46b9404fd7-root {
    text-align: center;
  }


#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-e869e65d-7f11-4d27-a87f-5a46b9404fd7-root {
    text-align: center;
  }


#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e869e65d-7f11-4d27-a87f-5a46b9404fd7-root {
    text-align: center;
  }


#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e869e65d-7f11-4d27-a87f-5a46b9404fd7-root {
    text-align: center;
  }


#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-e869e65d-7f11-4d27-a87f-5a46b9404fd7-root {
    text-align: center;
  }


#s-e869e65d-7f11-4d27-a87f-5a46b9404fd7.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-077766d8-c836-470a-b4ad-77576f51f661"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-077766d8-c836-470a-b4ad-77576f51f661"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-077766d8-c836-470a-b4ad-77576f51f661"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-077766d8-c836-470a-b4ad-77576f51f661"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989 {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 202, 36, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
letter-spacing: 2px;
}
#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989:hover {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989:active {background-color: rgba(255, 202, 36, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989-root {
    text-align: center;
  }


#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989-root {
    text-align: center;
  }


#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989-root {
    text-align: center;
  }


#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989-root {
    text-align: center;
  }


#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989-root {
    text-align: center;
  }


#s-c35a21e8-cedd-4131-8c0e-ba7f6edb2989.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd {
  box-shadow:2px 2px 4px 1px rgba(0, 0, 0, 0.25);
border-style: solid;
padding-top: 12px;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 0px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(51, 51, 51, 1);
border-radius: 7px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(51, 51, 51, 1);
letter-spacing: 2px;
}
#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(51, 51, 51, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd-root {
    text-align: center;
  }


#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd-root {
    text-align: center;
  }


#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd-root {
    text-align: center;
  }


#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd-root {
    text-align: center;
  }


#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd-root {
    text-align: center;
  }


#s-2f26a22d-dcfe-48b9-84a9-03ae6abe05cd.shg-btn {
  color: rgba(51, 51, 51, 1);
  font-size: 14px;
  
  
  
  display:  block ;
}
}
#s-dd0f5644-ca0f-4923-a762-df839f4bf540 {
  margin-left: -20px;
margin-right: -20px;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(78, 78, 78, 1);
}








#s-dd0f5644-ca0f-4923-a762-df839f4bf540 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd0f5644-ca0f-4923-a762-df839f4bf540.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed3bbc0-a52f-4d06-bcaa-b4ec57de0612 {
  text-align: left;
}

#s-293dce12-5924-4c76-8aef-043c4a5ce9ad {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-1cd95e9a-fc48-4970-a2f7-581117ff7af2 {
  text-align: left;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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