.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-f9fb45b1-a247-4770-bac7-37163374135d {
  min-height: 50px;
}








#s-f9fb45b1-a247-4770-bac7-37163374135d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9fb45b1-a247-4770-bac7-37163374135d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-dfd03503-1462-4d25-9b5d-38c79009f490 {
  min-height: 50px;
}








#s-dfd03503-1462-4d25-9b5d-38c79009f490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfd03503-1462-4d25-9b5d-38c79009f490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd9fd0c9-a5da-43cb-b8b0-058d22c0939c {
  min-height: 50px;
}








#s-fd9fd0c9-a5da-43cb-b8b0-058d22c0939c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd9fd0c9-a5da-43cb-b8b0-058d22c0939c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a {
  display: none;
}
#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a, #wrap-s-d80b9ec9-519b-46ec-82ea-c5c6384e848a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a {
  display: none;
}
#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a, #wrap-s-d80b9ec9-519b-46ec-82ea-c5c6384e848a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a {
  display: none;
}
#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a, #wrap-s-d80b9ec9-519b-46ec-82ea-c5c6384e848a { display:none !important; }}







#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d80b9ec9-519b-46ec-82ea-c5c6384e848a.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;
}

@media (min-width: 0px) {
[id="s-a4496b1b-05ba-4446-a727-e49879a10fb6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-a4496b1b-05ba-4446-a727-e49879a10fb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a4496b1b-05ba-4446-a727-e49879a10fb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a4496b1b-05ba-4446-a727-e49879a10fb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5cdb3814-6c9d-4d48-b382-9df0d779fcdd {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-5cdb3814-6c9d-4d48-b382-9df0d779fcdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cdb3814-6c9d-4d48-b382-9df0d779fcdd {
  cursor: pointer;
}#s-5cdb3814-6c9d-4d48-b382-9df0d779fcdd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-260f177d-8f6d-448e-bdb6-f6d020569484 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-260f177d-8f6d-448e-bdb6-f6d020569484 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}



#s-546a475f-f088-4a5a-b4de-7c2ed2b9ff60 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-546a475f-f088-4a5a-b4de-7c2ed2b9ff60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-546a475f-f088-4a5a-b4de-7c2ed2b9ff60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7eb66d2e-72b8-4c0c-8d3b-11baf12f20c0 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7eb66d2e-72b8-4c0c-8d3b-11baf12f20c0 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}



#s-945e2cb0-36f1-435e-bd59-d979d5dd505c {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-945e2cb0-36f1-435e-bd59-d979d5dd505c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-945e2cb0-36f1-435e-bd59-d979d5dd505c {
  cursor: pointer;
}#s-945e2cb0-36f1-435e-bd59-d979d5dd505c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5bacaeb0-030b-44c3-8cdd-c54c3146c799 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5bacaeb0-030b-44c3-8cdd-c54c3146c799 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}



#s-d8d6156d-b5bb-46cb-96e2-7dbd9567ec2c {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d8d6156d-b5bb-46cb-96e2-7dbd9567ec2c {
  display: none;
}
#s-d8d6156d-b5bb-46cb-96e2-7dbd9567ec2c, #wrap-s-d8d6156d-b5bb-46cb-96e2-7dbd9567ec2c { display:none !important; }}







#s-d8d6156d-b5bb-46cb-96e2-7dbd9567ec2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8d6156d-b5bb-46cb-96e2-7dbd9567ec2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-1bd611a8-10ab-4b7b-9f13-4565edc200d4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-1bd611a8-10ab-4b7b-9f13-4565edc200d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-1bd611a8-10ab-4b7b-9f13-4565edc200d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bd611a8-10ab-4b7b-9f13-4565edc200d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-51cf49b2-864b-4469-abc5-5b93102bd81f {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-51cf49b2-864b-4469-abc5-5b93102bd81f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51cf49b2-864b-4469-abc5-5b93102bd81f {
  cursor: pointer;
}#s-51cf49b2-864b-4469-abc5-5b93102bd81f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71694517-60e9-4700-a4c5-9362976809b9 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-71694517-60e9-4700-a4c5-9362976809b9 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-6129dbb0-ba46-4a1e-9438-96f255c65892 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-6129dbb0-ba46-4a1e-9438-96f255c65892 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6129dbb0-ba46-4a1e-9438-96f255c65892.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4df62054-b5e4-4ff4-ad0d-4eebcac808fc {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4df62054-b5e4-4ff4-ad0d-4eebcac808fc .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-aa8aa51a-3e6d-40ea-b657-ac744653d738 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-aa8aa51a-3e6d-40ea-b657-ac744653d738 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa8aa51a-3e6d-40ea-b657-ac744653d738 {
  cursor: pointer;
}#s-aa8aa51a-3e6d-40ea-b657-ac744653d738.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e98476a-ab47-49d7-b5d5-6364e26b0e70 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e98476a-ab47-49d7-b5d5-6364e26b0e70 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-305f1e70-03fc-442f-8154-0bc89e5498d4 {
  margin-top: 0px;
min-height: 100px;
}








#s-305f1e70-03fc-442f-8154-0bc89e5498d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-305f1e70-03fc-442f-8154-0bc89e5498d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-93fcb72f-7e21-4ce6-ac6c-51c25f826756 {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-93fcb72f-7e21-4ce6-ac6c-51c25f826756"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93fcb72f-7e21-4ce6-ac6c-51c25f826756"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93fcb72f-7e21-4ce6-ac6c-51c25f826756"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-93fcb72f-7e21-4ce6-ac6c-51c25f826756"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93fcb72f-7e21-4ce6-ac6c-51c25f826756"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-93fcb72f-7e21-4ce6-ac6c-51c25f826756"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-93fcb72f-7e21-4ce6-ac6c-51c25f826756"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a2904ec7-dba1-4d46-84f8-ea951968f500 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 100px;
}








