.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-51e1842e-60f4-41bf-a1de-7ccc69eb9470 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-position: center center;
}

#s-51e1842e-60f4-41bf-a1de-7ccc69eb9470 {
  background-image: url(https://i.shgcdn.com/73932b39-035a-4633-b419-28f035856d96/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-51e1842e-60f4-41bf-a1de-7ccc69eb9470 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51e1842e-60f4-41bf-a1de-7ccc69eb9470.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-4aa13180-32e6-438a-bd7f-7f94361b8f1d {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-4aa13180-32e6-438a-bd7f-7f94361b8f1d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


@media (max-width: 767px){#s-4aa13180-32e6-438a-bd7f-7f94361b8f1d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
.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-09c3ac5a-e70a-449b-9212-62aa170eda79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09c3ac5a-e70a-449b-9212-62aa170eda79"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-09c3ac5a-e70a-449b-9212-62aa170eda79"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-09c3ac5a-e70a-449b-9212-62aa170eda79"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-09c3ac5a-e70a-449b-9212-62aa170eda79"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-09c3ac5a-e70a-449b-9212-62aa170eda79"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-09c3ac5a-e70a-449b-9212-62aa170eda79"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

}

.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-121a58e5-b836-4559-bcfb-5d4eea7e2481 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 300px;
text-align: center;
}
@media (max-width: 767px){#s-121a58e5-b836-4559-bcfb-5d4eea7e2481 {
  margin-top: 10px;
margin-bottom: 10px;
}
}






  #s-121a58e5-b836-4559-bcfb-5d4eea7e2481 img.shogun-image {
    

    
    
    
  }


#s-121a58e5-b836-4559-bcfb-5d4eea7e2481 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee699cc7-5b7e-4980-82c5-fe4e0e78658f {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
text-align: center;
}
@media (max-width: 767px){#s-ee699cc7-5b7e-4980-82c5-fe4e0e78658f {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 0px;
max-width: 125px;
}
}






  #s-ee699cc7-5b7e-4980-82c5-fe4e0e78658f img.shogun-image {
    

    
    
    
  }


#s-ee699cc7-5b7e-4980-82c5-fe4e0e78658f .shogun-image-content {
  
    align-items: center;
  
}

#s-7d767a19-2ee6-4386-9b03-c4cdf0bb3dba {
  margin-top: 20px;
text-align: center;
}
@media (max-width: 767px){#s-7d767a19-2ee6-4386-9b03-c4cdf0bb3dba {
  margin-top: 10px;
}
}






  #s-7d767a19-2ee6-4386-9b03-c4cdf0bb3dba img.shogun-image {
    

    
    
    
  }


#s-7d767a19-2ee6-4386-9b03-c4cdf0bb3dba .shogun-image-content {
  
    align-items: 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-4e342263-ee4b-4ca8-9328-8d27f4715bd2 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-4e342263-ee4b-4ca8-9328-8d27f4715bd2 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-4e342263-ee4b-4ca8-9328-8d27f4715bd2, #wrap-s-4e342263-ee4b-4ca8-9328-8d27f4715bd2 { display: none !important; }}
#s-767c6fbc-66d2-4d46-ab1a-4d0449b6a8e6 {
  margin-top: 15px;
margin-bottom: 15px;
}
@media (max-width: 767px){#s-767c6fbc-66d2-4d46-ab1a-4d0449b6a8e6 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-45304594-b168-4d89-a00f-2fbaee09771a {
  min-height: 50px;
}








#s-45304594-b168-4d89-a00f-2fbaee09771a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45304594-b168-4d89-a00f-2fbaee09771a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44ddb918-cde7-45ca-8608-a228b4fc8af1 {
  min-height: 350px;
}








#s-44ddb918-cde7-45ca-8608-a228b4fc8af1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44ddb918-cde7-45ca-8608-a228b4fc8af1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305 {
  min-height: 200px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305 {
  min-height: 90px;
}
}
@media (min-width: 0px) {
[id="s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-eaad062f-b4f9-4c86-b9cd-15bbdbb34305"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-c984956d-74bb-43a8-87c0-e5f0a67be510 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-c984956d-74bb-43a8-87c0-e5f0a67be510 {
  margin-top: 25px;
margin-bottom: 25px;
}
}
#s-c984956d-74bb-43a8-87c0-e5f0a67be510 .shogun-heading-component h1 {
  color: rgba(65, 64, 66, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-fdbeae62-ec9f-4469-8c29-b1f5958b9587 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-fdbeae62-ec9f-4469-8c29-b1f5958b9587 img.shogun-image {
    

    
    
    
  }


#s-fdbeae62-ec9f-4469-8c29-b1f5958b9587 .shogun-image-content {
  
    align-items: center;
  
}

#s-86857b8f-5218-493d-a53c-77eb9788b57e {
  margin-top: 35px;
min-height: 245px;
}
@media (max-width: 767px){#s-86857b8f-5218-493d-a53c-77eb9788b57e {
  margin-top: 0px;
margin-left: 25px;
margin-right: 25px;
min-height: 225px;
}
}
@media (min-width: 0px) {
[id="s-36ff4a5e-0a49-4d55-9cb5-7daeb815b84e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-36ff4a5e-0a49-4d55-9cb5-7daeb815b84e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-36ff4a5e-0a49-4d55-9cb5-7daeb815b84e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-36ff4a5e-0a49-4d55-9cb5-7daeb815b84e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-ee4fd8b8-0552-4bf5-a2bf-ce8a55651014 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-ee4fd8b8-0552-4bf5-a2bf-ce8a55651014 {
  margin-top: 0px;
}
}
#s-ee4fd8b8-0552-4bf5-a2bf-ce8a55651014 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-56e8aeb5-ae03-4bc8-be9e-46eca4e3e966 {
  margin-top: 25px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-56e8aeb5-ae03-4bc8-be9e-46eca4e3e966 {
  margin-top: 0px;
}
}
#s-56e8aeb5-ae03-4bc8-be9e-46eca4e3e966 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-d82604a5-ab5e-4bd8-8975-9081c774bd65 {
  text-align: center;
}
@media (min-width: 1200px){#s-d82604a5-ab5e-4bd8-8975-9081c774bd65 {
  
}
}@media (min-width: 1200px){#s-d82604a5-ab5e-4bd8-8975-9081c774bd65, #wrap-s-d82604a5-ab5e-4bd8-8975-9081c774bd65 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d82604a5-ab5e-4bd8-8975-9081c774bd65 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d82604a5-ab5e-4bd8-8975-9081c774bd65, #wrap-s-d82604a5-ab5e-4bd8-8975-9081c774bd65 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d82604a5-ab5e-4bd8-8975-9081c774bd65 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d82604a5-ab5e-4bd8-8975-9081c774bd65, #wrap-s-d82604a5-ab5e-4bd8-8975-9081c774bd65 { display: none !important; }}@media (max-width: 767px){#s-d82604a5-ab5e-4bd8-8975-9081c774bd65 {
  margin-top: 30px;
}
}






  #s-d82604a5-ab5e-4bd8-8975-9081c774bd65 img.shogun-image {
    

    
    
    
  }


#s-d82604a5-ab5e-4bd8-8975-9081c774bd65 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ca0d6e6-f07c-4a79-a572-32b765eb7c76 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-2ca0d6e6-f07c-4a79-a572-32b765eb7c76 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-2ca0d6e6-f07c-4a79-a572-32b765eb7c76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ca0d6e6-f07c-4a79-a572-32b765eb7c76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f87b9fb-8735-4394-bfcc-1370b2635f40 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-1f87b9fb-8735-4394-bfcc-1370b2635f40 {
  padding-top: 0px;
}
}
#s-1f87b9fb-8735-4394-bfcc-1370b2635f40 .shogun-heading-component h1 {
  color: rgba(65, 64, 66, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}



#s-b46321aa-9582-4677-9f56-6e9170ab02d8 {
  margin-left: auto;
