.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-3b78a301-f778-4684-a92e-2d9a38952c1c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: right center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-3b78a301-f778-4684-a92e-2d9a38952c1c {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-3b78a301-f778-4684-a92e-2d9a38952c1c, #wrap-s-3b78a301-f778-4684-a92e-2d9a38952c1c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3b78a301-f778-4684-a92e-2d9a38952c1c {
  display: none;
}
#s-3b78a301-f778-4684-a92e-2d9a38952c1c, #wrap-s-3b78a301-f778-4684-a92e-2d9a38952c1c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3b78a301-f778-4684-a92e-2d9a38952c1c {
  
}
}@media (max-width: 767px){#s-3b78a301-f778-4684-a92e-2d9a38952c1c {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
}
}
#s-3b78a301-f778-4684-a92e-2d9a38952c1c {
  background-image: url(https://i.shgcdn.com/a10ee4c1-c664-47f2-b78b-b0bfd9ce9c78/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-3b78a301-f778-4684-a92e-2d9a38952c1c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-3b78a301-f778-4684-a92e-2d9a38952c1c {
  cursor: pointer;
}#s-3b78a301-f778-4684-a92e-2d9a38952c1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1000px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d3c4aac3-f76e-4e7c-ab94-3248c553ea8f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b {
  padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-radius: 2px;
background-color: rgba(243, 110, 33, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52737d50-ec7c-459f-9fbc-89b9c87aee1b-root {
    text-align: center;
  }


#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52737d50-ec7c-459f-9fbc-89b9c87aee1b-root {
    text-align: center;
  }


#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52737d50-ec7c-459f-9fbc-89b9c87aee1b-root {
    text-align: center;
  }


#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52737d50-ec7c-459f-9fbc-89b9c87aee1b-root {
    text-align: center;
  }


#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52737d50-ec7c-459f-9fbc-89b9c87aee1b-root {
    text-align: center;
  }


#s-52737d50-ec7c-459f-9fbc-89b9c87aee1b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-c3722509-89f8-4678-96e0-a262669e798a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 700px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-c3722509-89f8-4678-96e0-a262669e798a {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c3722509-89f8-4678-96e0-a262669e798a {
  display: none;
}
#s-c3722509-89f8-4678-96e0-a262669e798a, #wrap-s-c3722509-89f8-4678-96e0-a262669e798a { display:none !important; }}@media (max-width: 767px){#s-c3722509-89f8-4678-96e0-a262669e798a {
  margin-top: 10px;
margin-bottom: 10px;
padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-c3722509-89f8-4678-96e0-a262669e798a, #wrap-s-c3722509-89f8-4678-96e0-a262669e798a { display:none !important; }}
#s-c3722509-89f8-4678-96e0-a262669e798a {
  background-image: url(https://i.shgcdn.com/a10ee4c1-c664-47f2-b78b-b0bfd9ce9c78/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c3722509-89f8-4678-96e0-a262669e798a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-c3722509-89f8-4678-96e0-a262669e798a {
  cursor: pointer;
}#s-c3722509-89f8-4678-96e0-a262669e798a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f425741-4f4f-4fe5-a66f-21183bb5c136 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 1000px;
background-color: rgba(0, 0, 0, 0);
}

@media (min-width: 0px) {
[id="s-4f425741-4f4f-4fe5-a66f-21183bb5c136"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f425741-4f4f-4fe5-a66f-21183bb5c136"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f425741-4f4f-4fe5-a66f-21183bb5c136"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4f425741-4f4f-4fe5-a66f-21183bb5c136"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f425741-4f4f-4fe5-a66f-21183bb5c136"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f425741-4f4f-4fe5-a66f-21183bb5c136"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4f425741-4f4f-4fe5-a66f-21183bb5c136"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9 {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(243, 110, 33, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-783d51d4-1aaa-45f6-9e75-af11baa72ca9-root {
    text-align: left;
  }


#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-783d51d4-1aaa-45f6-9e75-af11baa72ca9-root {
    text-align: left;
  }


#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-783d51d4-1aaa-45f6-9e75-af11baa72ca9-root {
    text-align: left;
  }


#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-783d51d4-1aaa-45f6-9e75-af11baa72ca9-root {
    text-align: left;
  }


#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-783d51d4-1aaa-45f6-9e75-af11baa72ca9-root {
    text-align: left;
  }