#s-a2904ec7-dba1-4d46-84f8-ea951968f500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2904ec7-dba1-4d46-84f8-ea951968f500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-900adcb0-3bbe-4e63-ad5e-5047b90aadac {
  text-align: center;
}

#s-900adcb0-3bbe-4e63-ad5e-5047b90aadac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-ee8c2130-2978-42b6-90db-d854a25525d2 {
  min-height: 100px;
}








#s-ee8c2130-2978-42b6-90db-d854a25525d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee8c2130-2978-42b6-90db-d854a25525d2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7-root {
    text-align: center;
  }


#s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7-root {
    text-align: center;
  }


#s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7-root {
    text-align: center;
  }


#s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7-root {
    text-align: center;
  }


#s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7-root {
    text-align: center;
  }


#s-fe58dbe1-4c13-45aa-a1e3-5d8c6fbfd8a7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-642b01eb-d206-4ff3-9446-b032cffae6bc {
  min-height: 50px;
}








#s-642b01eb-d206-4ff3-9446-b032cffae6bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-642b01eb-d206-4ff3-9446-b032cffae6bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4b008697-10b4-4d42-aa14-cbd39f6d6783 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4b008697-10b4-4d42-aa14-cbd39f6d6783 {
  display: none;
}
#s-4b008697-10b4-4d42-aa14-cbd39f6d6783, #wrap-s-4b008697-10b4-4d42-aa14-cbd39f6d6783 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b008697-10b4-4d42-aa14-cbd39f6d6783 {
  display: none;
}
#s-4b008697-10b4-4d42-aa14-cbd39f6d6783, #wrap-s-4b008697-10b4-4d42-aa14-cbd39f6d6783 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b008697-10b4-4d42-aa14-cbd39f6d6783 {
  display: none;
}
#s-4b008697-10b4-4d42-aa14-cbd39f6d6783, #wrap-s-4b008697-10b4-4d42-aa14-cbd39f6d6783 { display:none !important; }}







#s-4b008697-10b4-4d42-aa14-cbd39f6d6783 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b008697-10b4-4d42-aa14-cbd39f6d6783.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eff78d27-d4a6-4a7d-aed8-a28034bb1646 {
  min-height: 300px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-eff78d27-d4a6-4a7d-aed8-a28034bb1646 {
  background-attachment: fixed;
}
}@media (max-width: 767px){#s-eff78d27-d4a6-4a7d-aed8-a28034bb1646 {
  background-attachment: fixed;
}
}







#s-eff78d27-d4a6-4a7d-aed8-a28034bb1646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff78d27-d4a6-4a7d-aed8-a28034bb1646.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-eff78d27-d4a6-4a7d-aed8-a28034bb1646 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff78d27-d4a6-4a7d-aed8-a28034bb1646.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-356c3fe0-8fe9-4132-94a0-068b574af16c {
  padding-top: 40px;
padding-left: 30px;
padding-bottom: 40px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-356c3fe0-8fe9-4132-94a0-068b574af16c {
  padding-left: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-356c3fe0-8fe9-4132-94a0-068b574af16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-356c3fe0-8fe9-4132-94a0-068b574af16c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-356c3fe0-8fe9-4132-94a0-068b574af16c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-356c3fe0-8fe9-4132-94a0-068b574af16c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-bb6a1af1-c489-426b-8008-53d4c334fe86 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bb6a1af1-c489-426b-8008-53d4c334fe86 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-1c1c7a49-07fb-4a9d-9de7-8807749b7090 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c1c7a49-07fb-4a9d-9de7-8807749b7090 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1819d59c-cd97-4790-8c08-52d52e0435f2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-1819d59c-cd97-4790-8c08-52d52e0435f2 {
  display: none;
}
#s-1819d59c-cd97-4790-8c08-52d52e0435f2, #wrap-s-1819d59c-cd97-4790-8c08-52d52e0435f2 { display:none !important; }}







#s-1819d59c-cd97-4790-8c08-52d52e0435f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1819d59c-cd97-4790-8c08-52d52e0435f2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be4ba052-5f8a-4a74-bc66-ae02e7cef3ae {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-be4ba052-5f8a-4a74-bc66-ae02e7cef3ae {
  min-height: 500px;
}
}







#s-be4ba052-5f8a-4a74-bc66-ae02e7cef3ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be4ba052-5f8a-4a74-bc66-ae02e7cef3ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-be4ba052-5f8a-4a74-bc66-ae02e7cef3ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be4ba052-5f8a-4a74-bc66-ae02e7cef3ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-b8f902ee-ef20-4503-8a26-eeddf9c92582 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-b8f902ee-ef20-4503-8a26-eeddf9c92582"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8f902ee-ef20-4503-8a26-eeddf9c92582"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b8f902ee-ef20-4503-8a26-eeddf9c92582"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8f902ee-ef20-4503-8a26-eeddf9c92582"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-263e13d2-3a60-47a1-9abd-6b0fcb060624 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 200px;
background-color: rgba(0, 0, 0, 0.7);
background-attachment: scroll;
}
@media (max-width: 767px){#s-263e13d2-3a60-47a1-9abd-6b0fcb060624 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-263e13d2-3a60-47a1-9abd-6b0fcb060624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263e13d2-3a60-47a1-9abd-6b0fcb060624.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-263e13d2-3a60-47a1-9abd-6b0fcb060624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263e13d2-3a60-47a1-9abd-6b0fcb060624.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-886f56c0-2f12-4fbd-a34f-5ff3e74b468c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-886f56c0-2f12-4fbd-a34f-5ff3e74b468c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-22187c75-b91b-4da4-960e-99208b00559f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22187c75-b91b-4da4-960e-99208b00559f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7ae4ac53-df3a-4960-ab49-8f392a2fd123 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
}