margin-right: auto;
max-width: 700px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b46321aa-9582-4677-9f56-6e9170ab02d8 img.shogun-image,
  #s-b46321aa-9582-4677-9f56-6e9170ab02d8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b46321aa-9582-4677-9f56-6e9170ab02d8 {
    width: 100%;
    height: auto;
  }



  #s-b46321aa-9582-4677-9f56-6e9170ab02d8 img.shogun-image {
    

    
    
    
  }


#s-b46321aa-9582-4677-9f56-6e9170ab02d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c2ec1a4-f126-4dba-8d85-5f5494b89fc5 {
  margin-top: 35px;
min-height: 245px;
}
@media (max-width: 767px){#s-7c2ec1a4-f126-4dba-8d85-5f5494b89fc5 {
  margin-top: 0px;
margin-left: 25px;
margin-right: 10px;
min-height: 225px;
}
}
#s-5c7e368e-1946-4900-8973-e655763fe5e6 {
  margin-top: 45px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5c7e368e-1946-4900-8973-e655763fe5e6 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: center;
}



#s-042116c8-2d8d-4338-ae33-525fe3e0f53d {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-042116c8-2d8d-4338-ae33-525fe3e0f53d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-042116c8-2d8d-4338-ae33-525fe3e0f53d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-8416c1fe-8d87-4616-9b94-470c8c0fb242 {
  margin-left: 25px;
margin-right: 25px;
}
}
#s-3fb2dbcb-6049-4b53-968d-179b44f804b1 {
  padding-top: 25px;
padding-bottom: 25px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-3fb2dbcb-6049-4b53-968d-179b44f804b1 {
  
}
}@media (max-width: 767px){#s-3fb2dbcb-6049-4b53-968d-179b44f804b1, #wrap-s-3fb2dbcb-6049-4b53-968d-179b44f804b1 { display: none !important; }}







#s-3fb2dbcb-6049-4b53-968d-179b44f804b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fb2dbcb-6049-4b53-968d-179b44f804b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4adaf2e5-fd70-47f0-b6a7-2db451e556eb {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-4adaf2e5-fd70-47f0-b6a7-2db451e556eb {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-4adaf2e5-fd70-47f0-b6a7-2db451e556eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}










#s-06ec1047-6a59-4eb9-ad5d-b8b57bf47800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06ec1047-6a59-4eb9-ad5d-b8b57bf47800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f518b2fd-3235-4da7-9b8a-54090ff72d61 {
  min-height: 600px;
}
@media (max-width: 767px){#s-f518b2fd-3235-4da7-9b8a-54090ff72d61 {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-f518b2fd-3235-4da7-9b8a-54090ff72d61"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f518b2fd-3235-4da7-9b8a-54090ff72d61"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f518b2fd-3235-4da7-9b8a-54090ff72d61"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f518b2fd-3235-4da7-9b8a-54090ff72d61"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f518b2fd-3235-4da7-9b8a-54090ff72d61"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f518b2fd-3235-4da7-9b8a-54090ff72d61"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-f518b2fd-3235-4da7-9b8a-54090ff72d61"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-e5603ed5-589d-425b-a4c0-cea219d14956 {
  margin-top: 25px;
min-height: 180px;
}
@media (min-width: 992px) and (max-width: 1199px){#s-e5603ed5-589d-425b-a4c0-cea219d14956 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5603ed5-589d-425b-a4c0-cea219d14956 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e5603ed5-589d-425b-a4c0-cea219d14956, #wrap-s-e5603ed5-589d-425b-a4c0-cea219d14956 { display: none !important; }}@media (max-width: 767px){#s-e5603ed5-589d-425b-a4c0-cea219d14956 {
  
}
}@media (max-width: 767px){#s-e5603ed5-589d-425b-a4c0-cea219d14956, #wrap-s-e5603ed5-589d-425b-a4c0-cea219d14956 { display: none !important; }}
#s-09e8dbe3-6650-4601-ac34-4e9836a3520c {
  margin-top: 25px;
min-height: 180px;
}
@media (min-width: 1200px){#s-09e8dbe3-6650-4601-ac34-4e9836a3520c {
  
}
}@media (min-width: 1200px){#s-09e8dbe3-6650-4601-ac34-4e9836a3520c, #wrap-s-09e8dbe3-6650-4601-ac34-4e9836a3520c { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09e8dbe3-6650-4601-ac34-4e9836a3520c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-09e8dbe3-6650-4601-ac34-4e9836a3520c, #wrap-s-09e8dbe3-6650-4601-ac34-4e9836a3520c { display: none !important; }}
#s-4bed1b1b-6730-4165-876a-b45e72ad56b0 {
  text-align: center;
}







  #s-4bed1b1b-6730-4165-876a-b45e72ad56b0 img.shogun-image {
    

    
    
    
  }


#s-4bed1b1b-6730-4165-876a-b45e72ad56b0 .shogun-image-content {
  
    align-items: 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-2410f9f2-0439-4bef-9832-0495ee35aec1 {
  margin-bottom: 35px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 25px;
background-color: rgba(235, 161, 67, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-2410f9f2-0439-4bef-9832-0495ee35aec1:hover {background-color: rgba(60, 44, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-2410f9f2-0439-4bef-9832-0495ee35aec1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-2410f9f2-0439-4bef-9832-0495ee35aec1-root {
    text-align: center;
  }


#s-2410f9f2-0439-4bef-9832-0495ee35aec1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2410f9f2-0439-4bef-9832-0495ee35aec1-root {
    text-align: center;
  }


#s-2410f9f2-0439-4bef-9832-0495ee35aec1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2410f9f2-0439-4bef-9832-0495ee35aec1-root {
    text-align: center;
  }


#s-2410f9f2-0439-4bef-9832-0495ee35aec1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2410f9f2-0439-4bef-9832-0495ee35aec1-root {
    text-align: center;
  }


#s-2410f9f2-0439-4bef-9832-0495ee35aec1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2410f9f2-0439-4bef-9832-0495ee35aec1-root {
    text-align: center;
  }


#s-2410f9f2-0439-4bef-9832-0495ee35aec1.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-d34c9984-2979-4d8c-9c27-c631823652d6 {
  text-align: center;
}
@media (min-width: 1200px){#s-d34c9984-2979-4d8c-9c27-c631823652d6 {
  
}
}@media (min-width: 1200px){#s-d34c9984-2979-4d8c-9c27-c631823652d6, #wrap-s-d34c9984-2979-4d8c-9c27-c631823652d6 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d34c9984-2979-4d8c-9c27-c631823652d6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d34c9984-2979-4d8c-9c27-c631823652d6, #wrap-s-d34c9984-2979-4d8c-9c27-c631823652d6 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d34c9984-2979-4d8c-9c27-c631823652d6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d34c9984-2979-4d8c-9c27-c631823652d6, #wrap-s-d34c9984-2979-4d8c-9c27-c631823652d6 { display: none !important; }}@media (max-width: 767px){#s-d34c9984-2979-4d8c-9c27-c631823652d6 {
  margin-top: 40px;
}
}






  #s-d34c9984-2979-4d8c-9c27-c631823652d6 img.shogun-image {
    

    
    
    
  }


#s-d34c9984-2979-4d8c-9c27-c631823652d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-491f7bb8-a9d6-41bc-bf70-0eda4d0cae79 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-491f7bb8-a9d6-41bc-bf70-0eda4d0cae79 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-491f7bb8-a9d6-41bc-bf70-0eda4d0cae79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-491f7bb8-a9d6-41bc-bf70-0eda4d0cae79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2d5e4f4-a173-4cec-bf6f-1bc98952fafa {
  margin-top: 25px;
