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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-4db66dee-1a38-439d-a804-c1c2ecd70419 {
  padding-left: 3px;
padding-right: 3px;
min-height: 50px;
}








#s-4db66dee-1a38-439d-a804-c1c2ecd70419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4db66dee-1a38-439d-a804-c1c2ecd70419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-6867775a-d4c8-4ff0-b74b-1007515ad8ae {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1060px;
}

@media (min-width: 0px) {
[id="s-6867775a-d4c8-4ff0-b74b-1007515ad8ae"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-6867775a-d4c8-4ff0-b74b-1007515ad8ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6867775a-d4c8-4ff0-b74b-1007515ad8ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6867775a-d4c8-4ff0-b74b-1007515ad8ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6867775a-d4c8-4ff0-b74b-1007515ad8ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6867775a-d4c8-4ff0-b74b-1007515ad8ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-6867775a-d4c8-4ff0-b74b-1007515ad8ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

}

#s-07cf2c0b-0690-404d-bd72-5821b93fe90a {
  margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
background-color: rgba(234, 218, 207, 0.5);
}
@media (max-width: 767px){#s-07cf2c0b-0690-404d-bd72-5821b93fe90a {
  padding-top: 3px;
padding-bottom: 3px;
}
}
@media (max-width: 767px){#s-6dc2191b-acbe-4948-836d-851eb1ceb3e4 {
  margin-left: 0px;
margin-bottom: 40px;
margin-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-6dc2191b-acbe-4948-836d-851eb1ceb3e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dc2191b-acbe-4948-836d-851eb1ceb3e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6dc2191b-acbe-4948-836d-851eb1ceb3e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dc2191b-acbe-4948-836d-851eb1ceb3e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-eb2981f1-6dc9-402d-bfeb-37614c798d29 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
max-width: 250px;
background-position: center center;
}








#s-eb2981f1-6dc9-402d-bfeb-37614c798d29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb2981f1-6dc9-402d-bfeb-37614c798d29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c206d469-fb09-461c-be2f-5ebfd01963cd {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-88ac50f1-0333-49ca-8b87-9c424f7bb9a6 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 250px;
max-width: 250px;
background-position: center center;
}








#s-88ac50f1-0333-49ca-8b87-9c424f7bb9a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88ac50f1-0333-49ca-8b87-9c424f7bb9a6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-27f7fc6b-95c2-4263-a3cb-d8de8c997745 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-45e810cf-7810-47b1-8090-8e359c8843c7 {
  min-height: 50px;
}








#s-45e810cf-7810-47b1-8090-8e359c8843c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45e810cf-7810-47b1-8090-8e359c8843c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16dd7e8b-5faa-4520-b952-36474e66ebd3 {
  margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
background-color: rgba(234, 218, 207, 0.5);
}
@media (min-width: 1200px){#s-16dd7e8b-5faa-4520-b952-36474e66ebd3 {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-16dd7e8b-5faa-4520-b952-36474e66ebd3 {
  padding-top: 3px;
padding-bottom: 3px;
}
}
#s-3586d266-b8d3-4720-a62d-dc2cf6f89bd4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-3586d266-b8d3-4720-a62d-dc2cf6f89bd4 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-3586d266-b8d3-4720-a62d-dc2cf6f89bd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3586d266-b8d3-4720-a62d-dc2cf6f89bd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43e9c531-c1bf-4979-a832-6a237055386a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 200px;
max-width: 500px;
background-position: center -100px;
}








#s-43e9c531-c1bf-4979-a832-6a237055386a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43e9c531-c1bf-4979-a832-6a237055386a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ea2d7da-bef7-4a1d-b793-561a853a18d7 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-0bf81b2c-21b9-4cf0-961f-21a283626353 {
  min-height: 50px;
}








