.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-a14f7097-dc5b-4700-a6fc-5751ea8d229a {
  min-height: 50px;
}








#s-a14f7097-dc5b-4700-a6fc-5751ea8d229a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a14f7097-dc5b-4700-a6fc-5751ea8d229a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0e737b61-4feb-4df7-90aa-257d0ae6821f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}

#s-0e737b61-4feb-4df7-90aa-257d0ae6821f {
  background-image: url(https://i.shgcdn.com/2fa7f53a-f32b-4b5f-aa2a-48e4c9ff069f/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0e737b61-4feb-4df7-90aa-257d0ae6821f > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.25;
}#s-0e737b61-4feb-4df7-90aa-257d0ae6821f.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-6fe0a9b2-cabf-442e-9eb7-98708cc31296 {
  margin-top: 25px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-6fe0a9b2-cabf-442e-9eb7-98708cc31296"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6fe0a9b2-cabf-442e-9eb7-98708cc31296"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6fe0a9b2-cabf-442e-9eb7-98708cc31296"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6fe0a9b2-cabf-442e-9eb7-98708cc31296"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-369e01a2-2d15-4990-a533-23f1244334ca {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
}

.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-da2dedac-8b7c-4364-8d0f-9712a72f9668 {
  margin-top: 25px;
margin-left: 0px;
margin-bottom: 25px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-da2dedac-8b7c-4364-8d0f-9712a72f9668 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Fjalla One";
  font-style:  normal ;
  font-size: 60px;
  
  
  
}



#s-dadd943d-2578-4424-bb30-a2cf9592a82b {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
}

#s-f7937f71-8428-40e7-9a05-1227ffe31940 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-f7937f71-8428-40e7-9a05-1227ffe31940 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7937f71-8428-40e7-9a05-1227ffe31940.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-efc0b53b-2380-4bbb-9098-a25a9c57b8b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-b509a394-738c-499d-8d2c-822abcf544ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b509a394-738c-499d-8d2c-822abcf544ae .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Fjalla One";
  font-style:  normal ;
  font-size: 31px;
  
  
  
}



@media (min-width: 0px) {
[id="s-3cc74244-8557-4b8b-9975-82ca6e55dd2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cc74244-8557-4b8b-9975-82ca6e55dd2d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cc74244-8557-4b8b-9975-82ca6e55dd2d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cc74244-8557-4b8b-9975-82ca6e55dd2d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-de2ce920-eb39-4bde-a6d2-8af604825217 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center -117px;
background-attachment: scroll;
}








#s-de2ce920-eb39-4bde-a6d2-8af604825217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de2ce920-eb39-4bde-a6d2-8af604825217.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-269d2c08-a60f-43b3-b860-aca7a473ac0a {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-269d2c08-a60f-43b3-b860-aca7a473ac0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-269d2c08-a60f-43b3-b860-aca7a473ac0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-269d2c08-a60f-43b3-b860-aca7a473ac0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-269d2c08-a60f-43b3-b860-aca7a473ac0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-269d2c08-a60f-43b3-b860-aca7a473ac0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-269d2c08-a60f-43b3-b860-aca7a473ac0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-269d2c08-a60f-43b3-b860-aca7a473ac0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-9b4df436-28d0-45ad-92c2-b102193872ec {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-9b4df436-28d0-45ad-92c2-b102193872ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b4df436-28d0-45ad-92c2-b102193872ec.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4d151df7-f0e7-4539-8692-a3cbe2cbf501 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d151df7-f0e7-4539-8692-a3cbe2cbf501 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cf75168f-d5b9-45a8-8bf8-fee247af76cf {
  margin-top: 12px;
margin-right: 50px;
}

#s-b6a344fc-d1e7-47ba-8007-89641dfff473 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b6a344fc-d1e7-47ba-8007-89641dfff473"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6a344fc-d1e7-47ba-8007-89641dfff473"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6a344fc-d1e7-47ba-8007-89641dfff473"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b6a344fc-d1e7-47ba-8007-89641dfff473"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6a344fc-d1e7-47ba-8007-89641dfff473"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6a344fc-d1e7-47ba-8007-89641dfff473"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-b6a344fc-d1e7-47ba-8007-89641dfff473"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

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

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

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

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

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

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

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

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

#s-cb21285f-95e2-485f-9b3b-6e0800abdf90 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-cb21285f-95e2-485f-9b3b-6e0800abdf90:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-cb21285f-95e2-485f-9b3b-6e0800abdf90:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-cb21285f-95e2-485f-9b3b-6e0800abdf90-root {
    text-align: center;
  }


#s-cb21285f-95e2-485f-9b3b-6e0800abdf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-cb21285f-95e2-485f-9b3b-6e0800abdf90-root {
    text-align: center;
  }


#s-cb21285f-95e2-485f-9b3b-6e0800abdf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cb21285f-95e2-485f-9b3b-6e0800abdf90-root {
    text-align: center;
  }


#s-cb21285f-95e2-485f-9b3b-6e0800abdf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cb21285f-95e2-485f-9b3b-6e0800abdf90-root {
    text-align: center;
  }


#s-cb21285f-95e2-485f-9b3b-6e0800abdf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-cb21285f-95e2-485f-9b3b-6e0800abdf90-root {
    text-align: center;
  }


