.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-1859b55d-cd70-4d64-802c-029aa806334e {
  min-height: 50px;
}








#s-1859b55d-cd70-4d64-802c-029aa806334e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1859b55d-cd70-4d64-802c-029aa806334e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69edbab8-4230-4e44-9be1-eec91a5c1b95 {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-69edbab8-4230-4e44-9be1-eec91a5c1b95 {
  min-height: 80px;
}
}@media (max-width: 767px){#s-69edbab8-4230-4e44-9be1-eec91a5c1b95 {
  min-height: 60px;
}
}







#s-69edbab8-4230-4e44-9be1-eec91a5c1b95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69edbab8-4230-4e44-9be1-eec91a5c1b95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-791374dc-8141-4e7c-899c-4996cbab4961 {
  min-height: 50px;
}








#s-791374dc-8141-4e7c-899c-4996cbab4961 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-791374dc-8141-4e7c-899c-4996cbab4961.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-5a274d94-5f50-470d-814c-d42457b8a54d {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 800px;
}

.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-51ea7985-5f13-45fa-bfa1-65fe8ef903fd {
  text-align: center;
}







  #s-51ea7985-5f13-45fa-bfa1-65fe8ef903fd img.shogun-image {
    

    
    
    
  }


#s-51ea7985-5f13-45fa-bfa1-65fe8ef903fd .shogun-image-content {
  
    align-items: center;
  
}

#s-f32bd72a-6bd8-4e1a-8adb-18ccc73c9704 {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f32bd72a-6bd8-4e1a-8adb-18ccc73c9704 {
  min-height: 80px;
}
}@media (max-width: 767px){#s-f32bd72a-6bd8-4e1a-8adb-18ccc73c9704 {
  min-height: 60px;
}
}







#s-f32bd72a-6bd8-4e1a-8adb-18ccc73c9704 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f32bd72a-6bd8-4e1a-8adb-18ccc73c9704.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2aae5737-fd1e-443f-957c-b7b73a6c2031 {
  min-height: 20px;
}








#s-2aae5737-fd1e-443f-957c-b7b73a6c2031 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2aae5737-fd1e-443f-957c-b7b73a6c2031.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 1200px){#s-a51b5881-6a91-43f2-bfd1-64705db4ee2e {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
}
#s-db38596c-cfbc-41da-a165-130016afa929 {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-db38596c-cfbc-41da-a165-130016afa929 {
  min-height: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-db38596c-cfbc-41da-a165-130016afa929 {
  min-height: 60px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-db38596c-cfbc-41da-a165-130016afa929 {
  min-height: 40px;
}
}@media (max-width: 767px){#s-db38596c-cfbc-41da-a165-130016afa929 {
  min-height: 40px;
}
}







#s-db38596c-cfbc-41da-a165-130016afa929 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db38596c-cfbc-41da-a165-130016afa929.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed530220-2dbb-4848-a019-7de931c4c91a {
  background-repeat: repeat;
background-size: contain;
padding-top: 80px;
padding-bottom: 80px;
border-color: rgba(143, 143, 143, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ed530220-2dbb-4848-a019-7de931c4c91a {
  display: none;
}
#s-ed530220-2dbb-4848-a019-7de931c4c91a, #wrap-s-ed530220-2dbb-4848-a019-7de931c4c91a { display: none !important; }}@media (max-width: 767px){#s-ed530220-2dbb-4848-a019-7de931c4c91a {
  padding-top: 50px;
padding-bottom: 50px;
display: none;
}
#s-ed530220-2dbb-4848-a019-7de931c4c91a, #wrap-s-ed530220-2dbb-4848-a019-7de931c4c91a { display: none !important; }}







#s-ed530220-2dbb-4848-a019-7de931c4c91a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed530220-2dbb-4848-a019-7de931c4c91a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-6eea9805-48b0-4d6b-b757-ea561dd00472"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ecccd4e4-bf30-4df5-8601-02d333ff2d73 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-ecccd4e4-bf30-4df5-8601-02d333ff2d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecccd4e4-bf30-4df5-8601-02d333ff2d73.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-aa097871-f76d-4c53-93a5-e9ce2e5ef8ed {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa097871-f76d-4c53-93a5-e9ce2e5ef8ed {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-aa097871-f76d-4c53-93a5-e9ce2e5ef8ed {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-aa097871-f76d-4c53-93a5-e9ce2e5ef8ed img.shogun-image {
    

    
    
    
  }


