.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-f7c13594-48a0-4007-a0b9-b4d1d31288cc {
  min-height: 60px;
}








#s-f7c13594-48a0-4007-a0b9-b4d1d31288cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7c13594-48a0-4007-a0b9-b4d1d31288cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76fa5693-38f9-45ef-9bcf-62dce3b4d790 {
  min-height: 100px;
}








#s-76fa5693-38f9-45ef-9bcf-62dce3b4d790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76fa5693-38f9-45ef-9bcf-62dce3b4d790.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9cf87a7b-7f90-4c56-8990-55913b0cb97a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
max-width: 3000px;
background-position: center center;
}

#s-9cf87a7b-7f90-4c56-8990-55913b0cb97a {
  background-image: url(https://i.shgcdn.com/7ab52e2d-aee0-4e6d-bc13-075750b86f5d/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-9cf87a7b-7f90-4c56-8990-55913b0cb97a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cf87a7b-7f90-4c56-8990-55913b0cb97a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dca61468-1406-4323-8f59-3d154d4f6bd9 {
  margin-left: 18%;
margin-right: 18%;
min-height: 120px;
max-width: 7950px;
}

#s-49de9a36-4f7c-4414-bd25-4ce7b708083d {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-color: rgba(236, 236, 236, 1);
}
@media (min-width: 1200px){#s-49de9a36-4f7c-4414-bd25-4ce7b708083d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49de9a36-4f7c-4414-bd25-4ce7b708083d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49de9a36-4f7c-4414-bd25-4ce7b708083d {
  
}
}@media (max-width: 767px){#s-49de9a36-4f7c-4414-bd25-4ce7b708083d {
  
}
}







#s-49de9a36-4f7c-4414-bd25-4ce7b708083d > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-49de9a36-4f7c-4414-bd25-4ce7b708083d.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-3947f3a9-8e75-48ff-99dc-abe56f1a8b74 {
  margin-left: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-3947f3a9-8e75-48ff-99dc-abe56f1a8b74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3947f3a9-8e75-48ff-99dc-abe56f1a8b74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3947f3a9-8e75-48ff-99dc-abe56f1a8b74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3947f3a9-8e75-48ff-99dc-abe56f1a8b74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d2f91ab6-c842-45d3-a8d8-10159d665e94 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-d2f91ab6-c842-45d3-a8d8-10159d665e94 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d2f91ab6-c842-45d3-a8d8-10159d665e94 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d2f91ab6-c842-45d3-a8d8-10159d665e94 {
  
}
}@media (max-width: 767px){#s-d2f91ab6-c842-45d3-a8d8-10159d665e94 {
  
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5ccd2967-c15e-4403-ad04-5699840ef964 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-5ccd2967-c15e-4403-ad04-5699840ef964 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5ccd2967-c15e-4403-ad04-5699840ef964 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5ccd2967-c15e-4403-ad04-5699840ef964 {
  
}
}@media (max-width: 767px){#s-5ccd2967-c15e-4403-ad04-5699840ef964 {
  
}
}
#s-5ccd2967-c15e-4403-ad04-5699840ef964 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 45px;
  
  
  
}



#s-e3c149f9-67e6-4853-bca3-b491495bd782 {
  border-style: solid;
margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-e3c149f9-67e6-4853-bca3-b491495bd782 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e3c149f9-67e6-4853-bca3-b491495bd782 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e3c149f9-67e6-4853-bca3-b491495bd782 {
  
}
}@media (max-width: 767px){#s-e3c149f9-67e6-4853-bca3-b491495bd782 {
  
}
}
#s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094 {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094 {
  
}
}@media (max-width: 767px){#s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094 {
  
}
}
@media (min-width: 0px) {
[id="s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eeb9b37-1c52-44f3-b0b1-f0d341e7f094"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-c67d3bd3-a459-4119-ac40-4943ce023aaa {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 26px;
background-color: rgba(140, 155, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-c67d3bd3-a459-4119-ac40-4943ce023aaa:hover {background-color: rgba(171, 183, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c67d3bd3-a459-4119-ac40-4943ce023aaa:active {background-color: rgba(140, 155, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-c67d3bd3-a459-4119-ac40-4943ce023aaa-root {
    text-align: center;
  }


#s-c67d3bd3-a459-4119-ac40-4943ce023aaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c67d3bd3-a459-4119-ac40-4943ce023aaa-root {
    text-align: center;
  }


#s-c67d3bd3-a459-4119-ac40-4943ce023aaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c67d3bd3-a459-4119-ac40-4943ce023aaa-root {
    text-align: center;
  }


#s-c67d3bd3-a459-4119-ac40-4943ce023aaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c67d3bd3-a459-4119-ac40-4943ce023aaa-root {
    text-align: center;
  }


#s-c67d3bd3-a459-4119-ac40-4943ce023aaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c67d3bd3-a459-4119-ac40-4943ce023aaa-root {
    text-align: center;
  }


#s-c67d3bd3-a459-4119-ac40-4943ce023aaa.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1 {
  border-style: solid;
margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 26px;
background-color: rgba(140, 155, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-position: undefined bottom;
}
#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1:hover {background-color: rgba(171, 183, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1:active {background-color: rgba(140, 155, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1-root {
    text-align: center;
  }


#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1-root {
    text-align: center;
  }


#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1-root {
    text-align: center;
  }


#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1-root {
    text-align: center;
  }


#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1-root {
    text-align: center;
  }


#s-1a1dee0f-b4b8-4967-a8a8-0b0a9d38c6f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-29af55f7-ce45-43c0-9f0f-7d6e755bf05d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
}

#s-a3c39de5-e1b9-4164-b676-6d20a67164e7 {
  min-height: 50px;
}








#s-a3c39de5-e1b9-4164-b676-6d20a67164e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3c39de5-e1b9-4164-b676-6d20a67164e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e8c0492-06b4-4bc6-90c1-5510be972968 {
  min-height: 50px;
}








