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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4924617e-f603-49f0-bc7b-3e8f95e1fb29 {
  padding-bottom: 0%;
min-height: 50px;
}
@media (max-width: 767px){#s-4924617e-f603-49f0-bc7b-3e8f95e1fb29 {
  
}
}







#s-4924617e-f603-49f0-bc7b-3e8f95e1fb29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4924617e-f603-49f0-bc7b-3e8f95e1fb29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4646e151-30e0-4d72-8d54-4f956e8ef275 {
  min-height: 50px;
}








#s-4646e151-30e0-4d72-8d54-4f956e8ef275 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4646e151-30e0-4d72-8d54-4f956e8ef275.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d064e104-411f-49e9-a182-aa116180a4ec {
  padding-top: 3%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
text-align: center;
background-color: rgba(33, 34, 38, 1);
}
@media (max-width: 767px){#s-d064e104-411f-49e9-a182-aa116180a4ec {
  
}
}
#s-d064e104-411f-49e9-a182-aa116180a4ec .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-ee13df1b-8cd1-4058-ad2e-079bce05180c {
  min-height: 50px;
}








#s-ee13df1b-8cd1-4058-ad2e-079bce05180c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee13df1b-8cd1-4058-ad2e-079bce05180c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69bd639a-abc9-4b4a-bda3-c9ef9a72892e {
  min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-69bd639a-abc9-4b4a-bda3-c9ef9a72892e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69bd639a-abc9-4b4a-bda3-c9ef9a72892e.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-48fd3c8d-1aa9-48be-827e-6a214a84c1a0 {
  padding-top: 20px;
padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-48fd3c8d-1aa9-48be-827e-6a214a84c1a0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48fd3c8d-1aa9-48be-827e-6a214a84c1a0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-48fd3c8d-1aa9-48be-827e-6a214a84c1a0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-48fd3c8d-1aa9-48be-827e-6a214a84c1a0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-95d6f3bd-939a-48c3-b431-58da159e73d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-95d6f3bd-939a-48c3-b431-58da159e73d1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e6562652-5406-408c-941d-3ec794ec5d30 .shogun-icon-wrapper {
  text-align: center;
}


#s-e6562652-5406-408c-941d-3ec794ec5d30 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-7a634d79-0a51-46bd-b322-1f6c8ef092a1 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
}

#s-21a52e0a-4be8-46a8-a2d6-7a60e58e8019 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-21a52e0a-4be8-46a8-a2d6-7a60e58e8019 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-c9b65ab1-fcd2-4362-bd72-2b75335214dd .shogun-icon-wrapper {
  text-align: center;
}


#s-c9b65ab1-fcd2-4362-bd72-2b75335214dd .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-ec59f1b5-5846-4962-90d0-d4693ec9f4a4 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
}

#s-f0adfa8e-28a9-4caf-bb92-93b904629ac7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f0adfa8e-28a9-4caf-bb92-93b904629ac7 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-68aa3e62-b4e0-4f7d-9df5-6beb94b6f644 .shogun-icon-wrapper {
  text-align: center;
}


#s-68aa3e62-b4e0-4f7d-9df5-6beb94b6f644 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(255, 255, 255, 1);
}

#s-4cffba6f-f746-467e-953c-b20d92e3ed9c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-8939cd25-c1a7-471f-a972-3c72c23183a2 {
  margin-top: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8939cd25-c1a7-471f-a972-3c72c23183a2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8939cd25-c1a7-471f-a972-3c72c23183a2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8939cd25-c1a7-471f-a972-3c72c23183a2 {
  
}
}@media (max-width: 767px){#s-8939cd25-c1a7-471f-a972-3c72c23183a2 {
  
}
}







#s-8939cd25-c1a7-471f-a972-3c72c23183a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8939cd25-c1a7-471f-a972-3c72c23183a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1243a090-4b51-44f8-b2a7-9a27aa29e1af {
  background-repeat: no-repeat;
background-size: contain;
margin-left: 0%;
margin-right: 0%;
padding-right: 0%;
min-height: 50em;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-1243a090-4b51-44f8-b2a7-9a27aa29e1af {
  display: none;
}
#s-1243a090-4b51-44f8-b2a7-9a27aa29e1af, #wrap-s-1243a090-4b51-44f8-b2a7-9a27aa29e1af { display: none !important; }}







#s-1243a090-4b51-44f8-b2a7-9a27aa29e1af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1243a090-4b51-44f8-b2a7-9a27aa29e1af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3da92e0c-441c-43df-8e7d-fcfcabcf11e5 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 1%;
padding-bottom: 1%;
min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}
@media (max-width: 767px){#s-3da92e0c-441c-43df-8e7d-fcfcabcf11e5 {
  display: none;
}
#s-3da92e0c-441c-43df-8e7d-fcfcabcf11e5, #wrap-s-3da92e0c-441c-43df-8e7d-fcfcabcf11e5 { display: none !important; }}







#s-3da92e0c-441c-43df-8e7d-fcfcabcf11e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3da92e0c-441c-43df-8e7d-fcfcabcf11e5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-796954d4-c43f-4b45-8763-e7b1221cb6a6 {
  padding-left: 2%;
padding-right: 2%;
}

@media (min-width: 0px) {
[id="s-796954d4-c43f-4b45-8763-e7b1221cb6a6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-796954d4-c43f-4b45-8763-e7b1221cb6a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-796954d4-c43f-4b45-8763-e7b1221cb6a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-796954d4-c43f-4b45-8763-e7b1221cb6a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-a5a6a390-1ff2-44ba-8299-b5ebfddfcd32 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}








#s-a5a6a390-1ff2-44ba-8299-b5ebfddfcd32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5a6a390-1ff2-44ba-8299-b5ebfddfcd32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59163fc3-7e54-4339-b238-e175463dcca1 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}








#s-59163fc3-7e54-4339-b238-e175463dcca1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59163fc3-7e54-4339-b238-e175463dcca1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9b6063b-11e5-40cb-ba1d-87ac24c38349 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
min-height: 50px;
}








#s-b9b6063b-11e5-40cb-ba1d-87ac24c38349 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9b6063b-11e5-40cb-ba1d-87ac24c38349.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e74133e0-3f06-4765-aa83-8697b1d04636 {
  margin-left: auto;
margin-right: auto;
padding-left: 4%;
padding-right: 4%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-e74133e0-3f06-4765-aa83-8697b1d04636"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e74133e0-3f06-4765-aa83-8697b1d04636"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e74133e0-3f06-4765-aa83-8697b1d04636"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e74133e0-3f06-4765-aa83-8697b1d04636"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-e74133e0-3f06-4765-aa83-8697b1d04636"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b6817e07-292a-40c0-bc50-efe97b114047 {
  padding-top: 3%;
padding-bottom: 3%;
min-height: 50px;
}








