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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-5c1a91e4-bde3-4e5e-8253-3ada38018ff1 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5c1a91e4-bde3-4e5e-8253-3ada38018ff1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c1a91e4-bde3-4e5e-8253-3ada38018ff1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4fe38970-b812-42b1-b90f-497589643146 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-4fe38970-b812-42b1-b90f-497589643146 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4fe38970-b812-42b1-b90f-497589643146.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c8e7b8e-6b4a-4ad9-8191-7a9c2c64acb9 {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}

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

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

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

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

@media (min-width: 1200px){#s-c49853f5-cb12-47ae-91e7-b34983533bb1 {
  display: none;
}
#s-c49853f5-cb12-47ae-91e7-b34983533bb1, #wrap-s-c49853f5-cb12-47ae-91e7-b34983533bb1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c49853f5-cb12-47ae-91e7-b34983533bb1 {
  display: none;
}
#s-c49853f5-cb12-47ae-91e7-b34983533bb1, #wrap-s-c49853f5-cb12-47ae-91e7-b34983533bb1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c49853f5-cb12-47ae-91e7-b34983533bb1 {
  display: none;
}
#s-c49853f5-cb12-47ae-91e7-b34983533bb1, #wrap-s-c49853f5-cb12-47ae-91e7-b34983533bb1 { display:none !important; }}
.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-6cda951f-1308-4cbc-9b73-c89e8c90a704 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6cda951f-1308-4cbc-9b73-c89e8c90a704"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cda951f-1308-4cbc-9b73-c89e8c90a704"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6cda951f-1308-4cbc-9b73-c89e8c90a704"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6cda951f-1308-4cbc-9b73-c89e8c90a704"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6cda951f-1308-4cbc-9b73-c89e8c90a704"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cda951f-1308-4cbc-9b73-c89e8c90a704"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-6cda951f-1308-4cbc-9b73-c89e8c90a704"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0119255d-335b-41b0-b6e6-d234384f4cf8 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}
@media (max-width: 767px){#s-0119255d-335b-41b0-b6e6-d234384f4cf8 {
  display: none;
}
#s-0119255d-335b-41b0-b6e6-d234384f4cf8, #wrap-s-0119255d-335b-41b0-b6e6-d234384f4cf8 { display:none !important; }}
#s-f14281a1-8483-42b1-8920-65a670ae4aa9 {
  border-style: solid;
padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(182, 165, 120, 1);
max-width: 450px;
}

#s-53559099-9a48-4a29-874a-d112e2ca87cd {
  min-height: 50px;
}








#s-53559099-9a48-4a29-874a-d112e2ca87cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.03;
}#s-53559099-9a48-4a29-874a-d112e2ca87cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-87a2d872-5df3-4d45-986f-dd7be7465ab3 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-87a2d872-5df3-4d45-986f-dd7be7465ab3 {
  display: none;
}
#s-87a2d872-5df3-4d45-986f-dd7be7465ab3, #wrap-s-87a2d872-5df3-4d45-986f-dd7be7465ab3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-87a2d872-5df3-4d45-986f-dd7be7465ab3 {
  display: none;
}
#s-87a2d872-5df3-4d45-986f-dd7be7465ab3, #wrap-s-87a2d872-5df3-4d45-986f-dd7be7465ab3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-87a2d872-5df3-4d45-986f-dd7be7465ab3 {
  display: none;
}
#s-87a2d872-5df3-4d45-986f-dd7be7465ab3, #wrap-s-87a2d872-5df3-4d45-986f-dd7be7465ab3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-87a2d872-5df3-4d45-986f-dd7be7465ab3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87a2d872-5df3-4d45-986f-dd7be7465ab3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-87a2d872-5df3-4d45-986f-dd7be7465ab3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-87a2d872-5df3-4d45-986f-dd7be7465ab3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dca29369-145f-4cde-b3ac-b85e8a6469fb {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-dca29369-145f-4cde-b3ac-b85e8a6469fb {
  display: none;
}
#s-dca29369-145f-4cde-b3ac-b85e8a6469fb, #wrap-s-dca29369-145f-4cde-b3ac-b85e8a6469fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dca29369-145f-4cde-b3ac-b85e8a6469fb {
  display: none;
}
#s-dca29369-145f-4cde-b3ac-b85e8a6469fb, #wrap-s-dca29369-145f-4cde-b3ac-b85e8a6469fb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dca29369-145f-4cde-b3ac-b85e8a6469fb {
  display: none;
}
#s-dca29369-145f-4cde-b3ac-b85e8a6469fb, #wrap-s-dca29369-145f-4cde-b3ac-b85e8a6469fb { display:none !important; }}
.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-0acb61bc-64dc-4e14-98b8-45184efcda86 {
  text-align: center;
}







  #s-0acb61bc-64dc-4e14-98b8-45184efcda86 img.shogun-image {
    

    
    
    
  }


