.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-5a40c477-af8f-4e43-81f5-d419492edf48 {
  min-height: 50px;
}








#s-5a40c477-af8f-4e43-81f5-d419492edf48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a40c477-af8f-4e43-81f5-d419492edf48.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-fef0f226-b3c6-4f79-ba8c-6040b2e8b9b9 {
  min-height: 50px;
}








#s-fef0f226-b3c6-4f79-ba8c-6040b2e8b9b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fef0f226-b3c6-4f79-ba8c-6040b2e8b9b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed {
  display: none;
}
#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed, #wrap-s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed {
  display: none;
}
#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed, #wrap-s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed {
  display: none;
}
#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed, #wrap-s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed { display: none !important; }}







#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-052bfbfd-2c42-4704-9f5d-e72d9a7654ed.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-93418fcb-870f-4ee1-8d4b-f1706876131b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-93418fcb-870f-4ee1-8d4b-f1706876131b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93418fcb-870f-4ee1-8d4b-f1706876131b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93418fcb-870f-4ee1-8d4b-f1706876131b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ea66eb27-0008-4aea-be18-d43d45e588b9 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-ea66eb27-0008-4aea-be18-d43d45e588b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea66eb27-0008-4aea-be18-d43d45e588b9 {
  cursor: pointer;
}#s-ea66eb27-0008-4aea-be18-d43d45e588b9.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-cc3e71b7-71f2-4d17-9481-d885112db109 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc3e71b7-71f2-4d17-9481-d885112db109 .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-37972ec8-000b-484e-90d5-104b48fb4fc2 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-37972ec8-000b-484e-90d5-104b48fb4fc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37972ec8-000b-484e-90d5-104b48fb4fc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf65c8e7-6a22-44ca-bb24-15a0f5e045dd {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf65c8e7-6a22-44ca-bb24-15a0f5e045dd .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-35de8adf-bf0b-4adc-a15d-762801a0fa35 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-35de8adf-bf0b-4adc-a15d-762801a0fa35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35de8adf-bf0b-4adc-a15d-762801a0fa35 {
  cursor: pointer;
}#s-35de8adf-bf0b-4adc-a15d-762801a0fa35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22c82c8b-098e-4beb-909e-11e7b5099d4f {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-22c82c8b-098e-4beb-909e-11e7b5099d4f .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-72fb74ff-c296-4837-939d-48d2d81b77b6 {
  padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-72fb74ff-c296-4837-939d-48d2d81b77b6 {
  display: none;
}
#s-72fb74ff-c296-4837-939d-48d2d81b77b6, #wrap-s-72fb74ff-c296-4837-939d-48d2d81b77b6 { display: none !important; }}







#s-72fb74ff-c296-4837-939d-48d2d81b77b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72fb74ff-c296-4837-939d-48d2d81b77b6.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-57ecbea2-4ef9-4e2c-8492-9914e38673b5"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-57ecbea2-4ef9-4e2c-8492-9914e38673b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-57ecbea2-4ef9-4e2c-8492-9914e38673b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-57ecbea2-4ef9-4e2c-8492-9914e38673b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4e48676a-0bd3-45b8-b749-89d6e40aa73a {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-4e48676a-0bd3-45b8-b749-89d6e40aa73a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e48676a-0bd3-45b8-b749-89d6e40aa73a {
  cursor: pointer;
}#s-4e48676a-0bd3-45b8-b749-89d6e40aa73a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-346c3233-c4f2-4ad2-868a-fffd80f7f2c8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-346c3233-c4f2-4ad2-868a-fffd80f7f2c8 .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-a1d15b59-d71b-4a63-acad-fb3c70161890 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-a1d15b59-d71b-4a63-acad-fb3c70161890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1d15b59-d71b-4a63-acad-fb3c70161890.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e2bf04f-203c-446f-9f12-a4c7cd69640a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9e2bf04f-203c-446f-9f12-a4c7cd69640a .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-1e4ddb8d-567f-4773-a422-ff6aaab62a51 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: center center;
}








#s-1e4ddb8d-567f-4773-a422-ff6aaab62a51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e4ddb8d-567f-4773-a422-ff6aaab62a51 {
  cursor: pointer;
}#s-1e4ddb8d-567f-4773-a422-ff6aaab62a51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4477304-fe55-4d7d-b67f-bd791720e61c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d4477304-fe55-4d7d-b67f-bd791720e61c .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-2d466938-d146-4ee8-9db9-97f1acf1312d {
  margin-top: 0px;
min-height: 100px;
}








#s-2d466938-d146-4ee8-9db9-97f1acf1312d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d466938-d146-4ee8-9db9-97f1acf1312d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6dc896e-59fa-45d8-a14e-5842ecba06b3 {
  background-color: rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-a6dc896e-59fa-45d8-a14e-5842ecba06b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a6dc896e-59fa-45d8-a14e-5842ecba06b3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6dc896e-59fa-45d8-a14e-5842ecba06b3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a6dc896e-59fa-45d8-a14e-5842ecba06b3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6dc896e-59fa-45d8-a14e-5842ecba06b3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a6dc896e-59fa-45d8-a14e-5842ecba06b3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-a6dc896e-59fa-45d8-a14e-5842ecba06b3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-d3b7cf39-777b-4621-bc3c-a6898648243e {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
min-height: 100px;
}