#s-b6817e07-292a-40c0-bc50-efe97b114047 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6817e07-292a-40c0-bc50-efe97b114047.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-1c35ea1d-1ea2-4605-bdd6-46e355a79f5e {
  padding-top: 10%;
padding-bottom: 10%;
}

#s-dde761ff-35bb-4c0d-a751-c465cecfa453 {
  min-height: 50px;
}








#s-dde761ff-35bb-4c0d-a751-c465cecfa453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dde761ff-35bb-4c0d-a751-c465cecfa453.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5914f469-426f-4df9-b706-39bb30fa89b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5914f469-426f-4df9-b706-39bb30fa89b6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-f76b50c2-4071-46f0-9969-735d0c1a8970 {
  padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
}

.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-c3863dbc-334d-4228-ac37-8749cee50dda {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-c3863dbc-334d-4228-ac37-8749cee50dda:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-c3863dbc-334d-4228-ac37-8749cee50dda:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3863dbc-334d-4228-ac37-8749cee50dda-root {
    text-align: center;
  }


#s-c3863dbc-334d-4228-ac37-8749cee50dda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3863dbc-334d-4228-ac37-8749cee50dda-root {
    text-align: center;
  }


#s-c3863dbc-334d-4228-ac37-8749cee50dda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3863dbc-334d-4228-ac37-8749cee50dda-root {
    text-align: center;
  }


#s-c3863dbc-334d-4228-ac37-8749cee50dda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3863dbc-334d-4228-ac37-8749cee50dda-root {
    text-align: center;
  }


#s-c3863dbc-334d-4228-ac37-8749cee50dda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3863dbc-334d-4228-ac37-8749cee50dda-root {
    text-align: center;
  }


#s-c3863dbc-334d-4228-ac37-8749cee50dda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0b543f13-af6e-4942-9f42-2b62b312778d {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-0b543f13-af6e-4942-9f42-2b62b312778d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b543f13-af6e-4942-9f42-2b62b312778d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0b543f13-af6e-4942-9f42-2b62b312778d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0b543f13-af6e-4942-9f42-2b62b312778d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-d7dba21c-4a90-419e-a009-5951b599e47e {
  margin-left: 5%;
margin-right: 5%;
min-height: 30em;
}








#s-d7dba21c-4a90-419e-a009-5951b599e47e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7dba21c-4a90-419e-a009-5951b599e47e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-96c0aee4-c50b-4258-b9d0-9bb2d2f152c1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-96c0aee4-c50b-4258-b9d0-9bb2d2f152c1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-bdfb4ac9-97a5-40ee-8a02-3b01e367246d {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

.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-977b5e9d-390a-41a0-bb6e-72681a4d4c24 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-977b5e9d-390a-41a0-bb6e-72681a4d4c24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-977b5e9d-390a-41a0-bb6e-72681a4d4c24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-977b5e9d-390a-41a0-bb6e-72681a4d4c24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-977b5e9d-390a-41a0-bb6e-72681a4d4c24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-977b5e9d-390a-41a0-bb6e-72681a4d4c24 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1449de5c-6361-4aa1-8288-3419bc22c968 {
  padding-left: 0%;
padding-right: 0%;
}

#s-552b0da9-00b0-4607-aa45-827030b547af {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-552b0da9-00b0-4607-aa45-827030b547af:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-552b0da9-00b0-4607-aa45-827030b547af:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-552b0da9-00b0-4607-aa45-827030b547af-root {
    text-align: center;
  }


#s-552b0da9-00b0-4607-aa45-827030b547af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-552b0da9-00b0-4607-aa45-827030b547af-root {
    text-align: center;
  }


#s-552b0da9-00b0-4607-aa45-827030b547af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-552b0da9-00b0-4607-aa45-827030b547af-root {
    text-align: center;
  }


#s-552b0da9-00b0-4607-aa45-827030b547af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-552b0da9-00b0-4607-aa45-827030b547af-root {
    text-align: center;
  }


#s-552b0da9-00b0-4607-aa45-827030b547af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-552b0da9-00b0-4607-aa45-827030b547af-root {
    text-align: center;
  }


#s-552b0da9-00b0-4607-aa45-827030b547af.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-61209784-209b-4e1e-988d-553be215d563 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: left bottom;
}








#s-61209784-209b-4e1e-988d-553be215d563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61209784-209b-4e1e-988d-553be215d563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fc2a271-a3bc-4449-bc0f-2a4a9819530f {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-5fc2a271-a3bc-4449-bc0f-2a4a9819530f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5fc2a271-a3bc-4449-bc0f-2a4a9819530f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5fc2a271-a3bc-4449-bc0f-2a4a9819530f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5fc2a271-a3bc-4449-bc0f-2a4a9819530f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-5fc2a271-a3bc-4449-bc0f-2a4a9819530f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-18cc0be8-bc0a-48c6-98aa-719026cf6365 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}








#s-18cc0be8-bc0a-48c6-98aa-719026cf6365 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18cc0be8-bc0a-48c6-98aa-719026cf6365.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ca33556-d03f-4bb0-a901-d6a8d224b0df {
  margin-left: 5%;
margin-right: 5%;
min-height: 30em;
}








#s-9ca33556-d03f-4bb0-a901-d6a8d224b0df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ca33556-d03f-4bb0-a901-d6a8d224b0df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-046b0608-1f02-46a4-afdd-57f95da02297 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-046b0608-1f02-46a4-afdd-57f95da02297 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-ddeb9bc8-4beb-4110-987f-6772d0d93eb1 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-c09891bf-0599-4fb1-a3bd-d17a93fddae5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-c09891bf-0599-4fb1-a3bd-d17a93fddae5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-c09891bf-0599-4fb1-a3bd-d17a93fddae5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-c09891bf-0599-4fb1-a3bd-d17a93fddae5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-c09891bf-0599-4fb1-a3bd-d17a93fddae5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-c09891bf-0599-4fb1-a3bd-d17a93fddae5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-255ece86-b9cc-44ff-afb6-078ddabab1c6 {
  padding-left: 0%;
padding-right: 0%;
}