#s-7ae4ac53-df3a-4960-ab49-8f392a2fd123 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ae4ac53-df3a-4960-ab49-8f392a2fd123.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-b30f6093-aed2-43e4-b710-5ef6d97e8f17"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-497d7a9b-63b7-439c-bac5-3218ab7b1be0 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-497d7a9b-63b7-439c-bac5-3218ab7b1be0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-497d7a9b-63b7-439c-bac5-3218ab7b1be0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7fe6be5-792d-409b-bde7-3629898af22f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7fe6be5-792d-409b-bde7-3629898af22f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-967a3c7a-72e2-4a96-970d-54f133c702a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-967a3c7a-72e2-4a96-970d-54f133c702a1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d {
  margin-top: 10px;
margin-left: 0px;
margin-bottom: 10px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d-root {
    text-align: center;
  }


#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d-root {
    text-align: center;
  }


#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d-root {
    text-align: center;
  }


#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d-root {
    text-align: center;
  }


#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d-root {
    text-align: center;
  }


#s-b70de980-bbfa-4ea0-b32c-d8ef43b4e37d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-136a5c18-62e3-4bc1-bdb8-bfbbf0fc3de4 {
  background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-136a5c18-62e3-4bc1-bdb8-bfbbf0fc3de4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-136a5c18-62e3-4bc1-bdb8-bfbbf0fc3de4 {
  
}
}@media (max-width: 767px){#s-136a5c18-62e3-4bc1-bdb8-bfbbf0fc3de4 {
  
}
}







#s-136a5c18-62e3-4bc1-bdb8-bfbbf0fc3de4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-136a5c18-62e3-4bc1-bdb8-bfbbf0fc3de4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c761c415-80e4-44a6-8679-7d56173c9799 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
}








#s-c761c415-80e4-44a6-8679-7d56173c9799 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c761c415-80e4-44a6-8679-7d56173c9799.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d83c3b-bc73-4030-8da3-39eee063028b {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47d83c3b-bc73-4030-8da3-39eee063028b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-db8d1cb6-1688-4ac2-8193-2bde67a0ed8d {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-db8d1cb6-1688-4ac2-8193-2bde67a0ed8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db8d1cb6-1688-4ac2-8193-2bde67a0ed8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-eba2f9c3-85f4-4ad7-a32e-51b5f729a46b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eba2f9c3-85f4-4ad7-a32e-51b5f729a46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eba2f9c3-85f4-4ad7-a32e-51b5f729a46b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eba2f9c3-85f4-4ad7-a32e-51b5f729a46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eba2f9c3-85f4-4ad7-a32e-51b5f729a46b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eba2f9c3-85f4-4ad7-a32e-51b5f729a46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-eba2f9c3-85f4-4ad7-a32e-51b5f729a46b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-2384e42f-961a-4efb-9754-aac56cb3751d {
  background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-2384e42f-961a-4efb-9754-aac56cb3751d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2384e42f-961a-4efb-9754-aac56cb3751d {
  
}
}@media (max-width: 767px){#s-2384e42f-961a-4efb-9754-aac56cb3751d {
  
}
}







#s-2384e42f-961a-4efb-9754-aac56cb3751d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2384e42f-961a-4efb-9754-aac56cb3751d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc08c3fc-44d1-4921-aa23-a3dde7e176d0 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 0px;
}








#s-bc08c3fc-44d1-4921-aa23-a3dde7e176d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc08c3fc-44d1-4921-aa23-a3dde7e176d0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54af2ee5-89bb-4569-8676-5a5d69268add {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-54af2ee5-89bb-4569-8676-5a5d69268add .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-388f3937-387f-4735-8227-fe3fe9d06c3e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-388f3937-387f-4735-8227-fe3fe9d06c3e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-594403ea-5a00-4be8-b11e-c57cf0848c6e {
  display: none;
}
#s-594403ea-5a00-4be8-b11e-c57cf0848c6e, #wrap-s-594403ea-5a00-4be8-b11e-c57cf0848c6e { display:none !important; }}
@media (min-width: 0px) {
[id="s-594403ea-5a00-4be8-b11e-c57cf0848c6e"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-594403ea-5a00-4be8-b11e-c57cf0848c6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-594403ea-5a00-4be8-b11e-c57cf0848c6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-594403ea-5a00-4be8-b11e-c57cf0848c6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-594403ea-5a00-4be8-b11e-c57cf0848c6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-594403ea-5a00-4be8-b11e-c57cf0848c6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-594403ea-5a00-4be8-b11e-c57cf0848c6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-34e0921c-1dd5-4050-8e66-0500d127e2e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34e0921c-1dd5-4050-8e66-0500d127e2e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-34e0921c-1dd5-4050-8e66-0500d127e2e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-34e0921c-1dd5-4050-8e66-0500d127e2e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-80250d0e-5d6f-49ea-a53d-5212e52592c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-80250d0e-5d6f-49ea-a53d-5212e52592c2 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a7fdb7e0-8999-4080-9a99-e42c70d74307 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a7fdb7e0-8999-4080-9a99-e42c70d74307 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-6d3bfb43-eeaa-4be6-bd27-7413a2655386 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d3bfb43-eeaa-4be6-bd27-7413a2655386 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a06e8450-aa20-4c00-b500-c24b361c2559 {
  min-height: 50px;
}








#s-a06e8450-aa20-4c00-b500-c24b361c2559 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a06e8450-aa20-4c00-b500-c24b361c2559.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-b3fc2701-54d2-4384-afaa-8971cf92a17f {
  text-align: center;
}







  #s-b3fc2701-54d2-4384-afaa-8971cf92a17f img.shogun-image {
    

    
    
    
  }