#s-cb21285f-95e2-485f-9b3b-6e0800abdf90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
@media (min-width: 0px) {
[id="s-7d8305cb-c4d6-486a-8ce9-5b85339f63ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d8305cb-c4d6-486a-8ce9-5b85339f63ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7d8305cb-c4d6-486a-8ce9-5b85339f63ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7d8305cb-c4d6-486a-8ce9-5b85339f63ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7d8305cb-c4d6-486a-8ce9-5b85339f63ce"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-714706b2-439d-455d-85f4-c07bd9d260bf {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-714706b2-439d-455d-85f4-c07bd9d260bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-714706b2-439d-455d-85f4-c07bd9d260bf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-714706b2-439d-455d-85f4-c07bd9d260bf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-714706b2-439d-455d-85f4-c07bd9d260bf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-714706b2-439d-455d-85f4-c07bd9d260bf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-714706b2-439d-455d-85f4-c07bd9d260bf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-714706b2-439d-455d-85f4-c07bd9d260bf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-042467f8-7f81-4dc4-afc3-53af37e8f883 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-042467f8-7f81-4dc4-afc3-53af37e8f883 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042467f8-7f81-4dc4-afc3-53af37e8f883.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ee915db6-eb5b-4d73-b04e-eca0a9e2bae2 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ee915db6-eb5b-4d73-b04e-eca0a9e2bae2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-2f3e6121-4640-4b1b-8eee-eeda72216238 {
  margin-top: 12px;
margin-right: 50px;
}

#s-1e6cec81-cdaf-497b-b746-eee4db8310e8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1e6cec81-cdaf-497b-b746-eee4db8310e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e6cec81-cdaf-497b-b746-eee4db8310e8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e6cec81-cdaf-497b-b746-eee4db8310e8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1e6cec81-cdaf-497b-b746-eee4db8310e8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e6cec81-cdaf-497b-b746-eee4db8310e8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e6cec81-cdaf-497b-b746-eee4db8310e8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1e6cec81-cdaf-497b-b746-eee4db8310e8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-4aadec86-8d48-4967-8301-8793e0f1ed96 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-4aadec86-8d48-4967-8301-8793e0f1ed96:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-4aadec86-8d48-4967-8301-8793e0f1ed96:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-4aadec86-8d48-4967-8301-8793e0f1ed96-root {
    text-align: center;
  }


#s-4aadec86-8d48-4967-8301-8793e0f1ed96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4aadec86-8d48-4967-8301-8793e0f1ed96-root {
    text-align: center;
  }


#s-4aadec86-8d48-4967-8301-8793e0f1ed96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4aadec86-8d48-4967-8301-8793e0f1ed96-root {
    text-align: center;
  }


#s-4aadec86-8d48-4967-8301-8793e0f1ed96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4aadec86-8d48-4967-8301-8793e0f1ed96-root {
    text-align: center;
  }


#s-4aadec86-8d48-4967-8301-8793e0f1ed96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4aadec86-8d48-4967-8301-8793e0f1ed96-root {
    text-align: center;
  }


#s-4aadec86-8d48-4967-8301-8793e0f1ed96.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-0703fbf1-529a-4d30-8f4d-495d7ae9ba68 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-0703fbf1-529a-4d30-8f4d-495d7ae9ba68 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0703fbf1-529a-4d30-8f4d-495d7ae9ba68.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-08b6419a-a88f-4f72-9ee2-d9eda9c6e22e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-08b6419a-a88f-4f72-9ee2-d9eda9c6e22e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08b6419a-a88f-4f72-9ee2-d9eda9c6e22e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-650e59e9-9489-42c1-8e18-04829d59439f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-650e59e9-9489-42c1-8e18-04829d59439f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-650e59e9-9489-42c1-8e18-04829d59439f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-650e59e9-9489-42c1-8e18-04829d59439f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6e77f3bb-9a75-4913-895f-bb8b1dfdb325 {
  box-shadow:    rgba(0, 0, 0, 0);
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-6e77f3bb-9a75-4913-895f-bb8b1dfdb325 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e77f3bb-9a75-4913-895f-bb8b1dfdb325.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-e6262d59-8d9b-4592-b7f4-f6d79ddaf48b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-eeca45d7-acba-4caa-91f8-9d3717151ae8 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-eeca45d7-acba-4caa-91f8-9d3717151ae8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeca45d7-acba-4caa-91f8-9d3717151ae8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1e6d45f1-c1b7-4964-be4d-79fda2f8dca8 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1e6d45f1-c1b7-4964-be4d-79fda2f8dca8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-65fc5ab5-a339-4a6e-9f37-9e509b40466b {
  margin-top: 12px;
margin-right: 50px;
}

#s-e1ac4143-a8f5-4bd1-9668-541c4015092a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-e1ac4143-a8f5-4bd1-9668-541c4015092a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1ac4143-a8f5-4bd1-9668-541c4015092a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1ac4143-a8f5-4bd1-9668-541c4015092a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1ac4143-a8f5-4bd1-9668-541c4015092a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1ac4143-a8f5-4bd1-9668-541c4015092a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1ac4143-a8f5-4bd1-9668-541c4015092a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e1ac4143-a8f5-4bd1-9668-541c4015092a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45-root {
    text-align: center;
  }


#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45-root {
    text-align: center;
  }


#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45-root {
    text-align: center;
  }


#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45-root {
    text-align: center;
  }