#s-33406553-ec3d-473a-ac23-e0617e8a3211 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-33406553-ec3d-473a-ac23-e0617e8a3211:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-33406553-ec3d-473a-ac23-e0617e8a3211:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-33406553-ec3d-473a-ac23-e0617e8a3211-root {
    text-align: center;
  }


#s-33406553-ec3d-473a-ac23-e0617e8a3211.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-33406553-ec3d-473a-ac23-e0617e8a3211-root {
    text-align: center;
  }


#s-33406553-ec3d-473a-ac23-e0617e8a3211.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-33406553-ec3d-473a-ac23-e0617e8a3211-root {
    text-align: center;
  }


#s-33406553-ec3d-473a-ac23-e0617e8a3211.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-33406553-ec3d-473a-ac23-e0617e8a3211-root {
    text-align: center;
  }


#s-33406553-ec3d-473a-ac23-e0617e8a3211.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-33406553-ec3d-473a-ac23-e0617e8a3211-root {
    text-align: center;
  }


#s-33406553-ec3d-473a-ac23-e0617e8a3211.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b8cfee8d-8658-4e40-a5fe-0f6921ff8b09 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-b8cfee8d-8658-4e40-a5fe-0f6921ff8b09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8cfee8d-8658-4e40-a5fe-0f6921ff8b09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8cfee8d-8658-4e40-a5fe-0f6921ff8b09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8cfee8d-8658-4e40-a5fe-0f6921ff8b09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e7fc7f5d-0ae4-429c-be44-367ca043336f {
  margin-left: 5%;
margin-right: 5%;
min-height: 30em;
}








#s-e7fc7f5d-0ae4-429c-be44-367ca043336f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7fc7f5d-0ae4-429c-be44-367ca043336f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b5b1dc1-813c-4c21-a213-94175fb567a1 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-4b5b1dc1-813c-4c21-a213-94175fb567a1 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-a359c922-92aa-4ec4-9e8a-6ae9c5e45288 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-d9fbbc8f-9381-4d74-b305-32ee9c9ad675 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-d9fbbc8f-9381-4d74-b305-32ee9c9ad675 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-d9fbbc8f-9381-4d74-b305-32ee9c9ad675 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-d9fbbc8f-9381-4d74-b305-32ee9c9ad675 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-d9fbbc8f-9381-4d74-b305-32ee9c9ad675 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d9fbbc8f-9381-4d74-b305-32ee9c9ad675 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-6230f3ee-ee23-419d-a3f9-667e96b201c2 {
  padding-left: 0%;
padding-right: 0%;
}

#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c-root {
    text-align: center;
  }


#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c-root {
    text-align: center;
  }


#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c-root {
    text-align: center;
  }


#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c-root {
    text-align: center;
  }


#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c-root {
    text-align: center;
  }


#s-1eb83da0-1fb2-474b-b3aa-6c2bdab4f69c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c1482f96-5cd8-4fb3-9dfc-19ba4e1a3b20 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}








#s-c1482f96-5cd8-4fb3-9dfc-19ba4e1a3b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c1482f96-5cd8-4fb3-9dfc-19ba4e1a3b20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc97c6d6-df29-4db5-a83c-79899c9249e2 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-dc97c6d6-df29-4db5-a83c-79899c9249e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc97c6d6-df29-4db5-a83c-79899c9249e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc97c6d6-df29-4db5-a83c-79899c9249e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc97c6d6-df29-4db5-a83c-79899c9249e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-dc97c6d6-df29-4db5-a83c-79899c9249e2"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fdcca5e4-47ef-41cb-837b-7176d16ceb67 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 30em;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}








#s-fdcca5e4-47ef-41cb-837b-7176d16ceb67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdcca5e4-47ef-41cb-837b-7176d16ceb67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81fb7da0-5ae9-4f93-8d3c-477d3e99057a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-81fb7da0-5ae9-4f93-8d3c-477d3e99057a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81fb7da0-5ae9-4f93-8d3c-477d3e99057a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d5ddf6d-1649-4305-9c26-6e669f3260c6 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-3d5ddf6d-1649-4305-9c26-6e669f3260c6 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-af114b66-b09e-4bf6-952f-c0ea94db45e9 {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-dc7a4593-2c26-4e15-9a34-d09d1c0ac42f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-dc7a4593-2c26-4e15-9a34-d09d1c0ac42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-dc7a4593-2c26-4e15-9a34-d09d1c0ac42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-dc7a4593-2c26-4e15-9a34-d09d1c0ac42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-dc7a4593-2c26-4e15-9a34-d09d1c0ac42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-dc7a4593-2c26-4e15-9a34-d09d1c0ac42f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0bc31601-fc88-49b9-b36a-5dc3faa1b226 {
  padding-left: 0%;
padding-right: 0%;
}

#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262-root {
    text-align: center;
  }


#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262-root {
    text-align: center;
  }


#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262-root {
    text-align: center;
  }


#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262-root {
    text-align: center;
  }


#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262-root {
    text-align: center;
  }


#s-8b32c063-5247-4fd0-a1bf-fa91b0d1e262.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-15c207d5-20aa-4993-b3ea-47bab721fda1 {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-15c207d5-20aa-4993-b3ea-47bab721fda1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-15c207d5-20aa-4993-b3ea-47bab721fda1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-15c207d5-20aa-4993-b3ea-47bab721fda1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-15c207d5-20aa-4993-b3ea-47bab721fda1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-28542b98-2b3a-4752-90f9-f3922a33b3ca {
  padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-28542b98-2b3a-4752-90f9-f3922a33b3ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28542b98-2b3a-4752-90f9-f3922a33b3ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e361017d-6c0e-4582-a63b-a4307c915e4d {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-e361017d-6c0e-4582-a63b-a4307c915e4d .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-bec9d6b3-9f9f-47c9-8fd9-25057a4fe38f {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-931dfa59-d9f1-45f8-9894-805ec103d3d7 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-931dfa59-d9f1-45f8-9894-805ec103d3d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 12px;
}

#s-931dfa59-d9f1-45f8-9894-805ec103d3d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-931dfa59-d9f1-45f8-9894-805ec103d3d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-931dfa59-d9f1-45f8-9894-805ec103d3d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: right;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-931dfa59-d9f1-45f8-9894-805ec103d3d7 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7dc9b0bc-810f-4382-8ec7-b42af4bd5b30 {
  padding-left: 0%;
padding-right: 0%;
}

#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b6d5e073-fcda-46f7-a9f0-05eecd308c90-root {
    text-align: center;
  }