#s-783d51d4-1aaa-45f6-9e75-af11baa72ca9.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-e95b7222-2147-4227-922e-837c17bb397a {
  margin-top: 50px;
margin-bottom: 50px;
min-height: 50px;
}








#s-e95b7222-2147-4227-922e-837c17bb397a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95b7222-2147-4227-922e-837c17bb397a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9eb5a16-d18a-4d7b-b121-46c33b33018a {
  min-height: 50px;
}








#s-f9eb5a16-d18a-4d7b-b121-46c33b33018a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9eb5a16-d18a-4d7b-b121-46c33b33018a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-81b13e6c-dc21-4b6d-a998-0b2fcaaf5ee8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81b13e6c-dc21-4b6d-a998-0b2fcaaf5ee8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-81b13e6c-dc21-4b6d-a998-0b2fcaaf5ee8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-81b13e6c-dc21-4b6d-a998-0b2fcaaf5ee8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-731cbbf9-f07b-4b9d-9428-3115effb5368 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-731cbbf9-f07b-4b9d-9428-3115effb5368 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-731cbbf9-f07b-4b9d-9428-3115effb5368 {
  cursor: pointer;
}#s-731cbbf9-f07b-4b9d-9428-3115effb5368.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f340045-1993-4332-beb5-b8bec0dc74f2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-6f340045-1993-4332-beb5-b8bec0dc74f2 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-6f340045-1993-4332-beb5-b8bec0dc74f2 {
  cursor: pointer;
}#s-6f340045-1993-4332-beb5-b8bec0dc74f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78c330f0-a174-4815-a932-8325c84834d5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center top;
}








#s-78c330f0-a174-4815-a932-8325c84834d5 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-78c330f0-a174-4815-a932-8325c84834d5 {
  cursor: pointer;
}#s-78c330f0-a174-4815-a932-8325c84834d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db1fffa4-9e91-432c-8401-cea692be974f {
  margin-top: 50px;
margin-bottom: 75px;
min-height: 50px;
}








#s-db1fffa4-9e91-432c-8401-cea692be974f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db1fffa4-9e91-432c-8401-cea692be974f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cd90aa5-8ff5-4224-bade-2787252d5879 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-5cd90aa5-8ff5-4224-bade-2787252d5879"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5cd90aa5-8ff5-4224-bade-2787252d5879"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-5cd90aa5-8ff5-4224-bade-2787252d5879"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-5cd90aa5-8ff5-4224-bade-2787252d5879"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-5cd90aa5-8ff5-4224-bade-2787252d5879"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-5cd90aa5-8ff5-4224-bade-2787252d5879"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-5cd90aa5-8ff5-4224-bade-2787252d5879"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

}

#s-d124f263-ca89-4843-b2b9-efc16f30b929 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(75, 173, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d124f263-ca89-4843-b2b9-efc16f30b929:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d124f263-ca89-4843-b2b9-efc16f30b929:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d124f263-ca89-4843-b2b9-efc16f30b929-root {
    text-align: center;
  }


#s-d124f263-ca89-4843-b2b9-efc16f30b929.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d124f263-ca89-4843-b2b9-efc16f30b929-root {
    text-align: center;
  }


#s-d124f263-ca89-4843-b2b9-efc16f30b929.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d124f263-ca89-4843-b2b9-efc16f30b929-root {
    text-align: center;
  }


#s-d124f263-ca89-4843-b2b9-efc16f30b929.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d124f263-ca89-4843-b2b9-efc16f30b929-root {
    text-align: center;
  }