#s-aa097871-f76d-4c53-93a5-e9ce2e5ef8ed .shogun-image-content {
  
    align-items: center;
  
}

#s-d8c4e5b4-a603-44ef-83dc-7607546fe671 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-d8c4e5b4-a603-44ef-83dc-7607546fe671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c4e5b4-a603-44ef-83dc-7607546fe671.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-65d13e5a-7807-4088-bc52-ebeb4828c57c {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-65d13e5a-7807-4088-bc52-ebeb4828c57c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65d13e5a-7807-4088-bc52-ebeb4828c57c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-878cb007-0d14-4f31-a1bb-7049778b8775 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-878cb007-0d14-4f31-a1bb-7049778b8775 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-878cb007-0d14-4f31-a1bb-7049778b8775 {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-878cb007-0d14-4f31-a1bb-7049778b8775 img.shogun-image {
    

    
    
    
  }


#s-878cb007-0d14-4f31-a1bb-7049778b8775 .shogun-image-content {
  
    align-items: center;
  
}

#s-9dec16f1-35a2-4d7a-9929-060068103023 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-9dec16f1-35a2-4d7a-9929-060068103023 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dec16f1-35a2-4d7a-9929-060068103023.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-50953e16-fa7f-4260-a3ac-b993e9b0423a {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-50953e16-fa7f-4260-a3ac-b993e9b0423a {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-50953e16-fa7f-4260-a3ac-b993e9b0423a {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-50953e16-fa7f-4260-a3ac-b993e9b0423a img.shogun-image {
    

    
    
    
  }


#s-50953e16-fa7f-4260-a3ac-b993e9b0423a .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-352b6f3f-fb13-4bf5-8fe2-087eeedc5149"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-9d6f8c33-aa34-423a-a041-b8c4b0252a2e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9d6f8c33-aa34-423a-a041-b8c4b0252a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d6f8c33-aa34-423a-a041-b8c4b0252a2e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-267b00ca-bf36-47fa-aa1e-a08894c0dcf7 {
  margin-bottom: 35px;
}

#s-2849b1f2-124e-4fdd-99ed-c574580dd77e {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-2849b1f2-124e-4fdd-99ed-c574580dd77e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2849b1f2-124e-4fdd-99ed-c574580dd77e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-88731403-4863-481e-aec8-d91b2685ead7 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-88731403-4863-481e-aec8-d91b2685ead7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88731403-4863-481e-aec8-d91b2685ead7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d02926fc-3cb1-41b4-9a9e-fbb59ee7c11a {
  margin-bottom: 35px;
}

#s-a62994d3-8b34-4f81-8029-01abc7a87f06 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-a62994d3-8b34-4f81-8029-01abc7a87f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a62994d3-8b34-4f81-8029-01abc7a87f06.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ab8f6ac-124e-49c5-abca-7378edbfc3af {
  margin-bottom: 35px;
}

@media (min-width: 0px) {
[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a654090d-3e2a-49c7-928b-ea632c7622e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-831dbef6-8f6e-43f7-868c-7010be419ce7 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-831dbef6-8f6e-43f7-868c-7010be419ce7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-831dbef6-8f6e-43f7-868c-7010be419ce7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cb93534d-331f-430e-aa5a-c0e2df2ea0e9 {
  margin-bottom: 30px;
}

#s-efdffdd5-5d87-4c9c-94da-4d496d3c9671 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-efdffdd5-5d87-4c9c-94da-4d496d3c9671 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efdffdd5-5d87-4c9c-94da-4d496d3c9671.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecbd8555-8af9-49b9-8abd-58ecec34b029 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-ecbd8555-8af9-49b9-8abd-58ecec34b029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecbd8555-8af9-49b9-8abd-58ecec34b029.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-668db521-5cdc-4e28-994a-7e502bdd0989 {
  margin-bottom: 30px;
}

#s-664481ca-5196-4a5b-b16e-7e063c05ca30 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-664481ca-5196-4a5b-b16e-7e063c05ca30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-664481ca-5196-4a5b-b16e-7e063c05ca30.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-12e26c5d-ed21-4599-817f-6fd9e203f406 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-eba55473-4c48-43cb-a151-c36031dd25e1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-c379db25-0b70-44ee-b9ac-6b48ee36a12e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-c379db25-0b70-44ee-b9ac-6b48ee36a12e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c379db25-0b70-44ee-b9ac-6b48ee36a12e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-3a976e21-9de3-4648-a5a6-1cb9102cd18a {
  margin-bottom: 10px;
}
}
#s-14b37393-c1ae-44e3-aa22-1e2fcecb7a48 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-14b37393-c1ae-44e3-aa22-1e2fcecb7a48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b37393-c1ae-44e3-aa22-1e2fcecb7a48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c139141b-2d36-4f98-8c39-5150fffaf865 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-c139141b-2d36-4f98-8c39-5150fffaf865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c139141b-2d36-4f98-8c39-5150fffaf865.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-ffed7f86-2e38-4e96-9440-a3e333c95d4b {
  padding-bottom: 15px;
}
}
#s-45a6c2ee-f6f0-4d03-b296-dc74f09e3fb8 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-45a6c2ee-f6f0-4d03-b296-dc74f09e3fb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45a6c2ee-f6f0-4d03-b296-dc74f09e3fb8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-0e409979-0297-4fc2-9228-d1b81122e85f {
  padding-bottom: 15px;
}
}
.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-73265508-f9b8-45f9-bc85-ea0bf7d9ad18 {
  border-style: solid;
padding-top: 9px;
padding-left: 48px;
padding-bottom: 8px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0.5px;
}
#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(44, 42, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18 {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18-root {
    text-align: center;
  }


