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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d4b2029d-03e3-43f1-8f1f-eb9118543828 {
  min-height: 600px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d4b2029d-03e3-43f1-8f1f-eb9118543828 {
  display: none;
}
#s-d4b2029d-03e3-43f1-8f1f-eb9118543828, #wrap-s-d4b2029d-03e3-43f1-8f1f-eb9118543828 { display:none !important; }}@media (max-width: 767px){#s-d4b2029d-03e3-43f1-8f1f-eb9118543828 {
  display: none;
}
#s-d4b2029d-03e3-43f1-8f1f-eb9118543828, #wrap-s-d4b2029d-03e3-43f1-8f1f-eb9118543828 { display:none !important; }}







#s-d4b2029d-03e3-43f1-8f1f-eb9118543828 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4b2029d-03e3-43f1-8f1f-eb9118543828.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5789ebd-8a37-41ee-a48b-4a6a27ccb889 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-0705a1d9-13f4-4fcc-8b76-40dbecb96a98 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-0705a1d9-13f4-4fcc-8b76-40dbecb96a98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0705a1d9-13f4-4fcc-8b76-40dbecb96a98.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-a0286ea6-1799-46e6-a1f2-967f6823b447 {
  margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-a0286ea6-1799-46e6-a1f2-967f6823b447"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0286ea6-1799-46e6-a1f2-967f6823b447"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0286ea6-1799-46e6-a1f2-967f6823b447"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0286ea6-1799-46e6-a1f2-967f6823b447"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-62b240a5-31b0-446a-94a4-72547a67291d {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}








#s-62b240a5-31b0-446a-94a4-72547a67291d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62b240a5-31b0-446a-94a4-72547a67291d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad0c5f30-10a0-4701-bb08-be44c29fe842 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-ad0c5f30-10a0-4701-bb08-be44c29fe842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad0c5f30-10a0-4701-bb08-be44c29fe842.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0995170d-2a4c-41a6-b557-998044e28233 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-0995170d-2a4c-41a6-b557-998044e28233"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0995170d-2a4c-41a6-b557-998044e28233"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0995170d-2a4c-41a6-b557-998044e28233"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0995170d-2a4c-41a6-b557-998044e28233"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7e6b1a9e-e6b2-414c-abd2-7bbb19b5bc56 {
  margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-7e6b1a9e-e6b2-414c-abd2-7bbb19b5bc56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e6b1a9e-e6b2-414c-abd2-7bbb19b5bc56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e6b1a9e-e6b2-414c-abd2-7bbb19b5bc56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e6b1a9e-e6b2-414c-abd2-7bbb19b5bc56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b56ddff7-c299-4014-97e3-0a7b30cf3f99 {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}








#s-b56ddff7-c299-4014-97e3-0a7b30cf3f99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b56ddff7-c299-4014-97e3-0a7b30cf3f99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d4c2ce2-bc8a-47b4-8ddb-9cc776327660 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-0d4c2ce2-bc8a-47b4-8ddb-9cc776327660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d4c2ce2-bc8a-47b4-8ddb-9cc776327660.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2fe4ebf-f372-41bb-a49f-cd67bb8fb77a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-b2fe4ebf-f372-41bb-a49f-cd67bb8fb77a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2fe4ebf-f372-41bb-a49f-cd67bb8fb77a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2fe4ebf-f372-41bb-a49f-cd67bb8fb77a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2fe4ebf-f372-41bb-a49f-cd67bb8fb77a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d1c1ae87-0f26-48bf-8867-06f4bb1afc55 {
  margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-d1c1ae87-0f26-48bf-8867-06f4bb1afc55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1c1ae87-0f26-48bf-8867-06f4bb1afc55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1c1ae87-0f26-48bf-8867-06f4bb1afc55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1c1ae87-0f26-48bf-8867-06f4bb1afc55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4520dd78-6822-4061-b18f-ef568a6d415a {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}








#s-4520dd78-6822-4061-b18f-ef568a6d415a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4520dd78-6822-4061-b18f-ef568a6d415a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94cb3eba-ebc2-4355-8281-88e8aad6ac45 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-94cb3eba-ebc2-4355-8281-88e8aad6ac45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94cb3eba-ebc2-4355-8281-88e8aad6ac45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6dc4a17b-e3f3-4d76-9570-7eea06b70a92 {
  margin-top: 20px;
