.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-288c9c7d-2869-46c2-9ce5-a2bbde3f6f82 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-288c9c7d-2869-46c2-9ce5-a2bbde3f6f82"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-288c9c7d-2869-46c2-9ce5-a2bbde3f6f82"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-288c9c7d-2869-46c2-9ce5-a2bbde3f6f82"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-288c9c7d-2869-46c2-9ce5-a2bbde3f6f82"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-288c9c7d-2869-46c2-9ce5-a2bbde3f6f82"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-188c924b-43a3-49d7-a5ce-5732fdd6e99a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 30px;
padding-right: 20px;
min-height: 350px;
background-color: rgba(248, 246, 241, 1);
}
@media (max-width: 767px){#s-188c924b-43a3-49d7-a5ce-5732fdd6e99a {
  min-height: 250px;
}
}







#s-188c924b-43a3-49d7-a5ce-5732fdd6e99a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-188c924b-43a3-49d7-a5ce-5732fdd6e99a.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: ;
}

@media (max-width: 767px){#s-a0ceae1d-a2e8-44af-b07e-30b2eb46b77d {
  display: none;
}
#s-a0ceae1d-a2e8-44af-b07e-30b2eb46b77d, #wrap-s-a0ceae1d-a2e8-44af-b07e-30b2eb46b77d { display:none !important; }}
@media (min-width: 1200px){#s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346 {
  display: none;
}
#s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346, #wrap-s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346 {
  display: none;
}
#s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346, #wrap-s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346 {
  display: none;
}
#s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346, #wrap-s-1d5a221d-9f2b-4d7d-bec9-7842f0b1d346 { display:none !important; }}
#s-32982426-b3ed-44b6-855b-bdd6f81f7ed0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-32982426-b3ed-44b6-855b-bdd6f81f7ed0 {
  min-height: 250px;
}
}
#s-32982426-b3ed-44b6-855b-bdd6f81f7ed0 {
  background-image: url(https://i.shgcdn.com/c4a1cdeb-d1ad-4b6a-839a-b05bebf4778d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-32982426-b3ed-44b6-855b-bdd6f81f7ed0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32982426-b3ed-44b6-855b-bdd6f81f7ed0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-18a06095-6b8c-4826-8ae5-163c65f5cf4d {
  margin-top: 50px;
margin-bottom: 0px;
padding-left: 15%;
padding-right: 15%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-18a06095-6b8c-4826-8ae5-163c65f5cf4d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-18a06095-6b8c-4826-8ae5-163c65f5cf4d {
  padding-left: 0px;
padding-right: 0px;
}
}







#s-18a06095-6b8c-4826-8ae5-163c65f5cf4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18a06095-6b8c-4826-8ae5-163c65f5cf4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68526485-2c81-4c71-a701-b956a0902a30 {
  padding-left: 5%;
padding-bottom: 25px;
padding-right: 5%;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-68526485-2c81-4c71-a701-b956a0902a30 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-68526485-2c81-4c71-a701-b956a0902a30 {
  padding-left: 2%;
padding-right: 2%;
}
}
#s-a8f4dc13-4a77-482d-bbe3-13d76437e749 {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (min-width: 1200px){#s-a8f4dc13-4a77-482d-bbe3-13d76437e749 {
  display: none;
}
#s-a8f4dc13-4a77-482d-bbe3-13d76437e749, #wrap-s-a8f4dc13-4a77-482d-bbe3-13d76437e749 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a8f4dc13-4a77-482d-bbe3-13d76437e749 {
  display: none;
}
#s-a8f4dc13-4a77-482d-bbe3-13d76437e749, #wrap-s-a8f4dc13-4a77-482d-bbe3-13d76437e749 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a8f4dc13-4a77-482d-bbe3-13d76437e749 {
  display: none;
}
#s-a8f4dc13-4a77-482d-bbe3-13d76437e749, #wrap-s-a8f4dc13-4a77-482d-bbe3-13d76437e749 { display:none !important; }}
#s-a7de2f20-0a3c-4fe4-8fcd-7e1826e5c4ab {
  margin-top: 20px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-a7de2f20-0a3c-4fe4-8fcd-7e1826e5c4ab {
  display: none;
}
#s-a7de2f20-0a3c-4fe4-8fcd-7e1826e5c4ab, #wrap-s-a7de2f20-0a3c-4fe4-8fcd-7e1826e5c4ab { display:none !important; }}
#s-f687264d-1e70-47f4-b9b6-5e1116541e51 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-f687264d-1e70-47f4-b9b6-5e1116541e51 {
  display: none;
}
#s-f687264d-1e70-47f4-b9b6-5e1116541e51, #wrap-s-f687264d-1e70-47f4-b9b6-5e1116541e51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f687264d-1e70-47f4-b9b6-5e1116541e51 {
  display: none;
}
#s-f687264d-1e70-47f4-b9b6-5e1116541e51, #wrap-s-f687264d-1e70-47f4-b9b6-5e1116541e51 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f687264d-1e70-47f4-b9b6-5e1116541e51 {
  display: none;
}
#s-f687264d-1e70-47f4-b9b6-5e1116541e51, #wrap-s-f687264d-1e70-47f4-b9b6-5e1116541e51 { display:none !important; }}@media (max-width: 767px){#s-f687264d-1e70-47f4-b9b6-5e1116541e51 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-f687264d-1e70-47f4-b9b6-5e1116541e51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f687264d-1e70-47f4-b9b6-5e1116541e51.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-32bfe157-2f0e-4d22-8f85-dc37e9e66bf0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-32bfe157-2f0e-4d22-8f85-dc37e9e66bf0 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-32bfe157-2f0e-4d22-8f85-dc37e9e66bf0 {
  min-height: 200px;
}
}







#s-32bfe157-2f0e-4d22-8f85-dc37e9e66bf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32bfe157-2f0e-4d22-8f85-dc37e9e66bf0 {
  cursor: pointer;
}#s-32bfe157-2f0e-4d22-8f85-dc37e9e66bf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-acb74b9d-aea4-4949-ad14-77298b7794e5 {
  padding-top: 10%;
padding-left: 2%;
padding-bottom: 10%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-acb74b9d-aea4-4949-ad14-77298b7794e5 {
  padding-bottom: 10%;
}
}







#s-acb74b9d-aea4-4949-ad14-77298b7794e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-acb74b9d-aea4-4949-ad14-77298b7794e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7a00549-24c3-4333-959d-78351456db21 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7a00549-24c3-4333-959d-78351456db21 {
  min-height: 50px;
}
}
#s-c8016b08-27b3-442d-9f98-1afcab97c930 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c8016b08-27b3-442d-9f98-1afcab97c930 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8016b08-27b3-442d-9f98-1afcab97c930 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-c8016b08-27b3-442d-9f98-1afcab97c930 {
  margin-bottom: 0px;
}
}
@media (max-width: 767px){#s-61305dee-913a-451b-9f98-53d640b14c77 {
  margin-top: 10px;
}
}
#s-b440d4ce-2206-45c6-9e3a-0a9f5338e60a {
  min-height: 50px;
}