#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45-root {
    text-align: center;
  }


#s-99aa05e9-b2c4-47a4-bd97-fb5abcb92c45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
.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-ff505380-f2af-4567-bc54-e5f2ee02f7bb {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}







  #s-ff505380-f2af-4567-bc54-e5f2ee02f7bb img.shogun-image {
    

    
    
    
  }


#s-ff505380-f2af-4567-bc54-e5f2ee02f7bb .shogun-image-content {
  
    align-items: center;
  
}

#s-08f21378-b33e-4263-9c0c-9a6f67116a7b {
  padding-bottom: 20px;
}

#s-eaa69a27-003d-4457-988d-17e4e2f1cb90 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-eaa69a27-003d-4457-988d-17e4e2f1cb90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaa69a27-003d-4457-988d-17e4e2f1cb90.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9e6e236e-3a3d-44dd-a226-ce593799eb00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e6e236e-3a3d-44dd-a226-ce593799eb00"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e6e236e-3a3d-44dd-a226-ce593799eb00"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e6e236e-3a3d-44dd-a226-ce593799eb00"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9e6e236e-3a3d-44dd-a226-ce593799eb00"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-0cd5d1a7-e9af-404c-a4ea-9cc0937dbc1e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-af938079-f95a-41c0-8541-679313eadb82 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-af938079-f95a-41c0-8541-679313eadb82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af938079-f95a-41c0-8541-679313eadb82.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2a6cd898-186f-4e1e-ae95-ffaf983f3e6f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2a6cd898-186f-4e1e-ae95-ffaf983f3e6f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-e39709b1-40c9-4746-bf30-7be1ff65e542 {
  margin-top: 12px;
margin-right: 50px;
}

#s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-61e13f88-f6b3-4175-a60a-02f7fc69d6fa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-52b26111-9560-4ac8-830e-b57fb69905bf {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-52b26111-9560-4ac8-830e-b57fb69905bf:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-52b26111-9560-4ac8-830e-b57fb69905bf:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-52b26111-9560-4ac8-830e-b57fb69905bf-root {
    text-align: center;
  }


#s-52b26111-9560-4ac8-830e-b57fb69905bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-52b26111-9560-4ac8-830e-b57fb69905bf-root {
    text-align: center;
  }


#s-52b26111-9560-4ac8-830e-b57fb69905bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52b26111-9560-4ac8-830e-b57fb69905bf-root {
    text-align: center;
  }


#s-52b26111-9560-4ac8-830e-b57fb69905bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52b26111-9560-4ac8-830e-b57fb69905bf-root {
    text-align: center;
  }


#s-52b26111-9560-4ac8-830e-b57fb69905bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-52b26111-9560-4ac8-830e-b57fb69905bf-root {
    text-align: center;
  }


#s-52b26111-9560-4ac8-830e-b57fb69905bf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-bb33ae39-1751-4104-ac9e-f737cee9b546 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-bb33ae39-1751-4104-ac9e-f737cee9b546 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb33ae39-1751-4104-ac9e-f737cee9b546.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-928182d1-5a52-4aed-822b-6a73736f481b {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-928182d1-5a52-4aed-822b-6a73736f481b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-928182d1-5a52-4aed-822b-6a73736f481b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-c958f6ac-831a-4c00-a53e-6df32a282265"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c958f6ac-831a-4c00-a53e-6df32a282265"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c958f6ac-831a-4c00-a53e-6df32a282265"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c958f6ac-831a-4c00-a53e-6df32a282265"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-075c6f20-bee8-4499-bce6-5ca2c91c939e {
  box-shadow:    rgba(0, 0, 0, 0);
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-075c6f20-bee8-4499-bce6-5ca2c91c939e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-075c6f20-bee8-4499-bce6-5ca2c91c939e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bcb7d5a3-0c52-4eab-ac3d-989982a03885 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-bcb7d5a3-0c52-4eab-ac3d-989982a03885"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bcb7d5a3-0c52-4eab-ac3d-989982a03885"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-bcb7d5a3-0c52-4eab-ac3d-989982a03885"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-bcb7d5a3-0c52-4eab-ac3d-989982a03885"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-bcb7d5a3-0c52-4eab-ac3d-989982a03885"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-bcb7d5a3-0c52-4eab-ac3d-989982a03885"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-bcb7d5a3-0c52-4eab-ac3d-989982a03885"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-ac3ebf85-bb55-4814-9725-3b92e623f963 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-ac3ebf85-bb55-4814-9725-3b92e623f963 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3ebf85-bb55-4814-9725-3b92e623f963.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-36cd3626-6f28-47fd-9bed-12ddbc131504 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36cd3626-6f28-47fd-9bed-12ddbc131504 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-7429e58e-3bf4-4470-885d-257ec1e639e4 {
  margin-top: 12px;
margin-right: 50px;
}

#s-2a686743-97e8-4b9e-8943-3bee474a0f72 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-2a686743-97e8-4b9e-8943-3bee474a0f72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a686743-97e8-4b9e-8943-3bee474a0f72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a686743-97e8-4b9e-8943-3bee474a0f72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2a686743-97e8-4b9e-8943-3bee474a0f72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a686743-97e8-4b9e-8943-3bee474a0f72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a686743-97e8-4b9e-8943-3bee474a0f72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-2a686743-97e8-4b9e-8943-3bee474a0f72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69-root {
    text-align: center;
  }


