.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-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 {
  display: none;
}
#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4, #wrap-s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 { display:none !important; }}







#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d54f3ff-4ab0-4fe9-938a-282ef5f6b5d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-58d11fc2-b1b3-4068-9ed9-b87a7bcb107e {
  margin-bottom: 50px;
min-height: 0px;
}
@media (max-width: 767px){#s-58d11fc2-b1b3-4068-9ed9-b87a7bcb107e {
  display: none;
}
#s-58d11fc2-b1b3-4068-9ed9-b87a7bcb107e, #wrap-s-58d11fc2-b1b3-4068-9ed9-b87a7bcb107e { display:none !important; }}







#s-58d11fc2-b1b3-4068-9ed9-b87a7bcb107e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58d11fc2-b1b3-4068-9ed9-b87a7bcb107e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5c5ca334-db88-463c-b918-c68652b16cfd {
  min-height: 50px;
}








#s-5c5ca334-db88-463c-b918-c68652b16cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c5ca334-db88-463c-b918-c68652b16cfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf2e88d4-dd4f-44b1-b0ab-c36214256591 {
  min-height: 50px;
}








#s-bf2e88d4-dd4f-44b1-b0ab-c36214256591 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf2e88d4-dd4f-44b1-b0ab-c36214256591.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea5c4b7-b626-4cb4-b257-8e51da23823c {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-8ea5c4b7-b626-4cb4-b257-8e51da23823c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea5c4b7-b626-4cb4-b257-8e51da23823c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-837919c0-e027-45e7-b124-0780b64db852 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-837919c0-e027-45e7-b124-0780b64db852 img.shogun-image {
    

    
    
    
  }


#s-837919c0-e027-45e7-b124-0780b64db852 .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-8c93dfad-4c3a-4c9b-9f1f-2693ceb4c7da {
  margin-bottom: 15px;
}

#s-05ba03e1-3e02-4321-a510-aa637e02aa13 {
  min-height: 50px;
}
@media (max-width: 767px){#s-05ba03e1-3e02-4321-a510-aa637e02aa13 {
  display: none;
}
#s-05ba03e1-3e02-4321-a510-aa637e02aa13, #wrap-s-05ba03e1-3e02-4321-a510-aa637e02aa13 { display:none !important; }}







#s-05ba03e1-3e02-4321-a510-aa637e02aa13 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05ba03e1-3e02-4321-a510-aa637e02aa13.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3 {
  background-size: undefined 0px;
border-style: solid;
margin-top: 4px;
padding-top: 10px;
padding-left: 3%;
padding-bottom: 10px;
padding-right: 3%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
background-position: undefined center;
}
#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-c7a387ce-544a-4f67-b9db-7f5343cd87e3-root {
    text-align: center;
  }


#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c7a387ce-544a-4f67-b9db-7f5343cd87e3-root {
    text-align: center;
  }


#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c7a387ce-544a-4f67-b9db-7f5343cd87e3-root {
    text-align: center;
  }


#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c7a387ce-544a-4f67-b9db-7f5343cd87e3-root {
    text-align: center;
  }


#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c7a387ce-544a-4f67-b9db-7f5343cd87e3-root {
    text-align: center;
  }


#s-c7a387ce-544a-4f67-b9db-7f5343cd87e3.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-d18b5eb4-8d84-42f9-a200-c328e45a74a8 {
  margin-top: 35px;
margin-bottom: 6%;
min-height: 50px;
}








#s-d18b5eb4-8d84-42f9-a200-c328e45a74a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d18b5eb4-8d84-42f9-a200-c328e45a74a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f07679f6-17cd-4133-84ac-b43a3314efec {
  text-align: center;
}







  #s-f07679f6-17cd-4133-84ac-b43a3314efec img.shogun-image {
    

    
    
    
  }


#s-f07679f6-17cd-4133-84ac-b43a3314efec .shogun-image-content {
  
    align-items: center;
  
}

#s-1c3d0554-3da9-4f09-83fa-22e5a264949a {
  margin-bottom: 20px;
min-height: 50px;
}








#s-1c3d0554-3da9-4f09-83fa-22e5a264949a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c3d0554-3da9-4f09-83fa-22e5a264949a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dce2ccf7-eb00-47c6-9b7e-2f876ee270ec {
  margin-bottom: 5px;
}

#s-5eb4c3d1-5495-478c-bacf-a619d7a03525 {
  margin-bottom: 10px;
}

