.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-ecc94d0d-2414-4b26-b95f-a515315fec47 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: -120px;
min-height: 500px;
background-position: center center;
}

#s-ecc94d0d-2414-4b26-b95f-a515315fec47 {
  background-image: url(https://i.shgcdn.com/1c4460bc-69a4-42e8-9808-994068b48525/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-ecc94d0d-2414-4b26-b95f-a515315fec47 > .shg-box-overlay {
  background-color: rgba(1, 99, 129, 0);
  opacity: 0;
}#s-ecc94d0d-2414-4b26-b95f-a515315fec47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-daf14e1a-5982-4f9e-ae19-38c6e9637c36 {
  margin-top: 180px;
margin-left: 8%;
margin-right: 8%;
}
@media (max-width: 767px){#s-daf14e1a-5982-4f9e-ae19-38c6e9637c36 {
  margin-left: 5%;
margin-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-daf14e1a-5982-4f9e-ae19-38c6e9637c36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-daf14e1a-5982-4f9e-ae19-38c6e9637c36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-daf14e1a-5982-4f9e-ae19-38c6e9637c36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-daf14e1a-5982-4f9e-ae19-38c6e9637c36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-6d0274e5-825a-420e-8f36-1984357a23f6 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: left center;
}

#s-6d0274e5-825a-420e-8f36-1984357a23f6 {
  background-image: url(https://i.shgcdn.com/9e8daffd-0f39-4915-afeb-8e0d5804daf6/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-6d0274e5-825a-420e-8f36-1984357a23f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d0274e5-825a-420e-8f36-1984357a23f6.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-804358a9-fafd-496f-8666-1dba01c4422f {
  margin-top: 10px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-804358a9-fafd-496f-8666-1dba01c4422f {
  
}
}@media (max-width: 767px){#s-804358a9-fafd-496f-8666-1dba01c4422f {
  
}
}
#s-bcb50434-2432-469f-bbcc-cfc9845f256a {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 15px;
padding-left: 0%;
padding-bottom: 15px;
padding-right: 0%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bcb50434-2432-469f-bbcc-cfc9845f256a {
  
}
}@media (max-width: 767px){#s-bcb50434-2432-469f-bbcc-cfc9845f256a {
  
}
}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-1c9fdf8b-4cd2-41bf-b3cd-480219c1fbb7 {
  padding-top: 5px;
padding-bottom: 5px;
}

#s-1c9fdf8b-4cd2-41bf-b3cd-480219c1fbb7 hr {
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-64bd0bbf-4d01-4467-a26d-ad7eb609eb59 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-64bd0bbf-4d01-4467-a26d-ad7eb609eb59 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64bd0bbf-4d01-4467-a26d-ad7eb609eb59.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a97cc98e-9b5f-4a3d-af56-2404f6e3ced0 {
  min-height: 50px;
}








#s-a97cc98e-9b5f-4a3d-af56-2404f6e3ced0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a97cc98e-9b5f-4a3d-af56-2404f6e3ced0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ae78cf8-f8f0-4eec-a412-370e6f005489 {
  margin-left: 4%;
margin-right: 4%;
padding-top: 65px;
padding-left: 0%;
padding-bottom: 65px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-5ae78cf8-f8f0-4eec-a412-370e6f005489"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ae78cf8-f8f0-4eec-a412-370e6f005489"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-5ae78cf8-f8f0-4eec-a412-370e6f005489"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ae78cf8-f8f0-4eec-a412-370e6f005489"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-9d322ca8-b4b8-4a1e-895b-f237d50e50cd {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-9d322ca8-b4b8-4a1e-895b-f237d50e50cd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d322ca8-b4b8-4a1e-895b-f237d50e50cd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9d322ca8-b4b8-4a1e-895b-f237d50e50cd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d322ca8-b4b8-4a1e-895b-f237d50e50cd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-63518727-34d7-4458-8ae7-498dba52f58e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}