margin-left: 5%;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-6dc4a17b-e3f3-4d76-9570-7eea06b70a92"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dc4a17b-e3f3-4d76-9570-7eea06b70a92"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc4a17b-e3f3-4d76-9570-7eea06b70a92"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc4a17b-e3f3-4d76-9570-7eea06b70a92"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103 {
  display: none;
}
#s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103, #wrap-s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103 { display:none !important; }}@media (max-width: 767px){#s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103 {
  display: none;
}
#s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103, #wrap-s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103 { display:none !important; }}







#s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbb4a62e-d6a1-4fb3-96f0-e9b6e15d9103.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bde1b08-ca5e-4ac4-81a9-cbb996a8090b {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-5b8b7dfb-960e-4961-8e27-0d9cb438e7fe {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-a95e7733-c012-4119-98df-c78198c6f11a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-a95e7733-c012-4119-98df-c78198c6f11a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a95e7733-c012-4119-98df-c78198c6f11a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-147e3dfd-effc-48c4-8df1-49a78c69f115 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-147e3dfd-effc-48c4-8df1-49a78c69f115 {
  display: none;
}
#s-147e3dfd-effc-48c4-8df1-49a78c69f115, #wrap-s-147e3dfd-effc-48c4-8df1-49a78c69f115 { display:none !important; }}@media (max-width: 767px){#s-147e3dfd-effc-48c4-8df1-49a78c69f115 {
  display: none;
}
#s-147e3dfd-effc-48c4-8df1-49a78c69f115, #wrap-s-147e3dfd-effc-48c4-8df1-49a78c69f115 { display:none !important; }}







#s-147e3dfd-effc-48c4-8df1-49a78c69f115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-147e3dfd-effc-48c4-8df1-49a78c69f115.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b883553-38d2-4c7b-9656-7412b0a00ade {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-73ebf02e-9753-4bd6-8455-251310012c6b {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-2422d0c1-a83e-4a3a-bafa-369773a71b24 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-2422d0c1-a83e-4a3a-bafa-369773a71b24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2422d0c1-a83e-4a3a-bafa-369773a71b24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be636299-0c41-4d2f-9577-343de2e4cd9e {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-be636299-0c41-4d2f-9577-343de2e4cd9e {
  display: none;
}
#s-be636299-0c41-4d2f-9577-343de2e4cd9e, #wrap-s-be636299-0c41-4d2f-9577-343de2e4cd9e { display:none !important; }}@media (max-width: 767px){#s-be636299-0c41-4d2f-9577-343de2e4cd9e {
  display: none;
}
#s-be636299-0c41-4d2f-9577-343de2e4cd9e, #wrap-s-be636299-0c41-4d2f-9577-343de2e4cd9e { display:none !important; }}







#s-be636299-0c41-4d2f-9577-343de2e4cd9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be636299-0c41-4d2f-9577-343de2e4cd9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46735a87-7210-4763-8d69-810339515c40 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-667983d4-95be-4ec4-a4f3-fc22b91e0a32 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-551d5a9f-d6e0-487d-9aa9-262b02f565ea {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-551d5a9f-d6e0-487d-9aa9-262b02f565ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-551d5a9f-d6e0-487d-9aa9-262b02f565ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01ef92aa-176d-433c-a268-11a596dd6535 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-01ef92aa-176d-433c-a268-11a596dd6535 {
  display: none;
}
#s-01ef92aa-176d-433c-a268-11a596dd6535, #wrap-s-01ef92aa-176d-433c-a268-11a596dd6535 { display:none !important; }}@media (max-width: 767px){#s-01ef92aa-176d-433c-a268-11a596dd6535 {
  display: none;
}
#s-01ef92aa-176d-433c-a268-11a596dd6535, #wrap-s-01ef92aa-176d-433c-a268-11a596dd6535 { display:none !important; }}







#s-01ef92aa-176d-433c-a268-11a596dd6535 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ef92aa-176d-433c-a268-11a596dd6535.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aa68da2-e8a7-496e-8d71-3b7aee40b981 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-ed370951-0237-47f6-8786-85b61f847625 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-b45f0a50-875a-41dc-b5ec-f07dead4726a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-b45f0a50-875a-41dc-b5ec-f07dead4726a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b45f0a50-875a-41dc-b5ec-f07dead4726a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-078e77a4-cced-4a83-ac8a-932294a29ef8 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-078e77a4-cced-4a83-ac8a-932294a29ef8 {
  display: none;
}
#s-078e77a4-cced-4a83-ac8a-932294a29ef8, #wrap-s-078e77a4-cced-4a83-ac8a-932294a29ef8 { display:none !important; }}@media (max-width: 767px){#s-078e77a4-cced-4a83-ac8a-932294a29ef8 {
  display: none;
}
#s-078e77a4-cced-4a83-ac8a-932294a29ef8, #wrap-s-078e77a4-cced-4a83-ac8a-932294a29ef8 { display:none !important; }}