#s-f04f0ff2-9936-4dfd-9bd3-66c9190d97e0 {
  margin-left: auto;
margin-bottom: 6%;
margin-right: auto;
min-height: 50px;
max-width: 940px;
}








#s-f04f0ff2-9936-4dfd-9bd3-66c9190d97e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f04f0ff2-9936-4dfd-9bd3-66c9190d97e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-b0f27e8b-d9f1-41ce-bfd0-98277cbca3a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0f27e8b-d9f1-41ce-bfd0-98277cbca3a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b0f27e8b-d9f1-41ce-bfd0-98277cbca3a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0f27e8b-d9f1-41ce-bfd0-98277cbca3a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-0df4d3af-4d13-40c8-b1d6-9a97ace011ae {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-0df4d3af-4d13-40c8-b1d6-9a97ace011ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df4d3af-4d13-40c8-b1d6-9a97ace011ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b388b3a-3c9e-4d1e-b8ef-f34f9f0f229b {
  margin-bottom: 20px;
text-align: center;
}







  #s-9b388b3a-3c9e-4d1e-b8ef-f34f9f0f229b img.shogun-image {
    

    
    
    
  }


#s-9b388b3a-3c9e-4d1e-b8ef-f34f9f0f229b .shogun-image-content {
  
    align-items: center;
  
}

#s-f24ab4e3-1eb8-4194-a0fd-87a6ab7f9949 {
  margin-bottom: 10px;
}

#s-8b17a5be-cb31-434d-b522-3dde55901112 {
  margin-bottom: 15px;
}

#s-6dcaa053-e713-4b73-af2c-193dadea2c75 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-6dcaa053-e713-4b73-af2c-193dadea2c75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dcaa053-e713-4b73-af2c-193dadea2c75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d42939d-595d-419b-ab8f-cb6fc3653de2 {
  margin-bottom: 20px;
text-align: center;
}







  #s-7d42939d-595d-419b-ab8f-cb6fc3653de2 img.shogun-image {
    

    
    
    
  }


#s-7d42939d-595d-419b-ab8f-cb6fc3653de2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c84f923d-5ab7-42c4-979e-5d1fd7195191 {
  margin-bottom: 10px;
}

#s-1e95112f-19e6-4918-ac92-7759d37f54e3 {
  margin-bottom: 15px;
}

#s-6a9041bb-6388-4215-8e5e-89cbac5c3147 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-6a9041bb-6388-4215-8e5e-89cbac5c3147 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a9041bb-6388-4215-8e5e-89cbac5c3147.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8082718-8764-4cef-a39a-7e4e656b4f3e {
  margin-bottom: 20px;
text-align: center;
}







  #s-e8082718-8764-4cef-a39a-7e4e656b4f3e img.shogun-image {
    

    
    
    
  }


#s-e8082718-8764-4cef-a39a-7e4e656b4f3e .shogun-image-content {
  
    align-items: center;
  
}

#s-b3b1b5ba-523f-4c3e-a3e4-87a146d9ed98 {
  margin-bottom: 10px;
}

#s-9ae204ae-a80f-4a84-bad6-a8de1074149c {
  margin-bottom: 15px;
}

#s-15f35cd1-250a-42de-9cee-076c2810057a {
  margin-left: auto;
margin-bottom: 6%;
margin-right: auto;
}








#s-15f35cd1-250a-42de-9cee-076c2810057a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15f35cd1-250a-42de-9cee-076c2810057a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8438c85d-cda4-4ce4-bd03-d5fcdee5642e {
  text-align: center;
}







  #s-8438c85d-cda4-4ce4-bd03-d5fcdee5642e img.shogun-image {
    

    
    
    
  }


#s-8438c85d-cda4-4ce4-bd03-d5fcdee5642e .shogun-image-content {
  
    align-items: center;
  
}

#s-8e120ff1-2a15-4a19-b261-94a836deb5b6 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8e120ff1-2a15-4a19-b261-94a836deb5b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e120ff1-2a15-4a19-b261-94a836deb5b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8e120ff1-2a15-4a19-b261-94a836deb5b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e120ff1-2a15-4a19-b261-94a836deb5b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-8e120ff1-2a15-4a19-b261-94a836deb5b6"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-dd203baf-09e9-4f40-8d73-b40a66d749c8 {
  
}

#s-dd203baf-09e9-4f40-8d73-b40a66d749c8 {
  background-image: url();
}