#s-b3fc2701-54d2-4384-afaa-8971cf92a17f .shogun-image-content {
  
    align-items: center;
  
}

#s-e0472dd6-a035-4fbf-86ae-12770539513b {
  min-height: 50px;
}








#s-e0472dd6-a035-4fbf-86ae-12770539513b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0472dd6-a035-4fbf-86ae-12770539513b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb3b17fe-a33b-42c3-9e19-dce42905e719 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-bb3b17fe-a33b-42c3-9e19-dce42905e719 {
  display: none;
}
#s-bb3b17fe-a33b-42c3-9e19-dce42905e719, #wrap-s-bb3b17fe-a33b-42c3-9e19-dce42905e719 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb3b17fe-a33b-42c3-9e19-dce42905e719 {
  display: none;
}
#s-bb3b17fe-a33b-42c3-9e19-dce42905e719, #wrap-s-bb3b17fe-a33b-42c3-9e19-dce42905e719 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bb3b17fe-a33b-42c3-9e19-dce42905e719 {
  display: none;
}
#s-bb3b17fe-a33b-42c3-9e19-dce42905e719, #wrap-s-bb3b17fe-a33b-42c3-9e19-dce42905e719 { display:none !important; }}
#s-bb3b17fe-a33b-42c3-9e19-dce42905e719 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-742d49f8-c192-4da8-8d0a-79b10a3ae460 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 500px;
background-color: rgba(245, 245, 245, 1);
}








#s-742d49f8-c192-4da8-8d0a-79b10a3ae460 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-742d49f8-c192-4da8-8d0a-79b10a3ae460.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e41c9a00-234d-4a99-89ca-c146d62cd4b1 {
  min-height: 400px;
}

@media (min-width: 0px) {
[id="s-e41c9a00-234d-4a99-89ca-c146d62cd4b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e41c9a00-234d-4a99-89ca-c146d62cd4b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e41c9a00-234d-4a99-89ca-c146d62cd4b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e41c9a00-234d-4a99-89ca-c146d62cd4b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e41c9a00-234d-4a99-89ca-c146d62cd4b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e41c9a00-234d-4a99-89ca-c146d62cd4b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e41c9a00-234d-4a99-89ca-c146d62cd4b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-9f9c3396-e16d-43ee-bbba-7ebf256946e9 {
  min-height: 400px;
}








#s-9f9c3396-e16d-43ee-bbba-7ebf256946e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f9c3396-e16d-43ee-bbba-7ebf256946e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d63ec4b5-592f-463e-8a72-562eb50ee6f7 {
  text-align: center;
}







  #s-d63ec4b5-592f-463e-8a72-562eb50ee6f7 img.shogun-image {
    

    
    
    
  }


#s-d63ec4b5-592f-463e-8a72-562eb50ee6f7 .shogun-image-content {
  
    align-items: center;
  
}

#s-e31cab22-7419-41a7-ba58-1c327bc52ecc {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-e31cab22-7419-41a7-ba58-1c327bc52ecc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e31cab22-7419-41a7-ba58-1c327bc52ecc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-40ceba0a-12b7-4b2f-ada1-c78cca6ce49e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-40ceba0a-12b7-4b2f-ada1-c78cca6ce49e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5a3eee2d-fbc1-4c3d-9e78-45ff0f855886 {
  padding-top: 20px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-67c1ebbc-2b28-42a4-ba0f-710db7015201"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-67c1ebbc-2b28-42a4-ba0f-710db7015201"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67c1ebbc-2b28-42a4-ba0f-710db7015201"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67c1ebbc-2b28-42a4-ba0f-710db7015201"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8b659156-35a0-4cab-ab32-28b4a8ab6ed2 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (max-width: 767px){#s-8b659156-35a0-4cab-ab32-28b4a8ab6ed2 {
  display: none;
}
#s-8b659156-35a0-4cab-ab32-28b4a8ab6ed2, #wrap-s-8b659156-35a0-4cab-ab32-28b4a8ab6ed2 { display:none !important; }}







#s-8b659156-35a0-4cab-ab32-28b4a8ab6ed2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b659156-35a0-4cab-ab32-28b4a8ab6ed2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0e7be86b-7c11-46a7-8e78-1b0afeaaa949"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e7be86b-7c11-46a7-8e78-1b0afeaaa949"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e7be86b-7c11-46a7-8e78-1b0afeaaa949"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0e7be86b-7c11-46a7-8e78-1b0afeaaa949"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e7be86b-7c11-46a7-8e78-1b0afeaaa949"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e7be86b-7c11-46a7-8e78-1b0afeaaa949"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0e7be86b-7c11-46a7-8e78-1b0afeaaa949"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-4441378c-b30f-45f8-8508-89a3aed405c5 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 600px;
}