#s-0bf81b2c-21b9-4cf0-961f-21a283626353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf81b2c-21b9-4cf0-961f-21a283626353.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90984501-849d-4220-b487-6e6bd4036287 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 15px;
margin-right: auto;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
max-width: 1060px;
background-color: rgba(234, 218, 207, 0.5);
}
@media (max-width: 767px){#s-90984501-849d-4220-b487-6e6bd4036287 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 3px;
padding-bottom: 3px;
}
}
#s-25309f07-0223-413a-870a-cb376da39ea4 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 650px;
}
@media (max-width: 767px){#s-25309f07-0223-413a-870a-cb376da39ea4 {
  margin-top: 10px;
margin-left: 20px;
margin-right: 20px;
}
}
#s-07c98ad3-2139-4c29-9c48-9909a3ccf004 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 800px;
}








#s-07c98ad3-2139-4c29-9c48-9909a3ccf004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07c98ad3-2139-4c29-9c48-9909a3ccf004.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f17ca997-e989-40b3-806a-51b2048678ef {
  margin-top: 30px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 1060%;
}
@media (min-width: 1200px){#s-f17ca997-e989-40b3-806a-51b2048678ef {
  margin-left: auto;
margin-right: auto;
max-width: 1060px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f17ca997-e989-40b3-806a-51b2048678ef {
  max-width: 1060px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f17ca997-e989-40b3-806a-51b2048678ef {
  margin-left: 50px;
margin-right: 50px;
max-width: 100%;
}
}@media (max-width: 767px){#s-f17ca997-e989-40b3-806a-51b2048678ef {
  margin-left: 15px;
margin-right: 15px;
max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-f17ca997-e989-40b3-806a-51b2048678ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f17ca997-e989-40b3-806a-51b2048678ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f17ca997-e989-40b3-806a-51b2048678ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f17ca997-e989-40b3-806a-51b2048678ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-f77e9168-6722-4b46-80e6-28d64603b79a {
  min-height: 50px;
}








#s-f77e9168-6722-4b46-80e6-28d64603b79a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f77e9168-6722-4b46-80e6-28d64603b79a.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-7cf3a0c8-6389-452e-9381-9c29d391d817 {
  text-align: center;
}







  #s-7cf3a0c8-6389-452e-9381-9c29d391d817 img.shogun-image {
    

    
    
    
  }


#s-7cf3a0c8-6389-452e-9381-9c29d391d817 .shogun-image-content {
  
    align-items: center;
  
}

#s-3d5fb56e-3134-4fe2-8de8-bcc3866f4ad2 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
max-width: 100%;
background-color: rgba(242, 244, 247, 1);
}
@media (max-width: 767px){#s-3d5fb56e-3134-4fe2-8de8-bcc3866f4ad2 {
  margin-left: 0px;
}
}
#s-d62a55c2-4df3-4506-9b96-6b71f2a8f051 {
  padding-left: 5px;
padding-right: 5px;
}

#s-2596cb80-fbde-4d79-839a-19bd03a6ffc7 {
  min-height: 50px;
}








#s-2596cb80-fbde-4d79-839a-19bd03a6ffc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2596cb80-fbde-4d79-839a-19bd03a6ffc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f8dc2e0-e58f-4609-abe2-c5dd0e85500e {
  text-align: center;
}







  #s-5f8dc2e0-e58f-4609-abe2-c5dd0e85500e img.shogun-image {
    

    
    
    
  }


#s-5f8dc2e0-e58f-4609-abe2-c5dd0e85500e .shogun-image-content {
  
    align-items: center;
  
}

#s-13e48b72-d637-45a7-930b-b8f1786c205c {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
max-width: 100%;
background-color: rgba(242, 244, 247, 1);
}
@media (max-width: 767px){#s-13e48b72-d637-45a7-930b-b8f1786c205c {
  margin-left: 0px;
}
}
#s-d10585f7-88c9-443b-93c9-aafb1df1b8e3 {
  padding-left: 5px;
padding-right: 5px;
}