#s-d3b7cf39-777b-4621-bc3c-a6898648243e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b7cf39-777b-4621-bc3c-a6898648243e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2705df79-3c93-4f44-a37a-9656098201b7 {
  text-align: center;
}

#s-2705df79-3c93-4f44-a37a-9656098201b7 .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-038458be-efa7-4045-baf8-1be4badece39 {
  min-height: 100px;
}








#s-038458be-efa7-4045-baf8-1be4badece39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-038458be-efa7-4045-baf8-1be4badece39.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-cc6acced-8ba4-4c10-a59e-42c46a716c9d {
  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-cc6acced-8ba4-4c10-a59e-42c46a716c9d:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-cc6acced-8ba4-4c10-a59e-42c46a716c9d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc6acced-8ba4-4c10-a59e-42c46a716c9d-root {
    text-align: center;
  }


#s-cc6acced-8ba4-4c10-a59e-42c46a716c9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc6acced-8ba4-4c10-a59e-42c46a716c9d-root {
    text-align: center;
  }


#s-cc6acced-8ba4-4c10-a59e-42c46a716c9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc6acced-8ba4-4c10-a59e-42c46a716c9d-root {
    text-align: center;
  }


#s-cc6acced-8ba4-4c10-a59e-42c46a716c9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc6acced-8ba4-4c10-a59e-42c46a716c9d-root {
    text-align: center;
  }


#s-cc6acced-8ba4-4c10-a59e-42c46a716c9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc6acced-8ba4-4c10-a59e-42c46a716c9d-root {
    text-align: center;
  }


#s-cc6acced-8ba4-4c10-a59e-42c46a716c9d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-4d95785d-231a-4936-93ab-5bb72a01bf3d {
  min-height: 50px;
}








#s-4d95785d-231a-4936-93ab-5bb72a01bf3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d95785d-231a-4936-93ab-5bb72a01bf3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30d46553-a715-4435-a7dd-fff07183b7a6 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-30d46553-a715-4435-a7dd-fff07183b7a6 {
  display: none;
}
#s-30d46553-a715-4435-a7dd-fff07183b7a6, #wrap-s-30d46553-a715-4435-a7dd-fff07183b7a6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30d46553-a715-4435-a7dd-fff07183b7a6 {
  display: none;
}
#s-30d46553-a715-4435-a7dd-fff07183b7a6, #wrap-s-30d46553-a715-4435-a7dd-fff07183b7a6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30d46553-a715-4435-a7dd-fff07183b7a6 {
  display: none;
}
#s-30d46553-a715-4435-a7dd-fff07183b7a6, #wrap-s-30d46553-a715-4435-a7dd-fff07183b7a6 { display: none !important; }}







#s-30d46553-a715-4435-a7dd-fff07183b7a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30d46553-a715-4435-a7dd-fff07183b7a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7269dc2f-b1a1-41c5-9be0-a0fe8a57590c {
  min-height: 300px;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-7269dc2f-b1a1-41c5-9be0-a0fe8a57590c {
  background-attachment: fixed;
}
}@media (max-width: 767px){#s-7269dc2f-b1a1-41c5-9be0-a0fe8a57590c {
  background-attachment: fixed;
}
}







#s-7269dc2f-b1a1-41c5-9be0-a0fe8a57590c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7269dc2f-b1a1-41c5-9be0-a0fe8a57590c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-7269dc2f-b1a1-41c5-9be0-a0fe8a57590c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7269dc2f-b1a1-41c5-9be0-a0fe8a57590c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-6125494f-d90c-437b-aa25-08a29e5d74a3 {
  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-6125494f-d90c-437b-aa25-08a29e5d74a3 {
  padding-left: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-6125494f-d90c-437b-aa25-08a29e5d74a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6125494f-d90c-437b-aa25-08a29e5d74a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-6125494f-d90c-437b-aa25-08a29e5d74a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6125494f-d90c-437b-aa25-08a29e5d74a3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-2d67896b-927c-4ac1-b996-569ad176aa89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2d67896b-927c-4ac1-b996-569ad176aa89 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a0e574d3-7462-41df-a50e-e4a9a2ea3a9e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0e574d3-7462-41df-a50e-e4a9a2ea3a9e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-29e89404-bc03-4746-98ec-3e3271b3b070 {
  min-height: 50px;
}
@media (max-width: 767px){#s-29e89404-bc03-4746-98ec-3e3271b3b070 {
  display: none;
}
#s-29e89404-bc03-4746-98ec-3e3271b3b070, #wrap-s-29e89404-bc03-4746-98ec-3e3271b3b070 { display: none !important; }}







#s-29e89404-bc03-4746-98ec-3e3271b3b070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29e89404-bc03-4746-98ec-3e3271b3b070.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b05fddf2-a503-4f31-80d0-94dcad9a635f {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-b05fddf2-a503-4f31-80d0-94dcad9a635f {
  min-height: 500px;
}
}