#s-dd203baf-09e9-4f40-8d73-b40a66d749c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd203baf-09e9-4f40-8d73-b40a66d749c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4cee1b3-fe2d-46cd-ab0b-413dab1231de {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 60%;
}








#s-a4cee1b3-fe2d-46cd-ab0b-413dab1231de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4cee1b3-fe2d-46cd-ab0b-413dab1231de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbcef761-c7aa-40a2-b4d3-7a3adf74f431 {
  margin-bottom: 10px;
}

#s-0b84190f-2ed7-4ae6-87b7-9950e72dfeb9 {
  margin-bottom: 15px;
}

#s-e0d66adb-1764-423d-91c2-8eafd338d72e {
  min-height: 50px;
}








#s-e0d66adb-1764-423d-91c2-8eafd338d72e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0d66adb-1764-423d-91c2-8eafd338d72e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-1772d797-d5d3-4e1c-b99e-24819f572bd1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-1772d797-d5d3-4e1c-b99e-24819f572bd1 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-1772d797-d5d3-4e1c-b99e-24819f572bd1 .shg-sld-nav-button.shg-sld-left,
#s-1772d797-d5d3-4e1c-b99e-24819f572bd1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-3db1bbbe-7a87-4ae8-97e6-90d1d3da962e {
  text-align: center;
}







  #s-3db1bbbe-7a87-4ae8-97e6-90d1d3da962e img.shogun-image {
    

    
    
    
  }


#s-3db1bbbe-7a87-4ae8-97e6-90d1d3da962e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-a7205772-deaf-4369-a7d4-932a56becd74 {
  margin-top: 10%;
margin-bottom: 10%;
}

@media (min-width: 0px) {
[id="s-a7205772-deaf-4369-a7d4-932a56becd74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7205772-deaf-4369-a7d4-932a56becd74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a7205772-deaf-4369-a7d4-932a56becd74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a7205772-deaf-4369-a7d4-932a56becd74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8600d1d3-cca9-4574-b684-a6802c11175a {
  min-height: 50px;
}








#s-8600d1d3-cca9-4574-b684-a6802c11175a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8600d1d3-cca9-4574-b684-a6802c11175a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-503a3dda-2338-4afc-9b48-77b816c8a495 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-503a3dda-2338-4afc-9b48-77b816c8a495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-503a3dda-2338-4afc-9b48-77b816c8a495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b96970f-0f52-4aeb-8106-835db67ee182 {
  margin-bottom: 5px;
}

#s-9ce5e468-d91b-432e-b062-43525fca8d4f {
  margin-bottom: 10px;
}

#s-f19ace40-29ad-4c98-93f8-6bd5cce2b321 {
  margin-bottom: 15px;
}

#s-65454f34-9dfb-41cd-9278-060268be4587 {
  text-align: center;
}







  #s-65454f34-9dfb-41cd-9278-060268be4587 img.shogun-image {
    

    
    
    
  }


#s-65454f34-9dfb-41cd-9278-060268be4587 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-67fd7d5c-8522-48ac-b93c-a33bea086258 {
  margin-top: 10%;
}

@media (min-width: 0px) {
[id="s-67fd7d5c-8522-48ac-b93c-a33bea086258"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67fd7d5c-8522-48ac-b93c-a33bea086258"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-67fd7d5c-8522-48ac-b93c-a33bea086258"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-67fd7d5c-8522-48ac-b93c-a33bea086258"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf20deca-6516-4fda-9601-5ef93f7075ab {
  min-height: 50px;
}








#s-bf20deca-6516-4fda-9601-5ef93f7075ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf20deca-6516-4fda-9601-5ef93f7075ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9dd9ffaa-8726-425f-8321-6c178300bc51 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-9dd9ffaa-8726-425f-8321-6c178300bc51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9dd9ffaa-8726-425f-8321-6c178300bc51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4a91a9c-4bb9-4251-a635-e471cb5abe1c {
  margin-bottom: 5px;
}

#s-e61a2d32-a954-4531-adef-9104f326c830 {
  margin-bottom: 10px;
}

#s-85b8dc49-61a7-498b-b637-6282040bb49a {
  margin-bottom: 15px;
}

#s-79781b2e-a6b3-4f46-8dc6-cbcf35aaaf55 {
  text-align: center;
}







  #s-79781b2e-a6b3-4f46-8dc6-cbcf35aaaf55 img.shogun-image {
    

    
    
    
  }


#s-79781b2e-a6b3-4f46-8dc6-cbcf35aaaf55 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-83151fc1-c9e3-46c4-875a-2e750aacd075 {
  margin-top: 10%;