#s-078e77a4-cced-4a83-ac8a-932294a29ef8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-078e77a4-cced-4a83-ac8a-932294a29ef8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41953b17-366d-439f-ac38-e29ac6a947ff {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-fb6dda23-0113-4e01-bdf2-bf61d7ad5ea6 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-6ae3b259-c7d8-41e9-962e-afd738c48a4d {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-6ae3b259-c7d8-41e9-962e-afd738c48a4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ae3b259-c7d8-41e9-962e-afd738c48a4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c0f9985-2ed3-4c1d-9611-ea29ca90d04a {
  margin-top: 350px;
margin-left: auto;
margin-right: auto;
padding-left: 8%;
padding-right: 8%;
max-width: 1200px;
}

#s-75b0c328-6f10-42db-a916-41f65b9abd98 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-75b0c328-6f10-42db-a916-41f65b9abd98 {
  display: none;
}
#s-75b0c328-6f10-42db-a916-41f65b9abd98, #wrap-s-75b0c328-6f10-42db-a916-41f65b9abd98 { display:none !important; }}@media (max-width: 767px){#s-75b0c328-6f10-42db-a916-41f65b9abd98 {
  display: none;
}
#s-75b0c328-6f10-42db-a916-41f65b9abd98, #wrap-s-75b0c328-6f10-42db-a916-41f65b9abd98 { display:none !important; }}







#s-75b0c328-6f10-42db-a916-41f65b9abd98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75b0c328-6f10-42db-a916-41f65b9abd98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8463ffd-abbb-4dd3-9cdb-e17f5965968f {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-46b44149-3380-4f7e-8681-52e6b47715eb {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-ca3d405d-8213-415c-bcfc-1df48873d1bd {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-ca3d405d-8213-415c-bcfc-1df48873d1bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca3d405d-8213-415c-bcfc-1df48873d1bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2026d207-a656-4544-9c1f-8ca104e7c1de {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2026d207-a656-4544-9c1f-8ca104e7c1de {
  display: none;
}
#s-2026d207-a656-4544-9c1f-8ca104e7c1de, #wrap-s-2026d207-a656-4544-9c1f-8ca104e7c1de { display:none !important; }}@media (max-width: 767px){#s-2026d207-a656-4544-9c1f-8ca104e7c1de {
  display: none;
}
#s-2026d207-a656-4544-9c1f-8ca104e7c1de, #wrap-s-2026d207-a656-4544-9c1f-8ca104e7c1de { display:none !important; }}







#s-2026d207-a656-4544-9c1f-8ca104e7c1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2026d207-a656-4544-9c1f-8ca104e7c1de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d0fb2412-0b26-42d2-a8c8-a4f8e0d70ef9 {
  margin-top: 80px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-caaf873d-dff7-409a-98e0-98466a8f21a2 {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-07e50a65-02f9-4e5a-b049-3111a1775abf {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-07e50a65-02f9-4e5a-b049-3111a1775abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07e50a65-02f9-4e5a-b049-3111a1775abf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41063e3e-18f1-4e51-b0cc-2e280026affd {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-41063e3e-18f1-4e51-b0cc-2e280026affd {
  display: none;
}
#s-41063e3e-18f1-4e51-b0cc-2e280026affd, #wrap-s-41063e3e-18f1-4e51-b0cc-2e280026affd { display:none !important; }}@media (max-width: 767px){#s-41063e3e-18f1-4e51-b0cc-2e280026affd {
  display: none;
}
#s-41063e3e-18f1-4e51-b0cc-2e280026affd, #wrap-s-41063e3e-18f1-4e51-b0cc-2e280026affd { display:none !important; }}







#s-41063e3e-18f1-4e51-b0cc-2e280026affd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41063e3e-18f1-4e51-b0cc-2e280026affd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f95f590-bfe6-4f24-be06-a42e38b2bfb8 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-5943041c-8a5f-4505-a6b6-80f9111d30ab {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-position: center center;
}








#s-5943041c-8a5f-4505-a6b6-80f9111d30ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5943041c-8a5f-4505-a6b6-80f9111d30ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3984e14a-f436-4a1b-82ae-06c987ae83d8 {
  min-height: 800px;
max-width: 2560px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3984e14a-f436-4a1b-82ae-06c987ae83d8 {
  display: none;
}
#s-3984e14a-f436-4a1b-82ae-06c987ae83d8, #wrap-s-3984e14a-f436-4a1b-82ae-06c987ae83d8 { display:none !important; }}@media (max-width: 767px){#s-3984e14a-f436-4a1b-82ae-06c987ae83d8 {
  display: none;
}
#s-3984e14a-f436-4a1b-82ae-06c987ae83d8, #wrap-s-3984e14a-f436-4a1b-82ae-06c987ae83d8 { display:none !important; }}