#s-b05fddf2-a503-4f31-80d0-94dcad9a635f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05fddf2-a503-4f31-80d0-94dcad9a635f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-b05fddf2-a503-4f31-80d0-94dcad9a635f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b05fddf2-a503-4f31-80d0-94dcad9a635f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-622f0732-e44a-48d8-86f4-2114bfb2a930 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-622f0732-e44a-48d8-86f4-2114bfb2a930"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-622f0732-e44a-48d8-86f4-2114bfb2a930"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-622f0732-e44a-48d8-86f4-2114bfb2a930"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-622f0732-e44a-48d8-86f4-2114bfb2a930"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c0720c63-dd73-4ece-bd81-4095cf41d25b {
  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-c0720c63-dd73-4ece-bd81-4095cf41d25b {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-attachment: scroll;
opacity: 1;
}
}







#s-c0720c63-dd73-4ece-bd81-4095cf41d25b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0720c63-dd73-4ece-bd81-4095cf41d25b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-c0720c63-dd73-4ece-bd81-4095cf41d25b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0720c63-dd73-4ece-bd81-4095cf41d25b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-2b65693c-3381-4952-bdc5-948a0ca4a69c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b65693c-3381-4952-bdc5-948a0ca4a69c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-6ee36922-2055-47e0-9e3a-707a98a1e9cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6ee36922-2055-47e0-9e3a-707a98a1e9cb .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dce7fe2e-8f1d-4556-86de-c40b2deef185 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
}








#s-dce7fe2e-8f1d-4556-86de-c40b2deef185 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dce7fe2e-8f1d-4556-86de-c40b2deef185.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-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8fbadf15-8543-4bcb-9a7d-8bd3cf1b43c7"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5627fc25-0ae1-4cf7-8a8c-8989d08e9d84 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-5627fc25-0ae1-4cf7-8a8c-8989d08e9d84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5627fc25-0ae1-4cf7-8a8c-8989d08e9d84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f93a1aa9-1ea6-4d50-aa48-b40efe77ca36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f93a1aa9-1ea6-4d50-aa48-b40efe77ca36 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-5b71943b-33c8-4d7b-a16a-c77227903284 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5b71943b-33c8-4d7b-a16a-c77227903284 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7 {
  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-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7-root {
    text-align: center;
  }


#s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7-root {
    text-align: center;
  }


#s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7-root {
    text-align: center;
  }


#s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7-root {
    text-align: center;
  }


#s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7-root {
    text-align: center;
  }


#s-6fe44fa7-3f1c-42bc-92c8-530ae36d54b7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}
#s-1ad3f772-dcfb-4143-86f0-a2a523498942 {
  background-size: cover;
min-height: 300px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-1ad3f772-dcfb-4143-86f0-a2a523498942 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ad3f772-dcfb-4143-86f0-a2a523498942 {
  
}
}@media (max-width: 767px){#s-1ad3f772-dcfb-4143-86f0-a2a523498942 {
  
}
}







#s-1ad3f772-dcfb-4143-86f0-a2a523498942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ad3f772-dcfb-4143-86f0-a2a523498942.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4a54bc4-e089-4af5-86b3-67464a289f01 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 400px;
}








#s-b4a54bc4-e089-4af5-86b3-67464a289f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4a54bc4-e089-4af5-86b3-67464a289f01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bb8b243-b1aa-408c-b9cb-9d351e89dcdb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8bb8b243-b1aa-408c-b9cb-9d351e89dcdb .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-4580cb4b-f7cc-47e6-b517-9853a7405f02 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-4580cb4b-f7cc-47e6-b517-9853a7405f02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4580cb4b-f7cc-47e6-b517-9853a7405f02.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-390c3d23-5792-4fd8-84f3-0724080daf05"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-390c3d23-5792-4fd8-84f3-0724080daf05"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-390c3d23-5792-4fd8-84f3-0724080daf05"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-390c3d23-5792-4fd8-84f3-0724080daf05"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-390c3d23-5792-4fd8-84f3-0724080daf05"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-390c3d23-5792-4fd8-84f3-0724080daf05"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-390c3d23-5792-4fd8-84f3-0724080daf05"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-167c0439-c703-4fdc-b5b5-4f93f942abb0 {
  background-size: cover;
min-height: 500px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 992px) and (max-width: 1199px){#s-167c0439-c703-4fdc-b5b5-4f93f942abb0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-167c0439-c703-4fdc-b5b5-4f93f942abb0 {
  
}
}@media (max-width: 767px){#s-167c0439-c703-4fdc-b5b5-4f93f942abb0 {
  
}
}







#s-167c0439-c703-4fdc-b5b5-4f93f942abb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-167c0439-c703-4fdc-b5b5-4f93f942abb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76467a6b-6d26-4ec8-8396-17c9b8663158 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 0px;
}








