.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-87855afc-d8a1-4f4d-8d33-ee442ac4202d {
  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;
border-style: solid;
min-height: 50px;
}








#s-87855afc-d8a1-4f4d-8d33-ee442ac4202d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87855afc-d8a1-4f4d-8d33-ee442ac4202d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c747a87-15f4-46fd-afbb-a77449e649b6 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: -20px;
margin-right: -20px;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c747a87-15f4-46fd-afbb-a77449e649b6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8c747a87-15f4-46fd-afbb-a77449e649b6, #wrap-s-8c747a87-15f4-46fd-afbb-a77449e649b6 { display: none !important; }}@media (max-width: 767px){#s-8c747a87-15f4-46fd-afbb-a77449e649b6 {
  
}
}@media (max-width: 767px){#s-8c747a87-15f4-46fd-afbb-a77449e649b6, #wrap-s-8c747a87-15f4-46fd-afbb-a77449e649b6 { display: none !important; }}
#s-8c747a87-15f4-46fd-afbb-a77449e649b6 {
  background-image: url(https://i.shgcdn.com/2a5ebb5c-3082-4cbd-a053-fa4db6a75c0b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8c747a87-15f4-46fd-afbb-a77449e649b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c747a87-15f4-46fd-afbb-a77449e649b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4da08fd-ff95-47f2-8f7f-ca1b4a416335 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
max-width: 800px;
background-color: rgba(255, 255, 255, 0.85);
}








#s-a4da08fd-ff95-47f2-8f7f-ca1b4a416335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4da08fd-ff95-47f2-8f7f-ca1b4a416335.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-fff014f2-1c25-4202-adb3-8d4f0f4d50a0 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-fff014f2-1c25-4202-adb3-8d4f0f4d50a0 {
  max-width: 80%;
}
}
#s-57f8b327-cc05-49c0-82b5-77626cb070a7 {
  margin-left: auto;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 1200px){#s-57f8b327-cc05-49c0-82b5-77626cb070a7 {
  
}
}@media (min-width: 1200px){#s-57f8b327-cc05-49c0-82b5-77626cb070a7, #wrap-s-57f8b327-cc05-49c0-82b5-77626cb070a7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57f8b327-cc05-49c0-82b5-77626cb070a7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-57f8b327-cc05-49c0-82b5-77626cb070a7, #wrap-s-57f8b327-cc05-49c0-82b5-77626cb070a7 { display: none !important; }}







#s-57f8b327-cc05-49c0-82b5-77626cb070a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57f8b327-cc05-49c0-82b5-77626cb070a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bde885f-1cd0-4d72-bc98-6a5692f3683e {
  margin-top: 50px;
margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 600px;
}
@media (max-width: 767px){#s-2bde885f-1cd0-4d72-bc98-6a5692f3683e {
  max-width: 80%;
}
}
.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-35be8661-4e15-4e11-8cce-567a0fcaaa4b {
  text-align: center;
}







  #s-35be8661-4e15-4e11-8cce-567a0fcaaa4b img.shogun-image {
    

    
    
    
  }


#s-35be8661-4e15-4e11-8cce-567a0fcaaa4b .shogun-image-content {
  
    align-items: center;
  
}

#s-d74c0bc6-4c09-4f4e-b8b9-c4c6affeee1f {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d74c0bc6-4c09-4f4e-b8b9-c4c6affeee1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d74c0bc6-4c09-4f4e-b8b9-c4c6affeee1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a0ccc2d-9d94-458a-bd51-19f208d29c9d {
  margin-bottom: 72px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(51, 51, 51, 1);
border-style: solid;
min-height: 50px;
}








#s-6a0ccc2d-9d94-458a-bd51-19f208d29c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a0ccc2d-9d94-458a-bd51-19f208d29c9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2676a5c0-9adb-4f34-ac59-6ee181edffa5 {
  padding-top: 12px;
padding-bottom: 12px;
background-color: rgba(245, 245, 245, 1);
}

#s-9e24ab96-a7d9-42c5-b5a6-034005d15fc6 {
  padding-top: 40px;