#s-3984e14a-f436-4a1b-82ae-06c987ae83d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3984e14a-f436-4a1b-82ae-06c987ae83d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c91b124e-7d51-4f51-9b9e-00f9427c3ee3 {
  margin-top: 80px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1200px;
}

#s-95138874-c8ca-45de-b4ff-3b7ec9999206 {
  margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(233, 233, 233, 1);
border-style: solid;
border-radius: 4px;
min-height: 600px;
max-width: 1200px;
background-color: rgba(245, 245, 245, 1);
}








#s-95138874-c8ca-45de-b4ff-3b7ec9999206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95138874-c8ca-45de-b4ff-3b7ec9999206.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b917b0d4-73d6-4df1-9103-deeb4eb2761a {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-b917b0d4-73d6-4df1-9103-deeb4eb2761a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b917b0d4-73d6-4df1-9103-deeb4eb2761a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b917b0d4-73d6-4df1-9103-deeb4eb2761a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b917b0d4-73d6-4df1-9103-deeb4eb2761a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de5e0e5b-702b-40ce-80cd-be65f0b74d2a {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-de5e0e5b-702b-40ce-80cd-be65f0b74d2a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de5e0e5b-702b-40ce-80cd-be65f0b74d2a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-de5e0e5b-702b-40ce-80cd-be65f0b74d2a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-de5e0e5b-702b-40ce-80cd-be65f0b74d2a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0a1f08a6-cc8f-4451-ac2d-248b94098b7c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-0a1f08a6-cc8f-4451-ac2d-248b94098b7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a1f08a6-cc8f-4451-ac2d-248b94098b7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0a1f08a6-cc8f-4451-ac2d-248b94098b7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0a1f08a6-cc8f-4451-ac2d-248b94098b7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13dcb6e8-c30e-4d83-9e67-34a41895e612 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-13dcb6e8-c30e-4d83-9e67-34a41895e612"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13dcb6e8-c30e-4d83-9e67-34a41895e612"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-13dcb6e8-c30e-4d83-9e67-34a41895e612"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-13dcb6e8-c30e-4d83-9e67-34a41895e612"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4b0e82fa-6706-4ae5-ab8e-b41af815bdb7 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-4b0e82fa-6706-4ae5-ab8e-b41af815bdb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b0e82fa-6706-4ae5-ab8e-b41af815bdb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4b0e82fa-6706-4ae5-ab8e-b41af815bdb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4b0e82fa-6706-4ae5-ab8e-b41af815bdb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cce38983-5320-45f7-91f9-49acea61aef7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-cce38983-5320-45f7-91f9-49acea61aef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cce38983-5320-45f7-91f9-49acea61aef7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cce38983-5320-45f7-91f9-49acea61aef7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cce38983-5320-45f7-91f9-49acea61aef7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f51634e9-a6d9-43b2-89c7-25ef9fd627d1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-f51634e9-a6d9-43b2-89c7-25ef9fd627d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f51634e9-a6d9-43b2-89c7-25ef9fd627d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f51634e9-a6d9-43b2-89c7-25ef9fd627d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f51634e9-a6d9-43b2-89c7-25ef9fd627d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e854bd80-65e7-4e28-8e10-adbd5aa5aeb8 {
  margin-left: auto;
margin-bottom: 50px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-e854bd80-65e7-4e28-8e10-adbd5aa5aeb8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e854bd80-65e7-4e28-8e10-adbd5aa5aeb8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e854bd80-65e7-4e28-8e10-adbd5aa5aeb8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e854bd80-65e7-4e28-8e10-adbd5aa5aeb8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px){#s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150 {
  display: none;
}
#s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150, #wrap-s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150 {
  display: none;
}
#s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150, #wrap-s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6ac4aef8-8cd7-4d7f-8918-d6c34d179150"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

#s-05901d94-6b9a-4c2b-9016-4e3f78d80c90 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-05901d94-6b9a-4c2b-9016-4e3f78d80c90 {
  display: none;
}
#s-05901d94-6b9a-4c2b-9016-4e3f78d80c90, #wrap-s-05901d94-6b9a-4c2b-9016-4e3f78d80c90 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-05901d94-6b9a-4c2b-9016-4e3f78d80c90 {
  display: none;
}
#s-05901d94-6b9a-4c2b-9016-4e3f78d80c90, #wrap-s-05901d94-6b9a-4c2b-9016-4e3f78d80c90 { display:none !important; }}