#s-76467a6b-6d26-4ec8-8396-17c9b8663158 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-76467a6b-6d26-4ec8-8396-17c9b8663158.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a578f68-523d-4337-8d51-95c60317e5fc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a578f68-523d-4337-8d51-95c60317e5fc .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8e429922-da17-4ca8-a770-bb2813d9a948 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e429922-da17-4ca8-a770-bb2813d9a948 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (max-width: 767px){#s-0efe5d62-8aee-497f-bcd3-539d38ce8191 {
  display: none;
}
#s-0efe5d62-8aee-497f-bcd3-539d38ce8191, #wrap-s-0efe5d62-8aee-497f-bcd3-539d38ce8191 { display: none !important; }}
@media (min-width: 0px) {
[id="s-0efe5d62-8aee-497f-bcd3-539d38ce8191"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0efe5d62-8aee-497f-bcd3-539d38ce8191"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0efe5d62-8aee-497f-bcd3-539d38ce8191"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0efe5d62-8aee-497f-bcd3-539d38ce8191"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0efe5d62-8aee-497f-bcd3-539d38ce8191"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0efe5d62-8aee-497f-bcd3-539d38ce8191"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0efe5d62-8aee-497f-bcd3-539d38ce8191"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 0px) {
[id="s-844d57b0-e6a9-4730-94af-4c694b8185c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-844d57b0-e6a9-4730-94af-4c694b8185c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-844d57b0-e6a9-4730-94af-4c694b8185c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-844d57b0-e6a9-4730-94af-4c694b8185c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-6eace2d8-c30e-442e-9d88-b9dc18bd062e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6eace2d8-c30e-442e-9d88-b9dc18bd062e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-a8c477ca-a6e8-49f4-8956-215ab5e1bb65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8c477ca-a6e8-49f4-8956-215ab5e1bb65 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-ba05b1fa-903d-4b6f-963c-92c31b82d2b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba05b1fa-903d-4b6f-963c-92c31b82d2b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-c28b9211-aa4c-4ca5-b584-c797326599fc {
  min-height: 50px;
}








#s-c28b9211-aa4c-4ca5-b584-c797326599fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c28b9211-aa4c-4ca5-b584-c797326599fc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-9588aaf3-20c0-4996-9e80-fbb0fa046332 {
  text-align: center;
}







  #s-9588aaf3-20c0-4996-9e80-fbb0fa046332 img.shogun-image {
    

    
    
    
  }


#s-9588aaf3-20c0-4996-9e80-fbb0fa046332 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff39248-4a55-44a3-8fe3-ff61f7344f19 {
  min-height: 50px;
}








#s-0ff39248-4a55-44a3-8fe3-ff61f7344f19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff39248-4a55-44a3-8fe3-ff61f7344f19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f12291a-437a-4ebf-88b5-c135988fa383 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-8f12291a-437a-4ebf-88b5-c135988fa383 {
  display: none;
}
#s-8f12291a-437a-4ebf-88b5-c135988fa383, #wrap-s-8f12291a-437a-4ebf-88b5-c135988fa383 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8f12291a-437a-4ebf-88b5-c135988fa383 {
  display: none;
}
#s-8f12291a-437a-4ebf-88b5-c135988fa383, #wrap-s-8f12291a-437a-4ebf-88b5-c135988fa383 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8f12291a-437a-4ebf-88b5-c135988fa383 {
  display: none;
}
#s-8f12291a-437a-4ebf-88b5-c135988fa383, #wrap-s-8f12291a-437a-4ebf-88b5-c135988fa383 { display: none !important; }}
#s-8f12291a-437a-4ebf-88b5-c135988fa383 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-68d0ac49-4f46-43c7-b2a4-16528df0cf75 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 500px;
background-color: rgba(245, 245, 245, 1);
}








#s-68d0ac49-4f46-43c7-b2a4-16528df0cf75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68d0ac49-4f46-43c7-b2a4-16528df0cf75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c04e7083-76a1-48f4-bec8-c71934e6cbf6 {
  min-height: 400px;
}

@media (min-width: 0px) {
[id="s-c04e7083-76a1-48f4-bec8-c71934e6cbf6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c04e7083-76a1-48f4-bec8-c71934e6cbf6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c04e7083-76a1-48f4-bec8-c71934e6cbf6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c04e7083-76a1-48f4-bec8-c71934e6cbf6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c04e7083-76a1-48f4-bec8-c71934e6cbf6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c04e7083-76a1-48f4-bec8-c71934e6cbf6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c04e7083-76a1-48f4-bec8-c71934e6cbf6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-ea30fcf2-70a9-422a-b11d-c74004ca97da {
  min-height: 400px;
}








#s-ea30fcf2-70a9-422a-b11d-c74004ca97da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea30fcf2-70a9-422a-b11d-c74004ca97da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f23e9ee-1177-473f-acab-b82ba01ab93f {
  text-align: center;
}







  #s-6f23e9ee-1177-473f-acab-b82ba01ab93f img.shogun-image {
    

    
    
    
  }


#s-6f23e9ee-1177-473f-acab-b82ba01ab93f .shogun-image-content {
  
    align-items: center;
  
}

#s-a1916426-e495-4884-9a2e-fe00f65fb4f5 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 550px;
}