#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69-root {
    text-align: center;
  }


#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69-root {
    text-align: center;
  }


#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69-root {
    text-align: center;
  }


#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69-root {
    text-align: center;
  }


#s-085e90e1-00dc-4cbf-b215-cd7d0dee6c69.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-894373d1-309d-449a-b929-5d0471b9ee75 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-894373d1-309d-449a-b929-5d0471b9ee75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-894373d1-309d-449a-b929-5d0471b9ee75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-f3e0abd7-5f1b-40c2-b81c-e1ac71a38cf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3e0abd7-5f1b-40c2-b81c-e1ac71a38cf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f3e0abd7-5f1b-40c2-b81c-e1ac71a38cf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3e0abd7-5f1b-40c2-b81c-e1ac71a38cf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-f3e0abd7-5f1b-40c2-b81c-e1ac71a38cf7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-c1f2d3be-1ed7-42a6-b67e-12a3d3b3a04b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-fa1a97e4-f631-42f1-80e2-124b8f421e6a {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-fa1a97e4-f631-42f1-80e2-124b8f421e6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa1a97e4-f631-42f1-80e2-124b8f421e6a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c073981d-a963-44b3-b145-28aa54234c5e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c073981d-a963-44b3-b145-28aa54234c5e .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-13560ed8-d41e-42db-aa17-08e2a37134b7 {
  margin-top: 12px;
margin-right: 50px;
}

#s-f93d1f30-9e48-4acb-8e27-e8df2dabea75 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-f93d1f30-9e48-4acb-8e27-e8df2dabea75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f93d1f30-9e48-4acb-8e27-e8df2dabea75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f93d1f30-9e48-4acb-8e27-e8df2dabea75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f93d1f30-9e48-4acb-8e27-e8df2dabea75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f93d1f30-9e48-4acb-8e27-e8df2dabea75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f93d1f30-9e48-4acb-8e27-e8df2dabea75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-f93d1f30-9e48-4acb-8e27-e8df2dabea75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-b53cfc68-d85f-41e0-9fdb-401d63a2097b-root {
    text-align: center;
  }


#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-b53cfc68-d85f-41e0-9fdb-401d63a2097b-root {
    text-align: center;
  }


#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b53cfc68-d85f-41e0-9fdb-401d63a2097b-root {
    text-align: center;
  }


#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b53cfc68-d85f-41e0-9fdb-401d63a2097b-root {
    text-align: center;
  }


#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-b53cfc68-d85f-41e0-9fdb-401d63a2097b-root {
    text-align: center;
  }


#s-b53cfc68-d85f-41e0-9fdb-401d63a2097b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-86b2f61f-b9a3-4204-b03e-83881fd2c276 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-86b2f61f-b9a3-4204-b03e-83881fd2c276 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86b2f61f-b9a3-4204-b03e-83881fd2c276.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7cd66183-f4ef-4fed-bede-f6c57d439303 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-7cd66183-f4ef-4fed-bede-f6c57d439303 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cd66183-f4ef-4fed-bede-f6c57d439303.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-d807f3c2-70d0-4a9e-9539-4120ee38eeb6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d807f3c2-70d0-4a9e-9539-4120ee38eeb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d807f3c2-70d0-4a9e-9539-4120ee38eeb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d807f3c2-70d0-4a9e-9539-4120ee38eeb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6dd084e9-baad-413f-b6c4-4b6054ad3c79 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-6dd084e9-baad-413f-b6c4-4b6054ad3c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dd084e9-baad-413f-b6c4-4b6054ad3c79.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-1160d4f9-f14f-42c9-aedb-4a2f73f7550a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-94a10890-c014-4c02-b19b-c0cadc56bb8c {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-94a10890-c014-4c02-b19b-c0cadc56bb8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94a10890-c014-4c02-b19b-c0cadc56bb8c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bd82dba1-4ecf-4a7b-bba2-b785ad5aa328 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bd82dba1-4ecf-4a7b-bba2-b785ad5aa328 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-fa52b746-db66-4954-ab34-4251caea6cd2 {
  margin-top: 12px;
margin-right: 50px;
}

#s-ada9b6d1-d297-4a32-afd4-59d8e70ad306 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-ada9b6d1-d297-4a32-afd4-59d8e70ad306"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ada9b6d1-d297-4a32-afd4-59d8e70ad306"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ada9b6d1-d297-4a32-afd4-59d8e70ad306"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ada9b6d1-d297-4a32-afd4-59d8e70ad306"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ada9b6d1-d297-4a32-afd4-59d8e70ad306"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ada9b6d1-d297-4a32-afd4-59d8e70ad306"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ada9b6d1-d297-4a32-afd4-59d8e70ad306"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-816f9708-1fa6-4f36-a462-71ee1a656912 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-816f9708-1fa6-4f36-a462-71ee1a656912:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-816f9708-1fa6-4f36-a462-71ee1a656912:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-816f9708-1fa6-4f36-a462-71ee1a656912-root {
    text-align: center;
  }


#s-816f9708-1fa6-4f36-a462-71ee1a656912.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-816f9708-1fa6-4f36-a462-71ee1a656912-root {
    text-align: center;
  }


#s-816f9708-1fa6-4f36-a462-71ee1a656912.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-816f9708-1fa6-4f36-a462-71ee1a656912-root {
    text-align: center;
  }