min-height: 180px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b2d5e4f4-a173-4cec-bf6f-1bc98952fafa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b2d5e4f4-a173-4cec-bf6f-1bc98952fafa, #wrap-s-b2d5e4f4-a173-4cec-bf6f-1bc98952fafa { display: none !important; }}@media (max-width: 767px){#s-b2d5e4f4-a173-4cec-bf6f-1bc98952fafa {
  
}
}@media (max-width: 767px){#s-b2d5e4f4-a173-4cec-bf6f-1bc98952fafa, #wrap-s-b2d5e4f4-a173-4cec-bf6f-1bc98952fafa { display: none !important; }}
#s-b15c213d-20f1-441f-beec-9663956c09df {
  margin-top: 25px;
min-height: 180px;
}
@media (min-width: 1200px){#s-b15c213d-20f1-441f-beec-9663956c09df {
  
}
}@media (min-width: 1200px){#s-b15c213d-20f1-441f-beec-9663956c09df, #wrap-s-b15c213d-20f1-441f-beec-9663956c09df { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b15c213d-20f1-441f-beec-9663956c09df {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b15c213d-20f1-441f-beec-9663956c09df, #wrap-s-b15c213d-20f1-441f-beec-9663956c09df { display: none !important; }}@media (max-width: 767px){#s-b15c213d-20f1-441f-beec-9663956c09df {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 200px;
}
}
#s-94842088-ee0e-458d-9530-3795f3fde7ef {
  text-align: center;
}







  #s-94842088-ee0e-458d-9530-3795f3fde7ef img.shogun-image {
    

    
    
    
  }


#s-94842088-ee0e-458d-9530-3795f3fde7ef .shogun-image-content {
  
    align-items: center;
  
}

#s-fe31e991-816f-4261-b06d-706d2c15a910 {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-fe31e991-816f-4261-b06d-706d2c15a910 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe31e991-816f-4261-b06d-706d2c15a910.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5be593b5-d326-43a8-b9b9-087f92527e67 {
  min-height: 615px;
}








#s-5be593b5-d326-43a8-b9b9-087f92527e67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5be593b5-d326-43a8-b9b9-087f92527e67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-385f588c-a64a-419f-97c0-7865c555c759 {
  min-height: 615px;
}
@media (max-width: 767px){#s-385f588c-a64a-419f-97c0-7865c555c759 {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-385f588c-a64a-419f-97c0-7865c555c759"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-385f588c-a64a-419f-97c0-7865c555c759"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-385f588c-a64a-419f-97c0-7865c555c759"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-385f588c-a64a-419f-97c0-7865c555c759"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-385f588c-a64a-419f-97c0-7865c555c759"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-385f588c-a64a-419f-97c0-7865c555c759"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-385f588c-a64a-419f-97c0-7865c555c759"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-3ea560b6-3ec5-420e-9105-976d3201effd {
  margin-top: 30px;
}
@media (max-width: 767px){#s-3ea560b6-3ec5-420e-9105-976d3201effd {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-8d25a989-6e0d-444c-9b0e-a818b7f4d453 {
  min-height: 105px;
}
@media (max-width: 767px){#s-8d25a989-6e0d-444c-9b0e-a818b7f4d453 {
  
}
}@media (max-width: 767px){#s-8d25a989-6e0d-444c-9b0e-a818b7f4d453, #wrap-s-8d25a989-6e0d-444c-9b0e-a818b7f4d453 { display: none !important; }}
#s-b211ee99-6c54-452c-9647-fd23d51006d3 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-b211ee99-6c54-452c-9647-fd23d51006d3 img.shogun-image {
    

    
    
    
  }


#s-b211ee99-6c54-452c-9647-fd23d51006d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 {
  text-align: center;
}
@media (min-width: 1200px){#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 {
  
}
}@media (min-width: 1200px){#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9, #wrap-s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9, #wrap-s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9, #wrap-s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 { display: none !important; }}@media (max-width: 767px){#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 {
  margin-top: 40px;
}
}






  #s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 img.shogun-image {
    

    
    
    
  }


#s-eacbfd12-ffe9-4729-b7df-474db0a6e6d9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fced59ef-397f-433d-bc05-ba7be247403f {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-fced59ef-397f-433d-bc05-ba7be247403f {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-fced59ef-397f-433d-bc05-ba7be247403f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fced59ef-397f-433d-bc05-ba7be247403f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d706bf46-ad8b-4dd6-96df-81ac57b72bab {
  margin-top: 30px;
}
@media (max-width: 767px){#s-d706bf46-ad8b-4dd6-96df-81ac57b72bab {
  margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
}
}
#s-b41d240d-0897-4dae-a519-6cabde74b254 {
  min-height: 105px;
}
@media (max-width: 767px){#s-b41d240d-0897-4dae-a519-6cabde74b254 {
  
}
}@media (max-width: 767px){#s-b41d240d-0897-4dae-a519-6cabde74b254, #wrap-s-b41d240d-0897-4dae-a519-6cabde74b254 { display: none !important; }}
#s-a1ceb568-9525-402a-8d2e-a3b8edf85b13 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 400px;
text-align: center;
}







  #s-a1ceb568-9525-402a-8d2e-a3b8edf85b13 img.shogun-image {
    

    
    
    
  }


#s-a1ceb568-9525-402a-8d2e-a3b8edf85b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-c905fd59-e9c6-4645-a59b-cd3e0b42c49d {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}








#s-c905fd59-e9c6-4645-a59b-cd3e0b42c49d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c905fd59-e9c6-4645-a59b-cd3e0b42c49d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3124e31-dee0-454c-879c-69d77a38f932 {
  padding-top: 25px;
}
@media (max-width: 767px){#s-d3124e31-dee0-454c-879c-69d77a38f932 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-781e52f6-a3cd-4bdd-95ad-9525b7ccc6ed {
  margin-bottom: 25px;
}
@media (max-width: 767px){#s-781e52f6-a3cd-4bdd-95ad-9525b7ccc6ed {
  
}
}@media (max-width: 767px){#s-781e52f6-a3cd-4bdd-95ad-9525b7ccc6ed, #wrap-s-781e52f6-a3cd-4bdd-95ad-9525b7ccc6ed { display: none !important; }}
#s-79edacea-b321-4343-8f0b-d0c8d3b6ebbc {
  min-height: 615px;
}








#s-79edacea-b321-4343-8f0b-d0c8d3b6ebbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-79edacea-b321-4343-8f0b-d0c8d3b6ebbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f5ace63-18de-4d44-8b7f-c9fb2534a630 {
  min-height: 615px;
}
@media (max-width: 767px){#s-7f5ace63-18de-4d44-8b7f-c9fb2534a630 {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-7f5ace63-18de-4d44-8b7f-c9fb2534a630"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f5ace63-18de-4d44-8b7f-c9fb2534a630"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f5ace63-18de-4d44-8b7f-c9fb2534a630"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7f5ace63-18de-4d44-8b7f-c9fb2534a630"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f5ace63-18de-4d44-8b7f-c9fb2534a630"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7f5ace63-18de-4d44-8b7f-c9fb2534a630"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7f5ace63-18de-4d44-8b7f-c9fb2534a630"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-7e6e30eb-76f9-42db-9728-5c3bcbe70d0a {
  margin-top: 30px;
min-height: 220px;
}
@media (max-width: 767px){#s-7e6e30eb-76f9-42db-9728-5c3bcbe70d0a {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-7e6e30eb-76f9-42db-9728-5c3bcbe70d0a, #wrap-s-7e6e30eb-76f9-42db-9728-5c3bcbe70d0a { display: none !important; }}
#s-66d80f19-d3b3-4022-be2b-7ec3e5df1bf6 {
  margin-top: 0px;
margin-left: auto;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-66d80f19-d3b3-4022-be2b-7ec3e5df1bf6 img.shogun-image {
    

    
    
    
  }


#s-66d80f19-d3b3-4022-be2b-7ec3e5df1bf6 .shogun-image-content {
  
    align-items: center;
  
}