#s-4441378c-b30f-45f8-8508-89a3aed405c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4441378c-b30f-45f8-8508-89a3aed405c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a682aa38-b800-487b-a19f-7897656e5d6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a682aa38-b800-487b-a19f-7897656e5d6a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-d6e83265-3df6-419a-911f-c0a52d5851d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d6e83265-3df6-419a-911f-c0a52d5851d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f56bcff6-e476-46e7-871d-15dd33130416 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-f56bcff6-e476-46e7-871d-15dd33130416 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f56bcff6-e476-46e7-871d-15dd33130416 {
  
}
}@media (max-width: 767px){#s-f56bcff6-e476-46e7-871d-15dd33130416 {
  
}
}







#s-f56bcff6-e476-46e7-871d-15dd33130416 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f56bcff6-e476-46e7-871d-15dd33130416.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (min-width: 1200px){#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e {
  display: none;
}
#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e, #wrap-s-5c30685c-46ca-44e8-9770-04aaed6a4c9e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e {
  display: none;
}
#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e, #wrap-s-5c30685c-46ca-44e8-9770-04aaed6a4c9e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e {
  display: none;
}
#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e, #wrap-s-5c30685c-46ca-44e8-9770-04aaed6a4c9e { display:none !important; }}







#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c30685c-46ca-44e8-9770-04aaed6a4c9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1725934a-5fb7-4286-813f-cbee83bfbec2 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-1725934a-5fb7-4286-813f-cbee83bfbec2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5196c53b-d314-4daa-8a16-6edac335e2fc {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}








#s-5196c53b-d314-4daa-8a16-6edac335e2fc .shogun-image-content {
  
    align-items: center;
  
}

#s-f5a12043-f81c-45be-afd5-3ac89a9d1069 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-f5a12043-f81c-45be-afd5-3ac89a9d1069 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-fa79ce9c-56ae-41d8-90f7-7ec405825219 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-fa79ce9c-56ae-41d8-90f7-7ec405825219 {
  display: none;
}
#s-fa79ce9c-56ae-41d8-90f7-7ec405825219, #wrap-s-fa79ce9c-56ae-41d8-90f7-7ec405825219 { display:none !important; }}







#s-fa79ce9c-56ae-41d8-90f7-7ec405825219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa79ce9c-56ae-41d8-90f7-7ec405825219.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-c85995e3-1b7e-46a2-b2db-7a158f22855a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c85995e3-1b7e-46a2-b2db-7a158f22855a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c85995e3-1b7e-46a2-b2db-7a158f22855a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c85995e3-1b7e-46a2-b2db-7a158f22855a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-20b8bdde-cb2e-4ba0-b798-d5513981646b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-20b8bdde-cb2e-4ba0-b798-d5513981646b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-20b8bdde-cb2e-4ba0-b798-d5513981646b {
  
}
}@media (max-width: 767px){#s-20b8bdde-cb2e-4ba0-b798-d5513981646b {
  
}
}







#s-20b8bdde-cb2e-4ba0-b798-d5513981646b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20b8bdde-cb2e-4ba0-b798-d5513981646b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b2c000a-986a-43d6-942d-3f9d8dfc1da6 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-7b2c000a-986a-43d6-942d-3f9d8dfc1da6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b2c000a-986a-43d6-942d-3f9d8dfc1da6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6e0c410-8481-4dfa-873d-d3644f9ab370 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6e0c410-8481-4dfa-873d-d3644f9ab370 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b913f145-505b-4710-858b-6b4b3a6d2401 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b913f145-505b-4710-858b-6b4b3a6d2401 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4631fe20-4e34-42a7-9706-bb44e5755033 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-4631fe20-4e34-42a7-9706-bb44e5755033 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4631fe20-4e34-42a7-9706-bb44e5755033 {
  
}
}@media (max-width: 767px){#s-4631fe20-4e34-42a7-9706-bb44e5755033 {
  
}
}







#s-4631fe20-4e34-42a7-9706-bb44e5755033 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4631fe20-4e34-42a7-9706-bb44e5755033.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a {
  display: none;
}
#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a, #wrap-s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a {
  display: none;
}
#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a, #wrap-s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a {
  display: none;
}
#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a, #wrap-s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a { display:none !important; }}







#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6112f37-fbae-46e8-95ca-6fe4eb47fd4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44a5fb11-54cb-4b08-be68-b1e0ce37ae0b {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-44a5fb11-54cb-4b08-be68-b1e0ce37ae0b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-04eb5e73-e346-487a-a436-d69cf7fd1b54 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-04eb5e73-e346-487a-a436-d69cf7fd1b54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04eb5e73-e346-487a-a436-d69cf7fd1b54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aad80f5a-3020-4bc5-9680-c727dcaf4dfc {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-aad80f5a-3020-4bc5-9680-c727dcaf4dfc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-088824ca-d13f-489b-a441-89b3fce9203a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-088824ca-d13f-489b-a441-89b3fce9203a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-088824ca-d13f-489b-a441-89b3fce9203a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c331b4ff-b321-4114-8e9e-29e55808113d {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-c331b4ff-b321-4114-8e9e-29e55808113d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-563704e4-a0bd-4e40-81ef-b720e5c8cbb0 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-563704e4-a0bd-4e40-81ef-b720e5c8cbb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-563704e4-a0bd-4e40-81ef-b720e5c8cbb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-171688cf-185a-45eb-9041-8c2dac5421fd"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b0e80a65-c853-4606-9f8e-edf8f588ce33 {
  background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-b0e80a65-c853-4606-9f8e-edf8f588ce33 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0e80a65-c853-4606-9f8e-edf8f588ce33 {
  
}
}@media (max-width: 767px){#s-b0e80a65-c853-4606-9f8e-edf8f588ce33 {
  
}
}