#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b6d5e073-fcda-46f7-a9f0-05eecd308c90-root {
    text-align: center;
  }


#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b6d5e073-fcda-46f7-a9f0-05eecd308c90-root {
    text-align: center;
  }


#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b6d5e073-fcda-46f7-a9f0-05eecd308c90-root {
    text-align: center;
  }


#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b6d5e073-fcda-46f7-a9f0-05eecd308c90-root {
    text-align: center;
  }


#s-b6d5e073-fcda-46f7-a9f0-05eecd308c90.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d6cee044-6394-44bf-b308-496d973d4a47 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 30em;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}








#s-d6cee044-6394-44bf-b308-496d973d4a47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6cee044-6394-44bf-b308-496d973d4a47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bed589fe-6ef8-4b1e-b1ea-673a482f7f07 {
  min-height: 50px;
}








#s-bed589fe-6ef8-4b1e-b1ea-673a482f7f07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bed589fe-6ef8-4b1e-b1ea-673a482f7f07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-9442ef5b-0f71-4ce9-9920-3676db285701 {
  padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
}

#s-9442ef5b-0f71-4ce9-9920-3676db285701 hr {
  border-top: 1px solid rgba(0, 194, 201, 1);
}

#s-6a111ef9-2328-4db0-a112-1184306fe20a {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a111ef9-2328-4db0-a112-1184306fe20a .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac {
  margin-left: 3%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-5bd8b1c6-91e7-4942-8c46-1c9cdc8a53ac"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-1ce3f638-9f98-48c8-ad0c-6fa7f9ea3b36 {
  min-height: 30em;
}








#s-1ce3f638-9f98-48c8-ad0c-6fa7f9ea3b36 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-1ce3f638-9f98-48c8-ad0c-6fa7f9ea3b36.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2c45f59-f315-4e13-82c1-edec9b9da4db {
  margin-left: 5%;
margin-right: 5%;
padding-top: 5%;
padding-bottom: 5%;
text-align: left;
}

#s-b2c45f59-f315-4e13-82c1-edec9b9da4db .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-f4f27ec3-8f4c-413e-aace-bfc0f564a53a {
  margin-top: 3%;
margin-left: 5%;
margin-bottom: 3%;
margin-right: 5%;
}

#s-1bb4170c-556f-449c-9c50-5b7f7b75353d {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0%;
padding-bottom: 3%;
}

#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c-root {
    text-align: center;
  }


#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c-root {
    text-align: center;
  }


#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c-root {
    text-align: center;
  }


#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c-root {
    text-align: center;
  }


#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c-root {
    text-align: center;
  }


#s-9127d1cd-3e5e-441a-a7e2-3c9390266e3c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d0e7c886-c8e8-46b7-90f8-5f1d73271eaf {
  min-height: 30em;
}








#s-d0e7c886-c8e8-46b7-90f8-5f1d73271eaf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0e7c886-c8e8-46b7-90f8-5f1d73271eaf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85f43df2-46cb-4112-84e0-f88258aef2eb {
  padding-top: 3%;
padding-left: 10%;
padding-bottom: 3%;
padding-right: 10%;
}

#s-85f43df2-46cb-4112-84e0-f88258aef2eb hr {
  border-top: 1px solid rgba(0, 194, 201, 1);
}

#s-a1ef2bc0-00f7-40b3-9c8d-17ac4d9269af {
  min-height: 50px;
}








#s-a1ef2bc0-00f7-40b3-9c8d-17ac4d9269af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ef2bc0-00f7-40b3-9c8d-17ac4d9269af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ea76635-21a0-4f27-abc5-01b67568245b {
  text-align: left;
}

#s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b {
  padding-top: 0%;
padding-left: 3%;
padding-bottom: 0%;
padding-right: 3%;
min-height: 400px;
}

@media (min-width: 0px) {
[id="s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f23e01c7-c883-4d01-b8aa-c4acaad77a6b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5b8c8aa0-7b44-42bd-9302-20e6c9d926a5 {
  min-height: 30em;
}








#s-5b8c8aa0-7b44-42bd-9302-20e6c9d926a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b8c8aa0-7b44-42bd-9302-20e6c9d926a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46a2279d-0a66-43b8-9c77-6e31c94fa56e {
  padding-top: 10%;
padding-bottom: 10%;
text-align: center;
}

#s-46a2279d-0a66-43b8-9c77-6e31c94fa56e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-3bc60ecf-e561-4d53-b394-bdc9e90db564 {
  padding-top: 0%;
padding-bottom: 0%;
}
@media (max-width: 767px){#s-3bc60ecf-e561-4d53-b394-bdc9e90db564 {
  padding-left: 8%;
padding-right: 8%;
}
}
#s-6eb31b3e-b0d1-456b-a2a4-aebf4cabc7cb {
  padding-top: 5%;
padding-bottom: 5%;
}

#s-2cf109fe-77e9-4efc-b923-c7b342314994 {
  margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 2%;
padding-left: 0%;
padding-right: 0%;
min-height: 30em;
background-color: rgba(244, 244, 244, 0);
}








#s-2cf109fe-77e9-4efc-b923-c7b342314994 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf109fe-77e9-4efc-b923-c7b342314994.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223315bf-5dd2-4722-bff5-58229b32f530 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-223315bf-5dd2-4722-bff5-58229b32f530"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-223315bf-5dd2-4722-bff5-58229b32f530"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-223315bf-5dd2-4722-bff5-58229b32f530"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-223315bf-5dd2-4722-bff5-58229b32f530"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ad650c46-2890-4957-9bdf-37ea7ebd312b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}








#s-ad650c46-2890-4957-9bdf-37ea7ebd312b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-ad650c46-2890-4957-9bdf-37ea7ebd312b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42cca7de-7698-4148-87da-80b9018a99c4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-42cca7de-7698-4148-87da-80b9018a99c4 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-c0186999-6c75-4f00-9e09-02fc8aacba0a {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-820665db-93c9-41d3-8690-6dab2f59eedf {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-820665db-93c9-41d3-8690-6dab2f59eedf:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-820665db-93c9-41d3-8690-6dab2f59eedf:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-820665db-93c9-41d3-8690-6dab2f59eedf-root {
    text-align: center;
  }


#s-820665db-93c9-41d3-8690-6dab2f59eedf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-820665db-93c9-41d3-8690-6dab2f59eedf-root {
    text-align: center;
  }