#s-5e8c0492-06b4-4bc6-90c1-5510be972968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5e8c0492-06b4-4bc6-90c1-5510be972968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08e8d542-f585-47ba-9026-13afa5c26cf4 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 20px;
padding-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-08e8d542-f585-47ba-9026-13afa5c26cf4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08e8d542-f585-47ba-9026-13afa5c26cf4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-08e8d542-f585-47ba-9026-13afa5c26cf4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-08e8d542-f585-47ba-9026-13afa5c26cf4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-406f690f-73ee-4a39-a2d6-f7a7996c2fd4 {
  padding-top: 10px;
padding-left: 10%;
padding-bottom: 10px;
padding-right: 10%;
}

#s-d91d74d5-6eb1-44d0-9d7f-3f975a48b183 {
  min-height: 50px;
}








#s-d91d74d5-6eb1-44d0-9d7f-3f975a48b183 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d91d74d5-6eb1-44d0-9d7f-3f975a48b183.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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-4280428b-cc82-4d99-945f-7f2f4cad9913 {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4280428b-cc82-4d99-945f-7f2f4cad9913 {
  display: none;
}
#s-4280428b-cc82-4d99-945f-7f2f4cad9913, #wrap-s-4280428b-cc82-4d99-945f-7f2f4cad9913 { display: none !important; }}@media (max-width: 767px){#s-4280428b-cc82-4d99-945f-7f2f4cad9913 {
  display: none;
}
#s-4280428b-cc82-4d99-945f-7f2f4cad9913, #wrap-s-4280428b-cc82-4d99-945f-7f2f4cad9913 { display: none !important; }}
#s-4280428b-cc82-4d99-945f-7f2f4cad9913 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-4280428b-cc82-4d99-945f-7f2f4cad9913 .shg-sld-nav-button.shg-sld-left,
#s-4280428b-cc82-4d99-945f-7f2f4cad9913 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-b4267ed4-584b-4b49-9a7a-8dd030929545 {
  min-height: 50px;
}








#s-b4267ed4-584b-4b49-9a7a-8dd030929545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4267ed4-584b-4b49-9a7a-8dd030929545.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5aded8b-8eab-444c-bb17-f3fa14f6e694 {
  min-height: 50px;
}








#s-d5aded8b-8eab-444c-bb17-f3fa14f6e694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5aded8b-8eab-444c-bb17-f3fa14f6e694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b8922e6-6403-44fa-afc7-8f70f21ab1e9 {
  min-height: 50px;
}








#s-4b8922e6-6403-44fa-afc7-8f70f21ab1e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b8922e6-6403-44fa-afc7-8f70f21ab1e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ee3f3bb-e2f8-4409-9ca4-fb6a929cbecb {
  min-height: 50px;
}








#s-3ee3f3bb-e2f8-4409-9ca4-fb6a929cbecb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ee3f3bb-e2f8-4409-9ca4-fb6a929cbecb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db80a786-0800-4797-8c62-1be8bb708905 {
  min-height: 50px;
}








#s-db80a786-0800-4797-8c62-1be8bb708905 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db80a786-0800-4797-8c62-1be8bb708905.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8f725d2-b72b-4205-a5f2-fdbd856cf69d {
  min-height: 50px;
}








#s-f8f725d2-b72b-4205-a5f2-fdbd856cf69d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8f725d2-b72b-4205-a5f2-fdbd856cf69d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea977f1c-97fb-4e29-9160-a9eec277e4c9 {
  min-height: 50px;
}








#s-ea977f1c-97fb-4e29-9160-a9eec277e4c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea977f1c-97fb-4e29-9160-a9eec277e4c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a70b93af-0449-4c37-bafc-a00b4706b090 {
  min-height: 50px;
}








#s-a70b93af-0449-4c37-bafc-a00b4706b090 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a70b93af-0449-4c37-bafc-a00b4706b090.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d67d32b-80c8-41ca-b3a5-b31422264bb4 {
  box-shadow:0px 0em 0px 0px ;
}

#s-d4496c67-5a5b-4154-8654-0205ecbd67dc {
  min-height: 50px;
}








#s-d4496c67-5a5b-4154-8654-0205ecbd67dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4496c67-5a5b-4154-8654-0205ecbd67dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d2126ec-58ef-444e-a199-cb46e26c0355 {
  min-height: 50px;
}








#s-5d2126ec-58ef-444e-a199-cb46e26c0355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d2126ec-58ef-444e-a199-cb46e26c0355.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86d7cb96-3847-497a-8019-533c97789fee {
  margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 1200px){#s-86d7cb96-3847-497a-8019-533c97789fee {
  display: none;
}
#s-86d7cb96-3847-497a-8019-533c97789fee, #wrap-s-86d7cb96-3847-497a-8019-533c97789fee { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-86d7cb96-3847-497a-8019-533c97789fee {
  display: none;
}
#s-86d7cb96-3847-497a-8019-533c97789fee, #wrap-s-86d7cb96-3847-497a-8019-533c97789fee { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-86d7cb96-3847-497a-8019-533c97789fee {
  
}
}@media (max-width: 767px){#s-86d7cb96-3847-497a-8019-533c97789fee {
  
}
}
#s-86d7cb96-3847-497a-8019-533c97789fee .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-86d7cb96-3847-497a-8019-533c97789fee .shg-sld-nav-button.shg-sld-left,
#s-86d7cb96-3847-497a-8019-533c97789fee .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-10fb61c1-cdbb-482a-aa60-bcc4ea809016 {
  min-height: 50px;
}








#s-10fb61c1-cdbb-482a-aa60-bcc4ea809016 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10fb61c1-cdbb-482a-aa60-bcc4ea809016.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8783b612-6ba7-4538-a01b-cfa66b155714 {
  min-height: 50px;
}