#s-b440d4ce-2206-45c6-9e3a-0a9f5338e60a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b440d4ce-2206-45c6-9e3a-0a9f5338e60a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c {
  display: none;
}
#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c, #wrap-s-32b7db27-6d40-47b0-9ec0-e034b3cd266c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c {
  display: none;
}
#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c, #wrap-s-32b7db27-6d40-47b0-9ec0-e034b3cd266c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c {
  display: none;
}
#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c, #wrap-s-32b7db27-6d40-47b0-9ec0-e034b3cd266c { display:none !important; }}@media (max-width: 767px){#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32b7db27-6d40-47b0-9ec0-e034b3cd266c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-179f69a1-0580-465b-bbbe-831de3896b7a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}
@media (max-width: 767px){#s-179f69a1-0580-465b-bbbe-831de3896b7a {
  margin-top: 0px;
}
}







#s-179f69a1-0580-465b-bbbe-831de3896b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-179f69a1-0580-465b-bbbe-831de3896b7a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b405b909-7228-4bca-b934-28d561f9501b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-b405b909-7228-4bca-b934-28d561f9501b {
  min-height: 200px;
}
}@media (max-width: 767px){#s-b405b909-7228-4bca-b934-28d561f9501b {
  margin-top: 0px;
min-height: 200px;
}
}







#s-b405b909-7228-4bca-b934-28d561f9501b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b405b909-7228-4bca-b934-28d561f9501b {
  cursor: pointer;
}#s-b405b909-7228-4bca-b934-28d561f9501b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfbc7a3b-b9b1-4864-8cb8-26e48615a0dd {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cfbc7a3b-b9b1-4864-8cb8-26e48615a0dd {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-cfbc7a3b-b9b1-4864-8cb8-26e48615a0dd {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-cfbc7a3b-b9b1-4864-8cb8-26e48615a0dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfbc7a3b-b9b1-4864-8cb8-26e48615a0dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f571e70e-e7fd-4e69-bce8-ef70236636a8 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f571e70e-e7fd-4e69-bce8-ef70236636a8 {
  min-height: 50px;
}
}
#s-1006540d-deec-43f0-b391-86c437296add {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 0px;
}
@media (max-width: 767px){#s-1006540d-deec-43f0-b391-86c437296add {
  margin-bottom: 0px;
}
}
@media (max-width: 767px){#s-793aaf2b-bf8e-4e4f-8afe-a59cde1c64fc {
  margin-top: 10px;
}
}
#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc {
  display: none;
}
#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc, #wrap-s-c6c61a55-6e85-48af-81bd-dcbae794a6bc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc {
  display: none;
}
#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc, #wrap-s-c6c61a55-6e85-48af-81bd-dcbae794a6bc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc {
  display: none;
}
#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc, #wrap-s-c6c61a55-6e85-48af-81bd-dcbae794a6bc { display:none !important; }}@media (max-width: 767px){#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c61a55-6e85-48af-81bd-dcbae794a6bc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e6e2990b-ec7f-4067-be0c-5e3da5229b34 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e6e2990b-ec7f-4067-be0c-5e3da5229b34 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-e6e2990b-ec7f-4067-be0c-5e3da5229b34 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 200px;
}
}







#s-e6e2990b-ec7f-4067-be0c-5e3da5229b34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6e2990b-ec7f-4067-be0c-5e3da5229b34 {
  cursor: pointer;
}#s-e6e2990b-ec7f-4067-be0c-5e3da5229b34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d3975cb-ee06-42cb-8166-7282e4382474 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-0d3975cb-ee06-42cb-8166-7282e4382474 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-0d3975cb-ee06-42cb-8166-7282e4382474 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d3975cb-ee06-42cb-8166-7282e4382474.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a89be938-a366-46a8-93dd-d41b036bfeb6 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a89be938-a366-46a8-93dd-d41b036bfeb6 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a89be938-a366-46a8-93dd-d41b036bfeb6 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a89be938-a366-46a8-93dd-d41b036bfeb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a89be938-a366-46a8-93dd-d41b036bfeb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea4187ee-14dc-47e0-bf22-8661b0cd159a {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea4187ee-14dc-47e0-bf22-8661b0cd159a {
  min-height: 50px;
}
}
#s-4ea44159-0444-4cf4-9ff4-22afc04cde76 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4ea44159-0444-4cf4-9ff4-22afc04cde76 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4ea44159-0444-4cf4-9ff4-22afc04cde76 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-4ea44159-0444-4cf4-9ff4-22afc04cde76 {
  margin-bottom: 0px;
min-height: 0px;
}
}
@media (max-width: 767px){#s-b7fe228c-6fa4-46c7-a2c3-b289ba6c5048 {
  margin-top: 10px;
}
}
#s-247a4852-d698-43f9-a13e-8f927ddf2fc1 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-247a4852-d698-43f9-a13e-8f927ddf2fc1 {
  display: none;
}
#s-247a4852-d698-43f9-a13e-8f927ddf2fc1, #wrap-s-247a4852-d698-43f9-a13e-8f927ddf2fc1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-247a4852-d698-43f9-a13e-8f927ddf2fc1 {
  display: none;
}
#s-247a4852-d698-43f9-a13e-8f927ddf2fc1, #wrap-s-247a4852-d698-43f9-a13e-8f927ddf2fc1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-247a4852-d698-43f9-a13e-8f927ddf2fc1 {
  display: none;
}
#s-247a4852-d698-43f9-a13e-8f927ddf2fc1, #wrap-s-247a4852-d698-43f9-a13e-8f927ddf2fc1 { display:none !important; }}@media (max-width: 767px){#s-247a4852-d698-43f9-a13e-8f927ddf2fc1 {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-247a4852-d698-43f9-a13e-8f927ddf2fc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-247a4852-d698-43f9-a13e-8f927ddf2fc1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6a38ba69-f431-4b3f-add3-a7e19c155502 {
  
}








#s-6a38ba69-f431-4b3f-add3-a7e19c155502 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a38ba69-f431-4b3f-add3-a7e19c155502.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73bcb913-393f-4624-ade0-5e3115f7a5c5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-73bcb913-393f-4624-ade0-5e3115f7a5c5 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-73bcb913-393f-4624-ade0-5e3115f7a5c5 {
  min-height: 200px;
}
}







#s-73bcb913-393f-4624-ade0-5e3115f7a5c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73bcb913-393f-4624-ade0-5e3115f7a5c5 {
  cursor: pointer;
}#s-73bcb913-393f-4624-ade0-5e3115f7a5c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34a732c6-de05-4f4c-99b9-ed89ccfa5adb {
  padding-top: 10%;