#s-a1916426-e495-4884-9a2e-fe00f65fb4f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1916426-e495-4884-9a2e-fe00f65fb4f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e0951ac-3836-4786-a1f8-36ef54768b8d {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-1e0951ac-3836-4786-a1f8-36ef54768b8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-e361bed0-9acc-4b65-a62d-b2f9c5e7e628 {
  padding-top: 20px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-37f90894-8ba2-4a07-ae30-e72ac0f48295"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-37f90894-8ba2-4a07-ae30-e72ac0f48295"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-37f90894-8ba2-4a07-ae30-e72ac0f48295"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-37f90894-8ba2-4a07-ae30-e72ac0f48295"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-90bf0718-c672-480f-9058-919a3c008c7c {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (max-width: 767px){#s-90bf0718-c672-480f-9058-919a3c008c7c {
  display: none;
}
#s-90bf0718-c672-480f-9058-919a3c008c7c, #wrap-s-90bf0718-c672-480f-9058-919a3c008c7c { display: none !important; }}







#s-90bf0718-c672-480f-9058-919a3c008c7c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90bf0718-c672-480f-9058-919a3c008c7c.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-07d40c9b-6cfe-4b34-a5be-9aeafdee67b2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-07d40c9b-6cfe-4b34-a5be-9aeafdee67b2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07d40c9b-6cfe-4b34-a5be-9aeafdee67b2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-07d40c9b-6cfe-4b34-a5be-9aeafdee67b2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07d40c9b-6cfe-4b34-a5be-9aeafdee67b2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-07d40c9b-6cfe-4b34-a5be-9aeafdee67b2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-07d40c9b-6cfe-4b34-a5be-9aeafdee67b2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-977d8c13-0c81-4695-bc02-962d57a191c4 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 600px;
}








#s-977d8c13-0c81-4695-bc02-962d57a191c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-977d8c13-0c81-4695-bc02-962d57a191c4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31bf5d0a-6c0a-4891-9c01-558e0dd84a45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31bf5d0a-6c0a-4891-9c01-558e0dd84a45 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-477c9316-1c46-4841-b490-d318fbd73cb4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-477c9316-1c46-4841-b490-d318fbd73cb4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-92f03112-3480-43ef-8f7f-1cdc3e13295d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-92f03112-3480-43ef-8f7f-1cdc3e13295d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-92f03112-3480-43ef-8f7f-1cdc3e13295d {
  
}
}@media (max-width: 767px){#s-92f03112-3480-43ef-8f7f-1cdc3e13295d {
  
}
}







#s-92f03112-3480-43ef-8f7f-1cdc3e13295d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92f03112-3480-43ef-8f7f-1cdc3e13295d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 600px;
}
@media (min-width: 1200px){#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 {
  display: none;
}
#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5, #wrap-s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 {
  display: none;
}
#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5, #wrap-s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 {
  display: none;
}
#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5, #wrap-s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 { display: none !important; }}







#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dfa86dd3-5365-48fc-b753-a6eb9e26e8d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8cdd6f9b-9038-4a75-bdd9-00ff26c2ae0b {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}

#s-8cdd6f9b-9038-4a75-bdd9-00ff26c2ae0b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9f080f99-ec21-431b-8b92-435fc6701348 {
  padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}







  #s-9f080f99-ec21-431b-8b92-435fc6701348 img.shogun-image {
    

    
    
    
  }


#s-9f080f99-ec21-431b-8b92-435fc6701348 .shogun-image-content {
  
    align-items: center;
  
}

#s-56175e77-afbc-427b-b04c-ed9e9852b593 {
  padding-top: 0px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-56175e77-afbc-427b-b04c-ed9e9852b593 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a8d291b9-ec93-4207-af19-909c72a2653b {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (max-width: 767px){#s-a8d291b9-ec93-4207-af19-909c72a2653b {
  display: none;
}
#s-a8d291b9-ec93-4207-af19-909c72a2653b, #wrap-s-a8d291b9-ec93-4207-af19-909c72a2653b { display: none !important; }}







#s-a8d291b9-ec93-4207-af19-909c72a2653b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8d291b9-ec93-4207-af19-909c72a2653b.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-0eab510a-e6bd-4cda-96eb-75e899104689"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eab510a-e6bd-4cda-96eb-75e899104689"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0eab510a-e6bd-4cda-96eb-75e899104689"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eab510a-e6bd-4cda-96eb-75e899104689"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-376696f8-9dfa-49ed-9227-618849029495 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-376696f8-9dfa-49ed-9227-618849029495 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-376696f8-9dfa-49ed-9227-618849029495 {
  
}
}@media (max-width: 767px){#s-376696f8-9dfa-49ed-9227-618849029495 {
  
}
}







#s-376696f8-9dfa-49ed-9227-618849029495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-376696f8-9dfa-49ed-9227-618849029495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-915a9183-ec21-435c-a7df-92bc9a1f7d80 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-915a9183-ec21-435c-a7df-92bc9a1f7d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-915a9183-ec21-435c-a7df-92bc9a1f7d80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be629c5f-fbbc-4520-952c-fb1ff75d0351 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be629c5f-fbbc-4520-952c-fb1ff75d0351 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2e0c0bea-1db0-4034-8310-827cd5e6e2da {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2e0c0bea-1db0-4034-8310-827cd5e6e2da .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-989ad6ba-3374-4774-8f1c-15ffb2f9d3ab {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-989ad6ba-3374-4774-8f1c-15ffb2f9d3ab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-989ad6ba-3374-4774-8f1c-15ffb2f9d3ab {
  
}
}@media (max-width: 767px){#s-989ad6ba-3374-4774-8f1c-15ffb2f9d3ab {
  
}
}