#s-05901d94-6b9a-4c2b-9016-4e3f78d80c90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05901d94-6b9a-4c2b-9016-4e3f78d80c90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-999e8e41-89bc-4a98-b94b-57cde22fdb9e {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

.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-c4c40086-fc21-4b55-a69a-4f2fd3045611 {
  text-align: center;
}
@media (min-width: 1200px){#s-c4c40086-fc21-4b55-a69a-4f2fd3045611 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c4c40086-fc21-4b55-a69a-4f2fd3045611 {
  
}
}






  #s-c4c40086-fc21-4b55-a69a-4f2fd3045611 img.shogun-image {
    

    
    
    
  }


#s-c4c40086-fc21-4b55-a69a-4f2fd3045611 .shogun-image-content {
  
    align-items: center;
  
}

#s-f4e76c74-bac7-4513-9cdf-127753a417f9 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-f4e76c74-bac7-4513-9cdf-127753a417f9 {
  display: none;
}
#s-f4e76c74-bac7-4513-9cdf-127753a417f9, #wrap-s-f4e76c74-bac7-4513-9cdf-127753a417f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4e76c74-bac7-4513-9cdf-127753a417f9 {
  display: none;
}
#s-f4e76c74-bac7-4513-9cdf-127753a417f9, #wrap-s-f4e76c74-bac7-4513-9cdf-127753a417f9 { display:none !important; }}







#s-f4e76c74-bac7-4513-9cdf-127753a417f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4e76c74-bac7-4513-9cdf-127753a417f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0903039d-f3c1-4a1f-9dd9-25de943e5b19 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0903039d-f3c1-4a1f-9dd9-25de943e5b19"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0903039d-f3c1-4a1f-9dd9-25de943e5b19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0903039d-f3c1-4a1f-9dd9-25de943e5b19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0903039d-f3c1-4a1f-9dd9-25de943e5b19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bef31356-b8e4-450c-805e-cd6d0d7e59f5 {
  min-height: 50px;
}








#s-bef31356-b8e4-450c-805e-cd6d0d7e59f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bef31356-b8e4-450c-805e-cd6d0d7e59f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e6f89a1-d731-4d9d-89d1-5d1c1b733c1d {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-8e6f89a1-d731-4d9d-89d1-5d1c1b733c1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e6f89a1-d731-4d9d-89d1-5d1c1b733c1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340834b4-8136-4afd-8340-56b3584d3772 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-340834b4-8136-4afd-8340-56b3584d3772 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-340834b4-8136-4afd-8340-56b3584d3772.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-cc569345-0985-4a6b-b99f-43e9339f4f2f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-cc569345-0985-4a6b-b99f-43e9339f4f2f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cc569345-0985-4a6b-b99f-43e9339f4f2f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cc569345-0985-4a6b-b99f-43e9339f4f2f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c8ad5fda-d37d-4f6c-af6c-85bb078c834a {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-c8ad5fda-d37d-4f6c-af6c-85bb078c834a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c8ad5fda-d37d-4f6c-af6c-85bb078c834a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8ad5fda-d37d-4f6c-af6c-85bb078c834a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8ad5fda-d37d-4f6c-af6c-85bb078c834a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03495724-076f-4aef-aeee-4facb138772f {
  min-height: 50px;
}








#s-03495724-076f-4aef-aeee-4facb138772f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03495724-076f-4aef-aeee-4facb138772f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f75ca5a4-53e3-4c50-80c5-6ce457cf543e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-f75ca5a4-53e3-4c50-80c5-6ce457cf543e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75ca5a4-53e3-4c50-80c5-6ce457cf543e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4a1b15a-80bd-4564-9217-2aa84375a2df {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-a4a1b15a-80bd-4564-9217-2aa84375a2df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4a1b15a-80bd-4564-9217-2aa84375a2df.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-455d616a-e889-447a-996a-95bb7892fe89"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-455d616a-e889-447a-996a-95bb7892fe89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-455d616a-e889-447a-996a-95bb7892fe89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-455d616a-e889-447a-996a-95bb7892fe89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2007052f-2772-4be7-9e51-63f868365048 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-2007052f-2772-4be7-9e51-63f868365048"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2007052f-2772-4be7-9e51-63f868365048"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2007052f-2772-4be7-9e51-63f868365048"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2007052f-2772-4be7-9e51-63f868365048"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f09f415a-73e6-40e7-9a4d-b10e2c535bab {
  min-height: 50px;
}