padding-left: 2%;
padding-bottom: 10%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-34a732c6-de05-4f4c-99b9-ed89ccfa5adb {
  padding-bottom: 10%;
}
}







#s-34a732c6-de05-4f4c-99b9-ed89ccfa5adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34a732c6-de05-4f4c-99b9-ed89ccfa5adb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b0f5709-73b6-436b-abfc-dc3ec0a7ebcf {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0b0f5709-73b6-436b-abfc-dc3ec0a7ebcf {
  min-height: 50px;
}
}
#s-7592d0a5-0c87-415b-97d3-953e4eed76d0 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7592d0a5-0c87-415b-97d3-953e4eed76d0 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7592d0a5-0c87-415b-97d3-953e4eed76d0 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-7592d0a5-0c87-415b-97d3-953e4eed76d0 {
  margin-bottom: 0px;
min-height: 0px;
}
}
@media (max-width: 767px){#s-38be37f4-0f4d-41a1-a7ca-99d7c2914a3c {
  margin-top: 10px;
}
}
#s-f5227269-e637-4b89-887a-60dcbea6c3c0 {
  margin-top: 0px;
margin-bottom: 20px;
}
@media (max-width: 767px){#s-f5227269-e637-4b89-887a-60dcbea6c3c0 {
  display: none;
}
#s-f5227269-e637-4b89-887a-60dcbea6c3c0, #wrap-s-f5227269-e637-4b89-887a-60dcbea6c3c0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-f5227269-e637-4b89-887a-60dcbea6c3c0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-f5227269-e637-4b89-887a-60dcbea6c3c0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-f5227269-e637-4b89-887a-60dcbea6c3c0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-f5227269-e637-4b89-887a-60dcbea6c3c0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-6dd0b695-788f-4b5e-8bbe-f785d95461a5 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-6dd0b695-788f-4b5e-8bbe-f785d95461a5 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-6dd0b695-788f-4b5e-8bbe-f785d95461a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd0b695-788f-4b5e-8bbe-f785d95461a5.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d8e1c105-750d-4702-bb08-74da5fd3b10f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d8e1c105-750d-4702-bb08-74da5fd3b10f {
  min-height: 200px;
}
}@media (max-width: 767px){#s-d8e1c105-750d-4702-bb08-74da5fd3b10f {
  min-height: 200px;
}
}







#s-d8e1c105-750d-4702-bb08-74da5fd3b10f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8e1c105-750d-4702-bb08-74da5fd3b10f {
  cursor: pointer;
}#s-d8e1c105-750d-4702-bb08-74da5fd3b10f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-907aa01d-d190-49f0-b952-c023588914ef {
  padding-top: 10%;
padding-left: 2%;
padding-bottom: 10%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-907aa01d-d190-49f0-b952-c023588914ef {
  padding-bottom: 10%;
}
}







#s-907aa01d-d190-49f0-b952-c023588914ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-907aa01d-d190-49f0-b952-c023588914ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12c95a45-16af-41c6-bae2-40a8ae94a9f3 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-12c95a45-16af-41c6-bae2-40a8ae94a9f3 {
  min-height: 50px;
}
}
#s-7cdfbdc5-d984-45c1-9e91-68bd301e3087 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-7cdfbdc5-d984-45c1-9e91-68bd301e3087 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7cdfbdc5-d984-45c1-9e91-68bd301e3087 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-7cdfbdc5-d984-45c1-9e91-68bd301e3087 {
  margin-bottom: 0px;
}
}
#s-887b94a1-d9c7-42cd-89f5-5de2c50caa70 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-887b94a1-d9c7-42cd-89f5-5de2c50caa70 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-887b94a1-d9c7-42cd-89f5-5de2c50caa70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887b94a1-d9c7-42cd-89f5-5de2c50caa70.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6e492e94-5ac8-4101-b9d4-02b0cbc0b4cd {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-6e492e94-5ac8-4101-b9d4-02b0cbc0b4cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e492e94-5ac8-4101-b9d4-02b0cbc0b4cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54a2d0c7-5143-4c0d-9b06-cb664071f425 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-54a2d0c7-5143-4c0d-9b06-cb664071f425 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-54a2d0c7-5143-4c0d-9b06-cb664071f425 {
  min-height: 200px;
}
}







#s-54a2d0c7-5143-4c0d-9b06-cb664071f425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54a2d0c7-5143-4c0d-9b06-cb664071f425 {
  cursor: pointer;
}#s-54a2d0c7-5143-4c0d-9b06-cb664071f425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-008e5601-2e21-43ae-9a97-45f34e8394af {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-008e5601-2e21-43ae-9a97-45f34e8394af {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-008e5601-2e21-43ae-9a97-45f34e8394af {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-008e5601-2e21-43ae-9a97-45f34e8394af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-008e5601-2e21-43ae-9a97-45f34e8394af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e40df262-73b1-4fdb-bc4e-4251f9841999 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e40df262-73b1-4fdb-bc4e-4251f9841999 {
  min-height: 50px;
}
}
#s-f79078b4-9965-4e92-88ed-ff4750371e0f {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 0px;
}
@media (max-width: 767px){#s-f79078b4-9965-4e92-88ed-ff4750371e0f {
  margin-bottom: 0px;
}
}
#s-318a5d20-8b6d-4d27-bd7d-a30f16fe754c {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-318a5d20-8b6d-4d27-bd7d-a30f16fe754c {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-318a5d20-8b6d-4d27-bd7d-a30f16fe754c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-318a5d20-8b6d-4d27-bd7d-a30f16fe754c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8a112f80-e564-4c00-aa25-75f36000f7aa {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a112f80-e564-4c00-aa25-75f36000f7aa {
  min-height: 200px;
}
}@media (max-width: 767px){#s-8a112f80-e564-4c00-aa25-75f36000f7aa {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 200px;
}
}







#s-8a112f80-e564-4c00-aa25-75f36000f7aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a112f80-e564-4c00-aa25-75f36000f7aa {
  cursor: pointer;
}#s-8a112f80-e564-4c00-aa25-75f36000f7aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7318c423-6b60-49df-b174-5f8dbddedac0 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-7318c423-6b60-49df-b174-5f8dbddedac0 {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-7318c423-6b60-49df-b174-5f8dbddedac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7318c423-6b60-49df-b174-5f8dbddedac0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a04003fa-0492-4aec-b8c9-70a26236b391 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a04003fa-0492-4aec-b8c9-70a26236b391 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a04003fa-0492-4aec-b8c9-70a26236b391 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-a04003fa-0492-4aec-b8c9-70a26236b391 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a04003fa-0492-4aec-b8c9-70a26236b391.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4f47e48-57dd-4242-8fad-5cda22630bba {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b4f47e48-57dd-4242-8fad-5cda22630bba {
  min-height: 50px;
}
}
#s-bef94244-9232-4cae-8528-73af5e0deda0 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-bef94244-9232-4cae-8528-73af5e0deda0 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bef94244-9232-4cae-8528-73af5e0deda0 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-bef94244-9232-4cae-8528-73af5e0deda0 {
  margin-bottom: 0px;