padding-bottom: 32px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-9e24ab96-a7d9-42c5-b5a6-034005d15fc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e24ab96-a7d9-42c5-b5a6-034005d15fc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-1d40f415-2d9a-492d-8837-4bda2878e017 {
  margin-left: auto;
margin-right: auto;
max-width: 1100px;
}

#s-1d40f415-2d9a-492d-8837-4bda2878e017 .shg-sld-dot {
  background-color: rgba(51, 51, 51, 1);
}

#s-1d40f415-2d9a-492d-8837-4bda2878e017 .shg-sld-nav-button.shg-sld-left,
#s-1d40f415-2d9a-492d-8837-4bda2878e017 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(51, 51, 51, 1);
}

.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-18c6a291-0b86-4bb3-b1bd-4a54b8d47c2d {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-18c6a291-0b86-4bb3-b1bd-4a54b8d47c2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-18c6a291-0b86-4bb3-b1bd-4a54b8d47c2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-18c6a291-0b86-4bb3-b1bd-4a54b8d47c2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-18c6a291-0b86-4bb3-b1bd-4a54b8d47c2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (max-width: 767px) {
  [id="s-18c6a291-0b86-4bb3-b1bd-4a54b8d47c2d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-2bdd40fe-c54a-4bf3-b110-bd45cb95a92f {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-33c6492d-1a44-4c2b-b4c7-427e69b564d1 {
  margin-left: auto;
max-width: 350px;
text-align: left;
}
@media (max-width: 767px){#s-33c6492d-1a44-4c2b-b4c7-427e69b564d1 {
  margin-right: auto;
}
}






  #s-33c6492d-1a44-4c2b-b4c7-427e69b564d1 img.shogun-image {
    

    
    
    
  }


#s-33c6492d-1a44-4c2b-b4c7-427e69b564d1 .shogun-image-content {
  
    align-items: center;
  
}

#s-53b37b99-a041-4898-8ca4-68655f305509 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-53b37b99-a041-4898-8ca4-68655f305509"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-53b37b99-a041-4898-8ca4-68655f305509"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-53b37b99-a041-4898-8ca4-68655f305509"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-53b37b99-a041-4898-8ca4-68655f305509"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-53b37b99-a041-4898-8ca4-68655f305509"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-03877257-fbbc-449f-aa9f-fb25e0dea06f {
  margin-left: auto;
margin-right: auto;
}

#s-6c6783e9-6691-43bd-a5b3-fedc349bb6b2 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-6c6783e9-6691-43bd-a5b3-fedc349bb6b2 {
  margin-right: auto;
}
}






  #s-6c6783e9-6691-43bd-a5b3-fedc349bb6b2 img.shogun-image {
    

    
    
    
  }


#s-6c6783e9-6691-43bd-a5b3-fedc349bb6b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-89bd5338-e524-4236-baa4-1e17997bfc9f {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-89bd5338-e524-4236-baa4-1e17997bfc9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89bd5338-e524-4236-baa4-1e17997bfc9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89bd5338-e524-4236-baa4-1e17997bfc9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89bd5338-e524-4236-baa4-1e17997bfc9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-89bd5338-e524-4236-baa4-1e17997bfc9f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f676d70a-135e-4e53-b865-63d4953e8f69 {
  margin-left: auto;
margin-right: auto;
}

#s-5c079bfc-a35d-43e5-9955-42d76963454a {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-5c079bfc-a35d-43e5-9955-42d76963454a {
  margin-right: auto;
}
}






  #s-5c079bfc-a35d-43e5-9955-42d76963454a img.shogun-image {
    

    
    
    
  }


#s-5c079bfc-a35d-43e5-9955-42d76963454a .shogun-image-content {
  
    align-items: center;
  
}

#s-1f5796ad-c835-4863-ae15-f439e82dc9f8 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-1f5796ad-c835-4863-ae15-f439e82dc9f8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f5796ad-c835-4863-ae15-f439e82dc9f8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f5796ad-c835-4863-ae15-f439e82dc9f8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f5796ad-c835-4863-ae15-f439e82dc9f8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-1f5796ad-c835-4863-ae15-f439e82dc9f8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-511b1497-1d89-43c2-a0cd-b438f2cea0ac {
  margin-left: auto;