#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18-root {
    text-align: center;
  }


#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18-root {
    text-align: center;
  }


#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18-root {
    text-align: center;
  }


#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18-root {
    text-align: center;
  }


#s-73265508-f9b8-45f9-bc85-ea0bf7d9ad18.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-b796a801-1ed7-4ae1-832f-c27808561091 {
  background-repeat: repeat;
background-size: contain;
padding-top: 80px;
padding-bottom: 80px;
border-color: rgba(143, 143, 143, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-b796a801-1ed7-4ae1-832f-c27808561091 {
  display: none;
}
#s-b796a801-1ed7-4ae1-832f-c27808561091, #wrap-s-b796a801-1ed7-4ae1-832f-c27808561091 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b796a801-1ed7-4ae1-832f-c27808561091 {
  display: none;
}
#s-b796a801-1ed7-4ae1-832f-c27808561091, #wrap-s-b796a801-1ed7-4ae1-832f-c27808561091 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b796a801-1ed7-4ae1-832f-c27808561091 {
  padding-top: 50px;
padding-bottom: 50px;
}
}@media (max-width: 767px){#s-b796a801-1ed7-4ae1-832f-c27808561091 {
  padding-top: 50px;
padding-bottom: 50px;
display: none;
}
#s-b796a801-1ed7-4ae1-832f-c27808561091, #wrap-s-b796a801-1ed7-4ae1-832f-c27808561091 { display: none !important; }}







#s-b796a801-1ed7-4ae1-832f-c27808561091 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b796a801-1ed7-4ae1-832f-c27808561091.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-a3fa4423-6db9-4789-8a46-97158fa0b95b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-3cbf2011-a781-40ae-b088-19dabde11758 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-3cbf2011-a781-40ae-b088-19dabde11758 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3cbf2011-a781-40ae-b088-19dabde11758.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e2ecc25-4e21-4a75-b795-b6021eecc81e {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e2ecc25-4e21-4a75-b795-b6021eecc81e {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-3e2ecc25-4e21-4a75-b795-b6021eecc81e {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-3e2ecc25-4e21-4a75-b795-b6021eecc81e img.shogun-image {
    

    
    
    
  }


#s-3e2ecc25-4e21-4a75-b795-b6021eecc81e .shogun-image-content {
  
    align-items: center;
  
}

#s-24675e96-8556-4e60-bc15-c2647afc2b93 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-24675e96-8556-4e60-bc15-c2647afc2b93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24675e96-8556-4e60-bc15-c2647afc2b93.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f10066f9-856d-4aa2-b6e0-59feedbdd343 {
  margin-top: 2px;