#s-820665db-93c9-41d3-8690-6dab2f59eedf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-820665db-93c9-41d3-8690-6dab2f59eedf-root {
    text-align: center;
  }


#s-820665db-93c9-41d3-8690-6dab2f59eedf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-820665db-93c9-41d3-8690-6dab2f59eedf-root {
    text-align: center;
  }


#s-820665db-93c9-41d3-8690-6dab2f59eedf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-820665db-93c9-41d3-8690-6dab2f59eedf-root {
    text-align: center;
  }


#s-820665db-93c9-41d3-8690-6dab2f59eedf.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a151f9e1-4fc3-48f0-bbb0-22333bfdbc7f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 30em;
background-position: center center;
}
@media (max-width: 767px){#s-a151f9e1-4fc3-48f0-bbb0-22333bfdbc7f {
  padding-top: 4%;
padding-left: 4%;
padding-bottom: 4%;
padding-right: 4%;
}
}







#s-a151f9e1-4fc3-48f0-bbb0-22333bfdbc7f > .shg-box-overlay {
  background-color: #000;
  opacity: 0.3;
}#s-a151f9e1-4fc3-48f0-bbb0-22333bfdbc7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e0233d2-f084-4f1f-bbc1-5d2ff6437654 {
  text-align: center;
}

#s-9e0233d2-f084-4f1f-bbc1-5d2ff6437654 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-1e117e49-76ae-4a45-adac-7a3febcde8b4 {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(252, 83, 9, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876:hover {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876:active {background-color: rgba(252, 83, 9, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-3f6e739f-ebae-4751-a9d0-61b2b79ad876-root {
    text-align: center;
  }


#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3f6e739f-ebae-4751-a9d0-61b2b79ad876-root {
    text-align: center;
  }


#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f6e739f-ebae-4751-a9d0-61b2b79ad876-root {
    text-align: center;
  }


#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f6e739f-ebae-4751-a9d0-61b2b79ad876-root {
    text-align: center;
  }


#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3f6e739f-ebae-4751-a9d0-61b2b79ad876-root {
    text-align: center;
  }


#s-3f6e739f-ebae-4751-a9d0-61b2b79ad876.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e2dbbe65-a279-4579-a9f1-c9e673f8a674 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(33, 34, 38, 1);
}
@media (max-width: 767px){#s-e2dbbe65-a279-4579-a9f1-c9e673f8a674 {
  display: none;
}
#s-e2dbbe65-a279-4579-a9f1-c9e673f8a674, #wrap-s-e2dbbe65-a279-4579-a9f1-c9e673f8a674 { display: none !important; }}
@media (min-width: 0px) {
[id="s-e2dbbe65-a279-4579-a9f1-c9e673f8a674"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e2dbbe65-a279-4579-a9f1-c9e673f8a674"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e2dbbe65-a279-4579-a9f1-c9e673f8a674"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2dbbe65-a279-4579-a9f1-c9e673f8a674"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f5155fac-e811-4f69-9364-4623c4d2d86c {
  margin-top: 0%;
margin-left: 5%;
margin-bottom: 0%;
margin-right: 5%;
min-height: 50px;
}








#s-f5155fac-e811-4f69-9364-4623c4d2d86c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5155fac-e811-4f69-9364-4623c4d2d86c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cb952c0-e5b8-4d43-a97e-ac5a6902893e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7cb952c0-e5b8-4d43-a97e-ac5a6902893e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-db9e965a-5d19-4f35-99ef-1f895807e0f9 {
  min-height: 50px;
}








#s-db9e965a-5d19-4f35-99ef-1f895807e0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db9e965a-5d19-4f35-99ef-1f895807e0f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a9d2dc8a-e736-4b32-a367-f8bbdd3419a6 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-left: 100px;
padding-right: 100px;
text-align: center;
}








#s-a9d2dc8a-e736-4b32-a367-f8bbdd3419a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bc1693b1-4d0f-449b-8a32-a740d3deb5a1 {
  padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
background-color: rgba(145, 252, 255, 1);
opacity: 1;
}

@media (min-width: 0px) {
[id="s-bc1693b1-4d0f-449b-8a32-a740d3deb5a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bc1693b1-4d0f-449b-8a32-a740d3deb5a1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bc1693b1-4d0f-449b-8a32-a740d3deb5a1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bc1693b1-4d0f-449b-8a32-a740d3deb5a1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-13abc229-3277-488c-b3af-e045aabdd4a3 {
  min-height: 30em;
}








#s-13abc229-3277-488c-b3af-e045aabdd4a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13abc229-3277-488c-b3af-e045aabdd4a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74ef7348-32c5-4b61-b23e-db2ba0e2b167 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-74ef7348-32c5-4b61-b23e-db2ba0e2b167 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-5dc079e9-1d18-41b3-aef7-466df7d0057a {
  margin-top: 3%;
margin-left: 30px;
margin-bottom: 3%;
margin-right: 30px;
padding-top: 5%;
padding-bottom: 5%;
}

#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70f33d9c-7775-43bb-8716-d2bca0b92c8b-root {
    text-align: center;
  }


#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70f33d9c-7775-43bb-8716-d2bca0b92c8b-root {
    text-align: center;
  }


#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70f33d9c-7775-43bb-8716-d2bca0b92c8b-root {
    text-align: center;
  }


#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70f33d9c-7775-43bb-8716-d2bca0b92c8b-root {
    text-align: center;
  }


#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70f33d9c-7775-43bb-8716-d2bca0b92c8b-root {
    text-align: center;
  }


#s-70f33d9c-7775-43bb-8716-d2bca0b92c8b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-be53aa4d-29e9-4f93-9261-063f90afa94b {
  min-height: 30em;
}








#s-be53aa4d-29e9-4f93-9261-063f90afa94b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be53aa4d-29e9-4f93-9261-063f90afa94b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f00b2d95-a213-4a5a-ad76-1721726b54b9 {
  text-align: center;
}
@media (max-width: 767px){#s-f00b2d95-a213-4a5a-ad76-1721726b54b9 {
  
}
}






  #s-f00b2d95-a213-4a5a-ad76-1721726b54b9 img.shogun-image {
    

    
    
    
  }


#s-f00b2d95-a213-4a5a-ad76-1721726b54b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-4e4c863a-87fc-44a9-818f-02bfd445ab83 {
  padding-left: 3%;
padding-right: 3%;
min-height: 50px;
}