#s-63518727-34d7-4458-8ae7-498dba52f58e {
  background-image: url(https://i.shgcdn.com/6e4cbd63-3951-4603-883a-454b59898b34/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-63518727-34d7-4458-8ae7-498dba52f58e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63518727-34d7-4458-8ae7-498dba52f58e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88a43001-d387-4e27-994b-b9a87a9a4160 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-88a43001-d387-4e27-994b-b9a87a9a4160 {
  
}
}
#s-97b538b1-9d6e-47ca-b7cc-62175690a480 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-97b538b1-9d6e-47ca-b7cc-62175690a480 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-97b538b1-9d6e-47ca-b7cc-62175690a480 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
.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-7ca782bc-1650-4079-90c2-a1a4386987e2 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 190, 88, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(0, 0, 0, 0.55);
text-align: left;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-7ca782bc-1650-4079-90c2-a1a4386987e2:hover {background-color: rgba(1, 99, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ca782bc-1650-4079-90c2-a1a4386987e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7ca782bc-1650-4079-90c2-a1a4386987e2-root {
    text-align: left;
  }


#s-7ca782bc-1650-4079-90c2-a1a4386987e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7ca782bc-1650-4079-90c2-a1a4386987e2-root {
    text-align: left;
  }


#s-7ca782bc-1650-4079-90c2-a1a4386987e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ca782bc-1650-4079-90c2-a1a4386987e2-root {
    text-align: left;
  }


#s-7ca782bc-1650-4079-90c2-a1a4386987e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ca782bc-1650-4079-90c2-a1a4386987e2-root {
    text-align: left;
  }


#s-7ca782bc-1650-4079-90c2-a1a4386987e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7ca782bc-1650-4079-90c2-a1a4386987e2-root {
    text-align: left;
  }


#s-7ca782bc-1650-4079-90c2-a1a4386987e2.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-7adc3bad-87b5-4de4-a9d8-305eee392c47 {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-7adc3bad-87b5-4de4-a9d8-305eee392c47"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7adc3bad-87b5-4de4-a9d8-305eee392c47"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7adc3bad-87b5-4de4-a9d8-305eee392c47"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7adc3bad-87b5-4de4-a9d8-305eee392c47"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bbc8dbd2-d4d4-4160-8a74-33a726cc555a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}

#s-bbc8dbd2-d4d4-4160-8a74-33a726cc555a {
  background-image: url(https://i.shgcdn.com/d6c8712c-d842-4c2b-b809-2feff8aa7ae3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-bbc8dbd2-d4d4-4160-8a74-33a726cc555a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbc8dbd2-d4d4-4160-8a74-33a726cc555a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62858f65-c5d6-47e8-8d50-50ac7a6c6830 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-62858f65-c5d6-47e8-8d50-50ac7a6c6830 {
  
}
}
#s-f46f07c0-ebbc-4d25-adb2-6060376607f9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f46f07c0-ebbc-4d25-adb2-6060376607f9 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-f46f07c0-ebbc-4d25-adb2-6060376607f9 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 190, 88, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(133, 190, 88, 1);
text-align: left;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e:hover {background-color: rgba(1, 99, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e-root {
    text-align: left;
  }


#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e-root {
    text-align: left;
  }


#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e-root {
    text-align: left;
  }


#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e-root {
    text-align: left;
  }


#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e-root {
    text-align: left;
  }


#s-4b6fe4b2-2d01-4f2a-9cfb-25cd4c2a323e.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-cbc7efad-8dca-4533-8218-0beb7c212831 {
  margin-left: 2%;