#s-816f9708-1fa6-4f36-a462-71ee1a656912.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-816f9708-1fa6-4f36-a462-71ee1a656912-root {
    text-align: center;
  }


#s-816f9708-1fa6-4f36-a462-71ee1a656912.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-816f9708-1fa6-4f36-a462-71ee1a656912-root {
    text-align: center;
  }


#s-816f9708-1fa6-4f36-a462-71ee1a656912.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-70bda1ec-3dad-45c2-8ebc-75a3d2d09222 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: center;
}







  #s-70bda1ec-3dad-45c2-8ebc-75a3d2d09222 img.shogun-image {
    

    
    
    
  }


#s-70bda1ec-3dad-45c2-8ebc-75a3d2d09222 .shogun-image-content {
  
    align-items: center;
  
}

#s-b7e01c7d-a34e-421b-ba15-b0bfb44813f1 {
  padding-bottom: 20px;
}

#s-8106690a-adb0-4dcd-9c01-d8909b39b000 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-8106690a-adb0-4dcd-9c01-d8909b39b000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8106690a-adb0-4dcd-9c01-d8909b39b000.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-9abc9b6c-8ca5-469c-8e97-d5462a98e636"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9abc9b6c-8ca5-469c-8e97-d5462a98e636"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9abc9b6c-8ca5-469c-8e97-d5462a98e636"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9abc9b6c-8ca5-469c-8e97-d5462a98e636"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9abc9b6c-8ca5-469c-8e97-d5462a98e636"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b8733ba8-12bf-47bc-8806-9ba4d64afad0 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-b8733ba8-12bf-47bc-8806-9ba4d64afad0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8733ba8-12bf-47bc-8806-9ba4d64afad0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-b8733ba8-12bf-47bc-8806-9ba4d64afad0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-b8733ba8-12bf-47bc-8806-9ba4d64afad0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-b8733ba8-12bf-47bc-8806-9ba4d64afad0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8733ba8-12bf-47bc-8806-9ba4d64afad0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-b8733ba8-12bf-47bc-8806-9ba4d64afad0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-e7dddd9d-ac75-4449-b971-bb1fdae46ed7 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-e7dddd9d-ac75-4449-b971-bb1fdae46ed7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7dddd9d-ac75-4449-b971-bb1fdae46ed7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72bec32e-2246-41bf-960e-fb388596e12d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72bec32e-2246-41bf-960e-fb388596e12d .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-5363ec38-972e-4ec9-91b0-44cddffd004a {
  margin-top: 12px;
margin-right: 50px;
}

#s-c0637c1e-8819-4a64-a07d-d1cf5c824435 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c0637c1e-8819-4a64-a07d-d1cf5c824435"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c0637c1e-8819-4a64-a07d-d1cf5c824435"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c0637c1e-8819-4a64-a07d-d1cf5c824435"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0637c1e-8819-4a64-a07d-d1cf5c824435"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c0637c1e-8819-4a64-a07d-d1cf5c824435"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0637c1e-8819-4a64-a07d-d1cf5c824435"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c0637c1e-8819-4a64-a07d-d1cf5c824435"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-90242deb-f449-4963-93d1-f0445e042d5a {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-90242deb-f449-4963-93d1-f0445e042d5a:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-90242deb-f449-4963-93d1-f0445e042d5a:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-90242deb-f449-4963-93d1-f0445e042d5a-root {
    text-align: center;
  }


#s-90242deb-f449-4963-93d1-f0445e042d5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-90242deb-f449-4963-93d1-f0445e042d5a-root {
    text-align: center;
  }


#s-90242deb-f449-4963-93d1-f0445e042d5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-90242deb-f449-4963-93d1-f0445e042d5a-root {
    text-align: center;
  }


#s-90242deb-f449-4963-93d1-f0445e042d5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-90242deb-f449-4963-93d1-f0445e042d5a-root {
    text-align: center;
  }


#s-90242deb-f449-4963-93d1-f0445e042d5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-90242deb-f449-4963-93d1-f0445e042d5a-root {
    text-align: center;
  }


#s-90242deb-f449-4963-93d1-f0445e042d5a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-edad5f86-3a38-42c5-8303-7a07b83d7bd4 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-edad5f86-3a38-42c5-8303-7a07b83d7bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edad5f86-3a38-42c5-8303-7a07b83d7bd4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c9381eff-9861-4eaf-b8c6-262929c95924 {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-c9381eff-9861-4eaf-b8c6-262929c95924 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9381eff-9861-4eaf-b8c6-262929c95924.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-3a3ca87a-ee98-4133-a526-6fa052b60ac6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a3ca87a-ee98-4133-a526-6fa052b60ac6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3a3ca87a-ee98-4133-a526-6fa052b60ac6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a3ca87a-ee98-4133-a526-6fa052b60ac6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-19361f7b-c9b0-49ee-a765-5db1db7aa683 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center bottom;
background-attachment: scroll;
}