#s-4e4c863a-87fc-44a9-818f-02bfd445ab83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e4c863a-87fc-44a9-818f-02bfd445ab83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-71a15038-0724-4b3d-912f-3b5479c69d12"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71a15038-0724-4b3d-912f-3b5479c69d12"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71a15038-0724-4b3d-912f-3b5479c69d12"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71a15038-0724-4b3d-912f-3b5479c69d12"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bee8c927-6354-40ed-9c57-499efe7a830e {
  min-height: 30em;
}








#s-bee8c927-6354-40ed-9c57-499efe7a830e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bee8c927-6354-40ed-9c57-499efe7a830e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c6546a3-9538-4e26-b193-c5e7f874d4e8 {
  min-height: 50px;
}








#s-5c6546a3-9538-4e26-b193-c5e7f874d4e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c6546a3-9538-4e26-b193-c5e7f874d4e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c36fd399-a929-4bdd-84be-9093cad7eb94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c36fd399-a929-4bdd-84be-9093cad7eb94 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ef11386c-5729-44e4-8ca0-fa54312dd5d1 {
  margin-top: 3%;
margin-left: 3%;
margin-bottom: 3%;
margin-right: 3%;
}

#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba-root {
    text-align: center;
  }


#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba-root {
    text-align: center;
  }


#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba-root {
    text-align: center;
  }


#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba-root {
    text-align: center;
  }


#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba-root {
    text-align: center;
  }


#s-ac89245d-b3b5-42fd-9c8f-ca4e73a0e5ba.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-11d6b80d-e34c-469e-b7bf-05c3eead1400 {
  min-height: 30em;
}








#s-11d6b80d-e34c-469e-b7bf-05c3eead1400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11d6b80d-e34c-469e-b7bf-05c3eead1400.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97cb0484-8cf8-4ffc-9732-d3388f8d5bc0 {
  text-align: left;
}

#s-cbe388b0-3df6-45e7-9049-546b8b45f52b {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-cbe388b0-3df6-45e7-9049-546b8b45f52b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbe388b0-3df6-45e7-9049-546b8b45f52b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cbe388b0-3df6-45e7-9049-546b8b45f52b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbe388b0-3df6-45e7-9049-546b8b45f52b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-cbe388b0-3df6-45e7-9049-546b8b45f52b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-536ad07f-869b-458a-9de0-390495c9970b {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 30em;
max-width: 100%;
background-position: center center;
background-attachment: scroll;
}








#s-536ad07f-869b-458a-9de0-390495c9970b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-536ad07f-869b-458a-9de0-390495c9970b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97e244c7-d58b-4364-8bf3-1b81badab576 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 5%;
padding-right: 5%;
min-height: 30em;
}








#s-97e244c7-d58b-4364-8bf3-1b81badab576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97e244c7-d58b-4364-8bf3-1b81badab576.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0225a2f-5777-4cf2-a656-5b536307a1e8 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 5%;
padding-left: 0%;
padding-bottom: 5%;
padding-right: 0%;
text-align: center;
}

#s-a0225a2f-5777-4cf2-a656-5b536307a1e8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-77ff0385-9f3d-4b41-8f8b-f2e828e2ca5b {
  margin-top: 0%;
margin-left: 0px;
margin-bottom: 0%;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-04d3ca1f-6306-413b-8c03-7a8ff5980964 {
  margin-top: 3%;
margin-bottom: 3%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-04d3ca1f-6306-413b-8c03-7a8ff5980964:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-04d3ca1f-6306-413b-8c03-7a8ff5980964:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-04d3ca1f-6306-413b-8c03-7a8ff5980964-root {
    text-align: center;
  }


#s-04d3ca1f-6306-413b-8c03-7a8ff5980964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-04d3ca1f-6306-413b-8c03-7a8ff5980964-root {
    text-align: center;
  }


#s-04d3ca1f-6306-413b-8c03-7a8ff5980964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-04d3ca1f-6306-413b-8c03-7a8ff5980964-root {
    text-align: center;
  }


#s-04d3ca1f-6306-413b-8c03-7a8ff5980964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-04d3ca1f-6306-413b-8c03-7a8ff5980964-root {
    text-align: center;
  }


#s-04d3ca1f-6306-413b-8c03-7a8ff5980964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-04d3ca1f-6306-413b-8c03-7a8ff5980964-root {
    text-align: center;
  }


#s-04d3ca1f-6306-413b-8c03-7a8ff5980964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-03b12f2a-2a19-46a5-9c38-0be7b4190ec8 {
  margin-left: auto;
margin-right: auto;
padding-left: 3%;
padding-right: 3%;
min-height: 50px;
max-width: 1500px;
}








#s-03b12f2a-2a19-46a5-9c38-0be7b4190ec8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03b12f2a-2a19-46a5-9c38-0be7b4190ec8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10d0b31a-e944-4158-9cc5-e4ca74f2d341 {
  padding-top: 2%;
padding-bottom: 2%;
text-align: center;
}

#s-10d0b31a-e944-4158-9cc5-e4ca74f2d341 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b5fdd34a-781b-43a5-9dc1-60b40679765c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-b5fdd34a-781b-43a5-9dc1-60b40679765c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 2%;
}

#s-b5fdd34a-781b-43a5-9dc1-60b40679765c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-b5fdd34a-781b-43a5-9dc1-60b40679765c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b5fdd34a-781b-43a5-9dc1-60b40679765c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 1.8em;
}

#s-b5fdd34a-781b-43a5-9dc1-60b40679765c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 1.8em;
}
@media (min-width: 0px) {
[id="s-a35a5461-e41b-432e-ad06-a809e6a4c7cb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a35a5461-e41b-432e-ad06-a809e6a4c7cb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a35a5461-e41b-432e-ad06-a809e6a4c7cb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-a35a5461-e41b-432e-ad06-a809e6a4c7cb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a35a5461-e41b-432e-ad06-a809e6a4c7cb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-a35a5461-e41b-432e-ad06-a809e6a4c7cb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-a35a5461-e41b-432e-ad06-a809e6a4c7cb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-268b1972-ee58-4eb7-b000-63c3e0291932 {
  text-align: center;
}







  #s-268b1972-ee58-4eb7-b000-63c3e0291932 img.shogun-image {
    

    
    
    
  }