#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 25px;
background-color: rgba(235, 161, 67, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f:hover {background-color: rgba(60, 44, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-402f98bd-04f5-4c6a-ac0d-2771aecc224f-root {
    text-align: center;
  }


#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-402f98bd-04f5-4c6a-ac0d-2771aecc224f-root {
    text-align: center;
  }


#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-402f98bd-04f5-4c6a-ac0d-2771aecc224f-root {
    text-align: center;
  }


#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-402f98bd-04f5-4c6a-ac0d-2771aecc224f-root {
    text-align: center;
  }


#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-402f98bd-04f5-4c6a-ac0d-2771aecc224f-root {
    text-align: center;
  }


#s-402f98bd-04f5-4c6a-ac0d-2771aecc224f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-a1a4f83d-f370-458b-8c02-890cd13277a8 {
  text-align: center;
}
@media (min-width: 1200px){#s-a1a4f83d-f370-458b-8c02-890cd13277a8 {
  
}
}@media (min-width: 1200px){#s-a1a4f83d-f370-458b-8c02-890cd13277a8, #wrap-s-a1a4f83d-f370-458b-8c02-890cd13277a8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a1a4f83d-f370-458b-8c02-890cd13277a8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1a4f83d-f370-458b-8c02-890cd13277a8, #wrap-s-a1a4f83d-f370-458b-8c02-890cd13277a8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a1a4f83d-f370-458b-8c02-890cd13277a8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1a4f83d-f370-458b-8c02-890cd13277a8, #wrap-s-a1a4f83d-f370-458b-8c02-890cd13277a8 { display: none !important; }}@media (max-width: 767px){#s-a1a4f83d-f370-458b-8c02-890cd13277a8 {
  margin-top: 40px;
}
}






  #s-a1a4f83d-f370-458b-8c02-890cd13277a8 img.shogun-image {
    

    
    
    
  }


#s-a1a4f83d-f370-458b-8c02-890cd13277a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8e1acf5-2e88-4c06-b2bf-233da6f2126c {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-a8e1acf5-2e88-4c06-b2bf-233da6f2126c {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-a8e1acf5-2e88-4c06-b2bf-233da6f2126c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a8e1acf5-2e88-4c06-b2bf-233da6f2126c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bef295bf-38a1-4fec-9b8e-7353ab6c2b16 {
  margin-top: 30px;
min-height: 220px;
}
@media (max-width: 767px){#s-bef295bf-38a1-4fec-9b8e-7353ab6c2b16 {
  margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-bef295bf-38a1-4fec-9b8e-7353ab6c2b16, #wrap-s-bef295bf-38a1-4fec-9b8e-7353ab6c2b16 { display: none !important; }}
#s-ea9a55ff-7598-4e00-afe7-09a7c655dc95 {
  margin-top: 15px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 500px;
text-align: center;
}







  #s-ea9a55ff-7598-4e00-afe7-09a7c655dc95 img.shogun-image {
    

    
    
    
  }


#s-ea9a55ff-7598-4e00-afe7-09a7c655dc95 .shogun-image-content {
  
    align-items: center;
  
}

#s-1da011d6-f863-4f2e-87af-2e50ddb1e29b {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-1da011d6-f863-4f2e-87af-2e50ddb1e29b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1da011d6-f863-4f2e-87af-2e50ddb1e29b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4c43468-21ae-4dd5-be1f-137b9bfd9b91 {
  min-height: 615px;
}








#s-f4c43468-21ae-4dd5-be1f-137b9bfd9b91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4c43468-21ae-4dd5-be1f-137b9bfd9b91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdeef4ff-de21-471d-b6b9-fee29d346b28 {
  min-height: 615px;
}
@media (max-width: 767px){#s-cdeef4ff-de21-471d-b6b9-fee29d346b28 {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-cdeef4ff-de21-471d-b6b9-fee29d346b28"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cdeef4ff-de21-471d-b6b9-fee29d346b28"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cdeef4ff-de21-471d-b6b9-fee29d346b28"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cdeef4ff-de21-471d-b6b9-fee29d346b28"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cdeef4ff-de21-471d-b6b9-fee29d346b28"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cdeef4ff-de21-471d-b6b9-fee29d346b28"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cdeef4ff-de21-471d-b6b9-fee29d346b28"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-c3821ead-33ac-4216-a256-e0c6561fa9d8 {
  margin-top: 30px;
min-height: 120px;
}
@media (max-width: 767px){#s-c3821ead-33ac-4216-a256-e0c6561fa9d8 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-c3821ead-33ac-4216-a256-e0c6561fa9d8, #wrap-s-c3821ead-33ac-4216-a256-e0c6561fa9d8 { display: none !important; }}
#s-f73e5554-9dd1-49d3-bc10-1a519a3a2532 {
  margin-top: 47px;
text-align: center;
}







  #s-f73e5554-9dd1-49d3-bc10-1a519a3a2532 img.shogun-image {
    

    
    
    
  }


#s-f73e5554-9dd1-49d3-bc10-1a519a3a2532 .shogun-image-content {
  
    align-items: center;
  
}

#s-38dd03a0-1400-4b33-9d45-efdc6db876be {
  text-align: center;
}
@media (min-width: 1200px){#s-38dd03a0-1400-4b33-9d45-efdc6db876be {
  
}
}@media (min-width: 1200px){#s-38dd03a0-1400-4b33-9d45-efdc6db876be, #wrap-s-38dd03a0-1400-4b33-9d45-efdc6db876be { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-38dd03a0-1400-4b33-9d45-efdc6db876be {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-38dd03a0-1400-4b33-9d45-efdc6db876be, #wrap-s-38dd03a0-1400-4b33-9d45-efdc6db876be { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-38dd03a0-1400-4b33-9d45-efdc6db876be {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-38dd03a0-1400-4b33-9d45-efdc6db876be, #wrap-s-38dd03a0-1400-4b33-9d45-efdc6db876be { display: none !important; }}@media (max-width: 767px){#s-38dd03a0-1400-4b33-9d45-efdc6db876be {
  margin-top: 40px;
}
}






  #s-38dd03a0-1400-4b33-9d45-efdc6db876be img.shogun-image {
    

    
    
    
  }


#s-38dd03a0-1400-4b33-9d45-efdc6db876be .shogun-image-content {
  
    align-items: center;
  
}

#s-dc951f98-792c-4889-80f3-b79480d5a334 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-dc951f98-792c-4889-80f3-b79480d5a334 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 0px;
}
}







#s-dc951f98-792c-4889-80f3-b79480d5a334 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc951f98-792c-4889-80f3-b79480d5a334.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8254c514-8ccb-4d7c-88cf-7839e93922d6 {
  margin-top: 30px;
min-height: 120px;
}
@media (max-width: 767px){#s-8254c514-8ccb-4d7c-88cf-7839e93922d6 {
  margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-8254c514-8ccb-4d7c-88cf-7839e93922d6, #wrap-s-8254c514-8ccb-4d7c-88cf-7839e93922d6 { display: none !important; }}
#s-67a00713-2953-4494-a1f6-03c974c6ffc2 {
  margin-top: 47px;
text-align: center;
}
@media (max-width: 767px){#s-67a00713-2953-4494-a1f6-03c974c6ffc2 {
  margin-top: 5px;
}
}






  #s-67a00713-2953-4494-a1f6-03c974c6ffc2 img.shogun-image {
    

    
    
    
  }


#s-67a00713-2953-4494-a1f6-03c974c6ffc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b5868d7-407d-483f-9614-aadfc6e87b66 {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-6b5868d7-407d-483f-9614-aadfc6e87b66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b5868d7-407d-483f-9614-aadfc6e87b66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7264b254-02fd-4f27-a50e-6c9cb0630f23 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-7264b254-02fd-4f27-a50e-6c9cb0630f23 {
  
}
}@media (max-width: 767px){#s-7264b254-02fd-4f27-a50e-6c9cb0630f23, #wrap-s-7264b254-02fd-4f27-a50e-6c9cb0630f23 { display: none !important; }}







#s-7264b254-02fd-4f27-a50e-6c9cb0630f23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7264b254-02fd-4f27-a50e-6c9cb0630f23.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dfa30672-66ed-4487-b72a-8bf4eaa77513 {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-dfa30672-66ed-4487-b72a-8bf4eaa77513 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-dcf0807c-2964-4d30-baa4-ccb6dd63b634 {
  min-height: 600px;
}