#s-f09f415a-73e6-40e7-9a4d-b10e2c535bab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09f415a-73e6-40e7-9a4d-b10e2c535bab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b97b2c71-5421-45d9-a370-d75d446f0f38 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-b97b2c71-5421-45d9-a370-d75d446f0f38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b97b2c71-5421-45d9-a370-d75d446f0f38.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f31e689-1a26-40e4-a525-15e159ade4e7 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-8f31e689-1a26-40e4-a525-15e159ade4e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f31e689-1a26-40e4-a525-15e159ade4e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d24fb73-41e4-43e1-ac77-06a45ff2a206 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-1d24fb73-41e4-43e1-ac77-06a45ff2a206"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1d24fb73-41e4-43e1-ac77-06a45ff2a206"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1d24fb73-41e4-43e1-ac77-06a45ff2a206"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1d24fb73-41e4-43e1-ac77-06a45ff2a206"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39433cf6-7a17-436b-abb9-b36cf28ab290 {
  background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-39433cf6-7a17-436b-abb9-b36cf28ab290 {
  display: none;
}
#s-39433cf6-7a17-436b-abb9-b36cf28ab290, #wrap-s-39433cf6-7a17-436b-abb9-b36cf28ab290 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-39433cf6-7a17-436b-abb9-b36cf28ab290 {
  display: none;
}
#s-39433cf6-7a17-436b-abb9-b36cf28ab290, #wrap-s-39433cf6-7a17-436b-abb9-b36cf28ab290 { display:none !important; }}







#s-39433cf6-7a17-436b-abb9-b36cf28ab290 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39433cf6-7a17-436b-abb9-b36cf28ab290.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6039f0e6-b3fb-4120-9f0e-f98d2b6d9c36 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-192682dc-cd96-4e4f-b9b6-c302356dc540 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-5d4cbe1e-af4e-4fcf-8b2a-4201d3fab582 {
  margin-bottom: 40px;
text-align: center;
}







  #s-5d4cbe1e-af4e-4fcf-8b2a-4201d3fab582 img.shogun-image {
    

    
    
    
  }


#s-5d4cbe1e-af4e-4fcf-8b2a-4201d3fab582 .shogun-image-content {
  
    align-items: center;
  
}

#s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb {
  display: none;
}
#s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb, #wrap-s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb {
  display: none;
}
#s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb, #wrap-s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb { display:none !important; }}







#s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5983bfa9-2f0c-4b2a-a0a0-88d41a6469fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82180b69-4b06-4263-9822-f1ea6d902f94 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-d97db4ad-2272-43e5-b0e4-af082c1849cb {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-39eaaa2a-dd31-4712-9fc8-2b96ca15f939 {
  margin-bottom: 40px;
text-align: center;
}







  #s-39eaaa2a-dd31-4712-9fc8-2b96ca15f939 img.shogun-image {
    

    
    
    
  }


#s-39eaaa2a-dd31-4712-9fc8-2b96ca15f939 .shogun-image-content {
  
    align-items: center;
  
}

#s-ffc07018-ae22-421d-9a9f-8823df107fe5 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ffc07018-ae22-421d-9a9f-8823df107fe5 {
  display: none;
}
#s-ffc07018-ae22-421d-9a9f-8823df107fe5, #wrap-s-ffc07018-ae22-421d-9a9f-8823df107fe5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ffc07018-ae22-421d-9a9f-8823df107fe5 {
  display: none;
}
#s-ffc07018-ae22-421d-9a9f-8823df107fe5, #wrap-s-ffc07018-ae22-421d-9a9f-8823df107fe5 { display:none !important; }}







#s-ffc07018-ae22-421d-9a9f-8823df107fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc07018-ae22-421d-9a9f-8823df107fe5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daf4eece-1ec1-4332-a7bf-aa63a7ed3ca5 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-5aab2819-3f18-445b-80bf-d3f883bb3115 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-de20f8a2-b5ba-46c7-9e66-c0845d86bc41 {
  margin-bottom: 40px;
text-align: center;
}







  #s-de20f8a2-b5ba-46c7-9e66-c0845d86bc41 img.shogun-image {
    

    
    
    
  }


#s-de20f8a2-b5ba-46c7-9e66-c0845d86bc41 .shogun-image-content {
  
    align-items: center;
  
}