#s-8783b612-6ba7-4538-a01b-cfa66b155714 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8783b612-6ba7-4538-a01b-cfa66b155714.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43a098e2-f277-4aa0-8ad8-41892b1965d0 {
  min-height: 50px;
}








#s-43a098e2-f277-4aa0-8ad8-41892b1965d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43a098e2-f277-4aa0-8ad8-41892b1965d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7ac1719-38e0-459a-b4ca-ea4080016ab6 {
  min-height: 50px;
}








#s-b7ac1719-38e0-459a-b4ca-ea4080016ab6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7ac1719-38e0-459a-b4ca-ea4080016ab6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-977038ff-400b-4b84-b9d6-5460cef695f2 {
  min-height: 50px;
}








#s-977038ff-400b-4b84-b9d6-5460cef695f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977038ff-400b-4b84-b9d6-5460cef695f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9490fa9-e364-4970-a34c-33b72e3a1328 {
  min-height: 50px;
}








#s-d9490fa9-e364-4970-a34c-33b72e3a1328 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9490fa9-e364-4970-a34c-33b72e3a1328.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2db59e67-bee3-4b4f-94d4-3b86948b2e1e {
  min-height: 50px;
}








#s-2db59e67-bee3-4b4f-94d4-3b86948b2e1e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2db59e67-bee3-4b4f-94d4-3b86948b2e1e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7f36a72-7545-4d16-a013-7c0b2bbd1de3 {
  min-height: 50px;
}








#s-d7f36a72-7545-4d16-a013-7c0b2bbd1de3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7f36a72-7545-4d16-a013-7c0b2bbd1de3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d62f47e7-df66-481a-a39a-94f6ca86632e {
  box-shadow:0px 0em 0px 0px ;
}

#s-1f107c05-6ac3-43e1-9484-adee06b51285 {
  min-height: 50px;
}








#s-1f107c05-6ac3-43e1-9484-adee06b51285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f107c05-6ac3-43e1-9484-adee06b51285.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96dfabf4-4e62-4a48-9c3a-11c5a405aebc {
  min-height: 50px;
}








#s-96dfabf4-4e62-4a48-9c3a-11c5a405aebc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96dfabf4-4e62-4a48-9c3a-11c5a405aebc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-b9d69c8a-4bd1-42d8-afcb-98c9c025b752 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-b9d69c8a-4bd1-42d8-afcb-98c9c025b752 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b9d69c8a-4bd1-42d8-afcb-98c9c025b752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(220, 215, 240, 1);
  padding: 10px;
}

#s-b9d69c8a-4bd1-42d8-afcb-98c9c025b752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(18, 19, 19, 1);
}

#s-b9d69c8a-4bd1-42d8-afcb-98c9c025b752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b9d69c8a-4bd1-42d8-afcb-98c9c025b752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(18, 19, 19, 1);
  text-align: center;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b9d69c8a-4bd1-42d8-afcb-98c9c025b752 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-47f0215e-5039-44df-9f48-e3febc3469b7 {
  text-align: center;
}







  #s-47f0215e-5039-44df-9f48-e3febc3469b7 img.shogun-image {
    

    
    
    
  }


#s-47f0215e-5039-44df-9f48-e3febc3469b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-63624d1e-3cdb-407b-a016-96870b011b0c {
  text-align: center;
}







  #s-63624d1e-3cdb-407b-a016-96870b011b0c img.shogun-image {
    

    
    
    
  }


#s-63624d1e-3cdb-407b-a016-96870b011b0c .shogun-image-content {
  
    align-items: center;
  
}

#s-db54276a-6a09-4201-8f70-59364d3a77ac {
  text-align: center;
}







  #s-db54276a-6a09-4201-8f70-59364d3a77ac img.shogun-image {
    

    
    
    
  }


#s-db54276a-6a09-4201-8f70-59364d3a77ac .shogun-image-content {
  
    align-items: center;
  
}

#s-1c89c3a7-dc40-49fd-83c1-cf9805ad69c6 {
  text-align: center;
}







  #s-1c89c3a7-dc40-49fd-83c1-cf9805ad69c6 img.shogun-image {
    

    
    
    
  }


#s-1c89c3a7-dc40-49fd-83c1-cf9805ad69c6 .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-5ebb0219-0f5d-47c7-aa25-ee12ed2b0e04 hr {
  border-top: 2px solid #ddd;
}

#s-4a40a5de-c21f-41d6-b3ef-76ac00ce885c {
  min-height: 50px;
}








#s-4a40a5de-c21f-41d6-b3ef-76ac00ce885c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a40a5de-c21f-41d6-b3ef-76ac00ce885c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-fd364103-18cd-40d8-98e1-076bd1039f90 {
  display: none;
}
#s-fd364103-18cd-40d8-98e1-076bd1039f90, #wrap-s-fd364103-18cd-40d8-98e1-076bd1039f90 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fd364103-18cd-40d8-98e1-076bd1039f90 {
  display: none;
}
#s-fd364103-18cd-40d8-98e1-076bd1039f90, #wrap-s-fd364103-18cd-40d8-98e1-076bd1039f90 { display: none !important; }}@media (max-width: 767px){#s-fd364103-18cd-40d8-98e1-076bd1039f90 {
  display: none;
}
#s-fd364103-18cd-40d8-98e1-076bd1039f90, #wrap-s-fd364103-18cd-40d8-98e1-076bd1039f90 { display: none !important; }}
@media (min-width: 0px) {
[id="s-fd364103-18cd-40d8-98e1-076bd1039f90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd364103-18cd-40d8-98e1-076bd1039f90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd364103-18cd-40d8-98e1-076bd1039f90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd364103-18cd-40d8-98e1-076bd1039f90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-66139e1e-23db-4958-ba0c-fbaa1b4cf7ae {
  padding-top: 22px;
padding-left: 10%;
padding-bottom: 22px;
padding-right: 10%;
}

#s-0065aeeb-92db-4efa-9132-1fb90ceab08b {
  padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}