margin-right: 2%;
padding-top: 65px;
padding-left: 0%;
padding-bottom: 65px;
padding-right: 0%;
}
@media (max-width: 767px){#s-cbc7efad-8dca-4533-8218-0beb7c212831 {
  margin-left: 4%;
margin-right: 4%;
}
}
@media (min-width: 0px) {
[id="s-cbc7efad-8dca-4533-8218-0beb7c212831"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbc7efad-8dca-4533-8218-0beb7c212831"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-cbc7efad-8dca-4533-8218-0beb7c212831"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbc7efad-8dca-4533-8218-0beb7c212831"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-443bdb73-7761-4ec1-b244-5d37750726ce {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 14px;
}
@media (min-width: 1200px){#s-443bdb73-7761-4ec1-b244-5d37750726ce {
  display: none;
}
#s-443bdb73-7761-4ec1-b244-5d37750726ce, #wrap-s-443bdb73-7761-4ec1-b244-5d37750726ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-443bdb73-7761-4ec1-b244-5d37750726ce {
  display: none;
}
#s-443bdb73-7761-4ec1-b244-5d37750726ce, #wrap-s-443bdb73-7761-4ec1-b244-5d37750726ce { display:none !important; }}@media (max-width: 767px){#s-443bdb73-7761-4ec1-b244-5d37750726ce {
  margin-top: 30px;
}
}
#s-f6df950d-31e0-45c7-9745-507830bc48ef {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-f6df950d-31e0-45c7-9745-507830bc48ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f6df950d-31e0-45c7-9745-507830bc48ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f6df950d-31e0-45c7-9745-507830bc48ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f6df950d-31e0-45c7-9745-507830bc48ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-645900b6-119b-4033-808b-2aa6d7f0969d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-645900b6-119b-4033-808b-2aa6d7f0969d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-645900b6-119b-4033-808b-2aa6d7f0969d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50c8da67-fee0-4721-9a92-b6570c6232e9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-50c8da67-fee0-4721-9a92-b6570c6232e9 {
  
}
}
#s-944359ec-a54d-4fe8-986e-670b02acf6fb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-944359ec-a54d-4fe8-986e-670b02acf6fb {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-944359ec-a54d-4fe8-986e-670b02acf6fb {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 190, 88, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(133, 190, 88, 1);
text-align: left;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff:hover {background-color: rgba(1, 99, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4feb2982-7caa-4da8-aea8-be1861d3d2ff-root {
    text-align: left;
  }


#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4feb2982-7caa-4da8-aea8-be1861d3d2ff-root {
    text-align: left;
  }


#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4feb2982-7caa-4da8-aea8-be1861d3d2ff-root {
    text-align: left;
  }


#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4feb2982-7caa-4da8-aea8-be1861d3d2ff-root {
    text-align: left;
  }


#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4feb2982-7caa-4da8-aea8-be1861d3d2ff-root {
    text-align: left;
  }


#s-4feb2982-7caa-4da8-aea8-be1861d3d2ff.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-27a5f711-f2da-4f6f-912a-beab32ba81b0 {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-27a5f711-f2da-4f6f-912a-beab32ba81b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27a5f711-f2da-4f6f-912a-beab32ba81b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-27a5f711-f2da-4f6f-912a-beab32ba81b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-27a5f711-f2da-4f6f-912a-beab32ba81b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5b572491-9504-481a-bd25-9a298be90a8e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-5b572491-9504-481a-bd25-9a298be90a8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b572491-9504-481a-bd25-9a298be90a8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7958fe04-00ae-4a6c-a6b9-c2b31e990f82 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-7958fe04-00ae-4a6c-a6b9-c2b31e990f82 {
  
}
}
#s-88dd7b03-2a97-4388-bb06-aac990f7bc14 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-88dd7b03-2a97-4388-bb06-aac990f7bc14 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-88dd7b03-2a97-4388-bb06-aac990f7bc14 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-53c70a59-277c-4281-9040-51245d89bf73 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 190, 88, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(133, 190, 88, 1);
text-align: left;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-53c70a59-277c-4281-9040-51245d89bf73:hover {background-color: rgba(1, 99, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-53c70a59-277c-4281-9040-51245d89bf73:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-53c70a59-277c-4281-9040-51245d89bf73-root {
    text-align: left;
  }


#s-53c70a59-277c-4281-9040-51245d89bf73.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-53c70a59-277c-4281-9040-51245d89bf73-root {
    text-align: left;
  }


#s-53c70a59-277c-4281-9040-51245d89bf73.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-53c70a59-277c-4281-9040-51245d89bf73-root {
    text-align: left;
  }