#s-0acb61bc-64dc-4e14-98b8-45184efcda86 .shogun-image-content {
  
    align-items: center;
  
}

#s-5d101505-f756-40f1-857d-0e5ce6c030f9 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}
@media (min-width: 1200px){#s-5d101505-f756-40f1-857d-0e5ce6c030f9 {
  display: none;
}
#s-5d101505-f756-40f1-857d-0e5ce6c030f9, #wrap-s-5d101505-f756-40f1-857d-0e5ce6c030f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d101505-f756-40f1-857d-0e5ce6c030f9 {
  display: none;
}
#s-5d101505-f756-40f1-857d-0e5ce6c030f9, #wrap-s-5d101505-f756-40f1-857d-0e5ce6c030f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d101505-f756-40f1-857d-0e5ce6c030f9 {
  display: none;
}
#s-5d101505-f756-40f1-857d-0e5ce6c030f9, #wrap-s-5d101505-f756-40f1-857d-0e5ce6c030f9 { display:none !important; }}
#s-51874ad8-1378-4e40-b112-4a03efbf67bd {
  opacity: 1;
}
@media (min-width: 1200px){#s-51874ad8-1378-4e40-b112-4a03efbf67bd {
  display: none;
}
#s-51874ad8-1378-4e40-b112-4a03efbf67bd, #wrap-s-51874ad8-1378-4e40-b112-4a03efbf67bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51874ad8-1378-4e40-b112-4a03efbf67bd {
  display: none;
}
#s-51874ad8-1378-4e40-b112-4a03efbf67bd, #wrap-s-51874ad8-1378-4e40-b112-4a03efbf67bd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-51874ad8-1378-4e40-b112-4a03efbf67bd {
  display: none;
}
#s-51874ad8-1378-4e40-b112-4a03efbf67bd, #wrap-s-51874ad8-1378-4e40-b112-4a03efbf67bd { display:none !important; }}
#s-e22728df-5807-4486-aab3-d6dfa5cc1be0 {
  border-style: solid;
margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-e22728df-5807-4486-aab3-d6dfa5cc1be0 {
  display: none;
}
#s-e22728df-5807-4486-aab3-d6dfa5cc1be0, #wrap-s-e22728df-5807-4486-aab3-d6dfa5cc1be0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e22728df-5807-4486-aab3-d6dfa5cc1be0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e22728df-5807-4486-aab3-d6dfa5cc1be0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e22728df-5807-4486-aab3-d6dfa5cc1be0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e22728df-5807-4486-aab3-d6dfa5cc1be0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c0c14859-b6c1-4134-a9b6-83a52c56f03e {
  text-align: center;
}
@media (max-width: 767px){#s-c0c14859-b6c1-4134-a9b6-83a52c56f03e {
  display: none;
}
#s-c0c14859-b6c1-4134-a9b6-83a52c56f03e, #wrap-s-c0c14859-b6c1-4134-a9b6-83a52c56f03e { display:none !important; }}






  #s-c0c14859-b6c1-4134-a9b6-83a52c56f03e img.shogun-image {
    

    
    
    
  }


#s-c0c14859-b6c1-4134-a9b6-83a52c56f03e .shogun-image-content {
  
    align-items: center;
  
}

#s-10173e53-bcd5-41d6-b7aa-37f1aa609351 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 600px;
}

#s-c3d1881c-6241-4e4c-bac0-5f3213f61cf6 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
max-width: 600px;
}