#s-b0e80a65-c853-4606-9f8e-edf8f588ce33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0e80a65-c853-4606-9f8e-edf8f588ce33 {
  cursor: pointer;
}#s-b0e80a65-c853-4606-9f8e-edf8f588ce33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79e0f59c-2a4d-469e-919c-1fa701859ac1 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-79e0f59c-2a4d-469e-919c-1fa701859ac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79e0f59c-2a4d-469e-919c-1fa701859ac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bcf8da31-54f6-42e4-a548-42db05dd146c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bcf8da31-54f6-42e4-a548-42db05dd146c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-399c3014-6257-46f6-a8c0-4023b8841790 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-399c3014-6257-46f6-a8c0-4023b8841790 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-65359b67-a64e-4702-8de7-bcb0c8e7c4e2 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-65359b67-a64e-4702-8de7-bcb0c8e7c4e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65359b67-a64e-4702-8de7-bcb0c8e7c4e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-092e13c2-7eee-41b9-a00c-aa33cfc5b69e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-092e13c2-7eee-41b9-a00c-aa33cfc5b69e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-ce55f3e1-0cbf-4679-b3f2-e33fc38e4336 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-ce55f3e1-0cbf-4679-b3f2-e33fc38e4336 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-ce55f3e1-0cbf-4679-b3f2-e33fc38e4336 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-ce55f3e1-0cbf-4679-b3f2-e33fc38e4336 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ce55f3e1-0cbf-4679-b3f2-e33fc38e4336 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(221, 221, 221, 1);
}

#s-ce55f3e1-0cbf-4679-b3f2-e33fc38e4336 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: center;
  font-family: Exo 2;
  font-weight: 500;
  font-style: ;
  font-size: 20px;
}

#s-ce55f3e1-0cbf-4679-b3f2-e33fc38e4336 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-07a23851-b26f-4426-b136-e07fa3994fa7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-07a23851-b26f-4426-b136-e07fa3994fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07a23851-b26f-4426-b136-e07fa3994fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07a23851-b26f-4426-b136-e07fa3994fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07a23851-b26f-4426-b136-e07fa3994fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9cbb835d-e35b-40ad-842e-a971c4a93465 {
  background-repeat: no-repeat;
background-size: contain;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 500px;
background-position: center center;
}








#s-9cbb835d-e35b-40ad-842e-a971c4a93465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cbb835d-e35b-40ad-842e-a971c4a93465.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79b97946-b033-4397-b4bd-c6402000e234 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 500px;
}








#s-79b97946-b033-4397-b4bd-c6402000e234 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79b97946-b033-4397-b4bd-c6402000e234.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

#s-f4c33e77-f1d4-4320-aa55-b076d3a611e9 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-f4c33e77-f1d4-4320-aa55-b076d3a611e9 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-f4c33e77-f1d4-4320-aa55-b076d3a611e9 td.shogun-table-column {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-f4c33e77-f1d4-4320-aa55-b076d3a611e9 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-f4c33e77-f1d4-4320-aa55-b076d3a611e9 td.shogun-table-column, #s-f4c33e77-f1d4-4320-aa55-b076d3a611e9 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-45654aca-966b-42a9-ad60-9a1e0215b265 {
  min-height: 50px;
}








#s-45654aca-966b-42a9-ad60-9a1e0215b265 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45654aca-966b-42a9-ad60-9a1e0215b265.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-9d6afef5-b279-433f-acc1-06de56e9a5bd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d6afef5-b279-433f-acc1-06de56e9a5bd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d6afef5-b279-433f-acc1-06de56e9a5bd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d6afef5-b279-433f-acc1-06de56e9a5bd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c5e19d46-29a2-4539-a9e2-bca586ec0824 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-243335d4-68b0-464d-ba91-b19e14fdc86e {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-b4152cf6-249b-489b-a22f-350c98e6498a {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-8c2466c2-16b9-4344-a2dd-c41e44ab0573 {
  min-height: 50px;
}








#s-8c2466c2-16b9-4344-a2dd-c41e44ab0573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c2466c2-16b9-4344-a2dd-c41e44ab0573.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-207c270c-217c-40b1-a659-52ad9ae45c15"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-207c270c-217c-40b1-a659-52ad9ae45c15"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-207c270c-217c-40b1-a659-52ad9ae45c15"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-207c270c-217c-40b1-a659-52ad9ae45c15"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6d91023e-2894-44f9-9646-fc2aa7dc43a9 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-32984a47-490b-400f-9f3e-71dc528af82f {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-b5e94789-4485-4ffa-9e22-232ca7a0150b {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-26c33e4f-025c-46a0-8f08-a01a703106a3 {
  min-height: 50px;
}