#s-49145bc4-6c38-40f4-895c-742d03313f21 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-49145bc4-6c38-40f4-895c-742d03313f21 {
  display: none;
}
#s-49145bc4-6c38-40f4-895c-742d03313f21, #wrap-s-49145bc4-6c38-40f4-895c-742d03313f21 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-49145bc4-6c38-40f4-895c-742d03313f21 {
  display: none;
}
#s-49145bc4-6c38-40f4-895c-742d03313f21, #wrap-s-49145bc4-6c38-40f4-895c-742d03313f21 { display:none !important; }}







#s-49145bc4-6c38-40f4-895c-742d03313f21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49145bc4-6c38-40f4-895c-742d03313f21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-781c5d25-f335-430a-b704-85eb33bd3387 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-23995297-d24e-439a-a1bf-dcf3d10865a2 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-d8e4678a-2257-468c-9e92-1a33a0251e29 {
  margin-bottom: 40px;
text-align: center;
}







  #s-d8e4678a-2257-468c-9e92-1a33a0251e29 img.shogun-image {
    

    
    
    
  }


#s-d8e4678a-2257-468c-9e92-1a33a0251e29 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e {
  display: none;
}
#s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e, #wrap-s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e {
  display: none;
}
#s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e, #wrap-s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e { display:none !important; }}







#s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a2c07a0-50e2-46c9-bb3e-c8104b74f12e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dcf3128-2b17-4853-8100-fc30a8e0d202 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-d80d5e8c-e063-4dd4-854d-bd46ac6117b2 {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-aee34059-5deb-4e66-b9bc-c80bbfb128a2 {
  margin-bottom: 40px;
text-align: center;
}







  #s-aee34059-5deb-4e66-b9bc-c80bbfb128a2 img.shogun-image {
    

    
    
    
  }


#s-aee34059-5deb-4e66-b9bc-c80bbfb128a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-87630c68-997d-4a25-a3e6-6859328e1a68 {
  margin-top: 120px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-5c3ece1b-1815-4968-87dc-49b02b27888a {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-5c3ece1b-1815-4968-87dc-49b02b27888a {
  display: none;
}
#s-5c3ece1b-1815-4968-87dc-49b02b27888a, #wrap-s-5c3ece1b-1815-4968-87dc-49b02b27888a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c3ece1b-1815-4968-87dc-49b02b27888a {
  display: none;
}
#s-5c3ece1b-1815-4968-87dc-49b02b27888a, #wrap-s-5c3ece1b-1815-4968-87dc-49b02b27888a { display:none !important; }}







#s-5c3ece1b-1815-4968-87dc-49b02b27888a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c3ece1b-1815-4968-87dc-49b02b27888a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9a38b68-60b1-4d8c-90ae-91199e244ab1 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-06a20850-3cc5-490b-8bce-b5d161b3aedf {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-e5281362-d283-457e-b2bb-57b92c16f9bf {
  margin-bottom: 40px;
text-align: center;
}







  #s-e5281362-d283-457e-b2bb-57b92c16f9bf img.shogun-image {
    

    
    
    
  }


#s-e5281362-d283-457e-b2bb-57b92c16f9bf .shogun-image-content {
  
    align-items: center;
  
}

#s-026ee487-1005-4418-8ce3-fedc44516ab6 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-026ee487-1005-4418-8ce3-fedc44516ab6 {
  display: none;
}
#s-026ee487-1005-4418-8ce3-fedc44516ab6, #wrap-s-026ee487-1005-4418-8ce3-fedc44516ab6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-026ee487-1005-4418-8ce3-fedc44516ab6 {
  display: none;
}
#s-026ee487-1005-4418-8ce3-fedc44516ab6, #wrap-s-026ee487-1005-4418-8ce3-fedc44516ab6 { display:none !important; }}







#s-026ee487-1005-4418-8ce3-fedc44516ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-026ee487-1005-4418-8ce3-fedc44516ab6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3ba7e0c-8ee1-43d4-b8ca-97dfec52dbc7 {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-81fc381c-7bb6-4f8e-b029-a1119c1ca47b {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-d26a4ccd-bb86-457f-9cf6-becbdebe99fd {
  margin-bottom: 40px;
text-align: center;
}







  #s-d26a4ccd-bb86-457f-9cf6-becbdebe99fd img.shogun-image {
    

    
    
    
  }


#s-d26a4ccd-bb86-457f-9cf6-becbdebe99fd .shogun-image-content {
  
    align-items: center;
  
}

#s-b70582e1-5103-4777-ad29-2fec75db51a3 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-b70582e1-5103-4777-ad29-2fec75db51a3 {
  display: none;
}
#s-b70582e1-5103-4777-ad29-2fec75db51a3, #wrap-s-b70582e1-5103-4777-ad29-2fec75db51a3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b70582e1-5103-4777-ad29-2fec75db51a3 {
  display: none;
}
#s-b70582e1-5103-4777-ad29-2fec75db51a3, #wrap-s-b70582e1-5103-4777-ad29-2fec75db51a3 { display:none !important; }}