#s-b30a0aeb-3d52-4a82-bd3d-5631c3760f5e {
  margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 40px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(237, 106, 16, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 1060px;
background-color: rgba(255, 255, 255, 1);
}








#s-b30a0aeb-3d52-4a82-bd3d-5631c3760f5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b30a0aeb-3d52-4a82-bd3d-5631c3760f5e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82a40210-b790-4a9e-8552-4246849b6df9 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
}

.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-a1440bfa-5edc-4c52-8156-b99c985434e6 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 980px;
text-align: center;
background-color: rgba(248, 238, 171, 1);
}

#s-a1440bfa-5edc-4c52-8156-b99c985434e6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-63f51649-efe0-4f25-b8be-be2128adaf00 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-63f51649-efe0-4f25-b8be-be2128adaf00"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63f51649-efe0-4f25-b8be-be2128adaf00"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63f51649-efe0-4f25-b8be-be2128adaf00"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-63f51649-efe0-4f25-b8be-be2128adaf00"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63f51649-efe0-4f25-b8be-be2128adaf00"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-63f51649-efe0-4f25-b8be-be2128adaf00"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

[id="s-63f51649-efe0-4f25-b8be-be2128adaf00"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

}

#s-67057fad-e3ce-4f25-b2b8-f2e04f079904 {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(218, 214, 214, 1);
border-style: solid;
text-align: center;
}







  #s-67057fad-e3ce-4f25-b2b8-f2e04f079904 img.shogun-image {
    

    
    
    
  }


#s-67057fad-e3ce-4f25-b2b8-f2e04f079904 .shogun-image-content {
  
    align-items: center;
  
}

#s-73318ef9-4086-4b3a-90b0-db421e903f86 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 7px;
padding-left: 15px;
padding-bottom: 7px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 132, 0, 1);
border-style: dashed;
text-align: left;
background-color: rgba(240, 132, 0, 1);
}

#s-73318ef9-4086-4b3a-90b0-db421e903f86 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-f992aa2c-596e-4c47-8519-51788781f4f0 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f992aa2c-596e-4c47-8519-51788781f4f0 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-f992aa2c-596e-4c47-8519-51788781f4f0 {
  margin-left: 20px;
margin-right: 20px;
max-width: 100%;
}
}
#s-651ba717-b4e1-4ff3-b205-c76382ae061b {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 980px;
text-align: center;
background-color: rgba(248, 238, 171, 1);
}

#s-651ba717-b4e1-4ff3-b205-c76382ae061b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
max-width: 900px;
}

@media (min-width: 0px) {
[id="s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 10.0px);
}

[id="s-b2f92d54-49de-47a4-bce0-3b4fd4e724a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 10.0px);
}

}

#s-3e27a277-4a17-443d-982d-1423636332bb {
  border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(218, 214, 214, 1);
border-style: solid;
text-align: center;
}







  #s-3e27a277-4a17-443d-982d-1423636332bb img.shogun-image {
    

    
    
    
  }


#s-3e27a277-4a17-443d-982d-1423636332bb .shogun-image-content {
  
    align-items: center;
  
}

#s-fb39c1a3-43de-48ab-8f10-c68482b4e484 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 7px;
padding-left: 15px;
padding-bottom: 7px;
padding-right: 15px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(240, 132, 0, 1);
border-style: dashed;
text-align: left;
background-color: rgba(240, 132, 0, 1);
}

#s-fb39c1a3-43de-48ab-8f10-c68482b4e484 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  text-align: left;
}



#s-b275c9c8-89a0-414c-928b-df62b87b3248 {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b275c9c8-89a0-414c-928b-df62b87b3248 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b275c9c8-89a0-414c-928b-df62b87b3248 {
  margin-left: 20px;
margin-right: 20px;
max-width: 100%;
}
}
#s-9ffb0e37-05ba-495a-99ff-774d6e8466d7 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 980px;
text-align: center;
background-color: rgba(248, 238, 171, 1);
}