#s-53c70a59-277c-4281-9040-51245d89bf73.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-53c70a59-277c-4281-9040-51245d89bf73-root {
    text-align: left;
  }


#s-53c70a59-277c-4281-9040-51245d89bf73.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-53c70a59-277c-4281-9040-51245d89bf73-root {
    text-align: left;
  }


#s-53c70a59-277c-4281-9040-51245d89bf73.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-10934d92-c527-465b-8eab-d4d3a7ed558b {
  margin-left: 4%;
margin-right: 4%;
padding-top: 65px;
padding-left: 0%;
padding-bottom: 65px;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-10934d92-c527-465b-8eab-d4d3a7ed558b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10934d92-c527-465b-8eab-d4d3a7ed558b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-10934d92-c527-465b-8eab-d4d3a7ed558b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-10934d92-c527-465b-8eab-d4d3a7ed558b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99 {
  margin-top: 3%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 14px;
}
@media (min-width: 1200px){#s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99 {
  display: none;
}
#s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99, #wrap-s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99 {
  display: none;
}
#s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99, #wrap-s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99 { display:none !important; }}@media (max-width: 767px){#s-8fe14ac5-5344-4f69-b6b7-a4f74802ef99 {
  margin-top: 30px;
}
}
#s-805f5139-fa1f-4c11-b400-54684a1627a4 {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-805f5139-fa1f-4c11-b400-54684a1627a4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-805f5139-fa1f-4c11-b400-54684a1627a4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-805f5139-fa1f-4c11-b400-54684a1627a4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-805f5139-fa1f-4c11-b400-54684a1627a4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-25fb7f3c-7ba9-4048-900d-2252cca39bc3 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-25fb7f3c-7ba9-4048-900d-2252cca39bc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25fb7f3c-7ba9-4048-900d-2252cca39bc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3578c636-a315-4658-98d7-250db981571f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-3578c636-a315-4658-98d7-250db981571f {
  
}
}
#s-35ef717d-60c3-452c-8865-75c562fc2550 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-35ef717d-60c3-452c-8865-75c562fc2550 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-35ef717d-60c3-452c-8865-75c562fc2550 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 190, 88, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(133, 190, 88, 1);
text-align: left;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862:hover {background-color: rgba(1, 99, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ef9e918-b4ec-4887-b83c-80a46fbd8862-root {
    text-align: left;
  }


#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ef9e918-b4ec-4887-b83c-80a46fbd8862-root {
    text-align: left;
  }


#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ef9e918-b4ec-4887-b83c-80a46fbd8862-root {
    text-align: left;
  }


#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ef9e918-b4ec-4887-b83c-80a46fbd8862-root {
    text-align: left;
  }


#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ef9e918-b4ec-4887-b83c-80a46fbd8862-root {
    text-align: left;
  }


#s-6ef9e918-b4ec-4887-b83c-80a46fbd8862.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-32dd0d2f-ab2a-4b5d-a1fc-097d1872ed20 {
  margin-top: 35px;
margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-32dd0d2f-ab2a-4b5d-a1fc-097d1872ed20"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-32dd0d2f-ab2a-4b5d-a1fc-097d1872ed20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-32dd0d2f-ab2a-4b5d-a1fc-097d1872ed20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-32dd0d2f-ab2a-4b5d-a1fc-097d1872ed20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-3d533424-2637-4356-a770-cdcf1a854765 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 250px;
background-position: center center;
}