#s-f19c5469-2a08-46f3-ad1b-82a1883cc666 {
  min-height: 50px;
}








#s-f19c5469-2a08-46f3-ad1b-82a1883cc666 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f19c5469-2a08-46f3-ad1b-82a1883cc666.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5df66d6f-4789-4680-9a4d-6c52f3fdff45 {
  min-height: 90px;
}








#s-5df66d6f-4789-4680-9a4d-6c52f3fdff45 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5df66d6f-4789-4680-9a4d-6c52f3fdff45.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-022e0bdf-ab26-4ea3-a6bc-dca1f183a1d0 {
  background-repeat: no-repeat;
background-size: 130% 100%;
min-height: 380px;
background-position: center center;
}








#s-022e0bdf-ab26-4ea3-a6bc-dca1f183a1d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-022e0bdf-ab26-4ea3-a6bc-dca1f183a1d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38 {
  display: none;
}
#s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38, #wrap-s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38 { display: none !important; }}@media (max-width: 767px){#s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38 {
  
}
}
@media (min-width: 0px) {
[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

}

@media (min-width: 992px) {
[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

}

@media (min-width: 1200px) {
[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.6666666666666665px);
}

[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.6666666666666665px);
}

[id="s-0d8d5225-9e0e-4ab7-901d-b00eeb6e5b38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.6666666666666665px);
}

}

#s-19c724d3-8f97-4ecf-8fa7-62e6b3d0b8c5 {
  min-height: 50px;
}








#s-19c724d3-8f97-4ecf-8fa7-62e6b3d0b8c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19c724d3-8f97-4ecf-8fa7-62e6b3d0b8c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5db8f480-b469-41cf-bdde-ae312bc63299 {
  margin-left: 2%;
margin-right: 2%;
}

#s-b412cffe-c6b6-424a-a56a-50832f26ea10 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center;
}








#s-b412cffe-c6b6-424a-a56a-50832f26ea10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b412cffe-c6b6-424a-a56a-50832f26ea10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c897813-81d6-47d4-8c92-865dcc0bfdca {
  
}
@media (min-width: 1200px){#s-9c897813-81d6-47d4-8c92-865dcc0bfdca {
  display: none;
}
#s-9c897813-81d6-47d4-8c92-865dcc0bfdca, #wrap-s-9c897813-81d6-47d4-8c92-865dcc0bfdca { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9c897813-81d6-47d4-8c92-865dcc0bfdca {
  display: none;
}
#s-9c897813-81d6-47d4-8c92-865dcc0bfdca, #wrap-s-9c897813-81d6-47d4-8c92-865dcc0bfdca { display: none !important; }}@media (max-width: 767px){#s-9c897813-81d6-47d4-8c92-865dcc0bfdca {
  display: none;
}
#s-9c897813-81d6-47d4-8c92-865dcc0bfdca, #wrap-s-9c897813-81d6-47d4-8c92-865dcc0bfdca { display: none !important; }}
@media (min-width: 0px) {
[id="s-9c897813-81d6-47d4-8c92-865dcc0bfdca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-9c897813-81d6-47d4-8c92-865dcc0bfdca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c897813-81d6-47d4-8c92-865dcc0bfdca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c897813-81d6-47d4-8c92-865dcc0bfdca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c897813-81d6-47d4-8c92-865dcc0bfdca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c897813-81d6-47d4-8c92-865dcc0bfdca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9c897813-81d6-47d4-8c92-865dcc0bfdca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-d328fcb8-8192-40df-9a34-442bd4832dd7 {
  background-repeat: no-repeat;
background-size: contain;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d328fcb8-8192-40df-9a34-442bd4832dd7 {
  display: none;
}
#s-d328fcb8-8192-40df-9a34-442bd4832dd7, #wrap-s-d328fcb8-8192-40df-9a34-442bd4832dd7 { display: none !important; }}@media (max-width: 767px){#s-d328fcb8-8192-40df-9a34-442bd4832dd7 {
  display: none;
}
#s-d328fcb8-8192-40df-9a34-442bd4832dd7, #wrap-s-d328fcb8-8192-40df-9a34-442bd4832dd7 { display: none !important; }}







#s-d328fcb8-8192-40df-9a34-442bd4832dd7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d328fcb8-8192-40df-9a34-442bd4832dd7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9861a967-3785-4475-b9bd-7cf4a4b32839 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 5%;
margin-right: 5%;
min-height: 169px;
background-position: center center;
}
@media (min-width: 1200px){#s-9861a967-3785-4475-b9bd-7cf4a4b32839 {
  display: none;
}
#s-9861a967-3785-4475-b9bd-7cf4a4b32839, #wrap-s-9861a967-3785-4475-b9bd-7cf4a4b32839 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9861a967-3785-4475-b9bd-7cf4a4b32839 {
  display: none;
}
#s-9861a967-3785-4475-b9bd-7cf4a4b32839, #wrap-s-9861a967-3785-4475-b9bd-7cf4a4b32839 { display: none !important; }}@media (max-width: 767px){#s-9861a967-3785-4475-b9bd-7cf4a4b32839 {
  display: none;
}
#s-9861a967-3785-4475-b9bd-7cf4a4b32839, #wrap-s-9861a967-3785-4475-b9bd-7cf4a4b32839 { display: none !important; }}







#s-9861a967-3785-4475-b9bd-7cf4a4b32839 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9861a967-3785-4475-b9bd-7cf4a4b32839.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 5%;
margin-right: 5%;
min-height: 169px;
background-position: center center;
}
@media (min-width: 1200px){#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e {
  display: none;
}
#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e, #wrap-s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e {
  display: none;
}
#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e, #wrap-s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e { display: none !important; }}@media (max-width: 767px){#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e {
  display: none;
}
#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e, #wrap-s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e { display: none !important; }}