margin-bottom: 10%;
}

@media (min-width: 0px) {
[id="s-83151fc1-c9e3-46c4-875a-2e750aacd075"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-83151fc1-c9e3-46c4-875a-2e750aacd075"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-83151fc1-c9e3-46c4-875a-2e750aacd075"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-83151fc1-c9e3-46c4-875a-2e750aacd075"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-cb3aea43-cf1e-40a0-9e57-e4e196bd8d64 {
  min-height: 50px;
}








#s-cb3aea43-cf1e-40a0-9e57-e4e196bd8d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb3aea43-cf1e-40a0-9e57-e4e196bd8d64.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc0f43d3-6672-434b-8b05-e9c31fd03443 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}








#s-bc0f43d3-6672-434b-8b05-e9c31fd03443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc0f43d3-6672-434b-8b05-e9c31fd03443.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4042b1cb-2cca-4975-88fc-22f11abe75ab {
  margin-bottom: 5px;
}

#s-464bb0e9-f5ae-47fe-a161-9a44e0195456 {
  margin-bottom: 10px;
}

#s-ec578cda-2fd0-4ee8-87c5-3a37f9786245 {
  margin-bottom: 15px;
}

#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 {
  margin-top: -20px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 1200px){#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 {
  display: none;
}
#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2, #wrap-s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 {
  display: none;
}
#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2, #wrap-s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 {
  display: none;
}
#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2, #wrap-s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 { display:none !important; }}







#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0f1af6c-aa47-414a-81e8-4b4245c583a2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abc10c4a-cb6c-4a0d-bb35-e5b54c524e84 {
  min-height: 0px;
}








#s-abc10c4a-cb6c-4a0d-bb35-e5b54c524e84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abc10c4a-cb6c-4a0d-bb35-e5b54c524e84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cc7e4d7-88b9-40b5-b4f0-8f2b58da1581 {
  margin-top: 4%;
min-height: 50px;
}








#s-7cc7e4d7-88b9-40b5-b4f0-8f2b58da1581 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc7e4d7-88b9-40b5-b4f0-8f2b58da1581.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7e273fdb-a1db-459d-985a-f91d400529fb {
  min-height: 50px;
}








#s-7e273fdb-a1db-459d-985a-f91d400529fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e273fdb-a1db-459d-985a-f91d400529fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7017992-66e0-4435-ba67-58880e5ddbbd {
  margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
}








#s-c7017992-66e0-4435-ba67-58880e5ddbbd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7017992-66e0-4435-ba67-58880e5ddbbd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-223bf070-41cf-4172-9fd3-e0ea34b88d99 {
  margin-left: auto;
margin-right: auto;
max-width: 250px;
text-align: center;
}







  #s-223bf070-41cf-4172-9fd3-e0ea34b88d99 img.shogun-image {
    

    
    
    
  }


#s-223bf070-41cf-4172-9fd3-e0ea34b88d99 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0330cd9-5ca1-4b97-a775-3c9522059146 {
  margin-left: 4%;
margin-bottom: 15px;
margin-right: 4%;
}

#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d {
  display: none;
}
#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d, #wrap-s-c24dc1fa-d120-4caf-b52e-b8b7944f368d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d {
  display: none;
}
#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d, #wrap-s-c24dc1fa-d120-4caf-b52e-b8b7944f368d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d {
  display: none;
}
#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d, #wrap-s-c24dc1fa-d120-4caf-b52e-b8b7944f368d { display:none !important; }}







#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c24dc1fa-d120-4caf-b52e-b8b7944f368d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76eec742-ea9d-4cdc-b35d-aeae42a12a94 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-76eec742-ea9d-4cdc-b35d-aeae42a12a94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76eec742-ea9d-4cdc-b35d-aeae42a12a94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-76eec742-ea9d-4cdc-b35d-aeae42a12a94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-76eec742-ea9d-4cdc-b35d-aeae42a12a94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-70b3919c-48b8-4b89-963b-334e24c91576 {
  min-height: 50px;
}








#s-70b3919c-48b8-4b89-963b-334e24c91576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70b3919c-48b8-4b89-963b-334e24c91576.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f08cdca3-ac4c-4b2e-829b-c093323be104 {
  background-size: 50% 0px;