#s-9ffb0e37-05ba-495a-99ff-774d6e8466d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-7a437727-b545-448c-9c0e-30c7df289907 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7a437727-b545-448c-9c0e-30c7df289907 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-7a437727-b545-448c-9c0e-30c7df289907 {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-46b8a678-4992-48b9-a312-a5363ed4b104 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 980px;
text-align: center;
background-color: rgba(248, 238, 171, 1);
}

#s-46b8a678-4992-48b9-a312-a5363ed4b104 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-fbcb67ec-9713-4aad-ba36-f6bfe890c0fe {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
max-width: 800px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fbcb67ec-9713-4aad-ba36-f6bfe890c0fe {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-fbcb67ec-9713-4aad-ba36-f6bfe890c0fe {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-0f9f0b1d-f6ee-48e1-9729-90cbceeb2784 {
  margin-left: auto;
margin-right: auto;
max-width: 600px;
}

@media (min-width: 0px) {
[id="s-0f9f0b1d-f6ee-48e1-9729-90cbceeb2784"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f9f0b1d-f6ee-48e1-9729-90cbceeb2784"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0f9f0b1d-f6ee-48e1-9729-90cbceeb2784"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f9f0b1d-f6ee-48e1-9729-90cbceeb2784"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-093f434c-e655-4c10-954b-b8b2f267e12a {
  text-align: center;
}







  #s-093f434c-e655-4c10-954b-b8b2f267e12a img.shogun-image {
    

    
    
    
  }


#s-093f434c-e655-4c10-954b-b8b2f267e12a .shogun-image-content {
  
    align-items: center;
  
}

#s-29182b8a-2f78-4647-af82-598bfcb86ffe {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-29182b8a-2f78-4647-af82-598bfcb86ffe {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-4c4d840d-cac1-4b9e-87a8-1d1a3f3c9b9d {
  text-align: center;
}







  #s-4c4d840d-cac1-4b9e-87a8-1d1a3f3c9b9d img.shogun-image {
    

    
    
    
  }


#s-4c4d840d-cac1-4b9e-87a8-1d1a3f3c9b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-02c27e43-cee5-426b-bfb2-2177d1eab19a {
  margin-left: auto;
margin-right: auto;
}
@media (max-width: 767px){#s-02c27e43-cee5-426b-bfb2-2177d1eab19a {
  margin-left: 20px;
margin-right: 20px;
}
}
#s-3bc9afd8-bb92-4ec8-a5f8-082de0e500ed {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1060px;
}








#s-3bc9afd8-bb92-4ec8-a5f8-082de0e500ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bc9afd8-bb92-4ec8-a5f8-082de0e500ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9be963e-e3c6-41c0-bec6-c09022e7a04f {
  margin-left: 0px;
margin-bottom: 15px;
margin-right: 0px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
border-radius: 4px;
background-color: rgba(234, 218, 207, 0.5);
}
@media (min-width: 1200px){#s-b9be963e-e3c6-41c0-bec6-c09022e7a04f {
  margin-bottom: 15px;
}
}@media (max-width: 767px){#s-b9be963e-e3c6-41c0-bec6-c09022e7a04f {
  margin-top: 20px;
margin-bottom: 30px;
padding-top: 3px;
padding-bottom: 3px;
}
}
#s-82477439-c61c-4f08-b801-0526226afc21 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
max-width: 1060%;
}
@media (min-width: 1200px){#s-82477439-c61c-4f08-b801-0526226afc21 {
  max-width: 1060px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-82477439-c61c-4f08-b801-0526226afc21 {
  max-width: 1060px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-82477439-c61c-4f08-b801-0526226afc21 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-82477439-c61c-4f08-b801-0526226afc21 {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-82477439-c61c-4f08-b801-0526226afc21"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-82477439-c61c-4f08-b801-0526226afc21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-82477439-c61c-4f08-b801-0526226afc21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-82477439-c61c-4f08-b801-0526226afc21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8c67fb0d-e40b-4ef9-ba92-effc1f612122 {
  margin-top: 30px;
margin-bottom: 30px;
}
@media (max-width: 767px){#s-8c67fb0d-e40b-4ef9-ba92-effc1f612122 {
  margin-left: 20px;
}
}
@media (min-width: 0px) {
[id="s-8c67fb0d-e40b-4ef9-ba92-effc1f612122"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8c67fb0d-e40b-4ef9-ba92-effc1f612122"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-8c67fb0d-e40b-4ef9-ba92-effc1f612122"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c67fb0d-e40b-4ef9-ba92-effc1f612122"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

}

#s-61365c8b-2048-4195-b706-8c19d8d46aa8 {
  min-height: 50px;
}








#s-61365c8b-2048-4195-b706-8c19d8d46aa8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61365c8b-2048-4195-b706-8c19d8d46aa8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adec061f-b98b-4201-a79d-6296d3310c0a {
  margin-left: auto;
margin-right: auto;
text-align: center;
}







  #s-adec061f-b98b-4201-a79d-6296d3310c0a img.shogun-image {
    

    
    
    
  }