#s-cc0705f8-647a-4a88-a771-eb74b144ebd5 {
  opacity: 1;
}
@media (max-width: 767px){#s-cc0705f8-647a-4a88-a771-eb74b144ebd5 {
  display: none;
}
#s-cc0705f8-647a-4a88-a771-eb74b144ebd5, #wrap-s-cc0705f8-647a-4a88-a771-eb74b144ebd5 { display:none !important; }}
#s-3085ef07-d65d-4293-8593-cc932184ff0d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-3085ef07-d65d-4293-8593-cc932184ff0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3085ef07-d65d-4293-8593-cc932184ff0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92db7fa5-6f38-4b07-adc6-3d328b5d1bb4 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-a6920a65-54e6-46e7-924a-25b23350e962"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a6920a65-54e6-46e7-924a-25b23350e962"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a6920a65-54e6-46e7-924a-25b23350e962"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a6920a65-54e6-46e7-924a-25b23350e962"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a3cddb6b-2bd0-494f-b30b-2da51e5b3c3d {
  text-align: center;
}







  #s-a3cddb6b-2bd0-494f-b30b-2da51e5b3c3d img.shogun-image {
    

    
    
    
  }


#s-a3cddb6b-2bd0-494f-b30b-2da51e5b3c3d .shogun-image-content {
  
    align-items: center;
  
}

#s-3ba5fec2-4e52-4a0a-b185-d589b22e2373 {
  text-align: center;
}







  #s-3ba5fec2-4e52-4a0a-b185-d589b22e2373 img.shogun-image {
    

    
    
    
  }


#s-3ba5fec2-4e52-4a0a-b185-d589b22e2373 .shogun-image-content {
  
    align-items: center;
  
}

#s-46b00c5f-2c23-4dc2-8219-db2d4c6cfa74 {
  text-align: center;
}







  #s-46b00c5f-2c23-4dc2-8219-db2d4c6cfa74 img.shogun-image {
    

    
    
    
  }


#s-46b00c5f-2c23-4dc2-8219-db2d4c6cfa74 .shogun-image-content {
  
    align-items: center;
  
}

#s-08e02821-ee88-4c81-8ece-511271e1edb3 {
  text-align: center;
}







  #s-08e02821-ee88-4c81-8ece-511271e1edb3 img.shogun-image {
    

    
    
    
  }


#s-08e02821-ee88-4c81-8ece-511271e1edb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-fc9b8f6b-f083-47e8-8ae9-bf6fc038d88d {
  border-style: solid;
margin-top: 10px;
margin-bottom: 0px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(219, 219, 219, 1);
}

.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-fc9763bd-5d7f-42df-8764-b215bf262b1b {
  margin-top: 0px;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(204, 0, 0, 1);
text-decoration: none;
}
#s-fc9763bd-5d7f-42df-8764-b215bf262b1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-fc9763bd-5d7f-42df-8764-b215bf262b1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fc9763bd-5d7f-42df-8764-b215bf262b1b-root {
    text-align: center;
  }


#s-fc9763bd-5d7f-42df-8764-b215bf262b1b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fc9763bd-5d7f-42df-8764-b215bf262b1b-root {
    text-align: center;
  }


#s-fc9763bd-5d7f-42df-8764-b215bf262b1b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fc9763bd-5d7f-42df-8764-b215bf262b1b-root {
    text-align: center;
  }


#s-fc9763bd-5d7f-42df-8764-b215bf262b1b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fc9763bd-5d7f-42df-8764-b215bf262b1b-root {
    text-align: center;
  }


#s-fc9763bd-5d7f-42df-8764-b215bf262b1b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fc9763bd-5d7f-42df-8764-b215bf262b1b-root {
    text-align: center;
  }


#s-fc9763bd-5d7f-42df-8764-b215bf262b1b.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-6a096661-0a94-4a5e-930c-ae827262b003 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 20px;
padding-bottom: 20px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}

#s-cc1bad6d-ac84-4e79-9cae-0a11d67a1352 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
}








#s-cc1bad6d-ac84-4e79-9cae-0a11d67a1352 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cc1bad6d-ac84-4e79-9cae-0a11d67a1352.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-1b736d6d-3919-4298-a5a3-ea2fd7662243"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b736d6d-3919-4298-a5a3-ea2fd7662243"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b736d6d-3919-4298-a5a3-ea2fd7662243"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b736d6d-3919-4298-a5a3-ea2fd7662243"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e6c01624-f061-4c43-82a8-3e5d3477dc22 {
  text-align: center;
}







  #s-e6c01624-f061-4c43-82a8-3e5d3477dc22 img.shogun-image {
    

    
    
    
  }