#s-dcf0807c-2964-4d30-baa4-ccb6dd63b634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcf0807c-2964-4d30-baa4-ccb6dd63b634.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d18defd-038f-4551-bcd8-a8d31d1f7044 {
  min-height: 600px;
}
@media (max-width: 767px){#s-3d18defd-038f-4551-bcd8-a8d31d1f7044 {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-3d18defd-038f-4551-bcd8-a8d31d1f7044"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3d18defd-038f-4551-bcd8-a8d31d1f7044"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d18defd-038f-4551-bcd8-a8d31d1f7044"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3d18defd-038f-4551-bcd8-a8d31d1f7044"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d18defd-038f-4551-bcd8-a8d31d1f7044"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3d18defd-038f-4551-bcd8-a8d31d1f7044"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3d18defd-038f-4551-bcd8-a8d31d1f7044"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-cf20fc4d-e9f3-4f06-9ad4-c881bccaf01f {
  margin-top: 30px;
min-height: 135px;
}

#s-25043f39-bc00-4ee6-8eb7-0318573bde79 {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}







  #s-25043f39-bc00-4ee6-8eb7-0318573bde79 img.shogun-image {
    

    
    
    
  }


#s-25043f39-bc00-4ee6-8eb7-0318573bde79 .shogun-image-content {
  
    align-items: center;
  
}

#s-708b047f-ac2a-435b-b496-b2217bc1339a {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 25px;
background-color: rgba(235, 161, 67, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-708b047f-ac2a-435b-b496-b2217bc1339a:hover {background-color: rgba(60, 44, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-708b047f-ac2a-435b-b496-b2217bc1339a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-708b047f-ac2a-435b-b496-b2217bc1339a-root {
    text-align: center;
  }


#s-708b047f-ac2a-435b-b496-b2217bc1339a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-708b047f-ac2a-435b-b496-b2217bc1339a-root {
    text-align: center;
  }


#s-708b047f-ac2a-435b-b496-b2217bc1339a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-708b047f-ac2a-435b-b496-b2217bc1339a-root {
    text-align: center;
  }


#s-708b047f-ac2a-435b-b496-b2217bc1339a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-708b047f-ac2a-435b-b496-b2217bc1339a-root {
    text-align: center;
  }


#s-708b047f-ac2a-435b-b496-b2217bc1339a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-708b047f-ac2a-435b-b496-b2217bc1339a-root {
    text-align: center;
  }


#s-708b047f-ac2a-435b-b496-b2217bc1339a.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-7229fc4c-fcff-491a-9fbc-cb736350f2a6 {
  margin-top: 300px;
}
@media (max-width: 767px){#s-7229fc4c-fcff-491a-9fbc-cb736350f2a6 {
  margin-top: 0px;
}
}
#s-b029c533-5453-432b-b5c7-aa3d92ce60fb {
  text-align: center;
}
@media (min-width: 1200px){#s-b029c533-5453-432b-b5c7-aa3d92ce60fb {
  
}
}@media (min-width: 1200px){#s-b029c533-5453-432b-b5c7-aa3d92ce60fb, #wrap-s-b029c533-5453-432b-b5c7-aa3d92ce60fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b029c533-5453-432b-b5c7-aa3d92ce60fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b029c533-5453-432b-b5c7-aa3d92ce60fb, #wrap-s-b029c533-5453-432b-b5c7-aa3d92ce60fb { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b029c533-5453-432b-b5c7-aa3d92ce60fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b029c533-5453-432b-b5c7-aa3d92ce60fb, #wrap-s-b029c533-5453-432b-b5c7-aa3d92ce60fb { display: none !important; }}@media (max-width: 767px){#s-b029c533-5453-432b-b5c7-aa3d92ce60fb {
  margin-top: 30px;
}
}






  #s-b029c533-5453-432b-b5c7-aa3d92ce60fb img.shogun-image {
    

    
    
    
  }


#s-b029c533-5453-432b-b5c7-aa3d92ce60fb .shogun-image-content {
  
    align-items: center;
  
}

#s-0b84371b-b745-47ae-aed5-c9cbe4785539 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-0b84371b-b745-47ae-aed5-c9cbe4785539 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-0b84371b-b745-47ae-aed5-c9cbe4785539 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b84371b-b745-47ae-aed5-c9cbe4785539.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51ce9bbe-168d-40a8-b3b7-a261c56742fd {
  margin-top: 30px;
min-height: 135px;
}
@media (max-width: 767px){#s-51ce9bbe-168d-40a8-b3b7-a261c56742fd {
  margin-top: 0px;
}
}
#s-796a8ad2-dcfa-41a0-ac36-279f4d9ccb1a {
  padding-left: 50px;
padding-right: 50px;
text-align: center;
}
@media (max-width: 767px){#s-796a8ad2-dcfa-41a0-ac36-279f4d9ccb1a {
  padding-top: 25px;
padding-bottom: 25px;
background-color: rgba(230, 230, 230, 1);
}
}






  #s-796a8ad2-dcfa-41a0-ac36-279f4d9ccb1a img.shogun-image {
    

    
    
    
  }


#s-796a8ad2-dcfa-41a0-ac36-279f4d9ccb1a .shogun-image-content {
  
    align-items: center;
  
}

#s-d1c2af38-e883-49ec-9124-5821ff976035 {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}
@media (min-width: 1200px){#s-d1c2af38-e883-49ec-9124-5821ff976035 {
  
}
}@media (min-width: 1200px){#s-d1c2af38-e883-49ec-9124-5821ff976035, #wrap-s-d1c2af38-e883-49ec-9124-5821ff976035 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d1c2af38-e883-49ec-9124-5821ff976035 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1c2af38-e883-49ec-9124-5821ff976035, #wrap-s-d1c2af38-e883-49ec-9124-5821ff976035 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d1c2af38-e883-49ec-9124-5821ff976035 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d1c2af38-e883-49ec-9124-5821ff976035, #wrap-s-d1c2af38-e883-49ec-9124-5821ff976035 { display: none !important; }}@media (max-width: 767px){#s-d1c2af38-e883-49ec-9124-5821ff976035 {
  
}
}@media (max-width: 767px){#s-d1c2af38-e883-49ec-9124-5821ff976035, #wrap-s-d1c2af38-e883-49ec-9124-5821ff976035 { display: none !important; }}







#s-d1c2af38-e883-49ec-9124-5821ff976035 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1c2af38-e883-49ec-9124-5821ff976035.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 {
  min-height: 615px;
}
@media (min-width: 1200px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 {
  
}
}@media (min-width: 1200px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7, #wrap-s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7, #wrap-s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7, #wrap-s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 { display: none !important; }}@media (max-width: 767px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 {
  
}
}@media (max-width: 767px){#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7, #wrap-s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 { display: none !important; }}







#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5563dbaf-4b16-490b-8461-0dc1ffc14ec7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06435bd5-f42f-49cb-b14d-1523767c050a {
  min-height: 615px;
}
@media (max-width: 767px){#s-06435bd5-f42f-49cb-b14d-1523767c050a {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-06435bd5-f42f-49cb-b14d-1523767c050a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06435bd5-f42f-49cb-b14d-1523767c050a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06435bd5-f42f-49cb-b14d-1523767c050a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06435bd5-f42f-49cb-b14d-1523767c050a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06435bd5-f42f-49cb-b14d-1523767c050a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06435bd5-f42f-49cb-b14d-1523767c050a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06435bd5-f42f-49cb-b14d-1523767c050a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-2133bed3-7147-4c35-946e-561e166bcfc3 {
  margin-top: 30px;
min-height: 225px;
}
@media (max-width: 767px){#s-2133bed3-7147-4c35-946e-561e166bcfc3 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-2133bed3-7147-4c35-946e-561e166bcfc3, #wrap-s-2133bed3-7147-4c35-946e-561e166bcfc3 { display: none !important; }}
#s-554a1180-296f-482d-b010-6a5a9764b8b2 {
  margin-left: auto;
margin-right: auto;
max-width: 390px;
text-align: center;
}







  #s-554a1180-296f-482d-b010-6a5a9764b8b2 img.shogun-image {
    

    
    
    
  }