#s-d124f263-ca89-4843-b2b9-efc16f30b929.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d124f263-ca89-4843-b2b9-efc16f30b929-root {
    text-align: center;
  }


#s-d124f263-ca89-4843-b2b9-efc16f30b929.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-68592892-8da1-42b0-b5b6-133bb22aa3a5 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 100px;
padding-left: 25px;
padding-bottom: 100px;
padding-right: 25px;
min-height: 50px;
background-position: center center;
}








#s-68592892-8da1-42b0-b5b6-133bb22aa3a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68592892-8da1-42b0-b5b6-133bb22aa3a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3cd5bcfc-9d67-4e2c-a11c-5a5fee7489a3 {
  margin-top: 0px;
margin-bottom: 50px;
}
@media (max-width: 767px){#s-3cd5bcfc-9d67-4e2c-a11c-5a5fee7489a3 {
  padding-left: 55px;
padding-right: 55px;
}
}
#s-34e1e321-8838-4083-af76-2be87885936c {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-34e1e321-8838-4083-af76-2be87885936c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34e1e321-8838-4083-af76-2be87885936c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34e1e321-8838-4083-af76-2be87885936c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34e1e321-8838-4083-af76-2be87885936c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-339c4550-215c-4768-bc91-3388529ee7ad {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-4f7b2b25-f690-4736-950f-d52342e3fa84 {
  margin-top: 30px;
margin-bottom: 70px;
min-height: 50px;
}








#s-4f7b2b25-f690-4736-950f-d52342e3fa84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f7b2b25-f690-4736-950f-d52342e3fa84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bea3482-b222-4138-a9fe-3b7f0657482b {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

@media (min-width: 0px) {
[id="s-5bea3482-b222-4138-a9fe-3b7f0657482b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bea3482-b222-4138-a9fe-3b7f0657482b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bea3482-b222-4138-a9fe-3b7f0657482b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bea3482-b222-4138-a9fe-3b7f0657482b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c494e0af-f1fb-4000-9c74-0f0c3ddf4990 {
  min-height: 50px;
}








#s-c494e0af-f1fb-4000-9c74-0f0c3ddf4990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c494e0af-f1fb-4000-9c74-0f0c3ddf4990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2b4f2e73-781e-461c-8ba1-c0c311d73a57 {
  max-width: 250px;
text-align: center;
}







  img.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
    
    
  }


.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shg-align-container {
  text-align: center
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
    
    
  }


.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shg-align-container {
  text-align: center
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
    
    
  }


.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shg-align-container {
  text-align: center
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
    
    
  }


.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shg-align-container {
  text-align: center
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
  box-sizing: border-box;
}


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





  img.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
    
    
  }


.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57 .shogun-image-content {
  
    align-items: center;
  
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shg-align-container {
  text-align: center
}

.s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2b4f2e73-781e-461c-8ba1-c0c311d73a57.shogun-image {
  box-sizing: border-box;
}


}
#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c-root {
    text-align: center;
  }


#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c-root {
    text-align: center;
  }


#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c-root {
    text-align: center;
  }


#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c-root {
    text-align: center;
  }


#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c-root {
    text-align: center;
  }


#s-c1a3d8ea-6d8e-4774-a057-a5bef0a64b0c.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-7ea3cf5d-a292-4040-9b83-aeec564d4fe9 {
  min-height: 50px;
}








#s-7ea3cf5d-a292-4040-9b83-aeec564d4fe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ea3cf5d-a292-4040-9b83-aeec564d4fe9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d6fe8683-0775-45fb-aba5-6128e25b311d {
  max-width: 250px;
text-align: center;
}







  img.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
    
    
  }


.s-d6fe8683-0775-45fb-aba5-6128e25b311d .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shg-align-container {
  text-align: center
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
    
    
  }


.s-d6fe8683-0775-45fb-aba5-6128e25b311d .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shg-align-container {
  text-align: center
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
    
    
  }


.s-d6fe8683-0775-45fb-aba5-6128e25b311d .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shg-align-container {
  text-align: center
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
    
    
  }