margin-right: auto;
}

#s-a31febe3-5d18-4482-984c-e244aca83fb3 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-a31febe3-5d18-4482-984c-e244aca83fb3 {
  margin-right: auto;
}
}






  #s-a31febe3-5d18-4482-984c-e244aca83fb3 img.shogun-image {
    

    
    
    
  }


#s-a31febe3-5d18-4482-984c-e244aca83fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e76c400a-8105-46bc-aca0-58d85be9a3e3 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-e76c400a-8105-46bc-aca0-58d85be9a3e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e76c400a-8105-46bc-aca0-58d85be9a3e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e76c400a-8105-46bc-aca0-58d85be9a3e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e76c400a-8105-46bc-aca0-58d85be9a3e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-e76c400a-8105-46bc-aca0-58d85be9a3e3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f3111fd6-4885-471c-ad50-b581306df8a5 {
  margin-left: auto;
margin-right: auto;
}

#s-dba7bc30-a609-4666-88bc-3fe9fd7cc92a {
  margin-left: auto;
max-width: 350px;
text-align: center;
}
@media (max-width: 767px){#s-dba7bc30-a609-4666-88bc-3fe9fd7cc92a {
  margin-right: auto;
}
}






  #s-dba7bc30-a609-4666-88bc-3fe9fd7cc92a img.shogun-image {
    

    
    
    
  }


#s-dba7bc30-a609-4666-88bc-3fe9fd7cc92a .shogun-image-content {
  
    align-items: center;
  
}

#s-fb93e784-236a-4dc8-9c11-4976554361ce {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-fb93e784-236a-4dc8-9c11-4976554361ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fb93e784-236a-4dc8-9c11-4976554361ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb93e784-236a-4dc8-9c11-4976554361ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb93e784-236a-4dc8-9c11-4976554361ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4d37f75a-6ac0-4c77-bb2a-8dd5b5397127 {
  margin-left: auto;
margin-right: auto;
}

#s-cc9b19f7-7f6d-4e3a-a9f7-0503f08a5276 {
  margin-left: auto;
max-width: 350px;
text-align: center;
}







  #s-cc9b19f7-7f6d-4e3a-a9f7-0503f08a5276 img.shogun-image {
    

    
    
    
  }


#s-cc9b19f7-7f6d-4e3a-a9f7-0503f08a5276 .shogun-image-content {
  
    align-items: center;
  
}

#s-f46807c6-7026-4b72-95b1-b6f07eea5efa {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-f46807c6-7026-4b72-95b1-b6f07eea5efa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f46807c6-7026-4b72-95b1-b6f07eea5efa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-f46807c6-7026-4b72-95b1-b6f07eea5efa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-f46807c6-7026-4b72-95b1-b6f07eea5efa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5px);
}

}

@media (max-width: 767px) {
  [id="s-f46807c6-7026-4b72-95b1-b6f07eea5efa"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-efe0ba5b-9519-46a9-90e4-8bdd962c3f61 {
  margin-left: auto;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}

#s-32f2c2b6-9297-4b5f-8c62-d0067dd95ef7 {
  margin-left: auto;
max-width: 350px;
text-align: left;
}
@media (max-width: 767px){#s-32f2c2b6-9297-4b5f-8c62-d0067dd95ef7 {
  margin-right: auto;
}
}






  #s-32f2c2b6-9297-4b5f-8c62-d0067dd95ef7 img.shogun-image {
    

    
    
    
  }