min-height: 160px;
}
}
#s-9f79c469-a8d0-4ef7-a5c2-4b459abf46c3 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-9f79c469-a8d0-4ef7-a5c2-4b459abf46c3 {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-9f79c469-a8d0-4ef7-a5c2-4b459abf46c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f79c469-a8d0-4ef7-a5c2-4b459abf46c3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-de6127fe-5e1d-4c84-b880-dc35cbbf2ff0 {
  
}








#s-de6127fe-5e1d-4c84-b880-dc35cbbf2ff0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de6127fe-5e1d-4c84-b880-dc35cbbf2ff0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07f83db3-dafa-45e6-a3f2-60e09e863bbe {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-07f83db3-dafa-45e6-a3f2-60e09e863bbe {
  min-height: 200px;
}
}@media (max-width: 767px){#s-07f83db3-dafa-45e6-a3f2-60e09e863bbe {
  min-height: 200px;
}
}







#s-07f83db3-dafa-45e6-a3f2-60e09e863bbe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07f83db3-dafa-45e6-a3f2-60e09e863bbe {
  cursor: pointer;
}#s-07f83db3-dafa-45e6-a3f2-60e09e863bbe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba8ae589-809a-4507-9b24-bf798a82edcc {
  padding-top: 10%;
padding-left: 2%;
padding-bottom: 10%;
padding-right: 2%;
min-height: 50px;
}
@media (max-width: 767px){#s-ba8ae589-809a-4507-9b24-bf798a82edcc {
  padding-bottom: 10%;
}
}







#s-ba8ae589-809a-4507-9b24-bf798a82edcc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba8ae589-809a-4507-9b24-bf798a82edcc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3510b051-5411-40cf-be83-9337292b338b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3510b051-5411-40cf-be83-9337292b338b {
  min-height: 50px;
}
}
#s-743f3663-7a01-4bf9-9e94-3150312863fc {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-743f3663-7a01-4bf9-9e94-3150312863fc {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-743f3663-7a01-4bf9-9e94-3150312863fc {
  min-height: 0px;
}
}@media (max-width: 767px){#s-743f3663-7a01-4bf9-9e94-3150312863fc {
  margin-bottom: 0px;
min-height: 160px;
}
}
#s-56866ae6-7f20-4852-8008-56a5dc78ae6e {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-56866ae6-7f20-4852-8008-56a5dc78ae6e {
  display: none;
}
#s-56866ae6-7f20-4852-8008-56a5dc78ae6e, #wrap-s-56866ae6-7f20-4852-8008-56a5dc78ae6e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56866ae6-7f20-4852-8008-56a5dc78ae6e {
  display: none;
}
#s-56866ae6-7f20-4852-8008-56a5dc78ae6e, #wrap-s-56866ae6-7f20-4852-8008-56a5dc78ae6e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-56866ae6-7f20-4852-8008-56a5dc78ae6e {
  display: none;
}
#s-56866ae6-7f20-4852-8008-56a5dc78ae6e, #wrap-s-56866ae6-7f20-4852-8008-56a5dc78ae6e { display:none !important; }}@media (max-width: 767px){#s-56866ae6-7f20-4852-8008-56a5dc78ae6e {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}
}







#s-56866ae6-7f20-4852-8008-56a5dc78ae6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56866ae6-7f20-4852-8008-56a5dc78ae6e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d9dfba0a-662d-4425-9f34-a81dde3ea094 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-d9dfba0a-662d-4425-9f34-a81dde3ea094 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9dfba0a-662d-4425-9f34-a81dde3ea094.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0b90576-3397-4ddd-8352-f43571c1df6e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e0b90576-3397-4ddd-8352-f43571c1df6e {
  min-height: 200px;
}
}@media (max-width: 767px){#s-e0b90576-3397-4ddd-8352-f43571c1df6e {
  min-height: 200px;
}
}







#s-e0b90576-3397-4ddd-8352-f43571c1df6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0b90576-3397-4ddd-8352-f43571c1df6e {
  cursor: pointer;
}#s-e0b90576-3397-4ddd-8352-f43571c1df6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9dc91a9-a489-41de-8d8a-f263ad002c7f {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9dc91a9-a489-41de-8d8a-f263ad002c7f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-d9dc91a9-a489-41de-8d8a-f263ad002c7f {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-d9dc91a9-a489-41de-8d8a-f263ad002c7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9dc91a9-a489-41de-8d8a-f263ad002c7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da2121b8-29ca-4dac-a245-252a6f4712e5 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-da2121b8-29ca-4dac-a245-252a6f4712e5 {
  min-height: 50px;
}
}
#s-b4cc9f44-75a2-4b39-b597-d0a50c32e436 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-b4cc9f44-75a2-4b39-b597-d0a50c32e436 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b4cc9f44-75a2-4b39-b597-d0a50c32e436 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-b4cc9f44-75a2-4b39-b597-d0a50c32e436 {
  margin-bottom: 0px;
}
}
@media (max-width: 767px){#s-c3656515-7ee0-4a34-b271-6bc435ca5e2b {
  margin-top: 10px;
}
}
#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa {
  display: none;
}
#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa, #wrap-s-8d519f7e-12aa-4239-87cc-e56d5eb58afa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa {
  display: none;
}
#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa, #wrap-s-8d519f7e-12aa-4239-87cc-e56d5eb58afa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa {
  display: none;
}
#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa, #wrap-s-8d519f7e-12aa-4239-87cc-e56d5eb58afa { display:none !important; }}@media (max-width: 767px){#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa {
  margin-top: 15px;
margin-bottom: 0px;
min-height: 0px;
}
}







#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d519f7e-12aa-4239-87cc-e56d5eb58afa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df6ad08b-b289-4e47-a27e-a580d77f6ad0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-df6ad08b-b289-4e47-a27e-a580d77f6ad0 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-df6ad08b-b289-4e47-a27e-a580d77f6ad0 {
  min-height: 200px;
}
}