border-style: solid;
margin-top: 5px;
margin-left: 30px;
margin-right: 30px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
letter-spacing: 1px;
}
#s-f08cdca3-ac4c-4b2e-829b-c093323be104: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-f08cdca3-ac4c-4b2e-829b-c093323be104: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: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-f08cdca3-ac4c-4b2e-829b-c093323be104-root {
    text-align: center;
  }


#s-f08cdca3-ac4c-4b2e-829b-c093323be104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f08cdca3-ac4c-4b2e-829b-c093323be104-root {
    text-align: center;
  }


#s-f08cdca3-ac4c-4b2e-829b-c093323be104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f08cdca3-ac4c-4b2e-829b-c093323be104-root {
    text-align: center;
  }


#s-f08cdca3-ac4c-4b2e-829b-c093323be104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f08cdca3-ac4c-4b2e-829b-c093323be104-root {
    text-align: center;
  }


#s-f08cdca3-ac4c-4b2e-829b-c093323be104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f08cdca3-ac4c-4b2e-829b-c093323be104-root {
    text-align: center;
  }


#s-f08cdca3-ac4c-4b2e-829b-c093323be104.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: NeutrafaceText-Bold;
  display:  inline-block ;
}
}
#s-794524bf-6416-4f81-a783-438ae6c22f05 {
  margin-top: 35px;
margin-bottom: 6%;
min-height: 50px;
}








#s-794524bf-6416-4f81-a783-438ae6c22f05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-794524bf-6416-4f81-a783-438ae6c22f05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6915e261-661f-4510-a3dd-3e0544dc161a {
  text-align: center;
}







  #s-6915e261-661f-4510-a3dd-3e0544dc161a img.shogun-image {
    

    
    
    
  }


#s-6915e261-661f-4510-a3dd-3e0544dc161a .shogun-image-content {
  
    align-items: center;
  
}

#s-dbd3e2dc-c604-444a-996d-cc5c8a2fce30 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-dbd3e2dc-c604-444a-996d-cc5c8a2fce30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbd3e2dc-c604-444a-996d-cc5c8a2fce30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7948b8b4-662e-4b13-ac08-1dbdbb141af3 {
  margin-bottom: 5px;
}

#s-55a8d27c-1a16-4f22-bcd0-1b7b53e232f8 {
  margin-bottom: 10px;
}

#s-e9ec3fea-55c5-4bb1-af39-0feabd97b5e1 {
  margin-left: auto;
margin-bottom: 6%;
margin-right: auto;
min-height: 50px;
max-width: 940px;
}








#s-e9ec3fea-55c5-4bb1-af39-0feabd97b5e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ec3fea-55c5-4bb1-af39-0feabd97b5e1.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-3cd187b1-5b95-41f1-9c2b-d06275209282"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cd187b1-5b95-41f1-9c2b-d06275209282"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3cd187b1-5b95-41f1-9c2b-d06275209282"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cd187b1-5b95-41f1-9c2b-d06275209282"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-3ecdbe24-14a0-42c1-a46d-0f5b3772c178 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-3ecdbe24-14a0-42c1-a46d-0f5b3772c178 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ecdbe24-14a0-42c1-a46d-0f5b3772c178.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0312416f-daca-4239-91bc-4897022b1983 {
  margin-bottom: 20px;
text-align: center;
}







  #s-0312416f-daca-4239-91bc-4897022b1983 img.shogun-image {
    

    
    
    
  }


#s-0312416f-daca-4239-91bc-4897022b1983 .shogun-image-content {
  
    align-items: center;
  
}

#s-fca2a7b1-53b2-43f6-8b74-a8b9eb578645 {
  margin-bottom: 10px;
}

#s-428cd952-76b7-4108-982a-e8818eadc11d {
  margin-bottom: 15px;
}

#s-904c628a-96af-4942-9253-86f786f40a67 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-904c628a-96af-4942-9253-86f786f40a67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-904c628a-96af-4942-9253-86f786f40a67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-063ecc50-0337-400f-850e-424a3629878d {
  margin-bottom: 20px;
text-align: center;
}







  #s-063ecc50-0337-400f-850e-424a3629878d img.shogun-image {
    

    
    
    
  }


#s-063ecc50-0337-400f-850e-424a3629878d .shogun-image-content {
  
    align-items: center;
  
}

#s-c0b9a141-d93e-432f-bb97-3bc491e08e86 {
  margin-bottom: 10px;
}

#s-8c6ccf20-1c73-4b86-ae8a-334482595a1c {
  margin-bottom: 15px;
}