margin-left: auto;
margin-bottom: 2px;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-f10066f9-856d-4aa2-b6e0-59feedbdd343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f10066f9-856d-4aa2-b6e0-59feedbdd343.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7ef48fea-7800-4468-9462-b4a1c874fcf2 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-7ef48fea-7800-4468-9462-b4a1c874fcf2 {
  margin-left: 47px;
margin-right: 47px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-7ef48fea-7800-4468-9462-b4a1c874fcf2 {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-7ef48fea-7800-4468-9462-b4a1c874fcf2 img.shogun-image {
    

    
    
    
  }


#s-7ef48fea-7800-4468-9462-b4a1c874fcf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-1edf92d3-1516-4598-8fa6-b5421a3d62db {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-1edf92d3-1516-4598-8fa6-b5421a3d62db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1edf92d3-1516-4598-8fa6-b5421a3d62db.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f17c404-8fe1-4e87-950e-3da9ab3450dc {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f17c404-8fe1-4e87-950e-3da9ab3450dc {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-5f17c404-8fe1-4e87-950e-3da9ab3450dc {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-5f17c404-8fe1-4e87-950e-3da9ab3450dc img.shogun-image {
    

    
    
    
  }


#s-5f17c404-8fe1-4e87-950e-3da9ab3450dc .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0de52ec4-c322-40e2-9159-15fb435c8e3c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-0071c418-8465-4c46-8559-8aa16754e21c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-0071c418-8465-4c46-8559-8aa16754e21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0071c418-8465-4c46-8559-8aa16754e21c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3ffca1e1-9873-4991-bad2-ad71ca320bc4 {
  margin-bottom: 30px;
}

#s-80c1515c-1413-4ba1-ad9e-9c88e59d3e99 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-80c1515c-1413-4ba1-ad9e-9c88e59d3e99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80c1515c-1413-4ba1-ad9e-9c88e59d3e99.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7b6f5320-039d-418e-8f6b-9080017de7c4 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}
@media (min-width: 768px) and (max-width: 991px){#s-7b6f5320-039d-418e-8f6b-9080017de7c4 {
  margin-left: auto;
margin-right: auto;
}
}







#s-7b6f5320-039d-418e-8f6b-9080017de7c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b6f5320-039d-418e-8f6b-9080017de7c4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ada26922-c37d-43ae-aaa0-5cdd5937a62c {
  margin-bottom: 30px;
}

#s-c33218c8-81ca-4779-a2b7-dc0e3084ac5d {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-c33218c8-81ca-4779-a2b7-dc0e3084ac5d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c33218c8-81ca-4779-a2b7-dc0e3084ac5d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a8c2740c-95ab-49e5-a4d7-6f34fefb2079 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-52542086-efcc-4066-bfbb-d2018c5d44e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-500f135f-166c-4283-8a57-33e70a41cb50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-500f135f-166c-4283-8a57-33e70a41cb50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-500f135f-166c-4283-8a57-33e70a41cb50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-ac0b97a3-859a-45eb-a51a-134b5bb90050 {
  margin-bottom: 10px;
}
}
#s-a187e717-8f72-425a-a312-2ffa2c3766a1 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 88%;
}








#s-a187e717-8f72-425a-a312-2ffa2c3766a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a187e717-8f72-425a-a312-2ffa2c3766a1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-37fef8e4-a4cc-488c-95fc-05531444246b {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 83%;
}








#s-37fef8e4-a4cc-488c-95fc-05531444246b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37fef8e4-a4cc-488c-95fc-05531444246b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-6872249f-4349-4b8c-9f1b-a818232f6866 {
  padding-bottom: 15px;
}
}
#s-3f193532-5a2c-485d-893c-472c84b02e75 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}








#s-3f193532-5a2c-485d-893c-472c84b02e75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3f193532-5a2c-485d-893c-472c84b02e75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 767px){#s-e0b4a7ee-07b8-4cfd-8d8a-e28332367cf3 {
  padding-bottom: 15px;
}
}
#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143 {
  border-style: solid;
padding-top: 9px;
padding-left: 48px;
padding-bottom: 8px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0.5px;
}
#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(44, 42, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143 {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143-root {
    text-align: center;
  }


#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143-root {
    text-align: center;
  }


#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143-root {
    text-align: center;
  }


#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143-root {
    text-align: center;
  }


#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143-root {
    text-align: center;
  }


#s-172aa11d-4a7e-4be4-ad9c-e0c1b1bd4143.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 {
  background-repeat: repeat;
background-size: contain;
padding-top: 80px;
padding-bottom: 80px;
border-color: rgba(143, 143, 143, 0);
border-style: solid;
min-height: 500px;
background-position: center center;
}
@media (min-width: 1200px){#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 {
  display: none;
}
#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9, #wrap-s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 {
  display: none;
}
#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9, #wrap-s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 {
  display: none;
}
#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9, #wrap-s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 { display: none !important; }}@media (max-width: 767px){#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 {
  padding-top: 50px;
padding-bottom: 50px;
}
}







#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d4a5616-385a-4a53-a2b8-4c5c923bffe9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a6223768-3345-446c-81fd-cdae40d24d50 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 90%;
}