#s-32f2c2b6-9297-4b5f-8c62-d0067dd95ef7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b3d007c2-a431-4beb-9c16-c2e63c06bc01 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-b3d007c2-a431-4beb-9c16-c2e63c06bc01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b3d007c2-a431-4beb-9c16-c2e63c06bc01.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-0a08ec27-fbba-4f0b-b5f6-258aaa754d6a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0a08ec27-fbba-4f0b-b5f6-258aaa754d6a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a08ec27-fbba-4f0b-b5f6-258aaa754d6a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a08ec27-fbba-4f0b-b5f6-258aaa754d6a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a08ec27-fbba-4f0b-b5f6-258aaa754d6a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a08ec27-fbba-4f0b-b5f6-258aaa754d6a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0a08ec27-fbba-4f0b-b5f6-258aaa754d6a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-64820b27-b897-4790-93db-4b03920ec6bd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64820b27-b897-4790-93db-4b03920ec6bd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64820b27-b897-4790-93db-4b03920ec6bd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-64820b27-b897-4790-93db-4b03920ec6bd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64820b27-b897-4790-93db-4b03920ec6bd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-64820b27-b897-4790-93db-4b03920ec6bd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-64820b27-b897-4790-93db-4b03920ec6bd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-b7cf710f-9626-43ff-bf1e-471b7c25fed0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b7cf710f-9626-43ff-bf1e-471b7c25fed0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7cf710f-9626-43ff-bf1e-471b7c25fed0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b7cf710f-9626-43ff-bf1e-471b7c25fed0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7cf710f-9626-43ff-bf1e-471b7c25fed0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7cf710f-9626-43ff-bf1e-471b7c25fed0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b7cf710f-9626-43ff-bf1e-471b7c25fed0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-fec85364-1ecb-46db-b320-b78deed541b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fec85364-1ecb-46db-b320-b78deed541b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fec85364-1ecb-46db-b320-b78deed541b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fec85364-1ecb-46db-b320-b78deed541b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fec85364-1ecb-46db-b320-b78deed541b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fec85364-1ecb-46db-b320-b78deed541b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fec85364-1ecb-46db-b320-b78deed541b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-c4c01dd0-d2db-410a-97b9-89214a3e62e0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c4c01dd0-d2db-410a-97b9-89214a3e62e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4c01dd0-d2db-410a-97b9-89214a3e62e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c4c01dd0-d2db-410a-97b9-89214a3e62e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4c01dd0-d2db-410a-97b9-89214a3e62e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c4c01dd0-d2db-410a-97b9-89214a3e62e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c4c01dd0-d2db-410a-97b9-89214a3e62e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-23023111-ec3d-4dc3-a821-9f8a36a78c16"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-23023111-ec3d-4dc3-a821-9f8a36a78c16"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-23023111-ec3d-4dc3-a821-9f8a36a78c16"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-23023111-ec3d-4dc3-a821-9f8a36a78c16"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-00d21045-919f-4600-9e76-2ba1996578fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-00d21045-919f-4600-9e76-2ba1996578fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-00d21045-919f-4600-9e76-2ba1996578fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-00d21045-919f-4600-9e76-2ba1996578fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-257e50b7-9f30-4e93-a170-f68fed1b3dfd"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-257e50b7-9f30-4e93-a170-f68fed1b3dfd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-257e50b7-9f30-4e93-a170-f68fed1b3dfd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-257e50b7-9f30-4e93-a170-f68fed1b3dfd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-257e50b7-9f30-4e93-a170-f68fed1b3dfd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-257e50b7-9f30-4e93-a170-f68fed1b3dfd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-257e50b7-9f30-4e93-a170-f68fed1b3dfd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-de2ac65d-78d4-47a5-9f31-b735d8d5f4f7 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-de2ac65d-78d4-47a5-9f31-b735d8d5f4f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de2ac65d-78d4-47a5-9f31-b735d8d5f4f7.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-697290d3-a5d0-409c-93c2-270902ce0856"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-697290d3-a5d0-409c-93c2-270902ce0856"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-697290d3-a5d0-409c-93c2-270902ce0856"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-697290d3-a5d0-409c-93c2-270902ce0856"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-697290d3-a5d0-409c-93c2-270902ce0856"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-697290d3-a5d0-409c-93c2-270902ce0856"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-697290d3-a5d0-409c-93c2-270902ce0856"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-58005939-235a-4cfb-a432-e1adde061ddd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-58005939-235a-4cfb-a432-e1adde061ddd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58005939-235a-4cfb-a432-e1adde061ddd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-58005939-235a-4cfb-a432-e1adde061ddd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58005939-235a-4cfb-a432-e1adde061ddd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-58005939-235a-4cfb-a432-e1adde061ddd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-58005939-235a-4cfb-a432-e1adde061ddd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-82cdc2e6-7c60-4851-82eb-c859b1b10a75"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-82cdc2e6-7c60-4851-82eb-c859b1b10a75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82cdc2e6-7c60-4851-82eb-c859b1b10a75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82cdc2e6-7c60-4851-82eb-c859b1b10a75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82cdc2e6-7c60-4851-82eb-c859b1b10a75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82cdc2e6-7c60-4851-82eb-c859b1b10a75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-82cdc2e6-7c60-4851-82eb-c859b1b10a75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ecf7379b-26ed-41dc-aa6a-ded54a105e68"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ecf7379b-26ed-41dc-aa6a-ded54a105e68"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecf7379b-26ed-41dc-aa6a-ded54a105e68"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecf7379b-26ed-41dc-aa6a-ded54a105e68"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecf7379b-26ed-41dc-aa6a-ded54a105e68"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecf7379b-26ed-41dc-aa6a-ded54a105e68"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecf7379b-26ed-41dc-aa6a-ded54a105e68"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9d3cfa65-152b-48a1-8d77-8284d8be50ff"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d3cfa65-152b-48a1-8d77-8284d8be50ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3cfa65-152b-48a1-8d77-8284d8be50ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d3cfa65-152b-48a1-8d77-8284d8be50ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3cfa65-152b-48a1-8d77-8284d8be50ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d3cfa65-152b-48a1-8d77-8284d8be50ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9d3cfa65-152b-48a1-8d77-8284d8be50ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-4a19f2b1-534b-4d05-9d80-980b397274dd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4a19f2b1-534b-4d05-9d80-980b397274dd"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a19f2b1-534b-4d05-9d80-980b397274dd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4a19f2b1-534b-4d05-9d80-980b397274dd"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a19f2b1-534b-4d05-9d80-980b397274dd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a19f2b1-534b-4d05-9d80-980b397274dd"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4a19f2b1-534b-4d05-9d80-980b397274dd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-91a0160e-cf1b-4355-830e-c2ea854de778"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-91a0160e-cf1b-4355-830e-c2ea854de778"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91a0160e-cf1b-4355-830e-c2ea854de778"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91a0160e-cf1b-4355-830e-c2ea854de778"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-deecc4b8-964a-4205-be01-ced5891a2f0e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-deecc4b8-964a-4205-be01-ced5891a2f0e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-deecc4b8-964a-4205-be01-ced5891a2f0e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-deecc4b8-964a-4205-be01-ced5891a2f0e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9ba96f8f-66ab-4433-87f9-45ca27ddbd88"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9ba96f8f-66ab-4433-87f9-45ca27ddbd88"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9ba96f8f-66ab-4433-87f9-45ca27ddbd88"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ba96f8f-66ab-4433-87f9-45ca27ddbd88"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-6752501f-4d76-4fd6-bcb9-c396fa3eaf95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6752501f-4d76-4fd6-bcb9-c396fa3eaf95"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6752501f-4d76-4fd6-bcb9-c396fa3eaf95"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6752501f-4d76-4fd6-bcb9-c396fa3eaf95"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-9227c43e-3488-4512-bb7d-30bbb7bba0da"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9227c43e-3488-4512-bb7d-30bbb7bba0da"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9227c43e-3488-4512-bb7d-30bbb7bba0da"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9227c43e-3488-4512-bb7d-30bbb7bba0da"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-f81d5979-2066-4652-8efc-61a87dc52f2d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f81d5979-2066-4652-8efc-61a87dc52f2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f81d5979-2066-4652-8efc-61a87dc52f2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f81d5979-2066-4652-8efc-61a87dc52f2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-18cedd41-5071-4b29-9685-8b601fbf0b71"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-18cedd41-5071-4b29-9685-8b601fbf0b71"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-18cedd41-5071-4b29-9685-8b601fbf0b71"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-18cedd41-5071-4b29-9685-8b601fbf0b71"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-5a702d39-b8ee-4e53-bdc5-151b11659f4c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a702d39-b8ee-4e53-bdc5-151b11659f4c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a702d39-b8ee-4e53-bdc5-151b11659f4c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a702d39-b8ee-4e53-bdc5-151b11659f4c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a702d39-b8ee-4e53-bdc5-151b11659f4c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a702d39-b8ee-4e53-bdc5-151b11659f4c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-5a702d39-b8ee-4e53-bdc5-151b11659f4c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

}