#s-46b62061-636c-4a58-9b88-4a99404c9ba2 {
  padding-left: 20px;
padding-right: 20px;
min-height: 50px;
}








#s-46b62061-636c-4a58-9b88-4a99404c9ba2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46b62061-636c-4a58-9b88-4a99404c9ba2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8bb8e837-f0b6-4056-977b-4c2a13a79761 {
  margin-bottom: 20px;
text-align: center;
}







  #s-8bb8e837-f0b6-4056-977b-4c2a13a79761 img.shogun-image {
    

    
    
    
  }


#s-8bb8e837-f0b6-4056-977b-4c2a13a79761 .shogun-image-content {
  
    align-items: center;
  
}

#s-3f206980-b342-4667-a32f-cb7d72d9bd1f {
  margin-bottom: 10px;
}

#s-f0411999-bf18-46e6-adf3-8d5edb5d9a0c {
  margin-bottom: 15px;
}

#s-ffbddaf1-ff32-4a63-81ac-c42c35e4decd {
  margin-left: auto;
margin-bottom: 8%;
margin-right: auto;
background-color: rgba(255, 255, 255, 1);
}








#s-ffbddaf1-ff32-4a63-81ac-c42c35e4decd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffbddaf1-ff32-4a63-81ac-c42c35e4decd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed1139a-8f69-4882-8a1f-fca462d286a4 {
  text-align: center;
}







  #s-fed1139a-8f69-4882-8a1f-fca462d286a4 img.shogun-image {
    

    
    
    
  }


#s-fed1139a-8f69-4882-8a1f-fca462d286a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-735cd4c7-9273-4cac-a8ea-7adb95fe83aa {
  padding-top: 8%;
padding-left: 16%;
padding-right: 16%;
background-color: rgba(236, 235, 231, 1);
}








#s-735cd4c7-9273-4cac-a8ea-7adb95fe83aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-735cd4c7-9273-4cac-a8ea-7adb95fe83aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f50e660-d31c-4a0d-8493-68f2125058de {
  margin-bottom: 10px;
}

#s-0b41061f-6b4b-425f-b74d-edbd809ab46d {
  padding-bottom: 10%;
}

#s-ddd0ede2-7fe9-4e05-a89a-afbd7e8da14b {
  min-height: 50px;
}








#s-ddd0ede2-7fe9-4e05-a89a-afbd7e8da14b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddd0ede2-7fe9-4e05-a89a-afbd7e8da14b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-753cfb63-1f5f-4ccd-8e64-b07064271f49 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-753cfb63-1f5f-4ccd-8e64-b07064271f49 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-753cfb63-1f5f-4ccd-8e64-b07064271f49 .shg-sld-nav-button.shg-sld-left,
#s-753cfb63-1f5f-4ccd-8e64-b07064271f49 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-a640cba5-d2f7-4586-873b-1fd3a64a7079 {
  min-height: 50px;
}








#s-a640cba5-d2f7-4586-873b-1fd3a64a7079 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a640cba5-d2f7-4586-873b-1fd3a64a7079 {
  cursor: pointer;
}#s-a640cba5-d2f7-4586-873b-1fd3a64a7079.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd845b69-127d-4ef0-aff6-a379fc8e022a {
  text-align: center;
}







  #s-dd845b69-127d-4ef0-aff6-a379fc8e022a img.shogun-image {
    

    
    
    
  }


#s-dd845b69-127d-4ef0-aff6-a379fc8e022a .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-8f62602a-a416-4837-8fc8-875db713396e {
  margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 100%;
background-color: rgba(236, 235, 231, 1);
}








#s-8f62602a-a416-4837-8fc8-875db713396e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f62602a-a416-4837-8fc8-875db713396e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88806f37-c425-4bc1-9d6e-8dda530849f5 {
  padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-88806f37-c425-4bc1-9d6e-8dda530849f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88806f37-c425-4bc1-9d6e-8dda530849f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54aafab2-ecab-4e18-84d6-902f90936ede {
  margin-bottom: 5px;
}

#s-e107f484-09b3-4c4b-865b-be07fddf7056 {
  margin-bottom: 10px;
}

#s-94d6cc11-7848-43b6-bc37-9cf523cbe12d {
  margin-bottom: 15px;
}

#s-82eee03d-c5d5-455a-be8d-233c1deefa34 {
  min-height: 50px;
}