#s-a6223768-3345-446c-81fd-cdae40d24d50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6223768-3345-446c-81fd-cdae40d24d50.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e254f41-5a63-4f24-92ca-82810e11d0ac {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3e254f41-5a63-4f24-92ca-82810e11d0ac {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-3e254f41-5a63-4f24-92ca-82810e11d0ac {
  margin-top: 20px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-3e254f41-5a63-4f24-92ca-82810e11d0ac img.shogun-image {
    

    
    
    
  }


#s-3e254f41-5a63-4f24-92ca-82810e11d0ac .shogun-image-content {
  
    align-items: center;
  
}

#s-9b8d6026-20a9-4b40-8f09-2fa34ce23660 {
  margin-bottom: 35px;
}

#s-71a5a52c-2c99-4dbc-aea4-32135d67ed72 {
  margin-bottom: 30px;
}

@media (max-width: 767px){#s-7c048a60-cc24-4e8b-a47d-015117240e55 {
  margin-bottom: 10px;
}
}
#s-146f2511-36ab-4e51-a4c2-ec5cf9d823d3 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(214, 27, 27, 1);
border-style: solid;
min-height: 50px;
max-width: 90%;
}








#s-146f2511-36ab-4e51-a4c2-ec5cf9d823d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-146f2511-36ab-4e51-a4c2-ec5cf9d823d3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-45a75cbf-98d9-4b3f-b6c3-d9692ba70075 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-45a75cbf-98d9-4b3f-b6c3-d9692ba70075 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-45a75cbf-98d9-4b3f-b6c3-d9692ba70075 {
  margin-top: 60px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-45a75cbf-98d9-4b3f-b6c3-d9692ba70075 img.shogun-image {
    

    
    
    
  }


#s-45a75cbf-98d9-4b3f-b6c3-d9692ba70075 .shogun-image-content {
  
    align-items: center;
  
}

#s-359d7d3f-56c7-4abf-9166-45d3e90c161e {
  margin-bottom: 35px;
}

#s-66c852d4-fa45-4c57-8995-fcec2fd456e4 {
  margin-bottom: 30px;
}

@media (max-width: 767px){#s-060a3aba-b365-4e60-b5a0-a1874f830a1c {
  margin-bottom: 50px;
padding-bottom: 15px;
}
}
#s-6e7cf865-c219-4583-80e3-a23b09f43c41 {
  margin-left: auto;
margin-right: auto;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
max-width: 90%;
}








#s-6e7cf865-c219-4583-80e3-a23b09f43c41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e7cf865-c219-4583-80e3-a23b09f43c41.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 1200px){#s-c95cde77-80ea-4082-8c33-6402ebd1a536 {
  display: none;
}
#s-c95cde77-80ea-4082-8c33-6402ebd1a536, #wrap-s-c95cde77-80ea-4082-8c33-6402ebd1a536 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c95cde77-80ea-4082-8c33-6402ebd1a536 {
  display: none;
}
#s-c95cde77-80ea-4082-8c33-6402ebd1a536, #wrap-s-c95cde77-80ea-4082-8c33-6402ebd1a536 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c95cde77-80ea-4082-8c33-6402ebd1a536 {
  display: none;
}
#s-c95cde77-80ea-4082-8c33-6402ebd1a536, #wrap-s-c95cde77-80ea-4082-8c33-6402ebd1a536 { display: none !important; }}
#s-c95cde77-80ea-4082-8c33-6402ebd1a536 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-629ed7f2-efd0-4a35-8800-dd0d3f20e782 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-629ed7f2-efd0-4a35-8800-dd0d3f20e782 {
  margin-left: 50px;
margin-right: 50px;
padding-left: 20px;
padding-right: 20px;
}
}@media (max-width: 767px){#s-629ed7f2-efd0-4a35-8800-dd0d3f20e782 {
  margin-top: 20px;
margin-left: 40px;
margin-right: 40px;
padding-left: 40px;
padding-right: 40px;
}
}






  #s-629ed7f2-efd0-4a35-8800-dd0d3f20e782 img.shogun-image {
    

    
    
    
  }


#s-629ed7f2-efd0-4a35-8800-dd0d3f20e782 .shogun-image-content {
  
    align-items: center;
  
}

#s-7645be90-32e1-4d02-8159-0bc93d9045e1 {
  margin-bottom: 35px;
}

#s-e344f107-bda4-4d7e-93a0-4e382d0d2a96 {
  margin-bottom: 30px;
}