#s-554a1180-296f-482d-b010-6a5a9764b8b2 .shogun-image-content {
  
    align-items: center;
  
}

#s-cdf34287-3a79-45cc-afc6-99f75ff92b89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cdf34287-3a79-45cc-afc6-99f75ff92b89 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-04199212-72e8-4867-950c-bffe99862930 {
  margin-top: 18px;
margin-bottom: 18px;
}

#s-34cfb447-08e8-4e81-85d5-1c248a439bce {
  text-align: center;
}
@media (min-width: 1200px){#s-34cfb447-08e8-4e81-85d5-1c248a439bce {
  
}
}@media (min-width: 1200px){#s-34cfb447-08e8-4e81-85d5-1c248a439bce, #wrap-s-34cfb447-08e8-4e81-85d5-1c248a439bce { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34cfb447-08e8-4e81-85d5-1c248a439bce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34cfb447-08e8-4e81-85d5-1c248a439bce, #wrap-s-34cfb447-08e8-4e81-85d5-1c248a439bce { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34cfb447-08e8-4e81-85d5-1c248a439bce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-34cfb447-08e8-4e81-85d5-1c248a439bce, #wrap-s-34cfb447-08e8-4e81-85d5-1c248a439bce { display: none !important; }}@media (max-width: 767px){#s-34cfb447-08e8-4e81-85d5-1c248a439bce {
  margin-top: 40px;
}
}






  #s-34cfb447-08e8-4e81-85d5-1c248a439bce img.shogun-image {
    

    
    
    
  }


#s-34cfb447-08e8-4e81-85d5-1c248a439bce .shogun-image-content {
  
    align-items: center;
  
}

#s-0ff0cf49-5307-49e1-ab02-558a1f673087 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-0ff0cf49-5307-49e1-ab02-558a1f673087 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-0ff0cf49-5307-49e1-ab02-558a1f673087 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ff0cf49-5307-49e1-ab02-558a1f673087.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eaf76b8-de45-48a2-9256-e054239e93c0 {
  margin-top: 30px;
min-height: 225px;
}
@media (max-width: 767px){#s-4eaf76b8-de45-48a2-9256-e054239e93c0 {
  margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-4eaf76b8-de45-48a2-9256-e054239e93c0, #wrap-s-4eaf76b8-de45-48a2-9256-e054239e93c0 { display: none !important; }}
#s-1c2daa49-3287-4549-a3fd-17cf209ff768 {
  margin-left: auto;
margin-right: auto;
max-width: 382px;
text-align: center;
}







  #s-1c2daa49-3287-4549-a3fd-17cf209ff768 img.shogun-image {
    

    
    
    
  }


#s-1c2daa49-3287-4549-a3fd-17cf209ff768 .shogun-image-content {
  
    align-items: center;
  
}

#s-19021c14-4fee-4888-8440-c9374507eca1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19021c14-4fee-4888-8440-c9374507eca1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3e993590-0c39-4241-aa99-6fc4ff394495 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-d91545cb-2ef3-405d-810d-6fcf03f92165 {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-d91545cb-2ef3-405d-810d-6fcf03f92165 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d91545cb-2ef3-405d-810d-6fcf03f92165.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94fa65ba-1e90-4eda-861a-fce6e2081f37 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-94fa65ba-1e90-4eda-861a-fce6e2081f37 {
  
}
}@media (max-width: 767px){#s-94fa65ba-1e90-4eda-861a-fce6e2081f37, #wrap-s-94fa65ba-1e90-4eda-861a-fce6e2081f37 { display: none !important; }}







#s-94fa65ba-1e90-4eda-861a-fce6e2081f37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94fa65ba-1e90-4eda-861a-fce6e2081f37.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32e6dc56-85e6-4133-9e86-d69c75883db6 {
  padding-top: 25px;
padding-left: 75px;
padding-bottom: 25px;
padding-right: 75px;
}

#s-be91ccd5-5e55-454f-a075-d04284cb8b86 {
  min-height: 615px;
}








#s-be91ccd5-5e55-454f-a075-d04284cb8b86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be91ccd5-5e55-454f-a075-d04284cb8b86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f {
  min-height: 615px;
}
@media (max-width: 767px){#s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c11a58fc-a78b-4e20-84f0-7a1b7c642f5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-34b5009b-0555-4d38-b426-a09d07045973 {
  margin-top: 30px;
min-height: 85px;
}
@media (max-width: 767px){#s-34b5009b-0555-4d38-b426-a09d07045973 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-dccffad7-5550-459b-8147-bd958b27d997 {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-dccffad7-5550-459b-8147-bd958b27d997 img.shogun-image {
    

    
    
    
  }


#s-dccffad7-5550-459b-8147-bd958b27d997 .shogun-image-content {
  
    align-items: center;
  
}

#s-24ada384-a831-4683-b68f-59cdd3dd958f {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 25px;
background-color: rgba(235, 161, 67, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-24ada384-a831-4683-b68f-59cdd3dd958f:hover {background-color: rgba(60, 44, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-24ada384-a831-4683-b68f-59cdd3dd958f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-24ada384-a831-4683-b68f-59cdd3dd958f-root {
    text-align: center;
  }


#s-24ada384-a831-4683-b68f-59cdd3dd958f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-24ada384-a831-4683-b68f-59cdd3dd958f-root {
    text-align: center;
  }


#s-24ada384-a831-4683-b68f-59cdd3dd958f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-24ada384-a831-4683-b68f-59cdd3dd958f-root {
    text-align: center;
  }


#s-24ada384-a831-4683-b68f-59cdd3dd958f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-24ada384-a831-4683-b68f-59cdd3dd958f-root {
    text-align: center;
  }


#s-24ada384-a831-4683-b68f-59cdd3dd958f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-24ada384-a831-4683-b68f-59cdd3dd958f-root {
    text-align: center;
  }


#s-24ada384-a831-4683-b68f-59cdd3dd958f.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-4fcbcb89-009b-4145-ac48-5bccc6efc212 {
  text-align: center;
}
@media (min-width: 1200px){#s-4fcbcb89-009b-4145-ac48-5bccc6efc212 {
  
}
}@media (min-width: 1200px){#s-4fcbcb89-009b-4145-ac48-5bccc6efc212, #wrap-s-4fcbcb89-009b-4145-ac48-5bccc6efc212 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4fcbcb89-009b-4145-ac48-5bccc6efc212 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4fcbcb89-009b-4145-ac48-5bccc6efc212, #wrap-s-4fcbcb89-009b-4145-ac48-5bccc6efc212 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4fcbcb89-009b-4145-ac48-5bccc6efc212 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4fcbcb89-009b-4145-ac48-5bccc6efc212, #wrap-s-4fcbcb89-009b-4145-ac48-5bccc6efc212 { display: none !important; }}@media (max-width: 767px){#s-4fcbcb89-009b-4145-ac48-5bccc6efc212 {
  margin-top: 40px;
}
}






  #s-4fcbcb89-009b-4145-ac48-5bccc6efc212 img.shogun-image {
    

    
    
    
  }


#s-4fcbcb89-009b-4145-ac48-5bccc6efc212 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2717aab-f062-4c37-8ca9-0c1c06114150 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-c2717aab-f062-4c37-8ca9-0c1c06114150 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-c2717aab-f062-4c37-8ca9-0c1c06114150 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2717aab-f062-4c37-8ca9-0c1c06114150.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19c9dbe6-9c71-4e56-8892-c3d7bfbebf4c {
  margin-top: 30px;