#s-989ad6ba-3374-4774-8f1c-15ffb2f9d3ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-989ad6ba-3374-4774-8f1c-15ffb2f9d3ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe {
  display: none;
}
#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe, #wrap-s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe {
  display: none;
}
#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe, #wrap-s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe {
  display: none;
}
#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe, #wrap-s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe { display: none !important; }}







#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5aaba7ba-054a-4726-8d7e-d7f31cd076fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-10067a13-acba-493c-80c2-4fd6a37ca664 {
  padding-top: 30px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-10067a13-acba-493c-80c2-4fd6a37ca664 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8b57e326-a942-42d1-86a3-372fa50bdca9 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-8b57e326-a942-42d1-86a3-372fa50bdca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b57e326-a942-42d1-86a3-372fa50bdca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29b8d405-4e70-456e-ba0e-63aedcb27721 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 30px;
padding-right: 10px;
text-align: center;
}

#s-29b8d405-4e70-456e-ba0e-63aedcb27721 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-604bce1d-ef79-49db-8fd7-a6adb55438fb {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-604bce1d-ef79-49db-8fd7-a6adb55438fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-604bce1d-ef79-49db-8fd7-a6adb55438fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffb1fcb1-6ce1-408b-ae2e-210683c75af9 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}

#s-ffb1fcb1-6ce1-408b-ae2e-210683c75af9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-143e2798-0c5e-4152-b2ca-38d2f78fb732 {
  margin-top: 30px;
margin-bottom: 30px;
min-height: 400px;
}








#s-143e2798-0c5e-4152-b2ca-38d2f78fb732 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-143e2798-0c5e-4152-b2ca-38d2f78fb732.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-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ceeddb86-a58f-41ec-85aa-9440be379ee9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-42f112ca-cb61-46a4-8770-33d75628014e {
  background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-42f112ca-cb61-46a4-8770-33d75628014e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-42f112ca-cb61-46a4-8770-33d75628014e {
  
}
}@media (max-width: 767px){#s-42f112ca-cb61-46a4-8770-33d75628014e {
  
}
}







#s-42f112ca-cb61-46a4-8770-33d75628014e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f112ca-cb61-46a4-8770-33d75628014e {
  cursor: pointer;
}#s-42f112ca-cb61-46a4-8770-33d75628014e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a93148e-6931-4b27-9028-4153cd343f10 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 400px;
}








#s-8a93148e-6931-4b27-9028-4153cd343f10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a93148e-6931-4b27-9028-4153cd343f10.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34a6beb2-caa8-4bc0-9d5c-7d08967ccc1e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34a6beb2-caa8-4bc0-9d5c-7d08967ccc1e .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Exo 2";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a95afcef-a87a-4d97-b0e7-651177acb9f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a95afcef-a87a-4d97-b0e7-651177acb9f7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-60489767-2e1a-4ba4-9f46-257b8a89a0f9 {
  padding-top: 30px;
padding-bottom: 30px;
min-height: 50px;
}








#s-60489767-2e1a-4ba4-9f46-257b8a89a0f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60489767-2e1a-4ba4-9f46-257b8a89a0f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09599ccf-4b9d-4158-abdd-27e8814161d8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-09599ccf-4b9d-4158-abdd-27e8814161d8 .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-74ddd8b5-c8ac-43da-ab25-604ecf7db6cd {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
}

#s-74ddd8b5-c8ac-43da-ab25-604ecf7db6cd > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 1);
}

#s-74ddd8b5-c8ac-43da-ab25-604ecf7db6cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 1);
  padding: 10px;
}

#s-74ddd8b5-c8ac-43da-ab25-604ecf7db6cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-74ddd8b5-c8ac-43da-ab25-604ecf7db6cd > .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-74ddd8b5-c8ac-43da-ab25-604ecf7db6cd > .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-74ddd8b5-c8ac-43da-ab25-604ecf7db6cd > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-50631d2e-bbc9-4473-999a-e056950b97b7 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-50631d2e-bbc9-4473-999a-e056950b97b7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-50631d2e-bbc9-4473-999a-e056950b97b7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-50631d2e-bbc9-4473-999a-e056950b97b7 {
  
}
}@media (max-width: 767px){#s-50631d2e-bbc9-4473-999a-e056950b97b7 {
  
}
}







#s-50631d2e-bbc9-4473-999a-e056950b97b7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-50631d2e-bbc9-4473-999a-e056950b97b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e55da20-2fd4-4b1b-b8e9-d65661df3aef {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}