#s-df6ad08b-b289-4e47-a27e-a580d77f6ad0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df6ad08b-b289-4e47-a27e-a580d77f6ad0 {
  cursor: pointer;
}#s-df6ad08b-b289-4e47-a27e-a580d77f6ad0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23629099-d48e-416d-8f13-2f1e5c5c235e {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-23629099-d48e-416d-8f13-2f1e5c5c235e {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-23629099-d48e-416d-8f13-2f1e5c5c235e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-23629099-d48e-416d-8f13-2f1e5c5c235e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23629099-d48e-416d-8f13-2f1e5c5c235e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8d298c3-3038-485b-9cc3-96b9b1d8b268 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-c8d298c3-3038-485b-9cc3-96b9b1d8b268 {
  min-height: 50px;
}
}
#s-e3e5cfae-027b-4c45-b10a-eb5eec15cd26 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-e3e5cfae-027b-4c45-b10a-eb5eec15cd26 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3e5cfae-027b-4c45-b10a-eb5eec15cd26 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-e3e5cfae-027b-4c45-b10a-eb5eec15cd26 {
  margin-bottom: 0px;
}
}
@media (max-width: 767px){#s-b36a93e0-1960-4d42-a923-ba5bd0aecd37 {
  margin-top: 10px;
}
}
#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a {
  display: none;
}
#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a, #wrap-s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a {
  display: none;
}
#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a, #wrap-s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a {
  display: none;
}
#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a, #wrap-s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a { display:none !important; }}@media (max-width: 767px){#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eec0cd12-f527-4bcf-b0c6-8ddd2088ec7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-70b36623-1bff-4ff8-9743-8dc9de5ee6bd {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-70b36623-1bff-4ff8-9743-8dc9de5ee6bd {
  min-height: 200px;
}
}@media (max-width: 767px){#s-70b36623-1bff-4ff8-9743-8dc9de5ee6bd {
  min-height: 200px;
}
}







#s-70b36623-1bff-4ff8-9743-8dc9de5ee6bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b36623-1bff-4ff8-9743-8dc9de5ee6bd {
  cursor: pointer;
}#s-70b36623-1bff-4ff8-9743-8dc9de5ee6bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b975c7c-6f9f-45c0-bd6e-56069a43b965 {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9b975c7c-6f9f-45c0-bd6e-56069a43b965 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-9b975c7c-6f9f-45c0-bd6e-56069a43b965 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9b975c7c-6f9f-45c0-bd6e-56069a43b965 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b975c7c-6f9f-45c0-bd6e-56069a43b965.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-435cd072-9b62-4621-84c8-82d592805ac0 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-435cd072-9b62-4621-84c8-82d592805ac0 {
  min-height: 50px;
}
}
#s-08f2f7e8-ceaa-4a03-ba21-474df2105184 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-08f2f7e8-ceaa-4a03-ba21-474df2105184 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08f2f7e8-ceaa-4a03-ba21-474df2105184 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-08f2f7e8-ceaa-4a03-ba21-474df2105184 {
  margin-bottom: 0px;
}
}
@media (max-width: 767px){#s-5150ce57-498f-4ce9-8d63-c8400b330606 {
  margin-top: 10px;
}
}
#s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830 {
  display: none;
}
#s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830, #wrap-s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-b445c9d3-2472-4de4-b3e4-ba7d20fa9830"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-6dabc29c-f842-4f4a-9005-54c635ce5057 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-6dabc29c-f842-4f4a-9005-54c635ce5057 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
}







#s-6dabc29c-f842-4f4a-9005-54c635ce5057 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dabc29c-f842-4f4a-9005-54c635ce5057.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7c0df1b-428e-4ad3-9673-4210e492bc16 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
}








#s-c7c0df1b-428e-4ad3-9673-4210e492bc16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7c0df1b-428e-4ad3-9673-4210e492bc16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-daf06f1c-7215-4e19-8dba-e6a0319998a0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-daf06f1c-7215-4e19-8dba-e6a0319998a0 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-daf06f1c-7215-4e19-8dba-e6a0319998a0 {
  min-height: 200px;
}
}







#s-daf06f1c-7215-4e19-8dba-e6a0319998a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-daf06f1c-7215-4e19-8dba-e6a0319998a0 {
  cursor: pointer;
}#s-daf06f1c-7215-4e19-8dba-e6a0319998a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f1cadaaa-5e7c-4112-8579-799868f8a5ec {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f1cadaaa-5e7c-4112-8579-799868f8a5ec {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-f1cadaaa-5e7c-4112-8579-799868f8a5ec {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-f1cadaaa-5e7c-4112-8579-799868f8a5ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1cadaaa-5e7c-4112-8579-799868f8a5ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-26ea1b19-d267-4b0b-bd0d-f7790a1c99bf {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-26ea1b19-d267-4b0b-bd0d-f7790a1c99bf {
  min-height: 50px;
}
}
#s-5d37bec9-49cd-47f9-992c-b9ae10422c6b {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5d37bec9-49cd-47f9-992c-b9ae10422c6b {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5d37bec9-49cd-47f9-992c-b9ae10422c6b {
  min-height: 0px;
}
}@media (max-width: 767px){#s-5d37bec9-49cd-47f9-992c-b9ae10422c6b {
  margin-bottom: 0px;
}
}
#s-f260f769-b3b3-4333-aede-52646283f0b9 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-f260f769-b3b3-4333-aede-52646283f0b9 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 0px;
}
}







#s-f260f769-b3b3-4333-aede-52646283f0b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f260f769-b3b3-4333-aede-52646283f0b9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e28052e5-be90-4bc8-be7d-20287b47e774 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e28052e5-be90-4bc8-be7d-20287b47e774 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-e28052e5-be90-4bc8-be7d-20287b47e774 {
  min-height: 200px;
}
}







#s-e28052e5-be90-4bc8-be7d-20287b47e774 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e28052e5-be90-4bc8-be7d-20287b47e774 {
  cursor: pointer;
}#s-e28052e5-be90-4bc8-be7d-20287b47e774.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b84a9cf-d556-42bb-ae4f-126977e5ff0f {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b84a9cf-d556-42bb-ae4f-126977e5ff0f {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-8b84a9cf-d556-42bb-ae4f-126977e5ff0f {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-8b84a9cf-d556-42bb-ae4f-126977e5ff0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b84a9cf-d556-42bb-ae4f-126977e5ff0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc98a484-123e-439b-b533-76ba140cf62b {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fc98a484-123e-439b-b533-76ba140cf62b {
  min-height: 50px;
}
}
#s-857eefb1-bc77-4cff-86be-2097b388d2d1 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-857eefb1-bc77-4cff-86be-2097b388d2d1 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-857eefb1-bc77-4cff-86be-2097b388d2d1 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-857eefb1-bc77-4cff-86be-2097b388d2d1 {
  margin-bottom: 0px;
}
}
#s-580a8c99-cf0a-4bdf-bd7a-664d313108e0 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(228, 228, 228, 1);
border-style: solid;
min-height: 50px;
}
@media (max-width: 767px){#s-580a8c99-cf0a-4bdf-bd7a-664d313108e0 {
  margin-top: 15px;
margin-bottom: 0px;
}
}