#s-19361f7b-c9b0-49ee-a765-5db1db7aa683 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19361f7b-c9b0-49ee-a765-5db1db7aa683.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-36c958c4-6955-4063-abd8-b2e9c813aa3d {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-36c958c4-6955-4063-abd8-b2e9c813aa3d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36c958c4-6955-4063-abd8-b2e9c813aa3d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-36c958c4-6955-4063-abd8-b2e9c813aa3d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-36c958c4-6955-4063-abd8-b2e9c813aa3d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-36c958c4-6955-4063-abd8-b2e9c813aa3d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-36c958c4-6955-4063-abd8-b2e9c813aa3d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-36c958c4-6955-4063-abd8-b2e9c813aa3d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-b70dd246-c4cf-423a-a445-4253611297a2 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-b70dd246-c4cf-423a-a445-4253611297a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b70dd246-c4cf-423a-a445-4253611297a2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-927ae542-5be3-4921-af8f-e58d74812f9f {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-927ae542-5be3-4921-af8f-e58d74812f9f .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6741a1ca-b64e-4e01-8dab-60634860e67f {
  margin-top: 12px;
margin-right: 50px;
}

#s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-dc59c049-91cd-4e0f-93b6-7b3daeb6a5c8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-fec2be13-6460-4faf-83a8-7ccb8cb202c5-root {
    text-align: center;
  }


#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-fec2be13-6460-4faf-83a8-7ccb8cb202c5-root {
    text-align: center;
  }


#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fec2be13-6460-4faf-83a8-7ccb8cb202c5-root {
    text-align: center;
  }


#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fec2be13-6460-4faf-83a8-7ccb8cb202c5-root {
    text-align: center;
  }


#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-fec2be13-6460-4faf-83a8-7ccb8cb202c5-root {
    text-align: center;
  }


#s-fec2be13-6460-4faf-83a8-7ccb8cb202c5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-a36ecc53-09d9-4621-88c3-f41879e2f27e {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-a36ecc53-09d9-4621-88c3-f41879e2f27e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a36ecc53-09d9-4621-88c3-f41879e2f27e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-cac378f2-9ec2-424c-b550-c8f7b205bae5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac378f2-9ec2-424c-b550-c8f7b205bae5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cac378f2-9ec2-424c-b550-c8f7b205bae5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac378f2-9ec2-424c-b550-c8f7b205bae5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cac378f2-9ec2-424c-b550-c8f7b205bae5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8393afb5-bb15-4c38-9df3-da018ff9485e {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-8393afb5-bb15-4c38-9df3-da018ff9485e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8393afb5-bb15-4c38-9df3-da018ff9485e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-8393afb5-bb15-4c38-9df3-da018ff9485e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-8393afb5-bb15-4c38-9df3-da018ff9485e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-8393afb5-bb15-4c38-9df3-da018ff9485e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-8393afb5-bb15-4c38-9df3-da018ff9485e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-8393afb5-bb15-4c38-9df3-da018ff9485e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-f6eeb348-c6a0-4f7d-bdbf-0738793ca3d1 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-f6eeb348-c6a0-4f7d-bdbf-0738793ca3d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6eeb348-c6a0-4f7d-bdbf-0738793ca3d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a2ffa11b-806b-4616-b3c2-99eacf858c59 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2ffa11b-806b-4616-b3c2-99eacf858c59 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-709916c3-fb5f-471e-a3e4-06a5d41f6cce {
  margin-top: 12px;
margin-right: 50px;
}

#s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c6f8478d-cd2f-4eff-9d09-a10bdcd26841"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f-root {
    text-align: center;
  }


#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f-root {
    text-align: center;
  }


#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f-root {
    text-align: center;
  }


#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f-root {
    text-align: center;
  }


#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f-root {
    text-align: center;
  }


#s-7c04b2b0-80c2-4d6d-ac30-90ef05f49f7f.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-d71dbd6a-fa66-40a4-bd02-cf634b3d1e96 {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-d71dbd6a-fa66-40a4-bd02-cf634b3d1e96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d71dbd6a-fa66-40a4-bd02-cf634b3d1e96.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1c0cc0c9-c099-4fe0-8c5e-612d06ff63bf {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-1c0cc0c9-c099-4fe0-8c5e-612d06ff63bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c0cc0c9-c099-4fe0-8c5e-612d06ff63bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-da46f791-764b-4bb5-aad7-d424c419d533"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da46f791-764b-4bb5-aad7-d424c419d533"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-da46f791-764b-4bb5-aad7-d424c419d533"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-da46f791-764b-4bb5-aad7-d424c419d533"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-4f7eb959-cecb-45a0-a1cc-3eefab64abd9 {
  box-shadow:    rgba(0, 0, 0, 0);
min-height: 300px;
background-attachment: scroll;
}








#s-4f7eb959-cecb-45a0-a1cc-3eefab64abd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f7eb959-cecb-45a0-a1cc-3eefab64abd9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-947fb967-451e-457f-bfc3-3cb9aa235e88 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-947fb967-451e-457f-bfc3-3cb9aa235e88"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-947fb967-451e-457f-bfc3-3cb9aa235e88"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-947fb967-451e-457f-bfc3-3cb9aa235e88"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-947fb967-451e-457f-bfc3-3cb9aa235e88"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-947fb967-451e-457f-bfc3-3cb9aa235e88"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-947fb967-451e-457f-bfc3-3cb9aa235e88"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-947fb967-451e-457f-bfc3-3cb9aa235e88"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-814b16ac-14fc-4a88-b682-ca68322352b0 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-814b16ac-14fc-4a88-b682-ca68322352b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-814b16ac-14fc-4a88-b682-ca68322352b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-64c99660-80e5-4017-ab72-a9a0a02128de {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-64c99660-80e5-4017-ab72-a9a0a02128de .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6cde40e2-8a50-4cb3-b9e5-a3d3feebdf10 {
  margin-top: 12px;