@media (min-width: 0px) {
[id="s-9e55da20-2fd4-4b1b-b8e9-d65661df3aef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e55da20-2fd4-4b1b-b8e9-d65661df3aef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e55da20-2fd4-4b1b-b8e9-d65661df3aef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e55da20-2fd4-4b1b-b8e9-d65661df3aef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e035cbbb-1020-4789-a449-99a7dfb0a03d {
  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-e035cbbb-1020-4789-a449-99a7dfb0a03d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e035cbbb-1020-4789-a449-99a7dfb0a03d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1522473b-ea1f-421d-b343-706779d4056d {
  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-1522473b-ea1f-421d-b343-706779d4056d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1522473b-ea1f-421d-b343-706779d4056d.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-9e00deca-a9d2-408c-9122-c8593ecd3850 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-9e00deca-a9d2-408c-9122-c8593ecd3850 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-9e00deca-a9d2-408c-9122-c8593ecd3850 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-9e00deca-a9d2-408c-9122-c8593ecd3850 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9e00deca-a9d2-408c-9122-c8593ecd3850 td.shogun-table-column, #s-9e00deca-a9d2-408c-9122-c8593ecd3850 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-a162c856-5119-4d0f-8b05-b448ec8e626c {
  min-height: 50px;
}








#s-a162c856-5119-4d0f-8b05-b448ec8e626c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a162c856-5119-4d0f-8b05-b448ec8e626c.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-e6f80ddb-73be-4efd-babd-c1d3868c48ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6f80ddb-73be-4efd-babd-c1d3868c48ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6f80ddb-73be-4efd-babd-c1d3868c48ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6f80ddb-73be-4efd-babd-c1d3868c48ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-cdbb1161-7f20-4152-85e3-44de3600092e {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-80ab2369-5621-4588-98f7-e965ac6c4527 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-a19b1c5f-36cd-4d89-98fd-76c309b0d4b6 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-fb0bd254-851d-4942-866f-71e55bcec5f5 {
  min-height: 50px;
}








#s-fb0bd254-851d-4942-866f-71e55bcec5f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0bd254-851d-4942-866f-71e55bcec5f5.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-02415a6f-87f8-45c4-b8d0-74ee21d783bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02415a6f-87f8-45c4-b8d0-74ee21d783bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-02415a6f-87f8-45c4-b8d0-74ee21d783bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-02415a6f-87f8-45c4-b8d0-74ee21d783bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-31218647-f889-45a6-890f-7a69aa986d3b {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-c3e4df92-806d-4114-ae2f-24fdfff2be9e {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-030efe60-578c-41b7-a74c-07c00e749ef6 {
  padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
}

#s-decb253a-4648-494e-8141-64c9581b2e63 {
  min-height: 50px;
}








#s-decb253a-4648-494e-8141-64c9581b2e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-decb253a-4648-494e-8141-64c9581b2e63.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d4b9e3b-fa46-4955-90a9-e19bd9060321 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-8d4b9e3b-fa46-4955-90a9-e19bd9060321"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d4b9e3b-fa46-4955-90a9-e19bd9060321"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8d4b9e3b-fa46-4955-90a9-e19bd9060321"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d4b9e3b-fa46-4955-90a9-e19bd9060321"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-592c5e72-dc17-4ac8-8f76-eea247b4b76e {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-592c5e72-dc17-4ac8-8f76-eea247b4b76e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-592c5e72-dc17-4ac8-8f76-eea247b4b76e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-faee9bfa-1add-44fa-90a8-e5adae0a6da1 {
  border-radius: 10px;
text-align: center;
}







  #s-faee9bfa-1add-44fa-90a8-e5adae0a6da1 img.shogun-image {
    

    
    
    
  }


#s-faee9bfa-1add-44fa-90a8-e5adae0a6da1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a44590b-d212-4e0d-8c46-cbc45a70de5d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a44590b-d212-4e0d-8c46-cbc45a70de5d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-94254cea-1e35-4987-a988-d017c8150dae {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-94254cea-1e35-4987-a988-d017c8150dae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94254cea-1e35-4987-a988-d017c8150dae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75281f84-76f4-4fd1-aaf1-0a10a495c473 {
  border-radius: 10px;
text-align: center;
}







  #s-75281f84-76f4-4fd1-aaf1-0a10a495c473 img.shogun-image {
    

    
    
    
  }


#s-75281f84-76f4-4fd1-aaf1-0a10a495c473 .shogun-image-content {
  
    align-items: center;
  
}

#s-ebb2d7c7-5ced-4910-8612-6205a653744f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebb2d7c7-5ced-4910-8612-6205a653744f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-20e38370-54dc-4425-a78e-95adb96ae096 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-20e38370-54dc-4425-a78e-95adb96ae096 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20e38370-54dc-4425-a78e-95adb96ae096.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-03b3603d-e428-4b38-b828-38473b3e4f95 {
  border-radius: 10px;
text-align: center;
}







  #s-03b3603d-e428-4b38-b828-38473b3e4f95 img.shogun-image {
    

    
    
    
  }


#s-03b3603d-e428-4b38-b828-38473b3e4f95 .shogun-image-content {
  
    align-items: center;
  
}

#s-0eb94dec-6ff8-46a5-b373-b7aadb4a067e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb94dec-6ff8-46a5-b373-b7aadb4a067e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c07eb5a2-0ccb-4142-9395-f8660d043cd9 {
  background-color: rgba(245, 245, 245, 1);
}