#s-3d533424-2637-4356-a770-cdcf1a854765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d533424-2637-4356-a770-cdcf1a854765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6a0be20-158a-4c20-9516-c91d478c0859 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-f6a0be20-158a-4c20-9516-c91d478c0859 {
  
}
}
#s-bff8bd20-317f-4f44-b6fb-f2a6a5f22664 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-bff8bd20-317f-4f44-b6fb-f2a6a5f22664 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-bff8bd20-317f-4f44-b6fb-f2a6a5f22664 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-e570edcd-28ad-4578-a418-4058822d76ae {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(133, 190, 88, 1);
border-style: solid;
border-radius: 10px;
background-color: rgba(133, 190, 88, 1);
text-align: left;
text-decoration: none;
letter-spacing: 3px;
background-image: none;
hover-type: color;
}
#s-e570edcd-28ad-4578-a418-4058822d76ae:hover {background-color: rgba(1, 99, 129, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e570edcd-28ad-4578-a418-4058822d76ae:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e570edcd-28ad-4578-a418-4058822d76ae-root {
    text-align: left;
  }


#s-e570edcd-28ad-4578-a418-4058822d76ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e570edcd-28ad-4578-a418-4058822d76ae-root {
    text-align: left;
  }


#s-e570edcd-28ad-4578-a418-4058822d76ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e570edcd-28ad-4578-a418-4058822d76ae-root {
    text-align: left;
  }


#s-e570edcd-28ad-4578-a418-4058822d76ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e570edcd-28ad-4578-a418-4058822d76ae-root {
    text-align: left;
  }


#s-e570edcd-28ad-4578-a418-4058822d76ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e570edcd-28ad-4578-a418-4058822d76ae-root {
    text-align: left;
  }


#s-e570edcd-28ad-4578-a418-4058822d76ae.shg-btn {
  color: #ffffff;
  font-size: 12px;
  
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-1070d111-2c8d-4b76-874f-ae30c6a003ff {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-1070d111-2c8d-4b76-874f-ae30c6a003ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1070d111-2c8d-4b76-874f-ae30c6a003ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51eacbb2-edd1-4962-a005-715d75f08846 {
  margin-top: 30px;
margin-left: 5%;
margin-bottom: 30px;
margin-right: 5%;
}

#s-fa9d643d-6988-4b1e-92ac-83c2cd9b5b0a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-bottom: 40px;
}

#s-67518a55-52bc-40bf-902c-897c80dd06d8 {
  margin-top: 25px;
margin-left: 2%;
margin-bottom: 25px;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-67518a55-52bc-40bf-902c-897c80dd06d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67518a55-52bc-40bf-902c-897c80dd06d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67518a55-52bc-40bf-902c-897c80dd06d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67518a55-52bc-40bf-902c-897c80dd06d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-31f84d55-12a9-4441-a7ff-a5014e89df0b {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-31f84d55-12a9-4441-a7ff-a5014e89df0b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-31f84d55-12a9-4441-a7ff-a5014e89df0b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-31f84d55-12a9-4441-a7ff-a5014e89df0b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-31f84d55-12a9-4441-a7ff-a5014e89df0b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-23845bcc-5a30-49d5-bc76-4623d79cc3d3 {
  min-height: 50px;
}








#s-23845bcc-5a30-49d5-bc76-4623d79cc3d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23845bcc-5a30-49d5-bc76-4623d79cc3d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-569fc62f-ba99-41a8-926c-ea96f8ab4c23 {
  min-height: 120px;
max-width: 120px;
text-align: center;
}







  img.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
    
    
  }


.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shg-align-container {
  text-align: center
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
    
    
  }


.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shg-align-container {
  text-align: center
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
  box-sizing: border-box;
}


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





  img.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
    
    
  }


.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shg-align-container {
  text-align: center
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
  box-sizing: border-box;
}


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





  img.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
    
    
  }


.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shg-align-container {
  text-align: center
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
  box-sizing: border-box;
}


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





  img.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
    
    
  }


.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23 .shogun-image-content {
  
    align-items: center;
  
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shg-align-container {
  text-align: center
}

.s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-569fc62f-ba99-41a8-926c-ea96f8ab4c23.shogun-image {
  box-sizing: border-box;
}


}
#s-49d77452-f95e-4b56-a72e-9aca11f3b9b8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed {
  min-height: 120px;