#s-268b1972-ee58-4eb7-b000-63c3e0291932 .shogun-image-content {
  
    align-items: center;
  
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-7f11ec7b-b8cd-4c96-8389-b097ecc9fe4f {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-7f11ec7b-b8cd-4c96-8389-b097ecc9fe4f .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-7f11ec7b-b8cd-4c96-8389-b097ecc9fe4f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7f11ec7b-b8cd-4c96-8389-b097ecc9fe4f td.shogun-table-column {
  background-color: #fff;
  padding: 0px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7f11ec7b-b8cd-4c96-8389-b097ecc9fe4f td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-7f11ec7b-b8cd-4c96-8389-b097ecc9fe4f td.shogun-table-column, #s-7f11ec7b-b8cd-4c96-8389-b097ecc9fe4f td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-27807856-347d-4c05-967c-aa46d4617c9e {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-2c9e0d7f-63c4-43b3-864d-bbd77ccbda59 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-883f6233-86ed-427c-9deb-ec583657886f {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-044e681a-4e91-4c00-ba19-73f28888d628 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-f4add29b-0af2-4a2f-bce5-68713c6fccea {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-fa5d3e90-dc28-4962-878f-5da81b226342 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-95944623-fad3-453e-b1d0-0573c02a04e6 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-71a7a7ef-acb8-44c7-bc75-b8c66d6e8786 {
  padding-top: 2%;
padding-bottom: 2%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(97, 202, 218, 1);
border-style: solid;
}

#s-74fbde89-5ddb-49ce-b2f2-d17bced33f4a {
  padding-left: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(244, 244, 244, 1);
border-style: solid;
}

@media (min-width: 0px) {
[id="s-74fbde89-5ddb-49ce-b2f2-d17bced33f4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74fbde89-5ddb-49ce-b2f2-d17bced33f4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74fbde89-5ddb-49ce-b2f2-d17bced33f4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74fbde89-5ddb-49ce-b2f2-d17bced33f4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e56babf7-8fcb-4ad0-a59f-2cd595baf0b4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-e56babf7-8fcb-4ad0-a59f-2cd595baf0b4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e56babf7-8fcb-4ad0-a59f-2cd595baf0b4 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e56babf7-8fcb-4ad0-a59f-2cd595baf0b4 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-e56babf7-8fcb-4ad0-a59f-2cd595baf0b4 td.shogun-table-column, #s-e56babf7-8fcb-4ad0-a59f-2cd595baf0b4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-4e51ff29-c5a6-442c-b5e9-b0c79393a3e8 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-4e51ff29-c5a6-442c-b5e9-b0c79393a3e8 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-4e51ff29-c5a6-442c-b5e9-b0c79393a3e8 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-4e51ff29-c5a6-442c-b5e9-b0c79393a3e8 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-4e51ff29-c5a6-442c-b5e9-b0c79393a3e8 td.shogun-table-column, #s-4e51ff29-c5a6-442c-b5e9-b0c79393a3e8 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

@media (min-width: 0px) {
[id="s-64163cd6-f8ed-4305-abeb-31dcc37148b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64163cd6-f8ed-4305-abeb-31dcc37148b3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-64163cd6-f8ed-4305-abeb-31dcc37148b3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-64163cd6-f8ed-4305-abeb-31dcc37148b3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-64163cd6-f8ed-4305-abeb-31dcc37148b3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-64163cd6-f8ed-4305-abeb-31dcc37148b3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-64163cd6-f8ed-4305-abeb-31dcc37148b3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

}

#s-9d687efd-6ced-4a3d-9bd9-33f6367aaf46 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 20em;
background-position: center center;
}








#s-9d687efd-6ced-4a3d-9bd9-33f6367aaf46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d687efd-6ced-4a3d-9bd9-33f6367aaf46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0db41c92-e2b9-4623-9430-58bff103bd96 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0db41c92-e2b9-4623-9430-58bff103bd96 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-d7502d78-7c64-43ca-b264-421b0033c480 {
  padding-top: 1%;
padding-bottom: 1%;
}

#s-d7502d78-7c64-43ca-b264-421b0033c480 hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-c8871962-d122-4211-bc24-1f30db9a30cc {
  min-height: 50px;
background-color: rgba(33, 34, 38, 1);
}








#s-c8871962-d122-4211-bc24-1f30db9a30cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8871962-d122-4211-bc24-1f30db9a30cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aa511a9-7489-4bca-af1f-bfcfe62395db {
  padding-top: 2%;
padding-bottom: 0px;
text-align: center;
}

#s-5aa511a9-7489-4bca-af1f-bfcfe62395db .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-93af2bf8-05a2-42fd-ab56-aa056217a360 {
  margin-top: 4%;
margin-left: auto;
margin-bottom: 0%;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
max-width: 80%;
background-color: rgba(255, 255, 255, 1);
}








#s-93af2bf8-05a2-42fd-ab56-aa056217a360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93af2bf8-05a2-42fd-ab56-aa056217a360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-387393cf-d67d-4765-a92e-8dab42084235 {
  margin-top: 0%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-387393cf-d67d-4765-a92e-8dab42084235 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8291c0f1-8c06-4c56-9652-c368a9e2104a {
  padding-top: 0%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-8291c0f1-8c06-4c56-9652-c368a9e2104a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-8291c0f1-8c06-4c56-9652-c368a9e2104a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 1%;
}

#s-8291c0f1-8c06-4c56-9652-c368a9e2104a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-8291c0f1-8c06-4c56-9652-c368a9e2104a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8291c0f1-8c06-4c56-9652-c368a9e2104a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8291c0f1-8c06-4c56-9652-c368a9e2104a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4d6e19cc-3d10-43c1-bcd6-1426bd84d6a2 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-4813e7fd-4c15-4ddc-874f-f9ad45e80240 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-7c37891c-a266-4974-bd2d-657bb5120a38 {
  padding-top: 2%;
padding-left: 4%;
padding-bottom: 2%;
padding-right: 4%;
}

#s-493bbaa9-6078-45ec-8651-af589cda0926 {
  padding-top: 2%;
padding-bottom: 2%;
}

#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-bottom: 0%;
max-width: 60%;
}
@media (max-width: 767px){#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 {
  max-width: 90%;
}
}
#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 2%;
}

#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(33, 33, 33, 1);
}

#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(33, 33, 33, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-b44b4f58-e160-48e3-ae0c-c1314fdcbb61 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-85af7e13-b95b-48fc-8af1-ca25690ba817 {
  margin-top: 4%;
margin-bottom: 4%;
min-height: 50px;
}