@media (min-width: 0px) {
[id="s-c07eb5a2-0ccb-4142-9395-f8660d043cd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c07eb5a2-0ccb-4142-9395-f8660d043cd9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c07eb5a2-0ccb-4142-9395-f8660d043cd9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c07eb5a2-0ccb-4142-9395-f8660d043cd9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-a13d47b6-7961-4953-95d3-fd6b3410ec53 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-a13d47b6-7961-4953-95d3-fd6b3410ec53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a13d47b6-7961-4953-95d3-fd6b3410ec53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83796bc0-8518-4ea1-93b9-a1a373a41634 {
  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-83796bc0-8518-4ea1-93b9-a1a373a41634 img.shogun-image {
    

    
    
    
  }


#s-83796bc0-8518-4ea1-93b9-a1a373a41634 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef5a9811-461b-42f6-aab6-11fae790304b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ef5a9811-461b-42f6-aab6-11fae790304b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-86216391-e846-47b1-914f-e3b1d25a353f {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-86216391-e846-47b1-914f-e3b1d25a353f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86216391-e846-47b1-914f-e3b1d25a353f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed7193de-ffd8-4ac0-8dfe-2f4a5c854451 {
  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-ed7193de-ffd8-4ac0-8dfe-2f4a5c854451 img.shogun-image {
    

    
    
    
  }


#s-ed7193de-ffd8-4ac0-8dfe-2f4a5c854451 .shogun-image-content {
  
    align-items: center;
  
}

#s-4781e185-afb7-4c95-856d-0ca587127fde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4781e185-afb7-4c95-856d-0ca587127fde .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-514f5a22-ff5e-4710-b02f-d647fb950792 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}








#s-514f5a22-ff5e-4710-b02f-d647fb950792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-514f5a22-ff5e-4710-b02f-d647fb950792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-61238623-71e3-4fd1-851b-210be29eb717 {
  border-radius: 10px;
text-align: center;
}







  #s-61238623-71e3-4fd1-851b-210be29eb717 img.shogun-image {
    

    
    
    
  }


#s-61238623-71e3-4fd1-851b-210be29eb717 .shogun-image-content {
  
    align-items: center;
  
}

#s-7e8221bb-f158-4014-9923-edb227eca0b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e8221bb-f158-4014-9923-edb227eca0b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f2e55abe-8856-4208-8987-2f9eb8b0575f {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-f2e55abe-8856-4208-8987-2f9eb8b0575f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2e55abe-8856-4208-8987-2f9eb8b0575f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d61efcf-dd35-4690-996d-4a954022d3a9 {
  min-height: 0px;
}

@media (min-width: 0px) {
[id="s-0d61efcf-dd35-4690-996d-4a954022d3a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d61efcf-dd35-4690-996d-4a954022d3a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d61efcf-dd35-4690-996d-4a954022d3a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d61efcf-dd35-4690-996d-4a954022d3a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-0d61efcf-dd35-4690-996d-4a954022d3a9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-b13d5c8d-502d-43c6-81a8-4f449f18ce7b {
  min-height: 100px;
}








#s-b13d5c8d-502d-43c6-81a8-4f449f18ce7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b13d5c8d-502d-43c6-81a8-4f449f18ce7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-b13d5c8d-502d-43c6-81a8-4f449f18ce7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b13d5c8d-502d-43c6-81a8-4f449f18ce7b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8 {
  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-6b0f516b-a53d-441f-b0a3-b5c371d535c8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8 {
  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-6b0f516b-a53d-441f-b0a3-b5c371d535c8:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-6b0f516b-a53d-441f-b0a3-b5c371d535c8-root {
    text-align: right;
  }


#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6b0f516b-a53d-441f-b0a3-b5c371d535c8-root {
    text-align: right;
  }


#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6b0f516b-a53d-441f-b0a3-b5c371d535c8-root {
    text-align: right;
  }


#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6b0f516b-a53d-441f-b0a3-b5c371d535c8-root {
    text-align: right;
  }


#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6b0f516b-a53d-441f-b0a3-b5c371d535c8-root {
    text-align: center;
  }


#s-6b0f516b-a53d-441f-b0a3-b5c371d535c8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}
}
#s-9b31cc57-c082-460b-bc6f-ad11a268a6fb {
  min-height: 100px;
}








#s-9b31cc57-c082-460b-bc6f-ad11a268a6fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b31cc57-c082-460b-bc6f-ad11a268a6fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1fff506a-b5bb-4c38-a586-6a73325ecd43 {
  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-1fff506a-b5bb-4c38-a586-6a73325ecd43:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1fff506a-b5bb-4c38-a586-6a73325ecd43:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-1fff506a-b5bb-4c38-a586-6a73325ecd43 {
  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-1fff506a-b5bb-4c38-a586-6a73325ecd43:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-1fff506a-b5bb-4c38-a586-6a73325ecd43-root {
    text-align: left;
  }


#s-1fff506a-b5bb-4c38-a586-6a73325ecd43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fff506a-b5bb-4c38-a586-6a73325ecd43-root {
    text-align: left;
  }


#s-1fff506a-b5bb-4c38-a586-6a73325ecd43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fff506a-b5bb-4c38-a586-6a73325ecd43-root {
    text-align: left;
  }


#s-1fff506a-b5bb-4c38-a586-6a73325ecd43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fff506a-b5bb-4c38-a586-6a73325ecd43-root {
    text-align: left;
  }


#s-1fff506a-b5bb-4c38-a586-6a73325ecd43.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fff506a-b5bb-4c38-a586-6a73325ecd43-root {
    text-align: center;
  }


#s-1fff506a-b5bb-4c38-a586-6a73325ecd43.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}