#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa0cd25d-e8ee-4d17-b627-54a134dbd89e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b37e9fce-cdf9-4941-b48a-a0ab10271925 {
  min-height: 50px;
}








#s-b37e9fce-cdf9-4941-b48a-a0ab10271925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b37e9fce-cdf9-4941-b48a-a0ab10271925.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-383b28bf-7450-49d8-9c8e-8ac730b07d4e {
  margin-left: auto;
margin-right: auto;
padding-top: 20px;
padding-left: 10%;
padding-bottom: 20px;
padding-right: 10%;
}
@media (min-width: 1200px){#s-383b28bf-7450-49d8-9c8e-8ac730b07d4e {
  display: none;
}
#s-383b28bf-7450-49d8-9c8e-8ac730b07d4e, #wrap-s-383b28bf-7450-49d8-9c8e-8ac730b07d4e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-383b28bf-7450-49d8-9c8e-8ac730b07d4e {
  display: none;
}
#s-383b28bf-7450-49d8-9c8e-8ac730b07d4e, #wrap-s-383b28bf-7450-49d8-9c8e-8ac730b07d4e { display: none !important; }}@media (max-width: 767px){#s-383b28bf-7450-49d8-9c8e-8ac730b07d4e {
  display: none;
}
#s-383b28bf-7450-49d8-9c8e-8ac730b07d4e, #wrap-s-383b28bf-7450-49d8-9c8e-8ac730b07d4e { display: none !important; }}
#s-f57feb37-bafb-4850-a059-bf88e2d194b4 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f57feb37-bafb-4850-a059-bf88e2d194b4 {
  display: none;
}
#s-f57feb37-bafb-4850-a059-bf88e2d194b4, #wrap-s-f57feb37-bafb-4850-a059-bf88e2d194b4 { display: none !important; }}
#s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1 {
  display: none;
}
#s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1, #wrap-s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1 {
  display: none;
}
#s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1, #wrap-s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1 {
  display: none;
}
#s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1, #wrap-s-5c5b616d-1e75-4c24-83c1-aad5f2a1b0b1 { display: none !important; }}
#s-35d36e82-4f77-436c-81d5-90c2f198f1b0 {
  
}
@media (min-width: 1200px){#s-35d36e82-4f77-436c-81d5-90c2f198f1b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-35d36e82-4f77-436c-81d5-90c2f198f1b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-35d36e82-4f77-436c-81d5-90c2f198f1b0 {
  display: none;
}
#s-35d36e82-4f77-436c-81d5-90c2f198f1b0, #wrap-s-35d36e82-4f77-436c-81d5-90c2f198f1b0 { display: none !important; }}@media (max-width: 767px){#s-35d36e82-4f77-436c-81d5-90c2f198f1b0 {
  display: none;
}
#s-35d36e82-4f77-436c-81d5-90c2f198f1b0, #wrap-s-35d36e82-4f77-436c-81d5-90c2f198f1b0 { display: none !important; }}
@media (min-width: 0px) {
[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-35d36e82-4f77-436c-81d5-90c2f198f1b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0ee87e3f-04c1-47b0-a59a-f92ca3d63fea {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center;
}
@media (max-width: 767px){#s-0ee87e3f-04c1-47b0-a59a-f92ca3d63fea {
  display: none;
}
#s-0ee87e3f-04c1-47b0-a59a-f92ca3d63fea, #wrap-s-0ee87e3f-04c1-47b0-a59a-f92ca3d63fea { display: none !important; }}







#s-0ee87e3f-04c1-47b0-a59a-f92ca3d63fea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ee87e3f-04c1-47b0-a59a-f92ca3d63fea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32ba8d6d-97df-4d2c-a642-0cb0f629846b {
  min-height: 50px;
}








#s-32ba8d6d-97df-4d2c-a642-0cb0f629846b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32ba8d6d-97df-4d2c-a642-0cb0f629846b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 {
  background-repeat: no-repeat;
background-size: 90% 50%;
min-height: 169px;
background-position: center center;
}
@media (min-width: 1200px){#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 {
  display: none;
}
#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073, #wrap-s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 {
  display: none;
}
#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073, #wrap-s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 { display: none !important; }}@media (max-width: 767px){#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 {
  display: none;
}
#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073, #wrap-s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 { display: none !important; }}







#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2421269-2eb3-4f3b-b0ec-92fc3c83e073.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3845667b-50fb-4f27-9ca5-bba66577a469 {
  background-repeat: no-repeat;
background-size: 90% 50%;
min-height: 169px;
background-position: center center;
}
@media (min-width: 1200px){#s-3845667b-50fb-4f27-9ca5-bba66577a469 {
  display: none;
}
#s-3845667b-50fb-4f27-9ca5-bba66577a469, #wrap-s-3845667b-50fb-4f27-9ca5-bba66577a469 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3845667b-50fb-4f27-9ca5-bba66577a469 {
  display: none;
}
#s-3845667b-50fb-4f27-9ca5-bba66577a469, #wrap-s-3845667b-50fb-4f27-9ca5-bba66577a469 { display: none !important; }}@media (max-width: 767px){#s-3845667b-50fb-4f27-9ca5-bba66577a469 {
  display: none;
}
#s-3845667b-50fb-4f27-9ca5-bba66577a469, #wrap-s-3845667b-50fb-4f27-9ca5-bba66577a469 { display: none !important; }}