min-height: 85px;
}
@media (max-width: 767px){#s-19c9dbe6-9c71-4e56-8892-c3d7bfbebf4c {
  margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
}
}
#s-c9b213e9-3d6b-4219-a100-5ed05a4cc13b {
  margin-top: 15px;
margin-left: auto;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-c9b213e9-3d6b-4219-a100-5ed05a4cc13b img.shogun-image {
    

    
    
    
  }


#s-c9b213e9-3d6b-4219-a100-5ed05a4cc13b .shogun-image-content {
  
    align-items: center;
  
}

#s-80773c51-242f-472f-9ea3-876f5bda970f {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-80773c51-242f-472f-9ea3-876f5bda970f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80773c51-242f-472f-9ea3-876f5bda970f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67e43017-f645-4e7a-8de0-c9c51268bab8 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-67e43017-f645-4e7a-8de0-c9c51268bab8 {
  
}
}@media (max-width: 767px){#s-67e43017-f645-4e7a-8de0-c9c51268bab8, #wrap-s-67e43017-f645-4e7a-8de0-c9c51268bab8 { display: none !important; }}







#s-67e43017-f645-4e7a-8de0-c9c51268bab8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67e43017-f645-4e7a-8de0-c9c51268bab8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92844f75-d7bf-4bcf-91cf-c316c4b556d4 {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-92844f75-d7bf-4bcf-91cf-c316c4b556d4 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-bcf078a3-ec08-4148-a234-89cc5ef8bb53 {
  min-height: 615px;
}








#s-bcf078a3-ec08-4148-a234-89cc5ef8bb53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcf078a3-ec08-4148-a234-89cc5ef8bb53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39 {
  min-height: 615px;
}
@media (max-width: 767px){#s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39 {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7314ce5-27df-40fa-93d6-bbb98b3b8c39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-726b53cb-ae52-4511-8cb3-fe8be8d02bc1 {
  margin-top: 30px;
min-height: 170px;
}
@media (max-width: 767px){#s-726b53cb-ae52-4511-8cb3-fe8be8d02bc1 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-726b53cb-ae52-4511-8cb3-fe8be8d02bc1, #wrap-s-726b53cb-ae52-4511-8cb3-fe8be8d02bc1 { display: none !important; }}
#s-3bc9ad52-c811-4400-82f3-f67df33f0d60 {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-3bc9ad52-c811-4400-82f3-f67df33f0d60 img.shogun-image {
    

    
    
    
  }


#s-3bc9ad52-c811-4400-82f3-f67df33f0d60 .shogun-image-content {
  
    align-items: center;
  
}

#s-d9d4adf6-d692-4e89-80ab-f0c9f9ded621 {
  margin-top: 30px;
min-height: 150px;
}
@media (max-width: 767px){#s-d9d4adf6-d692-4e89-80ab-f0c9f9ded621 {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-d7d499ee-8e6e-45c3-8693-15c0adc6e902 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-d7d499ee-8e6e-45c3-8693-15c0adc6e902 img.shogun-image {
    

    
    
    
  }


#s-d7d499ee-8e6e-45c3-8693-15c0adc6e902 .shogun-image-content {
  
    align-items: center;
  
}

#s-36101ec0-e252-4bee-984b-fddae6566ca8 {
  text-align: center;
}
@media (min-width: 1200px){#s-36101ec0-e252-4bee-984b-fddae6566ca8 {
  
}
}@media (min-width: 1200px){#s-36101ec0-e252-4bee-984b-fddae6566ca8, #wrap-s-36101ec0-e252-4bee-984b-fddae6566ca8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-36101ec0-e252-4bee-984b-fddae6566ca8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36101ec0-e252-4bee-984b-fddae6566ca8, #wrap-s-36101ec0-e252-4bee-984b-fddae6566ca8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-36101ec0-e252-4bee-984b-fddae6566ca8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-36101ec0-e252-4bee-984b-fddae6566ca8, #wrap-s-36101ec0-e252-4bee-984b-fddae6566ca8 { display: none !important; }}@media (max-width: 767px){#s-36101ec0-e252-4bee-984b-fddae6566ca8 {
  margin-top: 40px;
}
}






  #s-36101ec0-e252-4bee-984b-fddae6566ca8 img.shogun-image {
    

    
    
    
  }


#s-36101ec0-e252-4bee-984b-fddae6566ca8 .shogun-image-content {
  
    align-items: center;
  
}

#s-33c4dddd-1581-4a6d-a544-87314c7cc943 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-33c4dddd-1581-4a6d-a544-87314c7cc943 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-33c4dddd-1581-4a6d-a544-87314c7cc943 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c4dddd-1581-4a6d-a544-87314c7cc943.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c1c112a-9876-4d3f-96ef-9d38bfba3f94 {
  margin-top: 30px;
min-height: 170px;
}
@media (max-width: 767px){#s-8c1c112a-9876-4d3f-96ef-9d38bfba3f94 {
  margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
min-height: 130px;
}
}@media (max-width: 767px){#s-8c1c112a-9876-4d3f-96ef-9d38bfba3f94, #wrap-s-8c1c112a-9876-4d3f-96ef-9d38bfba3f94 { display: none !important; }}
#s-3c142475-9285-4416-8d96-e615b505172e {
  margin-top: 25px;
margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-3c142475-9285-4416-8d96-e615b505172e img.shogun-image {
    

    
    
    
  }


#s-3c142475-9285-4416-8d96-e615b505172e .shogun-image-content {
  
    align-items: center;
  
}

#s-6ef7e296-f9e3-4a9d-8b64-0e43c1008f5a {
  min-height: 150px;
}
@media (max-width: 767px){#s-6ef7e296-f9e3-4a9d-8b64-0e43c1008f5a {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-ace732d9-f822-41bc-b27d-34a934fc9923 {
  margin-left: auto;
margin-bottom: 25px;
margin-right: auto;
max-width: 350px;
text-align: center;
}







  #s-ace732d9-f822-41bc-b27d-34a934fc9923 img.shogun-image {
    

    
    
    
  }


#s-ace732d9-f822-41bc-b27d-34a934fc9923 .shogun-image-content {
  
    align-items: center;
  
}

#s-1e975173-db08-4e09-a0a4-8a9f9a47d0c3 {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-1e975173-db08-4e09-a0a4-8a9f9a47d0c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e975173-db08-4e09-a0a4-8a9f9a47d0c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-382e4b66-e1f8-46f9-a3f4-82f60a23a790 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-382e4b66-e1f8-46f9-a3f4-82f60a23a790 {
  
}
}@media (max-width: 767px){#s-382e4b66-e1f8-46f9-a3f4-82f60a23a790, #wrap-s-382e4b66-e1f8-46f9-a3f4-82f60a23a790 { display: none !important; }}







#s-382e4b66-e1f8-46f9-a3f4-82f60a23a790 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-382e4b66-e1f8-46f9-a3f4-82f60a23a790.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-127b2e4c-fde0-4579-8562-7c6197887b60 {
  padding-top: 25px;
padding-left: 50px;
padding-bottom: 25px;
padding-right: 50px;
}

#s-f04647e9-494d-4c0b-8d2a-8189545fe428 {
  min-height: 615px;
}








#s-f04647e9-494d-4c0b-8d2a-8189545fe428 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04647e9-494d-4c0b-8d2a-8189545fe428.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7abc723-fc6b-43a1-8859-04dbfb32f836 {
  min-height: 615px;
}
@media (max-width: 767px){#s-a7abc723-fc6b-43a1-8859-04dbfb32f836 {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-a7abc723-fc6b-43a1-8859-04dbfb32f836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7abc723-fc6b-43a1-8859-04dbfb32f836"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7abc723-fc6b-43a1-8859-04dbfb32f836"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a7abc723-fc6b-43a1-8859-04dbfb32f836"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7abc723-fc6b-43a1-8859-04dbfb32f836"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7abc723-fc6b-43a1-8859-04dbfb32f836"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-a7abc723-fc6b-43a1-8859-04dbfb32f836"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-d2cbb2fc-b70f-4339-9418-b56c19aaa006 {
  margin-top: 30px;
min-height: 150px;
}
@media (max-width: 767px){#s-d2cbb2fc-b70f-4339-9418-b56c19aaa006 {
  padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-d2cbb2fc-b70f-4339-9418-b56c19aaa006, #wrap-s-d2cbb2fc-b70f-4339-9418-b56c19aaa006 { display: none !important; }}
#s-b81a17d7-a9d5-4655-a96d-9ddb5de6c6e8 {
  margin-top: 45px;
}