max-width: 120px;
text-align: center;
}







  img.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
    
    
  }


.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed .shogun-image-content {
  
    align-items: center;
  
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shg-align-container {
  text-align: center
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
    
    
  }


.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed .shogun-image-content {
  
    align-items: center;
  
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shg-align-container {
  text-align: center
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
    
    
  }


.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed .shogun-image-content {
  
    align-items: center;
  
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shg-align-container {
  text-align: center
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
    
    
  }


.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed .shogun-image-content {
  
    align-items: center;
  
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shg-align-container {
  text-align: center
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
    
    
  }


.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed .shogun-image-content {
  
    align-items: center;
  
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shg-align-container {
  text-align: center
}

.s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9ecc45fc-4fb5-4610-a7f6-b7c628f2eeed.shogun-image {
  box-sizing: border-box;
}


}
#s-5fe4782a-55cc-4543-8363-3a2f59cbe56d {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-ab9e6771-30b8-43a7-99a8-f79030edb980 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-ab9e6771-30b8-43a7-99a8-f79030edb980"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ab9e6771-30b8-43a7-99a8-f79030edb980"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ab9e6771-30b8-43a7-99a8-f79030edb980"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab9e6771-30b8-43a7-99a8-f79030edb980"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f55aecb5-9ae1-4849-83dc-6956413e193c {
  min-height: 120px;
max-width: 120px;
text-align: center;
}







  img.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
    
    
  }


.s-f55aecb5-9ae1-4849-83dc-6956413e193c .shogun-image-content {
  
    align-items: center;
  
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shg-align-container {
  text-align: center
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
    
    
  }


.s-f55aecb5-9ae1-4849-83dc-6956413e193c .shogun-image-content {
  
    align-items: center;
  
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shg-align-container {
  text-align: center
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
    
    
  }


.s-f55aecb5-9ae1-4849-83dc-6956413e193c .shogun-image-content {
  
    align-items: center;
  
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shg-align-container {
  text-align: center
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
    
    
  }


.s-f55aecb5-9ae1-4849-83dc-6956413e193c .shogun-image-content {
  
    align-items: center;
  
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shg-align-container {
  text-align: center
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
    
    
  }


.s-f55aecb5-9ae1-4849-83dc-6956413e193c .shogun-image-content {
  
    align-items: center;
  
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shg-align-container {
  text-align: center
}

.s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f55aecb5-9ae1-4849-83dc-6956413e193c.shogun-image {
  box-sizing: border-box;
}


}
#s-513b417d-aacc-41d8-a353-7f2914e81062 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-add9616e-d44c-46be-ad91-d0b10767a746 {
  min-height: 50px;
}








#s-add9616e-d44c-46be-ad91-d0b10767a746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-add9616e-d44c-46be-ad91-d0b10767a746.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49ac5399-e37c-4eab-a47f-9e31b94963b4 {
  min-height: 120px;
max-width: 120px;
text-align: center;
}







  img.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
    
    
  }


.s-49ac5399-e37c-4eab-a47f-9e31b94963b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shg-align-container {
  text-align: center
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
    
    
  }


.s-49ac5399-e37c-4eab-a47f-9e31b94963b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shg-align-container {
  text-align: center
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
    
    
  }


.s-49ac5399-e37c-4eab-a47f-9e31b94963b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shg-align-container {
  text-align: center
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
    
    
  }


.s-49ac5399-e37c-4eab-a47f-9e31b94963b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shg-align-container {
  text-align: center
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
  box-sizing: border-box;
}


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





  img.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
    
    
  }


.s-49ac5399-e37c-4eab-a47f-9e31b94963b4 .shogun-image-content {
  
    align-items: center;
  
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shg-align-container {
  text-align: center
}

.s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49ac5399-e37c-4eab-a47f-9e31b94963b4.shogun-image {
  box-sizing: border-box;
}


}
#s-a68f4452-6528-4c05-b0a3-b5ccbc3203ad {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-409b0a9a-4c58-4183-bf67-80e841a78b1a {
  min-height: 50px;
}








#s-409b0a9a-4c58-4183-bf67-80e841a78b1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-409b0a9a-4c58-4183-bf67-80e841a78b1a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f22a249-f5a0-4900-8c6b-0a6de435bce9 {
  margin-top: 3%;
margin-left: 15%;
margin-bottom: 1%;
margin-right: 15%;
}