#s-b70582e1-5103-4777-ad29-2fec75db51a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70582e1-5103-4777-ad29-2fec75db51a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c14ff60c-fbac-4c1b-a965-3ae2b0fa292c {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
}

#s-35153f62-18d9-470c-aaef-15cc147260b8 {
  margin-bottom: 40px;
text-align: center;
}







  #s-35153f62-18d9-470c-aaef-15cc147260b8 img.shogun-image {
    

    
    
    
  }


#s-35153f62-18d9-470c-aaef-15cc147260b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-10e8b216-161b-413c-98eb-5b622eef0e99 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-10e8b216-161b-413c-98eb-5b622eef0e99 {
  display: none;
}
#s-10e8b216-161b-413c-98eb-5b622eef0e99, #wrap-s-10e8b216-161b-413c-98eb-5b622eef0e99 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-10e8b216-161b-413c-98eb-5b622eef0e99 {
  display: none;
}
#s-10e8b216-161b-413c-98eb-5b622eef0e99, #wrap-s-10e8b216-161b-413c-98eb-5b622eef0e99 { display:none !important; }}







#s-10e8b216-161b-413c-98eb-5b622eef0e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e8b216-161b-413c-98eb-5b622eef0e99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-577617f6-0d2a-4d11-8a20-e26b9878cccb {
  margin-top: 40px;
margin-left: auto;
margin-right: auto;
}

#s-98cd6dae-2d50-44ef-8945-d33f2ca424e8 {
  margin-top: 20px;
margin-bottom: 40px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-98cd6dae-2d50-44ef-8945-d33f2ca424e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98cd6dae-2d50-44ef-8945-d33f2ca424e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-679ac8ae-6c29-48bb-97ed-b50438bb1949 {
  margin-top: 20px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-679ac8ae-6c29-48bb-97ed-b50438bb1949"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-679ac8ae-6c29-48bb-97ed-b50438bb1949"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-679ac8ae-6c29-48bb-97ed-b50438bb1949"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-679ac8ae-6c29-48bb-97ed-b50438bb1949"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1178dfc1-4181-414e-a042-ce53c4632353 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-1178dfc1-4181-414e-a042-ce53c4632353"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1178dfc1-4181-414e-a042-ce53c4632353"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1178dfc1-4181-414e-a042-ce53c4632353"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1178dfc1-4181-414e-a042-ce53c4632353"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-91eefc0f-87bc-4c74-8cb3-9d37c021572e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-91eefc0f-87bc-4c74-8cb3-9d37c021572e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-91eefc0f-87bc-4c74-8cb3-9d37c021572e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-91eefc0f-87bc-4c74-8cb3-9d37c021572e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b6a0832a-b3ac-438f-a995-7fc3a17bf41b {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-b6a0832a-b3ac-438f-a995-7fc3a17bf41b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b6a0832a-b3ac-438f-a995-7fc3a17bf41b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b6a0832a-b3ac-438f-a995-7fc3a17bf41b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6a0832a-b3ac-438f-a995-7fc3a17bf41b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-aca76b13-56fb-4edc-8326-06ed66b92c5b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aca76b13-56fb-4edc-8326-06ed66b92c5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-aca76b13-56fb-4edc-8326-06ed66b92c5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-aca76b13-56fb-4edc-8326-06ed66b92c5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4cd999cd-0b60-4de6-8f02-feca2da1fccd {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-4cd999cd-0b60-4de6-8f02-feca2da1fccd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4cd999cd-0b60-4de6-8f02-feca2da1fccd"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4cd999cd-0b60-4de6-8f02-feca2da1fccd"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4cd999cd-0b60-4de6-8f02-feca2da1fccd"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-821ff640-f7ef-4d81-b3e7-d5d98866fb1c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-821ff640-f7ef-4d81-b3e7-d5d98866fb1c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-821ff640-f7ef-4d81-b3e7-d5d98866fb1c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-821ff640-f7ef-4d81-b3e7-d5d98866fb1c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-dc04909f-3543-4e2b-919d-d1e205adfd8a {
  margin-top: 10px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-dc04909f-3543-4e2b-919d-d1e205adfd8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dc04909f-3543-4e2b-919d-d1e205adfd8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dc04909f-3543-4e2b-919d-d1e205adfd8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc04909f-3543-4e2b-919d-d1e205adfd8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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