#s-3845667b-50fb-4f27-9ca5-bba66577a469 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3845667b-50fb-4f27-9ca5-bba66577a469.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9be37139-ea66-491d-b159-3ceaed469ccb {
  margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-9be37139-ea66-491d-b159-3ceaed469ccb {
  display: none;
}
#s-9be37139-ea66-491d-b159-3ceaed469ccb, #wrap-s-9be37139-ea66-491d-b159-3ceaed469ccb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9be37139-ea66-491d-b159-3ceaed469ccb {
  display: none;
}
#s-9be37139-ea66-491d-b159-3ceaed469ccb, #wrap-s-9be37139-ea66-491d-b159-3ceaed469ccb { display: none !important; }}@media (max-width: 767px){#s-9be37139-ea66-491d-b159-3ceaed469ccb {
  display: none;
}
#s-9be37139-ea66-491d-b159-3ceaed469ccb, #wrap-s-9be37139-ea66-491d-b159-3ceaed469ccb { display: none !important; }}
#s-8c4e3359-f0f1-47ae-b773-e8c27741ae28 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8c4e3359-f0f1-47ae-b773-e8c27741ae28 {
  display: none;
}
#s-8c4e3359-f0f1-47ae-b773-e8c27741ae28, #wrap-s-8c4e3359-f0f1-47ae-b773-e8c27741ae28 { display: none !important; }}
#s-5c616f62-48a0-4f32-b2dc-abbd08e7680d {
  margin-top: 3px;
margin-bottom: 3px;
min-height: 50px;
}








#s-5c616f62-48a0-4f32-b2dc-abbd08e7680d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c616f62-48a0-4f32-b2dc-abbd08e7680d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 991px){#s-452b5604-d6a5-40c1-b6af-451544e5990f {
  display: none;
}
#s-452b5604-d6a5-40c1-b6af-451544e5990f, #wrap-s-452b5604-d6a5-40c1-b6af-451544e5990f { display: none !important; }}
@media (min-width: 0px) {
[id="s-452b5604-d6a5-40c1-b6af-451544e5990f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-452b5604-d6a5-40c1-b6af-451544e5990f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-452b5604-d6a5-40c1-b6af-451544e5990f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-452b5604-d6a5-40c1-b6af-451544e5990f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-452b5604-d6a5-40c1-b6af-451544e5990f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-452b5604-d6a5-40c1-b6af-451544e5990f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-452b5604-d6a5-40c1-b6af-451544e5990f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

}

#s-e2be6935-5254-4fb6-8f8b-4b75e8df4a92 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 120px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e2be6935-5254-4fb6-8f8b-4b75e8df4a92 {
  display: none;
}
#s-e2be6935-5254-4fb6-8f8b-4b75e8df4a92, #wrap-s-e2be6935-5254-4fb6-8f8b-4b75e8df4a92 { display: none !important; }}







#s-e2be6935-5254-4fb6-8f8b-4b75e8df4a92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2be6935-5254-4fb6-8f8b-4b75e8df4a92.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fe3eaba-97a5-447b-8496-b5ae7cbbbd62 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 120px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8fe3eaba-97a5-447b-8496-b5ae7cbbbd62 {
  display: none;
}
#s-8fe3eaba-97a5-447b-8496-b5ae7cbbbd62, #wrap-s-8fe3eaba-97a5-447b-8496-b5ae7cbbbd62 { display: none !important; }}







#s-8fe3eaba-97a5-447b-8496-b5ae7cbbbd62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe3eaba-97a5-447b-8496-b5ae7cbbbd62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 60px;
margin-bottom: 0px;
min-height: 175px;
background-position: center top;
}
@media (min-width: 768px) and (max-width: 991px){#s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f {
  display: none;
}
#s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f, #wrap-s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f { display: none !important; }}@media (max-width: 767px){#s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f {
  display: none;
}
#s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f, #wrap-s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f { display: none !important; }}







#s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4dc38c2-05f9-4eb1-8f39-14fc9758ad2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad07b161-7cab-43c3-bdfe-5ccc7d197059 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 90px;
background-position: center top;
}
@media (min-width: 1200px){#s-ad07b161-7cab-43c3-bdfe-5ccc7d197059 {
  display: none;
}
#s-ad07b161-7cab-43c3-bdfe-5ccc7d197059, #wrap-s-ad07b161-7cab-43c3-bdfe-5ccc7d197059 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ad07b161-7cab-43c3-bdfe-5ccc7d197059 {
  display: none;
}
#s-ad07b161-7cab-43c3-bdfe-5ccc7d197059, #wrap-s-ad07b161-7cab-43c3-bdfe-5ccc7d197059 { display: none !important; }}







#s-ad07b161-7cab-43c3-bdfe-5ccc7d197059 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad07b161-7cab-43c3-bdfe-5ccc7d197059.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffa25521-a794-4144-bad6-e4974355a0b7 {
  min-height: 50px;
}








#s-ffa25521-a794-4144-bad6-e4974355a0b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffa25521-a794-4144-bad6-e4974355a0b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7332719-08b0-4992-af20-c72fd2d2f15f {
  background-color: rgba(249, 190, 142, 0.3);
}
@media (min-width: 1200px){#s-d7332719-08b0-4992-af20-c72fd2d2f15f {
  display: none;
}
#s-d7332719-08b0-4992-af20-c72fd2d2f15f, #wrap-s-d7332719-08b0-4992-af20-c72fd2d2f15f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7332719-08b0-4992-af20-c72fd2d2f15f {
  display: none;
}
#s-d7332719-08b0-4992-af20-c72fd2d2f15f, #wrap-s-d7332719-08b0-4992-af20-c72fd2d2f15f { display: none !important; }}
@media (min-width: 0px) {
[id="s-d7332719-08b0-4992-af20-c72fd2d2f15f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7332719-08b0-4992-af20-c72fd2d2f15f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7332719-08b0-4992-af20-c72fd2d2f15f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7332719-08b0-4992-af20-c72fd2d2f15f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2afdbed1-4ea7-4381-81b9-a0afd0f70f60 {
  margin-left: 10px;
margin-right: 10px;
}

#s-ff86e0c7-efc5-422f-b1ee-c55e281a6bf8 {
  margin-left: 30px;
margin-right: 30px;
min-height: 50px;
}