#s-85af7e13-b95b-48fc-8af1-ca25690ba817 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85af7e13-b95b-48fc-8af1-ca25690ba817.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51959b5a-370f-4806-bb69-530629b4cc5c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-51959b5a-370f-4806-bb69-530629b4cc5c:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-51959b5a-370f-4806-bb69-530629b4cc5c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-51959b5a-370f-4806-bb69-530629b4cc5c-root {
    text-align: center;
  }


#s-51959b5a-370f-4806-bb69-530629b4cc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-51959b5a-370f-4806-bb69-530629b4cc5c-root {
    text-align: center;
  }


#s-51959b5a-370f-4806-bb69-530629b4cc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-51959b5a-370f-4806-bb69-530629b4cc5c-root {
    text-align: center;
  }


#s-51959b5a-370f-4806-bb69-530629b4cc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-51959b5a-370f-4806-bb69-530629b4cc5c-root {
    text-align: center;
  }


#s-51959b5a-370f-4806-bb69-530629b4cc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-51959b5a-370f-4806-bb69-530629b4cc5c-root {
    text-align: center;
  }


#s-51959b5a-370f-4806-bb69-530629b4cc5c.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-40ede30d-9723-4df1-9892-4501507bda6b {
  padding-top: 2%;
padding-bottom: 4%;
min-height: 50px;
}








#s-40ede30d-9723-4df1-9892-4501507bda6b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40ede30d-9723-4df1-9892-4501507bda6b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2781e174-a2bd-4ae8-bd43-55a45b42cd8f {
  padding-top: 2%;
padding-bottom: 4%;
text-align: center;
}
@media (max-width: 767px){#s-2781e174-a2bd-4ae8-bd43-55a45b42cd8f {
  padding-top: 6%;
padding-bottom: 8%;
}
}
#s-2781e174-a2bd-4ae8-bd43-55a45b42cd8f .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ce2e14f3-8244-411c-9c17-15ad2cd704fe {
  margin-left: auto;
margin-right: auto;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-ce2e14f3-8244-411c-9c17-15ad2cd704fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce2e14f3-8244-411c-9c17-15ad2cd704fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce2e14f3-8244-411c-9c17-15ad2cd704fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce2e14f3-8244-411c-9c17-15ad2cd704fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-612e0ca7-a165-4ff2-9e39-81c27026c6a4 {
  padding-top: 2%;
}
@media (max-width: 767px){#s-612e0ca7-a165-4ff2-9e39-81c27026c6a4 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-636d642a-328b-4820-b37c-f044b6658266 {
  padding-top: 2%;
}
@media (max-width: 767px){#s-636d642a-328b-4820-b37c-f044b6658266 {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-6f1db381-47e0-41ce-8d42-0d08abc7887b {
  padding-top: 2%;
}
@media (max-width: 767px){#s-6f1db381-47e0-41ce-8d42-0d08abc7887b {
  padding-top: 4%;
padding-bottom: 4%;
}
}
#s-d63823ac-ec7f-4600-859b-2fe06462a420 {
  padding-top: 2%;
padding-bottom: 2%;
min-height: 50px;
}








#s-d63823ac-ec7f-4600-859b-2fe06462a420 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d63823ac-ec7f-4600-859b-2fe06462a420.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-764eacd5-886f-4e15-a445-14c1b66bdd25 {
  margin-left: auto;
margin-right: auto;
padding-top: 0%;
padding-left: 6%;
padding-bottom: 0%;
padding-right: 6%;
max-width: 1500px;
}

@media (min-width: 0px) {
[id="s-764eacd5-886f-4e15-a445-14c1b66bdd25"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-764eacd5-886f-4e15-a445-14c1b66bdd25"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-764eacd5-886f-4e15-a445-14c1b66bdd25"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-764eacd5-886f-4e15-a445-14c1b66bdd25"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-764eacd5-886f-4e15-a445-14c1b66bdd25"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d099b3e2-2133-4faa-b663-559875ee436c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}
@media (max-width: 767px){#s-d099b3e2-2133-4faa-b663-559875ee436c {
  min-height: 300px;
}
}







#s-d099b3e2-2133-4faa-b663-559875ee436c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d099b3e2-2133-4faa-b663-559875ee436c {
  cursor: pointer;
}#s-d099b3e2-2133-4faa-b663-559875ee436c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2772483f-9a24-41af-b740-267902e12bb1 {
  padding-top: 8%;
padding-left: 12%;
padding-bottom: 8%;
padding-right: 12%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-2772483f-9a24-41af-b740-267902e12bb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2772483f-9a24-41af-b740-267902e12bb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58f3ecbb-e3ee-433d-84ba-7ca61b44f434 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 100%;
}








#s-58f3ecbb-e3ee-433d-84ba-7ca61b44f434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58f3ecbb-e3ee-433d-84ba-7ca61b44f434.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe382431-1641-405d-9cfb-f8d49c48cd93 {
  padding-top: 5%;
padding-bottom: 5%;
text-align: center;
}

#s-fe382431-1641-405d-9cfb-f8d49c48cd93 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a662de19-f287-4c91-b034-aac194e67347 {
  padding-bottom: 3%;
}

#s-a662de19-f287-4c91-b034-aac194e67347 hr {
  border-top: 1px solid rgba(97, 202, 218, 1);
}

#s-3155056d-0d0f-48e4-a5c0-b3267c7b21de {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
}

#s-f0893b27-e649-4484-87bd-50d9b64ab2e6 {
  margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 0%;
min-height: 50px;
}








#s-f0893b27-e649-4484-87bd-50d9b64ab2e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0893b27-e649-4484-87bd-50d9b64ab2e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-508ebd8d-ffd2-4eb1-b6da-0196ecb29011"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-508ebd8d-ffd2-4eb1-b6da-0196ecb29011"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-508ebd8d-ffd2-4eb1-b6da-0196ecb29011"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-508ebd8d-ffd2-4eb1-b6da-0196ecb29011"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-508ebd8d-ffd2-4eb1-b6da-0196ecb29011"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-508ebd8d-ffd2-4eb1-b6da-0196ecb29011"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-508ebd8d-ffd2-4eb1-b6da-0196ecb29011"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

}

#s-31cbd196-43c3-4304-9d84-67c91118821c {
  padding-top: 4px;
padding-bottom: 4px;
text-align: left;
}

#s-c3515f9e-5977-4cc1-be1e-f38ea9593d56 hr {
  border-top: 1px solid rgba(97, 202, 218, 1);
}

#s-a7c993bf-9b6e-4208-a57c-1cd135b7f162 {
  text-align: left;
}

/*
  $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}