#s-431317bd-9013-4b0d-95d2-e6383ac9950e {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
padding-bottom: 50px;
min-height: 50px;
max-width: 800px;
}








#s-431317bd-9013-4b0d-95d2-e6383ac9950e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-431317bd-9013-4b0d-95d2-e6383ac9950e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20d2177b-b425-4b37-a4ec-70a52e10949e {
  margin-bottom: 24px;
}

#s-ed513f31-18bd-4043-a2e7-ab947b8eeaad {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-ed513f31-18bd-4043-a2e7-ab947b8eeaad"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ed513f31-18bd-4043-a2e7-ab947b8eeaad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed513f31-18bd-4043-a2e7-ab947b8eeaad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ed513f31-18bd-4043-a2e7-ab947b8eeaad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed513f31-18bd-4043-a2e7-ab947b8eeaad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed513f31-18bd-4043-a2e7-ab947b8eeaad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ed513f31-18bd-4043-a2e7-ab947b8eeaad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-5d16b849-3771-47e7-8d31-920c87ce94ab {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-5d16b849-3771-47e7-8d31-920c87ce94ab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-5d16b849-3771-47e7-8d31-920c87ce94ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d16b849-3771-47e7-8d31-920c87ce94ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5d16b849-3771-47e7-8d31-920c87ce94ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d16b849-3771-47e7-8d31-920c87ce94ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d16b849-3771-47e7-8d31-920c87ce94ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5d16b849-3771-47e7-8d31-920c87ce94ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-0a00a181-b233-471a-833e-37bfbe3dc962 {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-0a00a181-b233-471a-833e-37bfbe3dc962"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0a00a181-b233-471a-833e-37bfbe3dc962"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a00a181-b233-471a-833e-37bfbe3dc962"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0a00a181-b233-471a-833e-37bfbe3dc962"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a00a181-b233-471a-833e-37bfbe3dc962"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a00a181-b233-471a-833e-37bfbe3dc962"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0a00a181-b233-471a-833e-37bfbe3dc962"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-dc619860-eb08-42ac-9e1b-625c635a7c75 {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-dc619860-eb08-42ac-9e1b-625c635a7c75"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dc619860-eb08-42ac-9e1b-625c635a7c75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc619860-eb08-42ac-9e1b-625c635a7c75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc619860-eb08-42ac-9e1b-625c635a7c75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc619860-eb08-42ac-9e1b-625c635a7c75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc619860-eb08-42ac-9e1b-625c635a7c75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dc619860-eb08-42ac-9e1b-625c635a7c75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-d5ceb868-10b7-402f-9d7b-800935ea9e09 {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-d5ceb868-10b7-402f-9d7b-800935ea9e09"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d5ceb868-10b7-402f-9d7b-800935ea9e09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5ceb868-10b7-402f-9d7b-800935ea9e09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5ceb868-10b7-402f-9d7b-800935ea9e09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5ceb868-10b7-402f-9d7b-800935ea9e09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5ceb868-10b7-402f-9d7b-800935ea9e09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5ceb868-10b7-402f-9d7b-800935ea9e09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-89d8b0fd-30fe-4c98-9db0-53241fa512b9 {
  margin-top: 40px;
}