#s-ff86e0c7-efc5-422f-b1ee-c55e281a6bf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff86e0c7-efc5-422f-b1ee-c55e281a6bf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dc729b2-c87e-4595-a64f-ef7337b24b81 {
  margin-top: 35px;
}

#s-8867cb98-df79-40e3-92ec-23c9aa7757b4 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 260px;
background-position: center center;
}
@media (min-width: 1200px){#s-8867cb98-df79-40e3-92ec-23c9aa7757b4 {
  display: none;
}
#s-8867cb98-df79-40e3-92ec-23c9aa7757b4, #wrap-s-8867cb98-df79-40e3-92ec-23c9aa7757b4 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8867cb98-df79-40e3-92ec-23c9aa7757b4 {
  display: none;
}
#s-8867cb98-df79-40e3-92ec-23c9aa7757b4, #wrap-s-8867cb98-df79-40e3-92ec-23c9aa7757b4 { display: none !important; }}@media (max-width: 767px){#s-8867cb98-df79-40e3-92ec-23c9aa7757b4 {
  display: none;
}
#s-8867cb98-df79-40e3-92ec-23c9aa7757b4, #wrap-s-8867cb98-df79-40e3-92ec-23c9aa7757b4 { display: none !important; }}







#s-8867cb98-df79-40e3-92ec-23c9aa7757b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8867cb98-df79-40e3-92ec-23c9aa7757b4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68210781-d45e-4d51-b368-72d5a6ddc843 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-68210781-d45e-4d51-b368-72d5a6ddc843 {
  display: none;
}
#s-68210781-d45e-4d51-b368-72d5a6ddc843, #wrap-s-68210781-d45e-4d51-b368-72d5a6ddc843 { display: none !important; }}







#s-68210781-d45e-4d51-b368-72d5a6ddc843 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68210781-d45e-4d51-b368-72d5a6ddc843.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 26px;
background-color: rgba(140, 155, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3:hover {background-color: rgba(171, 183, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3:active {background-color: rgba(140, 155, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3-root {
    text-align: center;
  }


#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3-root {
    text-align: center;
  }


#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3-root {
    text-align: center;
  }


#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3-root {
    text-align: center;
  }


#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3-root {
    text-align: center;
  }


#s-b1cd4926-f7b7-45e0-887e-a2245e4d63c3.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-f58787b0-cd82-40db-bf20-56d35cfc797b {
  background-color: rgba(249, 190, 142, 0.3);
}
@media (min-width: 768px) and (max-width: 991px){#s-f58787b0-cd82-40db-bf20-56d35cfc797b {
  display: none;
}
#s-f58787b0-cd82-40db-bf20-56d35cfc797b, #wrap-s-f58787b0-cd82-40db-bf20-56d35cfc797b { display: none !important; }}@media (max-width: 767px){#s-f58787b0-cd82-40db-bf20-56d35cfc797b {
  display: none;
}
#s-f58787b0-cd82-40db-bf20-56d35cfc797b, #wrap-s-f58787b0-cd82-40db-bf20-56d35cfc797b { display: none !important; }}
@media (min-width: 0px) {
[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-f58787b0-cd82-40db-bf20-56d35cfc797b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9520c6c8-1ea0-48cd-b86c-c4cb40c2cc13 {
  margin-left: 10px;
margin-right: 10px;
}

#s-14ec7477-2afe-4753-ba96-640b8d0d9e68 {
  margin-left: 15px;
margin-right: 15px;
min-height: 50px;
}








#s-14ec7477-2afe-4753-ba96-640b8d0d9e68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14ec7477-2afe-4753-ba96-640b8d0d9e68.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64822e76-03cb-4ccf-895f-22bde0da815b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 26px;
background-color: rgba(140, 155, 206, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-64822e76-03cb-4ccf-895f-22bde0da815b:hover {background-color: rgba(171, 183, 226, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-64822e76-03cb-4ccf-895f-22bde0da815b:active {background-color: rgba(140, 155, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-64822e76-03cb-4ccf-895f-22bde0da815b-root {
    text-align: center;
  }


#s-64822e76-03cb-4ccf-895f-22bde0da815b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-64822e76-03cb-4ccf-895f-22bde0da815b-root {
    text-align: center;
  }


#s-64822e76-03cb-4ccf-895f-22bde0da815b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-64822e76-03cb-4ccf-895f-22bde0da815b-root {
    text-align: center;
  }


#s-64822e76-03cb-4ccf-895f-22bde0da815b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-64822e76-03cb-4ccf-895f-22bde0da815b-root {
    text-align: center;
  }


#s-64822e76-03cb-4ccf-895f-22bde0da815b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-64822e76-03cb-4ccf-895f-22bde0da815b-root {
    text-align: center;
  }


#s-64822e76-03cb-4ccf-895f-22bde0da815b.shg-btn {
  color: #ffffff;
  font-size: 26px;
  
  
  font-family: Raleway;
  display:  inline-block ;
}
}
#s-a26d5a08-793e-43cd-9111-aace627d5698 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 40px;
background-position: center center;
}








#s-a26d5a08-793e-43cd-9111-aace627d5698 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a26d5a08-793e-43cd-9111-aace627d5698.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ab2d6cd-c09d-4b5a-81c2-8628619b88c6 {
  min-height: 50px;
}








#s-2ab2d6cd-c09d-4b5a-81c2-8628619b88c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ab2d6cd-c09d-4b5a-81c2-8628619b88c6.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-dd9c0adc-fc02-49d2-9dc6-640f0da712da {
  padding-left: 10%;
padding-right: 10%;
}