@media (max-width: 767px){#s-8d6c50e6-4084-4031-92de-54165b1ca7a1 {
  padding-bottom: 15px;
}
}
#s-8e1e78a7-2261-4a78-8686-32178d8f3491 {
  border-style: solid;
padding-top: 9px;
padding-left: 48px;
padding-bottom: 8px;
padding-right: 48px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 50px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
letter-spacing: 0.5px;
}
#s-8e1e78a7-2261-4a78-8686-32178d8f3491:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8e1e78a7-2261-4a78-8686-32178d8f3491:active {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
border-radius: 50px !important;
background-color: rgba(44, 42, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 768px) and (max-width: 991px){#s-8e1e78a7-2261-4a78-8686-32178d8f3491 {
  padding-left: 30px;
padding-right: 30px;
}
}

  #s-8e1e78a7-2261-4a78-8686-32178d8f3491-root {
    text-align: center;
  }


#s-8e1e78a7-2261-4a78-8686-32178d8f3491.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8e1e78a7-2261-4a78-8686-32178d8f3491-root {
    text-align: center;
  }


#s-8e1e78a7-2261-4a78-8686-32178d8f3491.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8e1e78a7-2261-4a78-8686-32178d8f3491-root {
    text-align: center;
  }


#s-8e1e78a7-2261-4a78-8686-32178d8f3491.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8e1e78a7-2261-4a78-8686-32178d8f3491-root {
    text-align: center;
  }


#s-8e1e78a7-2261-4a78-8686-32178d8f3491.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8e1e78a7-2261-4a78-8686-32178d8f3491-root {
    text-align: center;
  }


#s-8e1e78a7-2261-4a78-8686-32178d8f3491.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-8c149408-a21d-4426-8973-21238aafbe3b {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-8c149408-a21d-4426-8973-21238aafbe3b {
  min-height: 80px;
}
}@media (max-width: 767px){#s-8c149408-a21d-4426-8973-21238aafbe3b {
  min-height: 60px;
}
}







#s-8c149408-a21d-4426-8973-21238aafbe3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c149408-a21d-4426-8973-21238aafbe3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cf0aa372-316e-4885-89ef-74285d8a24f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf0aa372-316e-4885-89ef-74285d8a24f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf0aa372-316e-4885-89ef-74285d8a24f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf0aa372-316e-4885-89ef-74285d8a24f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-cf0aa372-316e-4885-89ef-74285d8a24f5"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c5815f0a-7d79-4b5b-afed-bfc0e514b662 {
  margin-left: auto;
margin-right: 70px;
min-height: 50px;
max-width: 650px;
}
@media (min-width: 1200px){#s-c5815f0a-7d79-4b5b-afed-bfc0e514b662 {
  min-height: 555px;
max-width: 650px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c5815f0a-7d79-4b5b-afed-bfc0e514b662 {
  min-height: 555px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c5815f0a-7d79-4b5b-afed-bfc0e514b662 {
  margin-right: 0px;
min-height: 351px;
max-width: 650px;
}
}@media (max-width: 767px){#s-c5815f0a-7d79-4b5b-afed-bfc0e514b662 {
  margin-left: auto;
margin-right: auto;
min-height: 351px;
max-width: 100%;
}
}







#s-c5815f0a-7d79-4b5b-afed-bfc0e514b662 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5815f0a-7d79-4b5b-afed-bfc0e514b662.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c45b5837-b3bd-4b0f-a330-d9526c51dc26 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (max-width: 767px){#s-c45b5837-b3bd-4b0f-a330-d9526c51dc26 {
  min-height: 50px;
}
}
#s-112fd03c-457b-4870-8c72-511eab847384 {
  min-height: 50px;
max-width: 95%;
}
@media (max-width: 767px){#s-112fd03c-457b-4870-8c72-511eab847384 {
  margin-bottom: 50px;
}
}







#s-112fd03c-457b-4870-8c72-511eab847384 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-112fd03c-457b-4870-8c72-511eab847384.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5de73ff7-25ce-406e-9210-c4a61141d1a9 {
  text-align: center;
}

#s-8bdce576-0847-4922-9cb9-b7388efe2119 {
  margin-left: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 640px;
}
@media (max-width: 767px){#s-8bdce576-0847-4922-9cb9-b7388efe2119 {
  max-width: 100%;
}
}
#s-100f5183-7b64-4452-9b88-45989a34de2b {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-100f5183-7b64-4452-9b88-45989a34de2b {
  min-height: 80px;
}
}@media (max-width: 767px){#s-100f5183-7b64-4452-9b88-45989a34de2b {
  min-height: 60px;
}
}