#s-580a8c99-cf0a-4bdf-bd7a-664d313108e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-580a8c99-cf0a-4bdf-bd7a-664d313108e0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a34bc9c8-5105-426b-913e-5f38c1c604d7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a34bc9c8-5105-426b-913e-5f38c1c604d7 {
  min-height: 200px;
}
}@media (max-width: 767px){#s-a34bc9c8-5105-426b-913e-5f38c1c604d7 {
  min-height: 200px;
}
}







#s-a34bc9c8-5105-426b-913e-5f38c1c604d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a34bc9c8-5105-426b-913e-5f38c1c604d7 {
  cursor: pointer;
}#s-a34bc9c8-5105-426b-913e-5f38c1c604d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7dcae9de-de54-4a46-919b-c0940ed38b8e {
  padding-top: 10%;
padding-left: 5%;
padding-bottom: 10%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dcae9de-de54-4a46-919b-c0940ed38b8e {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-7dcae9de-de54-4a46-919b-c0940ed38b8e {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-7dcae9de-de54-4a46-919b-c0940ed38b8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7dcae9de-de54-4a46-919b-c0940ed38b8e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4a02c02-fea3-4efe-b650-e64f97bda162 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4a02c02-fea3-4efe-b650-e64f97bda162 {
  min-height: 50px;
}
}
#s-5112de40-7f72-4588-9da0-c18c20de4783 {
  margin-top: 0px;
margin-bottom: 15px;
min-height: 50px;
}
@media (min-width: 1200px){#s-5112de40-7f72-4588-9da0-c18c20de4783 {
  min-height: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5112de40-7f72-4588-9da0-c18c20de4783 {
  min-height: 0px;
}
}@media (max-width: 767px){#s-5112de40-7f72-4588-9da0-c18c20de4783 {
  margin-bottom: 0px;
}
}
#s-0a09d00d-1a49-43dd-882e-ce10025baa2b {
  min-height: 50px;
}
@media (max-width: 767px){#s-0a09d00d-1a49-43dd-882e-ce10025baa2b {
  margin-top: 20px;
}
}







#s-0a09d00d-1a49-43dd-882e-ce10025baa2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a09d00d-1a49-43dd-882e-ce10025baa2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 24px;
margin-right: 0%;
padding-top: 50px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1 {
  display: none;
}
#s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1, #wrap-s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1 { display:none !important; }}@media (max-width: 767px){#s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 70px;
display: none;
}
#s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1, #wrap-s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1 { display:none !important; }}







#s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-046bc94e-5cad-4436-a6d3-5a91f6cb51c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10a88f80-6001-411e-b84e-9cc86f5e0451 {
  margin-top: 15px;
margin-left: 5%;
margin-bottom: 2.5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-10a88f80-6001-411e-b84e-9cc86f5e0451"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10a88f80-6001-411e-b84e-9cc86f5e0451"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-10a88f80-6001-411e-b84e-9cc86f5e0451"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-10a88f80-6001-411e-b84e-9cc86f5e0451"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0bd93e05-89cb-417a-9c78-ba0baf2edced {
  box-shadow:0px 0px 0px 0px rgba(151, 157, 167, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
}








#s-0bd93e05-89cb-417a-9c78-ba0baf2edced > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-0bd93e05-89cb-417a-9c78-ba0baf2edced {
  cursor: pointer;
}#s-0bd93e05-89cb-417a-9c78-ba0baf2edced.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6692442f-2f41-48cd-bbbf-26d5f093c169 {
  box-shadow:0px 0px 0px 0px rgba(151, 157, 167, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
}
@media (min-width: 1200px){#s-6692442f-2f41-48cd-bbbf-26d5f093c169 {
  min-height: 300px;
}
}







#s-6692442f-2f41-48cd-bbbf-26d5f093c169 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-6692442f-2f41-48cd-bbbf-26d5f093c169 {
  cursor: pointer;
}#s-6692442f-2f41-48cd-bbbf-26d5f093c169.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7f1d31e-72a4-4847-81c3-05dcc897a832 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-7bef2e46-69d3-4ba6-b2a0-27f9cb801918 {
  margin-bottom: 30px;
}

#s-f91105b4-b953-4edc-bc26-85a42336a4b8 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-74b89b00-6f19-41df-9c15-8db3b1e602af {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}








#s-74b89b00-6f19-41df-9c15-8db3b1e602af > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-74b89b00-6f19-41df-9c15-8db3b1e602af {
  cursor: pointer;
}#s-74b89b00-6f19-41df-9c15-8db3b1e602af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8584c324-7577-487b-bf7a-2c4141891531 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8584c324-7577-487b-bf7a-2c4141891531 {
  min-height: 300px;
}
}







#s-8584c324-7577-487b-bf7a-2c4141891531 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8584c324-7577-487b-bf7a-2c4141891531 {
  cursor: pointer;
}#s-8584c324-7577-487b-bf7a-2c4141891531.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81b254f9-73ae-49cd-8b2b-7808aec4238e {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-60d5beea-a215-46c1-8990-0a2154c5d09f {
  margin-bottom: 30px;
}

#s-42a99e1c-d2e7-4ef2-81d6-db9a8b904d46 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-14166bd4-29f8-41f1-b36c-b659e97558ca {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}








#s-14166bd4-29f8-41f1-b36c-b659e97558ca > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-14166bd4-29f8-41f1-b36c-b659e97558ca {
  cursor: pointer;
}#s-14166bd4-29f8-41f1-b36c-b659e97558ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68be5f30-4a51-49c6-be5d-86e26e74635a {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-68be5f30-4a51-49c6-be5d-86e26e74635a {
  min-height: 300px;
}
}







#s-68be5f30-4a51-49c6-be5d-86e26e74635a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-68be5f30-4a51-49c6-be5d-86e26e74635a {
  cursor: pointer;
}#s-68be5f30-4a51-49c6-be5d-86e26e74635a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f5b1ca6-18d9-4821-8021-019019173afe {
  margin-bottom: 0px;
}

#s-d535d48b-0980-4fe6-848d-697f643c9be7 {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-7b160b91-2019-4975-bfa5-9e46ee378efc {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61 {
  display: none;
}
#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61, #wrap-s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61 {
  display: none;
}
#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61, #wrap-s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61 {
  margin-top: 20px;
}
}







#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59beee1b-1c65-4dfb-bf4b-1d4bdbde0d61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f6c4339-489d-4520-abb4-5611f5b4c777 {
  margin-top: 24px;
}

#s-6ef1fc8d-3c92-4d35-9da2-fd44cd0fd61b {
  margin-top: 0px;