#s-26c33e4f-025c-46a0-8f08-a01a703106a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26c33e4f-025c-46a0-8f08-a01a703106a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a805815a-341f-4e0a-a5e5-9f0f860508a6 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-a805815a-341f-4e0a-a5e5-9f0f860508a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a805815a-341f-4e0a-a5e5-9f0f860508a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a805815a-341f-4e0a-a5e5-9f0f860508a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a805815a-341f-4e0a-a5e5-9f0f860508a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9ed12469-b2be-4a12-bb23-5f7fc038dadd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-9ed12469-b2be-4a12-bb23-5f7fc038dadd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ed12469-b2be-4a12-bb23-5f7fc038dadd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ae1fdb6-0e29-40ff-95e8-ba53f77093a1 {
  border-radius: 10px;
text-align: center;
}







  #s-6ae1fdb6-0e29-40ff-95e8-ba53f77093a1 img.shogun-image {
    

    
    
    
  }


#s-6ae1fdb6-0e29-40ff-95e8-ba53f77093a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5147e507-e6c3-479e-8d5a-527493fea66a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5147e507-e6c3-479e-8d5a-527493fea66a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8a55cd31-783a-4fdd-81d0-ed8998abf717 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-8a55cd31-783a-4fdd-81d0-ed8998abf717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a55cd31-783a-4fdd-81d0-ed8998abf717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-085d283f-64e6-4fb8-8ab8-50db8132b6af {
  border-radius: 10px;
text-align: center;
}







  #s-085d283f-64e6-4fb8-8ab8-50db8132b6af img.shogun-image {
    

    
    
    
  }


#s-085d283f-64e6-4fb8-8ab8-50db8132b6af .shogun-image-content {
  
    align-items: center;
  
}

#s-64ca7847-6893-416f-88be-25f53b4a441b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64ca7847-6893-416f-88be-25f53b4a441b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-989297f9-e267-4362-ac59-6e8ff6f98b28 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-989297f9-e267-4362-ac59-6e8ff6f98b28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-989297f9-e267-4362-ac59-6e8ff6f98b28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30cc29cf-d518-4dda-a3da-cc951212545a {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-30cc29cf-d518-4dda-a3da-cc951212545a img.shogun-image {
    

    
    
    
  }


#s-30cc29cf-d518-4dda-a3da-cc951212545a .shogun-image-content {
  
    align-items: center;
  
}

#s-b0cd1519-05ce-4299-b41b-7ae8eac8fcd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b0cd1519-05ce-4299-b41b-7ae8eac8fcd0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d4635dc7-3824-42f9-81f5-4dbf570ee67b {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-d4635dc7-3824-42f9-81f5-4dbf570ee67b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4635dc7-3824-42f9-81f5-4dbf570ee67b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d4635dc7-3824-42f9-81f5-4dbf570ee67b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d4635dc7-3824-42f9-81f5-4dbf570ee67b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-03d98abe-f24d-481f-b21e-b3ec5454a8f1 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-03d98abe-f24d-481f-b21e-b3ec5454a8f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03d98abe-f24d-481f-b21e-b3ec5454a8f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a8dab25-4c2e-45b9-b446-c8fe3d036e14 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-6a8dab25-4c2e-45b9-b446-c8fe3d036e14 img.shogun-image {
    

    
    
    
  }


#s-6a8dab25-4c2e-45b9-b446-c8fe3d036e14 .shogun-image-content {
  
    align-items: center;
  
}

#s-eb2c3475-2ae5-49e1-9ea7-d64f586c4b43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb2c3475-2ae5-49e1-9ea7-d64f586c4b43 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b40f54d8-f633-4853-8b06-2a953c03d82b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b40f54d8-f633-4853-8b06-2a953c03d82b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b40f54d8-f633-4853-8b06-2a953c03d82b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e43f67a6-801e-4665-84ee-d65e1ca16b8e {
  border-radius: 10px;
text-align: center;
}







  #s-e43f67a6-801e-4665-84ee-d65e1ca16b8e img.shogun-image {
    

    
    
    
  }


#s-e43f67a6-801e-4665-84ee-d65e1ca16b8e .shogun-image-content {
  
    align-items: center;
  
}

#s-1ef76270-4339-4630-8873-7ba3b39babfd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1ef76270-4339-4630-8873-7ba3b39babfd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4bfba70f-ce21-4e7f-b543-665a83c6da9b {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-4bfba70f-ce21-4e7f-b543-665a83c6da9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bfba70f-ce21-4e7f-b543-665a83c6da9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f397774-f44b-4ae9-9a6f-62d48705b170 {
  border-radius: 10px;
text-align: center;
}







  #s-2f397774-f44b-4ae9-9a6f-62d48705b170 img.shogun-image {
    

    
    
    
  }


#s-2f397774-f44b-4ae9-9a6f-62d48705b170 .shogun-image-content {
  
    align-items: center;
  
}

#s-7bc6c8ec-2b2c-4002-a3f5-525c3489ffad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bc6c8ec-2b2c-4002-a3f5-525c3489ffad .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7927d251-ab18-494f-80fd-847d478a717c {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-7927d251-ab18-494f-80fd-847d478a717c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7927d251-ab18-494f-80fd-847d478a717c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7927d251-ab18-494f-80fd-847d478a717c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7927d251-ab18-494f-80fd-847d478a717c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a462369c-964e-417c-84fb-8ce431a9f881 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a462369c-964e-417c-84fb-8ce431a9f881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a462369c-964e-417c-84fb-8ce431a9f881.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aa66f6f-9c7b-476f-92a9-07b1acb7f9a2 {
  border-radius: 10px;
text-align: center;
}







  #s-3aa66f6f-9c7b-476f-92a9-07b1acb7f9a2 img.shogun-image {
    

    
    
    
  }