@media (min-width: 0px) {
[id="s-89d8b0fd-30fe-4c98-9db0-53241fa512b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-89d8b0fd-30fe-4c98-9db0-53241fa512b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89d8b0fd-30fe-4c98-9db0-53241fa512b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-89d8b0fd-30fe-4c98-9db0-53241fa512b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89d8b0fd-30fe-4c98-9db0-53241fa512b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-89d8b0fd-30fe-4c98-9db0-53241fa512b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-89d8b0fd-30fe-4c98-9db0-53241fa512b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ad2a3457-fa2a-435b-8d2d-54d06f330715"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ad2a3457-fa2a-435b-8d2d-54d06f330715"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad2a3457-fa2a-435b-8d2d-54d06f330715"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad2a3457-fa2a-435b-8d2d-54d06f330715"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad2a3457-fa2a-435b-8d2d-54d06f330715"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad2a3457-fa2a-435b-8d2d-54d06f330715"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ad2a3457-fa2a-435b-8d2d-54d06f330715"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-36a147a8-6ac3-45f4-b1e6-bf1940869e02"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-36a147a8-6ac3-45f4-b1e6-bf1940869e02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36a147a8-6ac3-45f4-b1e6-bf1940869e02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-36a147a8-6ac3-45f4-b1e6-bf1940869e02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36a147a8-6ac3-45f4-b1e6-bf1940869e02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-36a147a8-6ac3-45f4-b1e6-bf1940869e02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-36a147a8-6ac3-45f4-b1e6-bf1940869e02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-452e1aa3-0fff-47f3-b087-b6519bac0917"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-452e1aa3-0fff-47f3-b087-b6519bac0917"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-452e1aa3-0fff-47f3-b087-b6519bac0917"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-452e1aa3-0fff-47f3-b087-b6519bac0917"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-452e1aa3-0fff-47f3-b087-b6519bac0917"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-452e1aa3-0fff-47f3-b087-b6519bac0917"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-452e1aa3-0fff-47f3-b087-b6519bac0917"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-dbf811cb-97f1-4cb1-bf6f-8a931fa02c5e"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dbf811cb-97f1-4cb1-bf6f-8a931fa02c5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbf811cb-97f1-4cb1-bf6f-8a931fa02c5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dbf811cb-97f1-4cb1-bf6f-8a931fa02c5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbf811cb-97f1-4cb1-bf6f-8a931fa02c5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbf811cb-97f1-4cb1-bf6f-8a931fa02c5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dbf811cb-97f1-4cb1-bf6f-8a931fa02c5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-729a1d56-0a22-4f00-8175-8354f410b597 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(228, 228, 226, 1);
}








#s-729a1d56-0a22-4f00-8175-8354f410b597 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-729a1d56-0a22-4f00-8175-8354f410b597.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-943cb7c6-0f36-48bc-a9f5-cd040a07f716 {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-943cb7c6-0f36-48bc-a9f5-cd040a07f716 {
  
}
}@media (min-width: 1200px){#s-943cb7c6-0f36-48bc-a9f5-cd040a07f716, #wrap-s-943cb7c6-0f36-48bc-a9f5-cd040a07f716 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-943cb7c6-0f36-48bc-a9f5-cd040a07f716 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-943cb7c6-0f36-48bc-a9f5-cd040a07f716, #wrap-s-943cb7c6-0f36-48bc-a9f5-cd040a07f716 { display: none !important; }}
#s-1f312fdf-e957-4202-8ae6-b7f10e94603b {
  margin-left: auto;
margin-right: auto;
max-width: 930px;
}