margin-bottom: 24px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-f718e5d2-719b-47ad-be15-c87f6cf434c3 {
  margin-bottom: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-f718e5d2-719b-47ad-be15-c87f6cf434c3 {
  display: none;
}
#s-f718e5d2-719b-47ad-be15-c87f6cf434c3, #wrap-s-f718e5d2-719b-47ad-be15-c87f6cf434c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f718e5d2-719b-47ad-be15-c87f6cf434c3 {
  display: none;
}
#s-f718e5d2-719b-47ad-be15-c87f6cf434c3, #wrap-s-f718e5d2-719b-47ad-be15-c87f6cf434c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f718e5d2-719b-47ad-be15-c87f6cf434c3 {
  margin-top: 20px;
}
}
#s-f718e5d2-719b-47ad-be15-c87f6cf434c3 .shg-sld-dot {
  background-color: rgba(28, 49, 56, 1);
}

#s-f718e5d2-719b-47ad-be15-c87f6cf434c3 .shg-sld-nav-button.shg-sld-left,
#s-f718e5d2-719b-47ad-be15-c87f6cf434c3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(28, 49, 56, 1);
}

#s-ae694039-a824-4326-b0cd-b76549b02d1a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-ae694039-a824-4326-b0cd-b76549b02d1a {
  display: none;
}
#s-ae694039-a824-4326-b0cd-b76549b02d1a, #wrap-s-ae694039-a824-4326-b0cd-b76549b02d1a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae694039-a824-4326-b0cd-b76549b02d1a {
  display: none;
}
#s-ae694039-a824-4326-b0cd-b76549b02d1a, #wrap-s-ae694039-a824-4326-b0cd-b76549b02d1a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae694039-a824-4326-b0cd-b76549b02d1a {
  
}
}@media (max-width: 767px){#s-ae694039-a824-4326-b0cd-b76549b02d1a {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-ae694039-a824-4326-b0cd-b76549b02d1a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae694039-a824-4326-b0cd-b76549b02d1a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2f5fc173-0487-4b3c-9773-8a3cce01c410 {
  box-shadow:0px 0px 0px 0px rgba(151, 157, 167, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
}
@media (max-width: 767px){#s-2f5fc173-0487-4b3c-9773-8a3cce01c410 {
  
}
}







#s-2f5fc173-0487-4b3c-9773-8a3cce01c410 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-2f5fc173-0487-4b3c-9773-8a3cce01c410 {
  cursor: pointer;
}#s-2f5fc173-0487-4b3c-9773-8a3cce01c410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9eda5ba-5efc-46d0-8a57-3329c1afba51 {
  box-shadow:0px 0px 0px 0px rgba(151, 157, 167, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
}








#s-f9eda5ba-5efc-46d0-8a57-3329c1afba51 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f9eda5ba-5efc-46d0-8a57-3329c1afba51 {
  cursor: pointer;
}#s-f9eda5ba-5efc-46d0-8a57-3329c1afba51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-35508686-0205-4a21-890e-1fe9745d1b6e {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-bb3f5f85-88d9-4200-b98d-5329b577e201 {
  margin-bottom: 30px;
}

#s-cc01cf3d-04fb-4b37-92b7-535882b4fab7 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-cc01cf3d-04fb-4b37-92b7-535882b4fab7 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a {
  display: none;
}
#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a, #wrap-s-5d6a3338-92c0-4470-9c6c-73d31106bb7a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a {
  display: none;
}
#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a, #wrap-s-5d6a3338-92c0-4470-9c6c-73d31106bb7a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a {
  
}
}@media (max-width: 767px){#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d6a3338-92c0-4470-9c6c-73d31106bb7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 {
  display: none;
}
#s-335dd5b5-0bac-4088-b7f8-e407dbab1918, #wrap-s-335dd5b5-0bac-4088-b7f8-e407dbab1918 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 {
  display: none;
}
#s-335dd5b5-0bac-4088-b7f8-e407dbab1918, #wrap-s-335dd5b5-0bac-4088-b7f8-e407dbab1918 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 {
  
}
}@media (max-width: 767px){#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 {
  display: none;
}
#s-335dd5b5-0bac-4088-b7f8-e407dbab1918, #wrap-s-335dd5b5-0bac-4088-b7f8-e407dbab1918 { display:none !important; }}
#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 {
  background-image: url(https://i.shgcdn.com/a15ca926-8f7d-4906-9275-1cda4e170723/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-335dd5b5-0bac-4088-b7f8-e407dbab1918 {
  cursor: pointer;
}#s-335dd5b5-0bac-4088-b7f8-e407dbab1918.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5eaa522c-3c1b-41bb-89fe-4443f5266968 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-5eaa522c-3c1b-41bb-89fe-4443f5266968 {
  display: none;
}
#s-5eaa522c-3c1b-41bb-89fe-4443f5266968, #wrap-s-5eaa522c-3c1b-41bb-89fe-4443f5266968 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5eaa522c-3c1b-41bb-89fe-4443f5266968 {
  display: none;
}
#s-5eaa522c-3c1b-41bb-89fe-4443f5266968, #wrap-s-5eaa522c-3c1b-41bb-89fe-4443f5266968 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5eaa522c-3c1b-41bb-89fe-4443f5266968 {
  
}
}@media (max-width: 767px){#s-5eaa522c-3c1b-41bb-89fe-4443f5266968 {
  min-height: 250px;
}
}







#s-5eaa522c-3c1b-41bb-89fe-4443f5266968 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-5eaa522c-3c1b-41bb-89fe-4443f5266968 {
  cursor: pointer;
}#s-5eaa522c-3c1b-41bb-89fe-4443f5266968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d9ccf1e-5012-43b6-9066-c1c93348b5c3 {
  margin-bottom: 0px;
}

#s-191ef543-9d7b-45bf-8782-a05fd0df07ef {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 {
  display: none;
}
#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5, #wrap-s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 {
  display: none;
}
#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5, #wrap-s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 {
  display: none;
}
#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5, #wrap-s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 { display:none !important; }}







#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5 {
  cursor: pointer;
}#s-a5e2fc62-99d9-48a9-841f-293260bbf2f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6b85679-db53-42ae-9006-d7c901b834c4 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c6b85679-db53-42ae-9006-d7c901b834c4 {
  display: none;
}
#s-c6b85679-db53-42ae-9006-d7c901b834c4, #wrap-s-c6b85679-db53-42ae-9006-d7c901b834c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6b85679-db53-42ae-9006-d7c901b834c4 {
  display: none;
}
#s-c6b85679-db53-42ae-9006-d7c901b834c4, #wrap-s-c6b85679-db53-42ae-9006-d7c901b834c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6b85679-db53-42ae-9006-d7c901b834c4 {
  
}
}@media (max-width: 767px){#s-c6b85679-db53-42ae-9006-d7c901b834c4 {
  min-height: 250px;
}
}







#s-c6b85679-db53-42ae-9006-d7c901b834c4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c6b85679-db53-42ae-9006-d7c901b834c4 {
  cursor: pointer;
}#s-c6b85679-db53-42ae-9006-d7c901b834c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5a62fe1-22e3-45c4-aca6-7fd3553729fa {
  margin-top: 20px;
}