#s-e6c01624-f061-4c43-82a8-3e5d3477dc22 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-66b62c72-d5cb-4ccb-8c87-da06e9f78495 {
  padding-bottom: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-66b62c72-d5cb-4ccb-8c87-da06e9f78495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66b62c72-d5cb-4ccb-8c87-da06e9f78495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a224eb7-7011-4554-84ee-1ad303bf0298 {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-7f8c4a8b-0c1d-40d9-b61e-fb1f0eef330c {
  padding-left: 20px;
padding-right: 20px;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-7f8c4a8b-0c1d-40d9-b61e-fb1f0eef330c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f8c4a8b-0c1d-40d9-b61e-fb1f0eef330c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7f8c4a8b-0c1d-40d9-b61e-fb1f0eef330c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f8c4a8b-0c1d-40d9-b61e-fb1f0eef330c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1e1da92d-6f3d-48f9-ba97-748fab441b88 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: left;
background-color: rgba(204, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1e1da92d-6f3d-48f9-ba97-748fab441b88:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1e1da92d-6f3d-48f9-ba97-748fab441b88:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e1da92d-6f3d-48f9-ba97-748fab441b88-root {
    text-align: left;
  }


#s-1e1da92d-6f3d-48f9-ba97-748fab441b88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e1da92d-6f3d-48f9-ba97-748fab441b88-root {
    text-align: left;
  }


#s-1e1da92d-6f3d-48f9-ba97-748fab441b88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e1da92d-6f3d-48f9-ba97-748fab441b88-root {
    text-align: left;
  }


#s-1e1da92d-6f3d-48f9-ba97-748fab441b88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e1da92d-6f3d-48f9-ba97-748fab441b88-root {
    text-align: left;
  }


#s-1e1da92d-6f3d-48f9-ba97-748fab441b88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e1da92d-6f3d-48f9-ba97-748fab441b88-root {
    text-align: left;
  }


#s-1e1da92d-6f3d-48f9-ba97-748fab441b88.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-a71b6eb2-87d1-403b-940d-eba835cbc431 {
  text-align: center;
}







  #s-a71b6eb2-87d1-403b-940d-eba835cbc431 img.shogun-image {
    

    
    
    
  }


#s-a71b6eb2-87d1-403b-940d-eba835cbc431 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-3c33dcb4-c951-49b4-94d4-c62b46669651 {
  padding-bottom: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-3c33dcb4-c951-49b4-94d4-c62b46669651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c33dcb4-c951-49b4-94d4-c62b46669651.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a5e948a-dd77-4527-8438-e5d6373a2e9b {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-8f82f83a-2b15-43f9-b7e7-ec53df30e1ab {
  padding-left: 20px;
padding-right: 20px;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-8f82f83a-2b15-43f9-b7e7-ec53df30e1ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f82f83a-2b15-43f9-b7e7-ec53df30e1ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f82f83a-2b15-43f9-b7e7-ec53df30e1ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f82f83a-2b15-43f9-b7e7-ec53df30e1ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c85f7c3e-9ed5-4252-9677-445fea57b89d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: left;
background-color: rgba(204, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c85f7c3e-9ed5-4252-9677-445fea57b89d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c85f7c3e-9ed5-4252-9677-445fea57b89d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c85f7c3e-9ed5-4252-9677-445fea57b89d-root {
    text-align: left;
  }


#s-c85f7c3e-9ed5-4252-9677-445fea57b89d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c85f7c3e-9ed5-4252-9677-445fea57b89d-root {
    text-align: left;
  }


#s-c85f7c3e-9ed5-4252-9677-445fea57b89d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c85f7c3e-9ed5-4252-9677-445fea57b89d-root {
    text-align: left;
  }


#s-c85f7c3e-9ed5-4252-9677-445fea57b89d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c85f7c3e-9ed5-4252-9677-445fea57b89d-root {
    text-align: left;
  }


#s-c85f7c3e-9ed5-4252-9677-445fea57b89d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c85f7c3e-9ed5-4252-9677-445fea57b89d-root {
    text-align: left;
  }


#s-c85f7c3e-9ed5-4252-9677-445fea57b89d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-4861cc17-c8f7-44cc-baa7-e4ce5249a958 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-4861cc17-c8f7-44cc-baa7-e4ce5249a958"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4861cc17-c8f7-44cc-baa7-e4ce5249a958"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4861cc17-c8f7-44cc-baa7-e4ce5249a958"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4861cc17-c8f7-44cc-baa7-e4ce5249a958"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9c21c83b-acc3-4d7f-a975-cc3fbb282efc {
  text-align: center;
}







  #s-9c21c83b-acc3-4d7f-a975-cc3fbb282efc img.shogun-image {
    

    
    
    
  }