@media (min-width: 0px) {
[id="s-1f312fdf-e957-4202-8ae6-b7f10e94603b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f312fdf-e957-4202-8ae6-b7f10e94603b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f312fdf-e957-4202-8ae6-b7f10e94603b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1f312fdf-e957-4202-8ae6-b7f10e94603b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f312fdf-e957-4202-8ae6-b7f10e94603b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1f312fdf-e957-4202-8ae6-b7f10e94603b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1f312fdf-e957-4202-8ae6-b7f10e94603b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-c0c59cf1-b6f5-41e9-bf8e-4e95f834f296 {
  text-align: left;
}

#s-e4237aa3-9039-494b-8713-5e372cfffde6 {
  margin-top: 50px;
margin-bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4237aa3-9039-494b-8713-5e372cfffde6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4237aa3-9039-494b-8713-5e372cfffde6, #wrap-s-e4237aa3-9039-494b-8713-5e372cfffde6 { display: none !important; }}@media (max-width: 767px){#s-e4237aa3-9039-494b-8713-5e372cfffde6 {
  
}
}@media (max-width: 767px){#s-e4237aa3-9039-494b-8713-5e372cfffde6, #wrap-s-e4237aa3-9039-494b-8713-5e372cfffde6 { display: none !important; }}
#s-c7002f20-1150-40a8-bca0-6afb50f41df0 {
  text-align: left;
}