.s-d6fe8683-0775-45fb-aba5-6128e25b311d .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shg-align-container {
  text-align: center
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
    
    
  }


.s-d6fe8683-0775-45fb-aba5-6128e25b311d .shogun-image-content {
  
    align-items: center;
  
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shg-align-container {
  text-align: center
}

.s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d6fe8683-0775-45fb-aba5-6128e25b311d.shogun-image {
  box-sizing: border-box;
}


}
#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3debdd29-1c6c-45bd-9356-36ff229ba4a5-root {
    text-align: center;
  }


#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3debdd29-1c6c-45bd-9356-36ff229ba4a5-root {
    text-align: center;
  }


#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3debdd29-1c6c-45bd-9356-36ff229ba4a5-root {
    text-align: center;
  }


#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3debdd29-1c6c-45bd-9356-36ff229ba4a5-root {
    text-align: center;
  }


#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3debdd29-1c6c-45bd-9356-36ff229ba4a5-root {
    text-align: center;
  }


#s-3debdd29-1c6c-45bd-9356-36ff229ba4a5.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-bdf57de5-dc2a-4dbc-be46-8e3bcfc9846b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-position: center center;
}








#s-bdf57de5-dc2a-4dbc-be46-8e3bcfc9846b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-bdf57de5-dc2a-4dbc-be46-8e3bcfc9846b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-21c47dea-c004-4f21-a143-90a805fbf17b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}







  #s-21c47dea-c004-4f21-a143-90a805fbf17b img.shogun-image {
    

    
    
    
  }


#s-21c47dea-c004-4f21-a143-90a805fbf17b .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-1ba1f311-bbbb-4372-ac4d-ab208e4575fd {
  margin-top: 46px;
margin-left: auto;
margin-bottom: 46px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 800px;
}

#s-1ba1f311-bbbb-4372-ac4d-ab208e4575fd .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1ba1f311-bbbb-4372-ac4d-ab208e4575fd .shg-sld-nav-button.shg-sld-left,
#s-1ba1f311-bbbb-4372-ac4d-ab208e4575fd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b198191b-deb5-499a-9552-f5314973806a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(75, 173, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b198191b-deb5-499a-9552-f5314973806a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b198191b-deb5-499a-9552-f5314973806a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b198191b-deb5-499a-9552-f5314973806a-root {
    text-align: center;
  }


#s-b198191b-deb5-499a-9552-f5314973806a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b198191b-deb5-499a-9552-f5314973806a-root {
    text-align: center;
  }


#s-b198191b-deb5-499a-9552-f5314973806a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b198191b-deb5-499a-9552-f5314973806a-root {
    text-align: center;
  }


#s-b198191b-deb5-499a-9552-f5314973806a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b198191b-deb5-499a-9552-f5314973806a-root {
    text-align: center;
  }


#s-b198191b-deb5-499a-9552-f5314973806a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b198191b-deb5-499a-9552-f5314973806a-root {
    text-align: center;
  }


#s-b198191b-deb5-499a-9552-f5314973806a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-de1562d6-bbee-4f0d-98f5-b6a7a3555375 {
  margin-top: 30px;
margin-bottom: 70px;
min-height: 50px;
}








#s-de1562d6-bbee-4f0d-98f5-b6a7a3555375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de1562d6-bbee-4f0d-98f5-b6a7a3555375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0b276b1b-87c7-4fb7-a2f9-15c0f6e78066 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-0b276b1b-87c7-4fb7-a2f9-15c0f6e78066"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-0b276b1b-87c7-4fb7-a2f9-15c0f6e78066"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-0b276b1b-87c7-4fb7-a2f9-15c0f6e78066"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-0b276b1b-87c7-4fb7-a2f9-15c0f6e78066"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-d3b41be1-3b42-44f9-aead-dfc805d97496 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 200px;
background-position: center center;
}
@media (max-width: 767px){#s-d3b41be1-3b42-44f9-aead-dfc805d97496 {
  margin-bottom: 17px;
}
}