#s-82eee03d-c5d5-455a-be8d-233c1deefa34 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82eee03d-c5d5-455a-be8d-233c1deefa34 {
  cursor: pointer;
}#s-82eee03d-c5d5-455a-be8d-233c1deefa34.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de70a9aa-58fe-40ed-be8a-046e02bca509 {
  min-height: 50px;
}








#s-de70a9aa-58fe-40ed-be8a-046e02bca509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de70a9aa-58fe-40ed-be8a-046e02bca509.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3bb4a0c-dd8c-4f69-b5bc-3839825a150e {
  text-align: center;
}







  #s-f3bb4a0c-dd8c-4f69-b5bc-3839825a150e img.shogun-image {
    

    
    
    
  }


#s-f3bb4a0c-dd8c-4f69-b5bc-3839825a150e .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-add0ecc3-359d-4a1f-a744-bc885ba27ef4 {
  margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 100%;
background-color: rgba(236, 235, 231, 1);
}








#s-add0ecc3-359d-4a1f-a744-bc885ba27ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-add0ecc3-359d-4a1f-a744-bc885ba27ef4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ac49537-e4a5-42c7-93ab-d13721d207a9 {
  padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-8ac49537-e4a5-42c7-93ab-d13721d207a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ac49537-e4a5-42c7-93ab-d13721d207a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-108562a7-1c40-4797-a62a-d872dcb873dd {
  margin-bottom: 5px;
}

#s-8f3a231e-880d-412b-9c63-9fccbcd37421 {
  margin-bottom: 10px;
}

#s-64bda640-8938-4bc5-a3fe-c4b38b8bbab8 {
  margin-bottom: 15px;
}

#s-fb006db4-0224-4603-87a9-4fb19bb3bd1f {
  min-height: 50px;
}








#s-fb006db4-0224-4603-87a9-4fb19bb3bd1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb006db4-0224-4603-87a9-4fb19bb3bd1f {
  cursor: pointer;
}#s-fb006db4-0224-4603-87a9-4fb19bb3bd1f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7c10c0a4-8dfa-4d12-a19b-ad8e498bcfc9 {
  text-align: center;
}







  #s-7c10c0a4-8dfa-4d12-a19b-ad8e498bcfc9 img.shogun-image {
    

    
    
    
  }


#s-7c10c0a4-8dfa-4d12-a19b-ad8e498bcfc9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-cfdf3735-730e-4b76-a52b-3057d36009d9 {
  margin-left: auto;
margin-right: auto;
min-height: 350px;
max-width: 100%;
background-color: rgba(236, 235, 231, 1);
}








#s-cfdf3735-730e-4b76-a52b-3057d36009d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfdf3735-730e-4b76-a52b-3057d36009d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62f2fde3-6344-41c5-a34f-d01588d69d7f {
  padding-left: 8%;
padding-right: 8%;
min-height: 50px;
}








#s-62f2fde3-6344-41c5-a34f-d01588d69d7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-62f2fde3-6344-41c5-a34f-d01588d69d7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1c95981a-c929-48f2-97ff-8363cdfd030d {
  margin-bottom: 5px;
}

#s-fcbc3305-fc9d-4257-82dd-d7f10ec82712 {
  margin-bottom: 10px;
}

#s-78708429-b397-45ec-8358-e4aab0424d42 {
  margin-bottom: 15px;
}

#s-a2ae9a0e-d920-4e27-9c9a-030a243d9f40 {
  min-height: 50px;
}








#s-a2ae9a0e-d920-4e27-9c9a-030a243d9f40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ae9a0e-d920-4e27-9c9a-030a243d9f40.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ba39d6de-4127-44dc-83b2-9ab4a22b10b3 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-ba39d6de-4127-44dc-83b2-9ab4a22b10b3 {
  display: none;
}
#s-ba39d6de-4127-44dc-83b2-9ab4a22b10b3, #wrap-s-ba39d6de-4127-44dc-83b2-9ab4a22b10b3 { display:none !important; }}
#s-961a61c9-58a8-4f6a-8569-a8ccd6f82135 {
  margin-bottom: 10px;
}
@media (min-width: 1200px){#s-961a61c9-58a8-4f6a-8569-a8ccd6f82135 {
  display: none;
}
#s-961a61c9-58a8-4f6a-8569-a8ccd6f82135, #wrap-s-961a61c9-58a8-4f6a-8569-a8ccd6f82135 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-961a61c9-58a8-4f6a-8569-a8ccd6f82135 {
  display: none;
}
#s-961a61c9-58a8-4f6a-8569-a8ccd6f82135, #wrap-s-961a61c9-58a8-4f6a-8569-a8ccd6f82135 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-961a61c9-58a8-4f6a-8569-a8ccd6f82135 {
  display: none;
}
#s-961a61c9-58a8-4f6a-8569-a8ccd6f82135, #wrap-s-961a61c9-58a8-4f6a-8569-a8ccd6f82135 { display:none !important; }}
.shg-hr-wrapper {
  padding: 30px 0;
}

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