@media (min-width: 0px) {
[id="s-7f22a249-f5a0-4900-8c6b-0a6de435bce9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7f22a249-f5a0-4900-8c6b-0a6de435bce9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-7f22a249-f5a0-4900-8c6b-0a6de435bce9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f22a249-f5a0-4900-8c6b-0a6de435bce9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-912bc3ff-ac9b-4b34-983a-73c013df2a52 {
  text-align: center;
}







  #s-912bc3ff-ac9b-4b34-983a-73c013df2a52 img.shogun-image {
    

    
    
    
  }


#s-912bc3ff-ac9b-4b34-983a-73c013df2a52 .shogun-image-content {
  
    align-items: center;
  
}

#s-b109fc68-54e2-40dd-b3e3-2b9840b15cf1 {
  text-align: center;
}







  #s-b109fc68-54e2-40dd-b3e3-2b9840b15cf1 img.shogun-image {
    

    
    
    
  }


#s-b109fc68-54e2-40dd-b3e3-2b9840b15cf1 .shogun-image-content {
  
    align-items: center;
  
}

#s-aa950ad1-e677-44ae-8629-f04ec5c4ecaa {
  text-align: center;
}







  #s-aa950ad1-e677-44ae-8629-f04ec5c4ecaa img.shogun-image {
    

    
    
    
  }


#s-aa950ad1-e677-44ae-8629-f04ec5c4ecaa .shogun-image-content {
  
    align-items: center;
  
}

#s-f5964fed-3d06-48fd-bbc7-1ab36a129ca9 {
  text-align: center;
}







  #s-f5964fed-3d06-48fd-bbc7-1ab36a129ca9 img.shogun-image {
    

    
    
    
  }


#s-f5964fed-3d06-48fd-bbc7-1ab36a129ca9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4154ef76-dbea-4cc1-9799-37e25a04979f {
  text-align: center;
}







  #s-4154ef76-dbea-4cc1-9799-37e25a04979f img.shogun-image {
    

    
    
    
  }


#s-4154ef76-dbea-4cc1-9799-37e25a04979f .shogun-image-content {
  
    align-items: center;
  
}

#s-507c90d2-eb0b-42c3-9557-a0f8d09fea38 {
  text-align: center;
}







  #s-507c90d2-eb0b-42c3-9557-a0f8d09fea38 img.shogun-image {
    

    
    
    
  }


#s-507c90d2-eb0b-42c3-9557-a0f8d09fea38 .shogun-image-content {
  
    align-items: center;
  
}

#s-64565c31-df38-4007-b729-c18f14e873cd {
  margin-bottom: -120px;
min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}








#s-64565c31-df38-4007-b729-c18f14e873cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64565c31-df38-4007-b729-c18f14e873cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6deb8d03-f629-48d9-b1b5-cbce1d4eb385 {
  margin-bottom: -120px;
min-height: 50px;
background-color: rgba(34, 34, 34, 1);
}








#s-6deb8d03-f629-48d9-b1b5-cbce1d4eb385 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6deb8d03-f629-48d9-b1b5-cbce1d4eb385.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8bbdd81-62b1-4309-92e7-d14672e0b86d {
  margin-top: 60px;