#s-100f5183-7b64-4452-9b88-45989a34de2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-100f5183-7b64-4452-9b88-45989a34de2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee1c3bb8-0a11-40c8-8ce2-cdd503c90967 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-ee1c3bb8-0a11-40c8-8ce2-cdd503c90967"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee1c3bb8-0a11-40c8-8ce2-cdd503c90967"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee1c3bb8-0a11-40c8-8ce2-cdd503c90967"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee1c3bb8-0a11-40c8-8ce2-cdd503c90967"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa {
  margin-left: auto;
min-height: 50px;
max-width: 80%;
}
@media (min-width: 1200px){#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa {
  max-width: 85%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa {
  max-width: 90%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa {
  max-width: 95%;
}
}@media (max-width: 767px){#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa {
  max-width: 100%;
}
}







#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5223f9c-8cc7-4bc8-9027-8a36a903aeaa.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-ccb73ffa-9997-4418-95e4-bc98e80a489f {
  text-align: center;
}

#s-62636a3f-1856-42f7-bb62-af7f1c220b47 {
  margin-left: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 640px;
}
@media (max-width: 767px){#s-62636a3f-1856-42f7-bb62-af7f1c220b47 {
  max-width: 100%;
}
}
#s-8b3dd607-cc63-489c-9c4a-ff057b2cef65 {
  text-align: center;
}
@media (max-width: 767px){#s-8b3dd607-cc63-489c-9c4a-ff057b2cef65 {
  margin-top: 30px;
}
}






  #s-8b3dd607-cc63-489c-9c4a-ff057b2cef65 img.shogun-image {
    

    
    
    
  }


#s-8b3dd607-cc63-489c-9c4a-ff057b2cef65 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0d9fa3c-03ea-4524-964c-1530389d7078 {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-f0d9fa3c-03ea-4524-964c-1530389d7078 {
  min-height: 80px;
}
}@media (max-width: 767px){#s-f0d9fa3c-03ea-4524-964c-1530389d7078 {
  min-height: 60px;
}
}







#s-f0d9fa3c-03ea-4524-964c-1530389d7078 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0d9fa3c-03ea-4524-964c-1530389d7078.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-930cc70a-e2c4-44cf-9974-6e906ddf4429 {
  min-height: 50px;
}

@media (min-width: 0px) {
[id="s-930cc70a-e2c4-44cf-9974-6e906ddf4429"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-930cc70a-e2c4-44cf-9974-6e906ddf4429"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-930cc70a-e2c4-44cf-9974-6e906ddf4429"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-930cc70a-e2c4-44cf-9974-6e906ddf4429"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-930cc70a-e2c4-44cf-9974-6e906ddf4429"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-07c10b55-a8de-4ad2-9e32-3483b1da9d02 {
  text-align: center;
}







  #s-07c10b55-a8de-4ad2-9e32-3483b1da9d02 img.shogun-image {
    

    
    
    
  }


#s-07c10b55-a8de-4ad2-9e32-3483b1da9d02 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed5dab26-c739-4cab-b89d-631fd5cdd25c {
  min-height: 50px;
max-width: 90%;
}
@media (max-width: 767px){#s-ed5dab26-c739-4cab-b89d-631fd5cdd25c {
  max-width: 100%;
}
}







#s-ed5dab26-c739-4cab-b89d-631fd5cdd25c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed5dab26-c739-4cab-b89d-631fd5cdd25c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px){






#s-ed5dab26-c739-4cab-b89d-631fd5cdd25c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed5dab26-c739-4cab-b89d-631fd5cdd25c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
}
#s-8ab0c1ac-c50f-4650-8223-54eca69ea991 {
  text-align: center;
}

#s-d5a62626-9ee2-4303-8fd6-e0677bfeea9e {
  margin-left: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 640px;
}
@media (min-width: 1200px){#s-d5a62626-9ee2-4303-8fd6-e0677bfeea9e {
  margin-right: 0px;
}
}@media (max-width: 767px){#s-d5a62626-9ee2-4303-8fd6-e0677bfeea9e {
  margin-left: 0px;
margin-right: 0px;
max-width: 100%;
}
}
#s-198af0f2-26fe-43eb-bdb9-0e2fddff8410 {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-198af0f2-26fe-43eb-bdb9-0e2fddff8410 {
  min-height: 80px;
}
}@media (max-width: 767px){#s-198af0f2-26fe-43eb-bdb9-0e2fddff8410 {
  min-height: 60px;
}
}