#s-adec061f-b98b-4201-a79d-6296d3310c0a .shogun-image-content {
  
    align-items: center;
  
}

#s-caf646b4-b0d6-4d3e-a2bc-cfe54e3f1271 {
  min-height: 50px;
}








#s-caf646b4-b0d6-4d3e-a2bc-cfe54e3f1271 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caf646b4-b0d6-4d3e-a2bc-cfe54e3f1271.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a8548fa-b01d-4201-8daf-90a911397c8c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3a8548fa-b01d-4201-8daf-90a911397c8c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



.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-72bcfc0a-39d5-4604-bb61-7e54977a8702 {
  border-style: solid;
margin-top: 7px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-top: 8px;
padding-left: 10px;
padding-bottom: 8px;
padding-right: 10px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(101, 63, 32, 1);
border-radius: 4px;
max-width: 80%;
background-color: rgba(101, 63, 32, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
}
#s-72bcfc0a-39d5-4604-bb61-7e54977a8702:hover {background-color: rgba(101, 63, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-72bcfc0a-39d5-4604-bb61-7e54977a8702:active {background-color: rgba(101, 63, 32, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-72bcfc0a-39d5-4604-bb61-7e54977a8702-root {
    text-align: center;
  }


#s-72bcfc0a-39d5-4604-bb61-7e54977a8702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-72bcfc0a-39d5-4604-bb61-7e54977a8702-root {
    text-align: center;
  }


#s-72bcfc0a-39d5-4604-bb61-7e54977a8702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72bcfc0a-39d5-4604-bb61-7e54977a8702-root {
    text-align: center;
  }


#s-72bcfc0a-39d5-4604-bb61-7e54977a8702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72bcfc0a-39d5-4604-bb61-7e54977a8702-root {
    text-align: center;
  }


#s-72bcfc0a-39d5-4604-bb61-7e54977a8702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-72bcfc0a-39d5-4604-bb61-7e54977a8702-root {
    text-align: center;
  }


#s-72bcfc0a-39d5-4604-bb61-7e54977a8702.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 13px;
  
  
  
  display:  block ;
}
}
#s-b1373912-28c9-4fe8-ad73-baf122c7bd46 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 15px;
padding-left: 15px;
padding-bottom: 15px;
padding-right: 15px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(101, 63, 32, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
max-width: 1060px;
}








#s-b1373912-28c9-4fe8-ad73-baf122c7bd46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1373912-28c9-4fe8-ad73-baf122c7bd46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30a23e79-7eb8-49ac-9575-e73969e5ed67 {
  margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 225, 225, 1);
}

#s-30a23e79-7eb8-49ac-9575-e73969e5ed67 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-209a420e-3654-4f06-897a-cef9ba9cb485 {
  margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
}

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