#s-b704e17d-bc17-4dc2-8c4f-9a600cf23540 {
  margin-bottom: 0px;
}

#s-8548e1b2-9d71-4338-9205-63fbf49a9f37 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8548e1b2-9d71-4338-9205-63fbf49a9f37 {
  display: none;
}
#s-8548e1b2-9d71-4338-9205-63fbf49a9f37, #wrap-s-8548e1b2-9d71-4338-9205-63fbf49a9f37 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8548e1b2-9d71-4338-9205-63fbf49a9f37 {
  display: none;
}
#s-8548e1b2-9d71-4338-9205-63fbf49a9f37, #wrap-s-8548e1b2-9d71-4338-9205-63fbf49a9f37 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8548e1b2-9d71-4338-9205-63fbf49a9f37 {
  
}
}
@media (min-width: 1200px){#s-69bbbab3-cd56-42db-b064-b16f8b87bc70 {
  display: none;
}
#s-69bbbab3-cd56-42db-b064-b16f8b87bc70, #wrap-s-69bbbab3-cd56-42db-b064-b16f8b87bc70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69bbbab3-cd56-42db-b064-b16f8b87bc70 {
  display: none;
}
#s-69bbbab3-cd56-42db-b064-b16f8b87bc70, #wrap-s-69bbbab3-cd56-42db-b064-b16f8b87bc70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-69bbbab3-cd56-42db-b064-b16f8b87bc70 {
  
}
}
#s-88229e43-c7df-4375-8edf-860ce57e8938 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 30px;
padding-right: 0%;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-88229e43-c7df-4375-8edf-860ce57e8938 {
  display: none;
}
#s-88229e43-c7df-4375-8edf-860ce57e8938, #wrap-s-88229e43-c7df-4375-8edf-860ce57e8938 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88229e43-c7df-4375-8edf-860ce57e8938 {
  display: none;
}
#s-88229e43-c7df-4375-8edf-860ce57e8938, #wrap-s-88229e43-c7df-4375-8edf-860ce57e8938 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88229e43-c7df-4375-8edf-860ce57e8938 {
  
}
}@media (max-width: 767px){#s-88229e43-c7df-4375-8edf-860ce57e8938 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-88229e43-c7df-4375-8edf-860ce57e8938 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88229e43-c7df-4375-8edf-860ce57e8938.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 {
  display: none;
}
#s-593db04a-b6d1-482a-84c7-8d97933d0ce8, #wrap-s-593db04a-b6d1-482a-84c7-8d97933d0ce8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 {
  display: none;
}
#s-593db04a-b6d1-482a-84c7-8d97933d0ce8, #wrap-s-593db04a-b6d1-482a-84c7-8d97933d0ce8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 {
  
}
}@media (max-width: 767px){#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 {
  display: none;
}
#s-593db04a-b6d1-482a-84c7-8d97933d0ce8, #wrap-s-593db04a-b6d1-482a-84c7-8d97933d0ce8 { display:none !important; }}
#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 {
  background-image: url(https://i.shgcdn.com/d2c6f097-30f5-46f8-8979-ba4e4a7cba80/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-593db04a-b6d1-482a-84c7-8d97933d0ce8 {
  cursor: pointer;
}#s-593db04a-b6d1-482a-84c7-8d97933d0ce8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d28b684d-4af2-4c0e-8162-d71dbd876044 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-d28b684d-4af2-4c0e-8162-d71dbd876044 {
  display: none;
}
#s-d28b684d-4af2-4c0e-8162-d71dbd876044, #wrap-s-d28b684d-4af2-4c0e-8162-d71dbd876044 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d28b684d-4af2-4c0e-8162-d71dbd876044 {
  display: none;
}
#s-d28b684d-4af2-4c0e-8162-d71dbd876044, #wrap-s-d28b684d-4af2-4c0e-8162-d71dbd876044 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d28b684d-4af2-4c0e-8162-d71dbd876044 {
  
}
}







#s-d28b684d-4af2-4c0e-8162-d71dbd876044 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-d28b684d-4af2-4c0e-8162-d71dbd876044 {
  cursor: pointer;
}#s-d28b684d-4af2-4c0e-8162-d71dbd876044.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0edec0df-3e8f-490c-a168-4ae09a0d0c91 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-c7b84e56-761b-4d8e-9804-56c746fdecb4 {
  margin-bottom: 30px;
}

#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 250px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a {
  display: none;
}
#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a, #wrap-s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a {
  display: none;
}
#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a, #wrap-s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a {
  display: none;
}
#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a, #wrap-s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a { display:none !important; }}







#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a {
  cursor: pointer;
}#s-fd6107a7-1ce3-43f6-b3a0-f1381ebfd06a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-494bf94d-8d91-4545-abdc-1577466dd386 {
  box-shadow:0px 0px 0px 0px rgba(229, 229, 225, 1);
margin-top: 0px;
margin-bottom: 0px;
min-height: 249px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-494bf94d-8d91-4545-abdc-1577466dd386 {
  display: none;
}
#s-494bf94d-8d91-4545-abdc-1577466dd386, #wrap-s-494bf94d-8d91-4545-abdc-1577466dd386 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-494bf94d-8d91-4545-abdc-1577466dd386 {
  display: none;
}
#s-494bf94d-8d91-4545-abdc-1577466dd386, #wrap-s-494bf94d-8d91-4545-abdc-1577466dd386 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-494bf94d-8d91-4545-abdc-1577466dd386 {
  
}
}







#s-494bf94d-8d91-4545-abdc-1577466dd386 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-494bf94d-8d91-4545-abdc-1577466dd386 {
  cursor: pointer;
}#s-494bf94d-8d91-4545-abdc-1577466dd386.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24669187-b905-4e57-a556-d08848ffb7e7 {
  margin-top: 20px;
margin-bottom: 0px;
}

#s-045618a3-e98d-40db-b8d1-a8c341ac74e3 {
  margin-bottom: 30px;
}

#s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830 {
  display: none;
}
#s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830, #wrap-s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830 {
  display: none;
}
#s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830, #wrap-s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f4f6bb41-093d-49ee-a8f6-e6b8a942d830 {
  
}
}
@media (min-width: 1200px){#s-b094833b-ea21-43ee-a873-e2721e4bb944 {
  display: none;
}
#s-b094833b-ea21-43ee-a873-e2721e4bb944, #wrap-s-b094833b-ea21-43ee-a873-e2721e4bb944 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b094833b-ea21-43ee-a873-e2721e4bb944 {
  display: none;
}
#s-b094833b-ea21-43ee-a873-e2721e4bb944, #wrap-s-b094833b-ea21-43ee-a873-e2721e4bb944 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b094833b-ea21-43ee-a873-e2721e4bb944 {
  
}
}
/*
  $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}