#s-d3b41be1-3b42-44f9-aead-dfc805d97496 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-d3b41be1-3b42-44f9-aead-dfc805d97496 {
  cursor: pointer;
}#s-d3b41be1-3b42-44f9-aead-dfc805d97496.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82286a76-2aeb-456d-ba35-30d6ebd97e4b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 200px;
background-position: center center;
}








#s-82286a76-2aeb-456d-ba35-30d6ebd97e4b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-82286a76-2aeb-456d-ba35-30d6ebd97e4b {
  cursor: pointer;
}#s-82286a76-2aeb-456d-ba35-30d6ebd97e4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-36ec7efe-1eb0-492b-b562-9a77bf490d0f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 200px;
background-position: center center;
}








#s-36ec7efe-1eb0-492b-b562-9a77bf490d0f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-36ec7efe-1eb0-492b-b562-9a77bf490d0f {
  cursor: pointer;
}#s-36ec7efe-1eb0-492b-b562-9a77bf490d0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-452bbd42-f65a-4b4a-9ebf-b9423a8ab313 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 25px;
padding-left: 25px;
padding-bottom: 25px;
padding-right: 25px;
min-height: 200px;
background-position: center center;
}








#s-452bbd42-f65a-4b4a-9ebf-b9423a8ab313 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-452bbd42-f65a-4b4a-9ebf-b9423a8ab313 {
  cursor: pointer;
}#s-452bbd42-f65a-4b4a-9ebf-b9423a8ab313.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(75, 173, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd-root {
    text-align: center;
  }


#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd-root {
    text-align: center;
  }


#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd-root {
    text-align: center;
  }


#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd-root {
    text-align: center;
  }


#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd-root {
    text-align: center;
  }


#s-c9a64f8f-2081-4e33-87c0-d37dcb98c8bd.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-a5231f78-6d0a-42d6-93f2-7784841ecb51 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 75px;
padding-bottom: 75px;
min-height: 50px;
background-position: center center;
}








#s-a5231f78-6d0a-42d6-93f2-7784841ecb51 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-a5231f78-6d0a-42d6-93f2-7784841ecb51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4c3df88-2f71-4c45-82b6-f44e44d669fc {
  margin-left: auto;
margin-right: auto;
padding-left: 2px;
padding-right: 2px;
max-width: 800px;
}
@media (max-width: 767px){#s-c4c3df88-2f71-4c45-82b6-f44e44d669fc {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-40851957-1a10-4bc7-8209-48eeae860ac9 {
  margin-left: auto;
margin-right: auto;
padding-left: 25px;
padding-right: 25px;
max-width: 600px;
}

#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(75, 173, 219, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a-root {
    text-align: center;
  }


#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a-root {
    text-align: center;
  }


#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a-root {
    text-align: center;
  }


#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a-root {
    text-align: center;
  }


#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a-root {
    text-align: center;
  }


#s-1c15c0ec-dac5-4fed-8ac3-4d2b49e3ef4a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 900;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-ba60491f-6fc7-4927-a242-0d5ce6bfb4bc {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-ba60491f-6fc7-4927-a242-0d5ce6bfb4bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba60491f-6fc7-4927-a242-0d5ce6bfb4bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82f4255b-2007-44ba-83fd-d112e22c8b30 {
  margin-bottom: 41px;
}

#s-67d4504a-0816-476b-946b-cb3d5cf96777 {
  margin-left: auto;
margin-right: auto;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-67d4504a-0816-476b-946b-cb3d5cf96777"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-67d4504a-0816-476b-946b-cb3d5cf96777"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-67d4504a-0816-476b-946b-cb3d5cf96777"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-67d4504a-0816-476b-946b-cb3d5cf96777"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-67d4504a-0816-476b-946b-cb3d5cf96777"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-67d4504a-0816-476b-946b-cb3d5cf96777"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-67d4504a-0816-476b-946b-cb3d5cf96777"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

}