margin-right: 50px;
}

#s-5f049d44-1e4b-4f39-b655-deeb3104b47b {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-5f049d44-1e4b-4f39-b655-deeb3104b47b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f049d44-1e4b-4f39-b655-deeb3104b47b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f049d44-1e4b-4f39-b655-deeb3104b47b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5f049d44-1e4b-4f39-b655-deeb3104b47b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f049d44-1e4b-4f39-b655-deeb3104b47b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f049d44-1e4b-4f39-b655-deeb3104b47b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5f049d44-1e4b-4f39-b655-deeb3104b47b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3 {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-29e7743c-c510-4cb0-a179-5422fdb3ceb3-root {
    text-align: center;
  }


#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-29e7743c-c510-4cb0-a179-5422fdb3ceb3-root {
    text-align: center;
  }


#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29e7743c-c510-4cb0-a179-5422fdb3ceb3-root {
    text-align: center;
  }


#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29e7743c-c510-4cb0-a179-5422fdb3ceb3-root {
    text-align: center;
  }


#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-29e7743c-c510-4cb0-a179-5422fdb3ceb3-root {
    text-align: center;
  }


#s-29e7743c-c510-4cb0-a179-5422fdb3ceb3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-a8ae71dc-b31d-4571-b4b2-3f4fe403dcc2 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(235, 235, 235, 1);
}








#s-a8ae71dc-b31d-4571-b4b2-3f4fe403dcc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8ae71dc-b31d-4571-b4b2-3f4fe403dcc2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2a7d98a-d297-425d-892b-9e4ebe79a0d2 {
  margin-top: 50px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
}

@media (min-width: 0px) {
[id="s-c2a7d98a-d297-425d-892b-9e4ebe79a0d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c2a7d98a-d297-425d-892b-9e4ebe79a0d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 992px) {
[id="s-c2a7d98a-d297-425d-892b-9e4ebe79a0d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 12.5px);
}

}

@media (min-width: 1200px) {
[id="s-c2a7d98a-d297-425d-892b-9e4ebe79a0d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 12.5px);
}

}

#s-55a85ded-18b4-4658-aeae-266be9f4a7ea {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55a85ded-18b4-4658-aeae-266be9f4a7ea .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Fjalla One";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8fd83fd5-1146-4b61-a090-00aefa63d1be {
  margin-top: 12px;
margin-left: 0px;
margin-right: 0px;
}

#s-dbe095d0-90a5-4ee0-8682-42a5767d007f {
  margin-top: 25px;
margin-left: 25px;
margin-bottom: 25px;
margin-right: 25px;
min-height: 50px;
}








#s-dbe095d0-90a5-4ee0-8682-42a5767d007f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbe095d0-90a5-4ee0-8682-42a5767d007f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-1b447721-7697-4e52-abd8-0dbc1caf7991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b447721-7697-4e52-abd8-0dbc1caf7991"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b447721-7697-4e52-abd8-0dbc1caf7991"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b447721-7697-4e52-abd8-0dbc1caf7991"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f2fd8791-f75d-41bb-87d7-815e43afed0f {
  box-shadow:    rgba(0, 0, 0, 0);
background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}








#s-f2fd8791-f75d-41bb-87d7-815e43afed0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2fd8791-f75d-41bb-87d7-815e43afed0f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-83aadccd-91bc-455f-ac2f-3413a3e143f9 {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-83aadccd-91bc-455f-ac2f-3413a3e143f9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83aadccd-91bc-455f-ac2f-3413a3e143f9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-83aadccd-91bc-455f-ac2f-3413a3e143f9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-83aadccd-91bc-455f-ac2f-3413a3e143f9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-83aadccd-91bc-455f-ac2f-3413a3e143f9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-83aadccd-91bc-455f-ac2f-3413a3e143f9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-83aadccd-91bc-455f-ac2f-3413a3e143f9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

}

#s-3eb0bc45-8d06-400f-97b2-577e70dcfa05 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 0px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
min-height: 2px;
}








#s-3eb0bc45-8d06-400f-97b2-577e70dcfa05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eb0bc45-8d06-400f-97b2-577e70dcfa05.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e8730ba1-8178-4668-a29c-c72d6d6b7aba {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8730ba1-8178-4668-a29c-c72d6d6b7aba .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d8d9c827-95fe-43b5-9fdd-6d9b903c67ca {
  margin-top: 12px;
margin-right: 50px;
}

#s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d42c97d4-e9a7-40ed-b3e1-c50cd459120a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-e0e3025d-c293-432b-b7f6-4758198f814c {
  border-style: solid;
margin-top: 25px;
margin-bottom: 25px;
margin-right: 50px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 2px;
border-right-width: 0px;
border-color: rgba(194, 194, 194, 1);
border-radius: 0px;
opacity: 1;
text-align: center;
background-color: rgba(235, 235, 235, 1);
text-decoration: none;
}
#s-e0e3025d-c293-432b-b7f6-4758198f814c:hover {opacity: 1 !important;
background-color: rgba(194, 194, 194, 1) !important;
color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;}#s-e0e3025d-c293-432b-b7f6-4758198f814c:active {opacity: 1 !important;
background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}

  #s-e0e3025d-c293-432b-b7f6-4758198f814c-root {
    text-align: center;
  }