margin-left: 80px;
margin-bottom: 60px;
margin-right: 80px;
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-a8bbdd81-62b1-4309-92e7-d14672e0b86d {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-a8bbdd81-62b1-4309-92e7-d14672e0b86d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a8bbdd81-62b1-4309-92e7-d14672e0b86d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a8bbdd81-62b1-4309-92e7-d14672e0b86d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a8bbdd81-62b1-4309-92e7-d14672e0b86d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8b48aff8-0c67-4eda-8f4b-acbf8d9d68c1 {
  background-repeat: no-repeat;
background-size: contain;
margin-top: 25px;
margin-bottom: 25px;
min-height: 65px;
background-position: left center;
}








#s-8b48aff8-0c67-4eda-8f4b-acbf8d9d68c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b48aff8-0c67-4eda-8f4b-acbf8d9d68c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aca89238-6663-4a48-9ba1-25aa1cc9bcf8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-aca89238-6663-4a48-9ba1-25aa1cc9bcf8 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-aca89238-6663-4a48-9ba1-25aa1cc9bcf8 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-afe69d3d-d963-45a2-8a36-fec9c4ce10c4 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-afe69d3d-d963-45a2-8a36-fec9c4ce10c4 {
  display: none;
}
#s-afe69d3d-d963-45a2-8a36-fec9c4ce10c4, #wrap-s-afe69d3d-d963-45a2-8a36-fec9c4ce10c4 { display:none !important; }}@media (max-width: 767px){#s-afe69d3d-d963-45a2-8a36-fec9c4ce10c4 {
  display: none;
}
#s-afe69d3d-d963-45a2-8a36-fec9c4ce10c4, #wrap-s-afe69d3d-d963-45a2-8a36-fec9c4ce10c4 { display:none !important; }}
#s-ef859e23-c0c7-4dbc-90b8-2872b775793f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-ef859e23-c0c7-4dbc-90b8-2872b775793f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-ef859e23-c0c7-4dbc-90b8-2872b775793f {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-d9ea1bbb-5ae8-432f-ae16-5b5a49f25dbb {
  min-height: 140px;
}








#s-d9ea1bbb-5ae8-432f-ae16-5b5a49f25dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9ea1bbb-5ae8-432f-ae16-5b5a49f25dbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-185b91bc-0140-40d5-b6ee-c8ee9be4bc8d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 60px;
background-position: center center;
}








#s-185b91bc-0140-40d5-b6ee-c8ee9be4bc8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-185b91bc-0140-40d5-b6ee-c8ee9be4bc8d.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-9538bd02-8386-4dad-86fd-99e0a8d028ad"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9538bd02-8386-4dad-86fd-99e0a8d028ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9538bd02-8386-4dad-86fd-99e0a8d028ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9538bd02-8386-4dad-86fd-99e0a8d028ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-b524d28a-7c32-4d2e-9469-faeedfdf86f1 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}








#s-b524d28a-7c32-4d2e-9469-faeedfdf86f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b524d28a-7c32-4d2e-9469-faeedfdf86f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5032899-1c52-4d1f-b73f-670c2dc37fa9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}








#s-a5032899-1c52-4d1f-b73f-670c2dc37fa9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5032899-1c52-4d1f-b73f-670c2dc37fa9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c00a2c5-3eb6-40d6-a1c5-044385d744cf {
  background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}








#s-7c00a2c5-3eb6-40d6-a1c5-044385d744cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c00a2c5-3eb6-40d6-a1c5-044385d744cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-04aa5cdc-79b9-422c-b0e5-d585cc7f4087 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 150px;
background-position: center center;
}








#s-04aa5cdc-79b9-422c-b0e5-d585cc7f4087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04aa5cdc-79b9-422c-b0e5-d585cc7f4087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c57126ad-0d4b-45d7-a126-89ce498258f4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-c57126ad-0d4b-45d7-a126-89ce498258f4 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-c57126ad-0d4b-45d7-a126-89ce498258f4 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-289024af-f922-4f80-b6ce-49ecb06ea043 {
  margin-top: 20px;
margin-bottom: 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}