#s-9c21c83b-acc3-4d7f-a975-cc3fbb282efc .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-0f01e091-bd49-420c-a312-a0c1336fb6f8 {
  padding-bottom: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-0f01e091-bd49-420c-a312-a0c1336fb6f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f01e091-bd49-420c-a312-a0c1336fb6f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd2a2a29-e36b-4cba-ac2b-a64d3a8ddf4c {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-5293bd35-68ce-4856-aef9-7084d3a5bfbb {
  padding-left: 20px;
padding-right: 20px;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-5293bd35-68ce-4856-aef9-7084d3a5bfbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5293bd35-68ce-4856-aef9-7084d3a5bfbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5293bd35-68ce-4856-aef9-7084d3a5bfbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5293bd35-68ce-4856-aef9-7084d3a5bfbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4731a3c1-207b-4cf0-842f-65a823e7655d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: left;
background-color: rgba(204, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4731a3c1-207b-4cf0-842f-65a823e7655d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-4731a3c1-207b-4cf0-842f-65a823e7655d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4731a3c1-207b-4cf0-842f-65a823e7655d-root {
    text-align: left;
  }


#s-4731a3c1-207b-4cf0-842f-65a823e7655d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4731a3c1-207b-4cf0-842f-65a823e7655d-root {
    text-align: left;
  }


#s-4731a3c1-207b-4cf0-842f-65a823e7655d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4731a3c1-207b-4cf0-842f-65a823e7655d-root {
    text-align: left;
  }


#s-4731a3c1-207b-4cf0-842f-65a823e7655d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4731a3c1-207b-4cf0-842f-65a823e7655d-root {
    text-align: left;
  }


#s-4731a3c1-207b-4cf0-842f-65a823e7655d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4731a3c1-207b-4cf0-842f-65a823e7655d-root {
    text-align: left;
  }


#s-4731a3c1-207b-4cf0-842f-65a823e7655d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
#s-c9906f52-3652-461f-951c-a05837e4b1d4 {
  text-align: center;
}







  #s-c9906f52-3652-461f-951c-a05837e4b1d4 img.shogun-image {
    

    
    
    
  }


#s-c9906f52-3652-461f-951c-a05837e4b1d4 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8d3dcab6-3915-4ba9-99cd-c31e0f87e111 {
  padding-bottom: 15px;
min-height: 50px;
background-color: rgba(0, 0, 0, 0.7);
}








#s-8d3dcab6-3915-4ba9-99cd-c31e0f87e111 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d3dcab6-3915-4ba9-99cd-c31e0f87e111.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-566cb6d0-08c9-4297-88c3-1c198e4d344b {
  padding-left: 20px;
padding-right: 20px;
background-color: rgba(0, 0, 0, 0);
}

#s-8ab8bd57-66b7-4585-8219-e52a97fcc13c {
  padding-left: 20px;
padding-right: 20px;
border-radius: 0px;
}

@media (min-width: 0px) {
[id="s-8ab8bd57-66b7-4585-8219-e52a97fcc13c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ab8bd57-66b7-4585-8219-e52a97fcc13c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8ab8bd57-66b7-4585-8219-e52a97fcc13c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ab8bd57-66b7-4585-8219-e52a97fcc13c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2796998a-45e0-48b7-b659-5f26e750d29b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
text-align: left;
background-color: rgba(204, 0, 0, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2796998a-45e0-48b7-b659-5f26e750d29b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2796998a-45e0-48b7-b659-5f26e750d29b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2796998a-45e0-48b7-b659-5f26e750d29b-root {
    text-align: left;
  }


#s-2796998a-45e0-48b7-b659-5f26e750d29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2796998a-45e0-48b7-b659-5f26e750d29b-root {
    text-align: left;
  }


#s-2796998a-45e0-48b7-b659-5f26e750d29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2796998a-45e0-48b7-b659-5f26e750d29b-root {
    text-align: left;
  }


#s-2796998a-45e0-48b7-b659-5f26e750d29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2796998a-45e0-48b7-b659-5f26e750d29b-root {
    text-align: left;
  }


#s-2796998a-45e0-48b7-b659-5f26e750d29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2796998a-45e0-48b7-b659-5f26e750d29b-root {
    text-align: left;
  }


#s-2796998a-45e0-48b7-b659-5f26e750d29b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Archivo Black;
  display:  inline-block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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