#s-8be52303-e316-46b3-a128-621d5987d488 {
  margin-top: -35px;
}

#s-8be52303-e316-46b3-a128-621d5987d488 hr {
  border-top: 1px solid rgba(207, 207, 207, 1);
}

#s-1b27653c-95e9-470c-99a2-15c59cbf1a2e {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-1b27653c-95e9-470c-99a2-15c59cbf1a2e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-1b27653c-95e9-470c-99a2-15c59cbf1a2e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1b27653c-95e9-470c-99a2-15c59cbf1a2e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b27653c-95e9-470c-99a2-15c59cbf1a2e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

}

#s-cdeb1f17-86b9-4170-aa09-2c0e4938a606 {
  min-height: 50px;
}








#s-cdeb1f17-86b9-4170-aa09-2c0e4938a606 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdeb1f17-86b9-4170-aa09-2c0e4938a606 {
  cursor: pointer;
}#s-cdeb1f17-86b9-4170-aa09-2c0e4938a606.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c1b94d63-5889-4016-b495-4b1a80dee347 {
  text-align: center;
}







  #s-c1b94d63-5889-4016-b495-4b1a80dee347 img.shogun-image {
    

    
    
    
  }


#s-c1b94d63-5889-4016-b495-4b1a80dee347 .shogun-image-content {
  
    align-items: center;
  
}

#s-06c299fe-3d81-4411-aa05-9044a8e81738 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7fc91ffd-e0ba-4e6c-9fef-9564cf284ac9 {
  min-height: 50px;
}








#s-7fc91ffd-e0ba-4e6c-9fef-9564cf284ac9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fc91ffd-e0ba-4e6c-9fef-9564cf284ac9 {
  cursor: pointer;
}#s-7fc91ffd-e0ba-4e6c-9fef-9564cf284ac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75a8c14d-43e4-45f9-b092-cc7e5d8645bb {
  text-align: center;
}







  #s-75a8c14d-43e4-45f9-b092-cc7e5d8645bb img.shogun-image {
    

    
    
    
  }


#s-75a8c14d-43e4-45f9-b092-cc7e5d8645bb .shogun-image-content {
  
    align-items: center;
  
}

#s-4097ab45-92d2-4763-bfef-a636026e2a24 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-91e98cd7-7355-4ac1-a534-4c4b0869ec67 {
  min-height: 50px;
}








#s-91e98cd7-7355-4ac1-a534-4c4b0869ec67 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91e98cd7-7355-4ac1-a534-4c4b0869ec67 {
  cursor: pointer;
}#s-91e98cd7-7355-4ac1-a534-4c4b0869ec67.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc2d7027-5940-4ad6-8c4d-9d4e0649c78d {
  text-align: center;
}







  #s-cc2d7027-5940-4ad6-8c4d-9d4e0649c78d img.shogun-image {
    

    
    
    
  }


#s-cc2d7027-5940-4ad6-8c4d-9d4e0649c78d .shogun-image-content {
  
    align-items: center;
  
}

#s-5c925e7c-b1d6-4c07-abee-736d00b6ca55 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-adb58eb6-c3c2-48cf-a5ab-b72b7a36ae8a {
  min-height: 50px;
}








#s-adb58eb6-c3c2-48cf-a5ab-b72b7a36ae8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adb58eb6-c3c2-48cf-a5ab-b72b7a36ae8a {
  cursor: pointer;
}#s-adb58eb6-c3c2-48cf-a5ab-b72b7a36ae8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8b7ea1f-588f-4f13-a789-0cdcba266080 {
  text-align: center;
}







  #s-f8b7ea1f-588f-4f13-a789-0cdcba266080 img.shogun-image {
    

    
    
    
  }


#s-f8b7ea1f-588f-4f13-a789-0cdcba266080 .shogun-image-content {
  
    align-items: center;
  
}

#s-34b69af8-1a2f-49dd-84bf-ebefdeafb1ea {
  margin-top: 10px;
margin-bottom: 10px;
}

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