#s-3f5be70a-8437-4a67-ad54-b44ec53cebc8 {
  text-align: left;
}

#s-4a090fee-a431-4944-aeb6-19787063edbc {
  margin-left: auto;
margin-right: auto;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
max-width: 1100px;
}








#s-4a090fee-a431-4944-aeb6-19787063edbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a090fee-a431-4944-aeb6-19787063edbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-428e97c8-2ada-48be-b954-fe06cc558bf1 {
  padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-706971b8-1a6e-4b50-9329-f4a714c64964"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-706971b8-1a6e-4b50-9329-f4a714c64964"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-706971b8-1a6e-4b50-9329-f4a714c64964"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-706971b8-1a6e-4b50-9329-f4a714c64964"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-63759513-5a88-453c-b4ae-65788b72af85 {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-63759513-5a88-453c-b4ae-65788b72af85 img.shogun-image {
    

    
    
    
  }


#s-63759513-5a88-453c-b4ae-65788b72af85 .shogun-image-content {
  
    align-items: center;
  
}

#s-46235267-8a31-49b0-8412-a920ff57b816 {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 0px;
min-height: 52px;
background-color: rgba(255, 255, 255, 0.85);
}

#s-2942569d-e9a9-4f94-97f2-e3272bb7a247 {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-2942569d-e9a9-4f94-97f2-e3272bb7a247 img.shogun-image {
    

    
    
    
  }


#s-2942569d-e9a9-4f94-97f2-e3272bb7a247 .shogun-image-content {
  
    align-items: center;
  
}

#s-c4003be0-37bb-44a2-a9f2-f7c47aa7eb95 {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 0%;
min-height: 52px;
background-color: rgba(255, 255, 255, 0.85);
}

#s-4991ecdb-e5ed-4db3-9234-ed7cf8785223 {
  margin-bottom: 30px;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}







  #s-4991ecdb-e5ed-4db3-9234-ed7cf8785223 img.shogun-image {
    

    
    
    
  }


#s-4991ecdb-e5ed-4db3-9234-ed7cf8785223 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bb0f898-6830-4976-9ed9-e79efe734e1a {
  padding-top: 16px;
padding-left: 16px;
padding-bottom: 16px;
padding-right: 0%;
min-height: 52px;
background-color: rgba(255, 255, 255, 0.85);
}

/*table.hours-table {*/
/*    border-collapse: collapse;*/
/*    width: 50%;*/
/*    margin: 20px auto;*/
/*  }*/
/*  th.hours-day, td.hours-day {*/
/*    border: 1px solid black;*/
/*    padding: 8px;*/
/*    text-align: center;*/
/*  }*/
/*  td.hours-hours {*/
/*    border: 1px solid black;*/
/*    padding: 8px;*/
/*    text-align: center;*/
/*  }*/


/*.hours-table {*/
/*    padding: 0 0 50px 0;*/
/*    margin: 30px auto 0px;*/
/*    width: 400px;*/
/*}*/

/*.hours-table td {*/
/*    font-family: SaaSeries, 'SAA Series FD', 'Open Sans';*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-size: 16px;*/
/*    line-height: 16px;*/
/*    letter-spacing: 2px;*/
/*    text-transform: uppercase;*/
    /*color: #fff;*/
/*    padding-top: 5px;*/
/*    padding-bottom: 5px;*/
/*    letter-spacing: .05em;*/
/*    width: auto;*/
/*}*/

/*.hours-day {*/
/*    padding-right: 20px;*/
/*    border-right: 1px solid #999;*/
/*    text-align: right;*/
/*}*/

/*.hours-hours {*/
/*    text-align: left;*/
/*    padding-left: 20px;*/
/*}*/
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-c: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}