#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7 {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 25px;
background-color: rgba(235, 161, 67, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7:hover {background-color: rgba(60, 44, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-37c9772a-8c56-4eae-9445-5d6fc36b83f7-root {
    text-align: center;
  }


#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-37c9772a-8c56-4eae-9445-5d6fc36b83f7-root {
    text-align: center;
  }


#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-37c9772a-8c56-4eae-9445-5d6fc36b83f7-root {
    text-align: center;
  }


#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-37c9772a-8c56-4eae-9445-5d6fc36b83f7-root {
    text-align: center;
  }


#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-37c9772a-8c56-4eae-9445-5d6fc36b83f7-root {
    text-align: center;
  }


#s-37c9772a-8c56-4eae-9445-5d6fc36b83f7.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-6c0b209c-d07e-474a-be2c-e1594457cf88 {
  text-align: center;
}
@media (min-width: 1200px){#s-6c0b209c-d07e-474a-be2c-e1594457cf88 {
  
}
}@media (min-width: 1200px){#s-6c0b209c-d07e-474a-be2c-e1594457cf88, #wrap-s-6c0b209c-d07e-474a-be2c-e1594457cf88 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6c0b209c-d07e-474a-be2c-e1594457cf88 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c0b209c-d07e-474a-be2c-e1594457cf88, #wrap-s-6c0b209c-d07e-474a-be2c-e1594457cf88 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6c0b209c-d07e-474a-be2c-e1594457cf88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c0b209c-d07e-474a-be2c-e1594457cf88, #wrap-s-6c0b209c-d07e-474a-be2c-e1594457cf88 { display: none !important; }}@media (max-width: 767px){#s-6c0b209c-d07e-474a-be2c-e1594457cf88 {
  margin-top: 40px;
}
}






  #s-6c0b209c-d07e-474a-be2c-e1594457cf88 img.shogun-image {
    

    
    
    
  }


#s-6c0b209c-d07e-474a-be2c-e1594457cf88 .shogun-image-content {
  
    align-items: center;
  
}

#s-665c1ba3-ca4e-4346-8a99-3bcde0919846 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-665c1ba3-ca4e-4346-8a99-3bcde0919846 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-665c1ba3-ca4e-4346-8a99-3bcde0919846 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-665c1ba3-ca4e-4346-8a99-3bcde0919846.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ca67584-e2be-42c6-b1fb-fba053dc9bf1 {
  margin-top: 30px;
min-height: 150px;
}
@media (max-width: 767px){#s-4ca67584-e2be-42c6-b1fb-fba053dc9bf1 {
  margin-top: 0px;
padding-left: 15px;
padding-right: 15px;
}
}@media (max-width: 767px){#s-4ca67584-e2be-42c6-b1fb-fba053dc9bf1, #wrap-s-4ca67584-e2be-42c6-b1fb-fba053dc9bf1 { display: none !important; }}
#s-c97c94f6-828f-43c3-b600-42c5375dcda2 {
  margin-top: 45px;
}

#s-2dabaef3-0308-4d2e-beca-1a8910059a39 {
  min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-2dabaef3-0308-4d2e-beca-1a8910059a39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2dabaef3-0308-4d2e-beca-1a8910059a39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbb7b909-7470-408b-bb55-3cc8c42457c5 {
  min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (max-width: 767px){#s-dbb7b909-7470-408b-bb55-3cc8c42457c5 {
  
}
}@media (max-width: 767px){#s-dbb7b909-7470-408b-bb55-3cc8c42457c5, #wrap-s-dbb7b909-7470-408b-bb55-3cc8c42457c5 { display: none !important; }}







#s-dbb7b909-7470-408b-bb55-3cc8c42457c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb7b909-7470-408b-bb55-3cc8c42457c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8c7fbdb-06bd-42e9-9649-0cf33590d9ad {
  padding-top: 25px;
padding-bottom: 25px;
}
@media (max-width: 767px){#s-a8c7fbdb-06bd-42e9-9649-0cf33590d9ad {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-feaaa445-482a-4854-a670-ca2bca554d6a {
  margin-bottom: 0px;
}








#s-feaaa445-482a-4854-a670-ca2bca554d6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-feaaa445-482a-4854-a670-ca2bca554d6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d153dad-3297-42da-9840-f63ba6e82f5e {
  
}
@media (max-width: 767px){#s-2d153dad-3297-42da-9840-f63ba6e82f5e {
  min-height: 100px;
}
}
@media (min-width: 0px) {
[id="s-2d153dad-3297-42da-9840-f63ba6e82f5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d153dad-3297-42da-9840-f63ba6e82f5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2d153dad-3297-42da-9840-f63ba6e82f5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2d153dad-3297-42da-9840-f63ba6e82f5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2d153dad-3297-42da-9840-f63ba6e82f5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d153dad-3297-42da-9840-f63ba6e82f5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-2d153dad-3297-42da-9840-f63ba6e82f5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

}

#s-5f084e32-5987-48c7-be14-0382ebc3ae4d {
  margin-top: 45px;
}

#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84 {
  margin-top: 35px;
margin-bottom: 35px;
padding-top: 10px;
padding-left: 35px;
padding-bottom: 10px;
padding-right: 35px;
border-radius: 25px;
background-color: rgba(235, 161, 67, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84:hover {background-color: rgba(60, 44, 83, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84-root {
    text-align: center;
  }


#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84-root {
    text-align: center;
  }


#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84-root {
    text-align: center;
  }


#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84-root {
    text-align: center;
  }


#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84-root {
    text-align: center;
  }


#s-e67c09e8-6e90-489e-8f1a-c6dae1cf4b84.shg-btn {
  color: #ffffff;
  font-size: 20px;
  
  
  
  display:  inline-block ;
}
}
#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f {
  text-align: center;
}
@media (min-width: 1200px){#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f {
  
}
}@media (min-width: 1200px){#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f, #wrap-s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f, #wrap-s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f, #wrap-s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f { display: none !important; }}@media (max-width: 767px){#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f {
  margin-top: 40px;
}
}






  #s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f img.shogun-image {
    

    
    
    
  }


#s-0af8d7f1-e1ac-4dd0-b0ae-d05d8ce2475f .shogun-image-content {
  
    align-items: center;
  
}

#s-8035b87c-7adb-4e34-a3db-18b2436d66d4 {
  min-height: 50px;
background-color: rgba(230, 230, 230, 1);
}
@media (max-width: 767px){#s-8035b87c-7adb-4e34-a3db-18b2436d66d4 {
  margin-top: -1px;
padding-top: 15px;
padding-bottom: 15px;
}
}







#s-8035b87c-7adb-4e34-a3db-18b2436d66d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8035b87c-7adb-4e34-a3db-18b2436d66d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f35001fd-b152-4744-a84c-ca2f136ca0b0 {
  margin-top: 45px;
}

#s-d946c484-fde7-42ef-95a1-0750a636afbd {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
max-width: 900px;
}

#s-77b0c9d3-75a9-49df-9d7b-7144330a3af4 {
  margin-top: 25px;
min-height: 75px;
background-color: rgba(63, 42, 86, 1);
}








#s-77b0c9d3-75a9-49df-9d7b-7144330a3af4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77b0c9d3-75a9-49df-9d7b-7144330a3af4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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