#s-bd4092cd-1f26-4e9a-9323-89fc187a8ed6 {
  min-height: 50px;
}








#s-bd4092cd-1f26-4e9a-9323-89fc187a8ed6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd4092cd-1f26-4e9a-9323-89fc187a8ed6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b71df289-5a89-4ba3-acbc-83409231b890 {
  text-align: center;
}







  #s-b71df289-5a89-4ba3-acbc-83409231b890 img.shogun-image {
    

    
    
    
  }


#s-b71df289-5a89-4ba3-acbc-83409231b890 .shogun-image-content {
  
    align-items: center;
  
}

#s-4704a4d5-dd37-440e-8e78-82dc03de7ca5 {
  min-height: 50px;
}








#s-4704a4d5-dd37-440e-8e78-82dc03de7ca5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4704a4d5-dd37-440e-8e78-82dc03de7ca5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0b07cc6-1e0f-4e26-ab7d-84ba91154102 {
  text-align: center;
}







  #s-a0b07cc6-1e0f-4e26-ab7d-84ba91154102 img.shogun-image {
    

    
    
    
  }


#s-a0b07cc6-1e0f-4e26-ab7d-84ba91154102 .shogun-image-content {
  
    align-items: center;
  
}

#s-248c678c-ab51-4257-bf5b-282656cee4cb {
  min-height: 50px;
}








#s-248c678c-ab51-4257-bf5b-282656cee4cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-248c678c-ab51-4257-bf5b-282656cee4cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-338ac5ab-174d-408c-b06f-4a58134de38b {
  text-align: center;
}







  #s-338ac5ab-174d-408c-b06f-4a58134de38b img.shogun-image {
    

    
    
    
  }


#s-338ac5ab-174d-408c-b06f-4a58134de38b .shogun-image-content {
  
    align-items: center;
  
}

#s-46b515b7-ea44-46df-8a11-abc8452621aa {
  min-height: 50px;
}








#s-46b515b7-ea44-46df-8a11-abc8452621aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b515b7-ea44-46df-8a11-abc8452621aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41c24019-869b-41cf-8faf-dbdd54417287 {
  text-align: center;
}







  #s-41c24019-869b-41cf-8faf-dbdd54417287 img.shogun-image {
    

    
    
    
  }


#s-41c24019-869b-41cf-8faf-dbdd54417287 .shogun-image-content {
  
    align-items: center;
  
}

#s-c25820fd-f7ae-4d0e-9284-435e8de6fb00 {
  min-height: 50px;
}








#s-c25820fd-f7ae-4d0e-9284-435e8de6fb00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25820fd-f7ae-4d0e-9284-435e8de6fb00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f951c45a-5f23-48f7-a3d8-ca98fce87540 {
  text-align: center;
}







  #s-f951c45a-5f23-48f7-a3d8-ca98fce87540 img.shogun-image {
    

    
    
    
  }


#s-f951c45a-5f23-48f7-a3d8-ca98fce87540 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c63271a-a828-4a47-bc27-eb2a3e5a5b76 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(56, 111, 137, 1);
}








#s-9c63271a-a828-4a47-bc27-eb2a3e5a5b76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c63271a-a828-4a47-bc27-eb2a3e5a5b76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-141a3614-7663-4976-8068-24afe369e3a6 {
  text-align: center;
}







  #s-141a3614-7663-4976-8068-24afe369e3a6 img.shogun-image {
    

    
    
    
  }


#s-141a3614-7663-4976-8068-24afe369e3a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-385ccfce-feb6-4b8e-bf5f-84d607df90fe {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}








#s-385ccfce-feb6-4b8e-bf5f-84d607df90fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-385ccfce-feb6-4b8e-bf5f-84d607df90fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-a0af5c78-cc76-4f38-b406-5125b731365f {
  margin-top: 24px;
margin-bottom: 24px;
}

[id="s-a0af5c78-cc76-4f38-b406-5125b731365f"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-a0af5c78-cc76-4f38-b406-5125b731365f"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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