#s-3aa66f6f-9c7b-476f-92a9-07b1acb7f9a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-09d33505-1a12-4636-b5aa-576bc3904feb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09d33505-1a12-4636-b5aa-576bc3904feb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b982a3e8-30fb-4548-be36-738b878d7c62 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-b982a3e8-30fb-4548-be36-738b878d7c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b982a3e8-30fb-4548-be36-738b878d7c62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bebb38f3-4209-44a8-9f46-c98393042468 {
  border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-style: solid;
border-radius: 10px;
text-align: center;
}







  #s-bebb38f3-4209-44a8-9f46-c98393042468 img.shogun-image {
    

    
    
    
  }


#s-bebb38f3-4209-44a8-9f46-c98393042468 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6b1f6fe-5a68-4038-9ea1-4090c80873cd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6b1f6fe-5a68-4038-9ea1-4090c80873cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-37cc7dc7-30fe-4351-900a-a25bbea5a447 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-37cc7dc7-30fe-4351-900a-a25bbea5a447 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37cc7dc7-30fe-4351-900a-a25bbea5a447.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e1900f7-b344-45ad-86e3-db5ec9c57bee {
  border-radius: 10px;
text-align: center;
}







  #s-1e1900f7-b344-45ad-86e3-db5ec9c57bee img.shogun-image {
    

    
    
    
  }


#s-1e1900f7-b344-45ad-86e3-db5ec9c57bee .shogun-image-content {
  
    align-items: center;
  
}

#s-7b0ef473-05c3-4fcb-b2f9-634cc3299e6f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b0ef473-05c3-4fcb-b2f9-634cc3299e6f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-40e2c42d-8e2f-44f7-a5d8-3575b5b2536f {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-40e2c42d-8e2f-44f7-a5d8-3575b5b2536f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40e2c42d-8e2f-44f7-a5d8-3575b5b2536f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c648961d-0f30-4a1d-ba63-4bec9275d8af {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-c648961d-0f30-4a1d-ba63-4bec9275d8af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c648961d-0f30-4a1d-ba63-4bec9275d8af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c648961d-0f30-4a1d-ba63-4bec9275d8af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c648961d-0f30-4a1d-ba63-4bec9275d8af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-c648961d-0f30-4a1d-ba63-4bec9275d8af"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c975b2ee-44b1-47cd-8c78-57117b455c41 {
  min-height: 100px;
}








#s-c975b2ee-44b1-47cd-8c78-57117b455c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c975b2ee-44b1-47cd-8c78-57117b455c41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-c975b2ee-44b1-47cd-8c78-57117b455c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c975b2ee-44b1-47cd-8c78-57117b455c41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-212462fd-be37-4eb8-adbd-924df1f34e88 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: right;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-212462fd-be37-4eb8-adbd-924df1f34e88:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-212462fd-be37-4eb8-adbd-924df1f34e88:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-212462fd-be37-4eb8-adbd-924df1f34e88 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-212462fd-be37-4eb8-adbd-924df1f34e88:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-212462fd-be37-4eb8-adbd-924df1f34e88-root {
    text-align: right;
  }


#s-212462fd-be37-4eb8-adbd-924df1f34e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-212462fd-be37-4eb8-adbd-924df1f34e88-root {
    text-align: right;
  }


#s-212462fd-be37-4eb8-adbd-924df1f34e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-212462fd-be37-4eb8-adbd-924df1f34e88-root {
    text-align: right;
  }


#s-212462fd-be37-4eb8-adbd-924df1f34e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-212462fd-be37-4eb8-adbd-924df1f34e88-root {
    text-align: right;
  }


#s-212462fd-be37-4eb8-adbd-924df1f34e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-212462fd-be37-4eb8-adbd-924df1f34e88-root {
    text-align: center;
  }


#s-212462fd-be37-4eb8-adbd-924df1f34e88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-4ada5b83-08ea-49a8-82e8-33947fab4ef0 {
  min-height: 100px;
}








#s-4ada5b83-08ea-49a8-82e8-33947fab4ef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ada5b83-08ea-49a8-82e8-33947fab4ef0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73dd0adf-e252-4bd9-a0a5-538877c3f996 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-73dd0adf-e252-4bd9-a0a5-538877c3f996:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-73dd0adf-e252-4bd9-a0a5-538877c3f996:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-73dd0adf-e252-4bd9-a0a5-538877c3f996 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 25px;
background-color: rgba(236, 232, 26, 1);
text-align: center;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-73dd0adf-e252-4bd9-a0a5-538877c3f996:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-73dd0adf-e252-4bd9-a0a5-538877c3f996-root {
    text-align: left;
  }


#s-73dd0adf-e252-4bd9-a0a5-538877c3f996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73dd0adf-e252-4bd9-a0a5-538877c3f996-root {
    text-align: left;
  }


#s-73dd0adf-e252-4bd9-a0a5-538877c3f996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73dd0adf-e252-4bd9-a0a5-538877c3f996-root {
    text-align: left;
  }


#s-73dd0adf-e252-4bd9-a0a5-538877c3f996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73dd0adf-e252-4bd9-a0a5-538877c3f996-root {
    text-align: left;
  }


#s-73dd0adf-e252-4bd9-a0a5-538877c3f996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73dd0adf-e252-4bd9-a0a5-538877c3f996-root {
    text-align: center;
  }


#s-73dd0adf-e252-4bd9-a0a5-538877c3f996.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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