#s-e0e3025d-c293-432b-b7f6-4758198f814c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e0e3025d-c293-432b-b7f6-4758198f814c-root {
    text-align: center;
  }


#s-e0e3025d-c293-432b-b7f6-4758198f814c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e0e3025d-c293-432b-b7f6-4758198f814c-root {
    text-align: center;
  }


#s-e0e3025d-c293-432b-b7f6-4758198f814c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e0e3025d-c293-432b-b7f6-4758198f814c-root {
    text-align: center;
  }


#s-e0e3025d-c293-432b-b7f6-4758198f814c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e0e3025d-c293-432b-b7f6-4758198f814c-root {
    text-align: center;
  }


#s-e0e3025d-c293-432b-b7f6-4758198f814c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  block ;
}
}
#s-8bae7246-bad2-405a-9370-9dedf9fbeba1 {
  padding-top: 40px;
padding-bottom: 10px;
text-align: center;
}







  #s-8bae7246-bad2-405a-9370-9dedf9fbeba1 img.shogun-image {
    

    
    
    
  }


#s-8bae7246-bad2-405a-9370-9dedf9fbeba1 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6026e46-b319-440d-86ce-6d3506dea7cf {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(235, 235, 235, 0.5);
}








#s-d6026e46-b319-440d-86ce-6d3506dea7cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6026e46-b319-440d-86ce-6d3506dea7cf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aaa879a5-14ac-4cc6-b1c8-62e0e589483b {
  margin-top: 50px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aaa879a5-14ac-4cc6-b1c8-62e0e589483b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Fjalla One";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-ee064f52-ee02-4152-89ed-07e031858de8 {
  margin-top: 0px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-ee064f52-ee02-4152-89ed-07e031858de8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-ee064f52-ee02-4152-89ed-07e031858de8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ee064f52-ee02-4152-89ed-07e031858de8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee064f52-ee02-4152-89ed-07e031858de8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-721e0f18-d4b4-4577-918c-8d50a1807f2f {
  margin-top: 25px;
margin-left: 5px;
margin-right: 5px;
padding-left: 0px;
padding-right: 0px;
text-align: center;
}







  #s-721e0f18-d4b4-4577-918c-8d50a1807f2f img.shogun-image {
    

    
    
    
  }


#s-721e0f18-d4b4-4577-918c-8d50a1807f2f .shogun-image-content {
  
    align-items: center;
  
}

#s-8c84ab7e-ff51-400a-8a5e-ca6c950e7e91 {
  margin-top: 8px;
margin-left: 12px;
margin-bottom: 8px;
margin-right: 12px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8c84ab7e-ff51-400a-8a5e-ca6c950e7e91 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-8c84ab7e-ff51-400a-8a5e-ca6c950e7e91 .shogun-heading-component h1 a {
  color: #000;
}


#s-608cb8a6-a4a9-41de-a19c-13a12c175ed9 {
  margin-top: 25px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-608cb8a6-a4a9-41de-a19c-13a12c175ed9 img.shogun-image {
    

    
    
    
  }


#s-608cb8a6-a4a9-41de-a19c-13a12c175ed9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9bd63a32-33ec-4acb-9052-6d70d1634268 {
  margin-top: 11px;
margin-left: 12px;
margin-bottom: 11px;
margin-right: 12px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9bd63a32-33ec-4acb-9052-6d70d1634268 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-9bd63a32-33ec-4acb-9052-6d70d1634268 .shogun-heading-component h1 a {
  color: #000;
}


#s-95045c6b-04a9-47a2-a434-494e3d0d5806 {
  margin-top: 25px;
margin-left: 5px;
margin-right: 5px;
min-height: 0px;
text-align: center;
}







  #s-95045c6b-04a9-47a2-a434-494e3d0d5806 img.shogun-image {
    

    
    
    
  }


#s-95045c6b-04a9-47a2-a434-494e3d0d5806 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ba2288-9e1d-4df9-8ce2-3c17c568100f {
  margin-top: 11px;
margin-left: 12px;
margin-bottom: 11px;
margin-right: 12px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 0px;
text-align: center;
}

#s-99ba2288-9e1d-4df9-8ce2-3c17c568100f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}


#s-99ba2288-9e1d-4df9-8ce2-3c17c568100f .shogun-heading-component h1 a {
  color: #000;
}


#s-04456cca-db16-4715-8689-5c19ae51afba {
  margin-top: 25px;
margin-left: 5px;
margin-right: 5px;
text-align: center;
}







  #s-04456cca-db16-4715-8689-5c19ae51afba img.shogun-image {
    

    
    
    
  }


#s-04456cca-db16-4715-8689-5c19ae51afba .shogun-image-content {
  
    align-items: center;
  
}

#s-35540d44-acf3-4559-9b8a-48930ba269d1 {
  margin-top: 11px;
margin-left: 12px;
margin-bottom: 11px;
margin-right: 12px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-35540d44-acf3-4559-9b8a-48930ba269d1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  
}


#s-35540d44-acf3-4559-9b8a-48930ba269d1 .shogun-heading-component h1 a {
  color: #000;
}


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