#s-198af0f2-26fe-43eb-bdb9-0e2fddff8410 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-198af0f2-26fe-43eb-bdb9-0e2fddff8410.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32797159-5060-4322-9f46-5116b0beed67 {
  min-height: 50px;
background-color: rgba(33, 33, 33, 1);
}








#s-32797159-5060-4322-9f46-5116b0beed67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32797159-5060-4322-9f46-5116b0beed67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df21d0e3-0a0c-4ea3-bb03-2744e4833364 {
  margin-top: 50px;
}

@media (min-width: 0px) {
[id="s-df21d0e3-0a0c-4ea3-bb03-2744e4833364"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df21d0e3-0a0c-4ea3-bb03-2744e4833364"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df21d0e3-0a0c-4ea3-bb03-2744e4833364"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df21d0e3-0a0c-4ea3-bb03-2744e4833364"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c81cf055-75aa-492c-9de8-28c9c58d060f {
  margin-left: auto;
max-width: 80%;
}
@media (min-width: 1200px){#s-c81cf055-75aa-492c-9de8-28c9c58d060f {
  max-width: 85%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c81cf055-75aa-492c-9de8-28c9c58d060f {
  max-width: 90%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c81cf055-75aa-492c-9de8-28c9c58d060f {
  margin-bottom: 50px;
max-width: 95%;
}
}@media (max-width: 767px){#s-c81cf055-75aa-492c-9de8-28c9c58d060f {
  max-width: 100%;
}
}







#s-c81cf055-75aa-492c-9de8-28c9c58d060f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c81cf055-75aa-492c-9de8-28c9c58d060f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56611932-0c53-4de2-9488-88bbf8d47f90 {
  text-align: center;
}

#s-df0c040c-eacb-4cf5-a994-dbf9d62d0d49 {
  margin-left: 0px;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 640px;
}
@media (max-width: 767px){#s-df0c040c-eacb-4cf5-a994-dbf9d62d0d49 {
  max-width: 100%;
}
}
@media (min-width: 1200px){#s-9b100aed-c1eb-4f99-b7da-f778331f3b78 {
  margin-left: 0px;
}
}







#s-9b100aed-c1eb-4f99-b7da-f778331f3b78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b100aed-c1eb-4f99-b7da-f778331f3b78.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cef2f16f-5686-40ba-9b56-01a4b66f3784 {
  text-align: left;
}
@media (min-width: 992px) and (max-width: 1199px){#s-cef2f16f-5686-40ba-9b56-01a4b66f3784 {
  margin-right: 10%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cef2f16f-5686-40ba-9b56-01a4b66f3784 {
  margin-right: 5%;
}
}@media (max-width: 767px){#s-cef2f16f-5686-40ba-9b56-01a4b66f3784 {
  margin-top: 20px;
margin-left: 5%;
margin-right: 5%;
}
}






  #s-cef2f16f-5686-40ba-9b56-01a4b66f3784 img.shogun-image {
    

    
    
    
  }


#s-cef2f16f-5686-40ba-9b56-01a4b66f3784 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-21fee5f0-bd8f-4cc2-9518-767c0b3339a0 {
  padding-top: 100px;
}
@media (min-width: 1200px){#s-21fee5f0-bd8f-4cc2-9518-767c0b3339a0 {
  padding-top: 120px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-21fee5f0-bd8f-4cc2-9518-767c0b3339a0 {
  padding-top: 120px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21fee5f0-bd8f-4cc2-9518-767c0b3339a0 {
  padding-top: 80px;
}
}@media (max-width: 767px){#s-21fee5f0-bd8f-4cc2-9518-767c0b3339a0 {
  padding-top: 60px;
}
}
#s-c2436686-c4e9-466c-9437-ab2bb9fe1df4 {
  min-height: 120px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-c2436686-c4e9-466c-9437-ab2bb9fe1df4 {
  min-height: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c2436686-c4e9-466c-9437-ab2bb9fe1df4 {
  min-height: 80px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2436686-c4e9-466c-9437-ab2bb9fe1df4 {
  min-height: 60px;
}
}@media (max-width: 767px){#s-c2436686-c4e9-466c-9437-ab2bb9fe1df4 {
  min-height: 30px;
}
}







#s-c2436686-c4e9-466c-9437-ab2bb9fe1df4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2436686-c4e9-466c-9437-ab2bb9fe1df4.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}