#s-03e00425-0b5e-4e17-b10e-c74351f14fb0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 90px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-03e00425-0b5e-4e17-b10e-c74351f14fb0 {
  display: none;
}
#s-03e00425-0b5e-4e17-b10e-c74351f14fb0, #wrap-s-03e00425-0b5e-4e17-b10e-c74351f14fb0 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-03e00425-0b5e-4e17-b10e-c74351f14fb0 {
  display: none;
}
#s-03e00425-0b5e-4e17-b10e-c74351f14fb0, #wrap-s-03e00425-0b5e-4e17-b10e-c74351f14fb0 { display: none !important; }}







#s-03e00425-0b5e-4e17-b10e-c74351f14fb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03e00425-0b5e-4e17-b10e-c74351f14fb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d883bf6-4314-40ea-8cf9-3ade19091c55 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 175px;
background-position: center bottom;
}
@media (min-width: 768px) and (max-width: 991px){#s-4d883bf6-4314-40ea-8cf9-3ade19091c55 {
  display: none;
}
#s-4d883bf6-4314-40ea-8cf9-3ade19091c55, #wrap-s-4d883bf6-4314-40ea-8cf9-3ade19091c55 { display: none !important; }}@media (max-width: 767px){#s-4d883bf6-4314-40ea-8cf9-3ade19091c55 {
  display: none;
}
#s-4d883bf6-4314-40ea-8cf9-3ade19091c55, #wrap-s-4d883bf6-4314-40ea-8cf9-3ade19091c55 { display: none !important; }}







#s-4d883bf6-4314-40ea-8cf9-3ade19091c55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d883bf6-4314-40ea-8cf9-3ade19091c55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a78d366-1a37-4c4f-a2bc-7c75bada8b35 {
  min-height: 50px;
}








#s-4a78d366-1a37-4c4f-a2bc-7c75bada8b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a78d366-1a37-4c4f-a2bc-7c75bada8b35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2 {
  margin-top: 60px;
margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2 {
  display: none;
}
#s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2, #wrap-s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2 { display: none !important; }}@media (max-width: 767px){#s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2 {
  display: none;
}
#s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2, #wrap-s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2 { display: none !important; }}
@media (min-width: 0px) {
[id="s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b1fe4a8c-d0a0-4881-a959-43e9a646fec2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2em;
min-height: 375px;
background-color: rgba(255, 231, 229, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46 {
  display: none;
}
#s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46, #wrap-s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46 { display: none !important; }}@media (max-width: 767px){#s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46 {
  display: none;
}
#s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46, #wrap-s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46 { display: none !important; }}







#s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c824d8a-3c7f-44f6-bb6e-e1f8a1616b46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e7a4606-e34e-44cb-bf24-a7a107cde360 {
  background-repeat: no-repeat;
background-size: 70% 100%;
min-height: 375px;
background-position: left center;
}








#s-6e7a4606-e34e-44cb-bf24-a7a107cde360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e7a4606-e34e-44cb-bf24-a7a107cde360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95b79b39-afd6-413e-b0d6-6e258de77955 {
  min-height: 50px;
}








#s-95b79b39-afd6-413e-b0d6-6e258de77955 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95b79b39-afd6-413e-b0d6-6e258de77955.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ecf8dd9-653e-4086-9a9a-21a61be0fc0b {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-3ecf8dd9-653e-4086-9a9a-21a61be0fc0b .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3ecf8dd9-653e-4086-9a9a-21a61be0fc0b .shg-sld-nav-button.shg-sld-left,
#s-3ecf8dd9-653e-4086-9a9a-21a61be0fc0b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5879b4cd-df77-4fb7-9b6c-ab66d8f5b3d8 {
  min-height: 50px;
}








#s-5879b4cd-df77-4fb7-9b6c-ab66d8f5b3d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5879b4cd-df77-4fb7-9b6c-ab66d8f5b3d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12749821-f6ed-48ae-96e1-0ec6a51cc5ce {
  min-height: 50px;
}








#s-12749821-f6ed-48ae-96e1-0ec6a51cc5ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12749821-f6ed-48ae-96e1-0ec6a51cc5ce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-123df552-f3c1-42f0-9983-a0565e05dfc0 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 200px;
}








#s-123df552-f3c1-42f0-9983-a0565e05dfc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-123df552-f3c1-42f0-9983-a0565e05dfc0 {
  cursor: pointer;
}#s-123df552-f3c1-42f0-9983-a0565e05dfc0.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.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;
  height: inherit;
  position: relative;
}

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;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-a3557f82-a390-4621-8771-d6c4b576fdc0 {
  max-width: 500px;
text-align: center;
}







  img.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
    
    
  }


.s-a3557f82-a390-4621-8771-d6c4b576fdc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
    
    
  }


.s-a3557f82-a390-4621-8771-d6c4b576fdc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
    
    
  }


.s-a3557f82-a390-4621-8771-d6c4b576fdc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
    
    
  }


.s-a3557f82-a390-4621-8771-d6c4b576fdc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
  box-sizing: border-box;
}



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





  img.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
    
    
  }


.s-a3557f82-a390-4621-8771-d6c4b576fdc0 .shogun-image-content {
  
    align-items: center;
  
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a3557f82-a390-4621-8771-d6c4b576fdc0.shogun-image {
  box-sizing: border-box;
}



}
#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93 {
  border-style: solid;
margin-top: -10px;
margin-bottom: -10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 26px;
background-color: rgba(232, 155, 152, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93:hover {border-style: solid !important;
border-color: rgba(243, 185, 182, 1) !important;
background-color: rgba(243, 185, 182, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93:active {background-color: rgba(232, 155, 152, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93-root {
    text-align: center;
  }


#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93-root {
    text-align: center;
  }


#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93-root {
    text-align: center;
  }


#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93-root {
    text-align: center;
  }


#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93-root {
    text-align: center;
  }


#s-bfbf2a71-ee28-4bcd-b9f2-43186071ff93.shg-btn {
  color: #ffffff;
  font-size: 28px;
  font-weight: normal;
  font-style: normal;
  font-family: Raleway;
  display:  inline-block ;
}
}
/*
  $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}
