.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-da17d13e-7159-47cc-8c7a-682b23dca5a9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



.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-ec9219bd-8d95-44bd-a971-3bbe6687b5cd {
  min-height: 50px;
}
@media (max-width: 767px){#s-ec9219bd-8d95-44bd-a971-3bbe6687b5cd {
  display: none;
}
#s-ec9219bd-8d95-44bd-a971-3bbe6687b5cd, #wrap-s-ec9219bd-8d95-44bd-a971-3bbe6687b5cd { display:none !important; }}







#s-ec9219bd-8d95-44bd-a971-3bbe6687b5cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec9219bd-8d95-44bd-a971-3bbe6687b5cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-8c93bb91-57db-49c5-9a89-587a4222a357 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-8c93bb91-57db-49c5-9a89-587a4222a357"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-8c93bb91-57db-49c5-9a89-587a4222a357"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8c93bb91-57db-49c5-9a89-587a4222a357"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8c93bb91-57db-49c5-9a89-587a4222a357"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

.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-398d7b42-ac42-4233-a34c-e5fc8974daa3 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-398d7b42-ac42-4233-a34c-e5fc8974daa3 img.shogun-image {
    

    
    
    
  }


#s-398d7b42-ac42-4233-a34c-e5fc8974daa3 .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-9a04b042-ae1b-4d92-be9b-a0ccb52bbd1e {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-9a04b042-ae1b-4d92-be9b-a0ccb52bbd1e img.shogun-image {
    

    
    
    
  }


#s-9a04b042-ae1b-4d92-be9b-a0ccb52bbd1e .shogun-image-content {
  
    align-items: center;
  
}

#s-456e74f5-2f31-4215-8f70-4b0dacb83bb7 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-456e74f5-2f31-4215-8f70-4b0dacb83bb7 img.shogun-image {
    

    
    
    
  }


#s-456e74f5-2f31-4215-8f70-4b0dacb83bb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-59da3380-d12e-447e-8765-ee96deac9dac {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-59da3380-d12e-447e-8765-ee96deac9dac"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-59da3380-d12e-447e-8765-ee96deac9dac"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-59da3380-d12e-447e-8765-ee96deac9dac"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-59da3380-d12e-447e-8765-ee96deac9dac"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-9087295c-84d8-4d1d-965f-5e58fe53bfe6 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-9087295c-84d8-4d1d-965f-5e58fe53bfe6 img.shogun-image {
    

    
    
    
  }


#s-9087295c-84d8-4d1d-965f-5e58fe53bfe6 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb295fd4-eb3f-4bc9-abbe-d44a56f2a7b1 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-bb295fd4-eb3f-4bc9-abbe-d44a56f2a7b1 img.shogun-image {
    

    
    
    
  }


#s-bb295fd4-eb3f-4bc9-abbe-d44a56f2a7b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-91224f1e-97a4-4a74-8fd2-c5908813d3c6 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-91224f1e-97a4-4a74-8fd2-c5908813d3c6 img.shogun-image {
    

    
    
    
  }


#s-91224f1e-97a4-4a74-8fd2-c5908813d3c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 {
  display: none;
}
#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095, #wrap-s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 {
  display: none;
}
#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095, #wrap-s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 {
  display: none;
}
#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095, #wrap-s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 { display:none !important; }}@media (max-width: 767px){#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 {
  
}
}







#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a0b2d5-e778-4b3f-830e-8e12f4ea3095.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f40e603-8899-46f9-a530-6fe96f33fdcf {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-6f40e603-8899-46f9-a530-6fe96f33fdcf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6f40e603-8899-46f9-a530-6fe96f33fdcf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6f40e603-8899-46f9-a530-6fe96f33fdcf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6f40e603-8899-46f9-a530-6fe96f33fdcf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-abcc144c-a3cb-4e8f-91a8-4c08649817d4 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-abcc144c-a3cb-4e8f-91a8-4c08649817d4 img.shogun-image {
    

    
    
    
  }


#s-abcc144c-a3cb-4e8f-91a8-4c08649817d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-bcd26957-c354-4437-95e1-d665771b266c {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-bcd26957-c354-4437-95e1-d665771b266c img.shogun-image {
    

    
    
    
  }


#s-bcd26957-c354-4437-95e1-d665771b266c .shogun-image-content {
  
    align-items: center;
  
}

#s-624d41e6-4f6e-40fb-ab2b-720c39721ef2 {
  margin-top: 0px;
margin-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-624d41e6-4f6e-40fb-ab2b-720c39721ef2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-624d41e6-4f6e-40fb-ab2b-720c39721ef2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-624d41e6-4f6e-40fb-ab2b-720c39721ef2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-624d41e6-4f6e-40fb-ab2b-720c39721ef2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-15dede42-d9a9-490b-812a-95835bd91668 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-15dede42-d9a9-490b-812a-95835bd91668 img.shogun-image {
    

    
    
    
  }


#s-15dede42-d9a9-490b-812a-95835bd91668 .shogun-image-content {
  
    align-items: center;
  
}

#s-f7150d71-d624-4146-9529-52df95684cf3 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-f7150d71-d624-4146-9529-52df95684cf3 img.shogun-image {
    

    
    
    
  }


#s-f7150d71-d624-4146-9529-52df95684cf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-50a6fa81-7dbf-4906-bb93-a50176f2530a {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-50a6fa81-7dbf-4906-bb93-a50176f2530a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-50a6fa81-7dbf-4906-bb93-a50176f2530a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-50a6fa81-7dbf-4906-bb93-a50176f2530a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-50a6fa81-7dbf-4906-bb93-a50176f2530a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-1783b275-9445-41fd-9681-1a64c792ae45 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-1783b275-9445-41fd-9681-1a64c792ae45 img.shogun-image {
    

    
    
    
  }


#s-1783b275-9445-41fd-9681-1a64c792ae45 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d392254-3871-421c-909d-ef613d4de513 {
  padding-top: 0px;
padding-left: 20%;
padding-bottom: 0px;
padding-right: 18%;
text-align: center;
}







  #s-2d392254-3871-421c-909d-ef613d4de513 img.shogun-image {
    

    
    
    
  }


#s-2d392254-3871-421c-909d-ef613d4de513 .shogun-image-content {
  
    align-items: center;
  
}

#s-59fa6bdf-b6a0-4cee-817e-60b074c8fc87 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-78d4f1e5-0273-40a4-a642-3c56cf064921 {
  min-height: 50px;
}








#s-78d4f1e5-0273-40a4-a642-3c56cf064921 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78d4f1e5-0273-40a4-a642-3c56cf064921.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1efcafe2-05f6-40a4-9941-dd3cc57035e3 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-1efcafe2-05f6-40a4-9941-dd3cc57035e3 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1efcafe2-05f6-40a4-9941-dd3cc57035e3 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1efcafe2-05f6-40a4-9941-dd3cc57035e3 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-1efcafe2-05f6-40a4-9941-dd3cc57035e3 {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-1efcafe2-05f6-40a4-9941-dd3cc57035e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1efcafe2-05f6-40a4-9941-dd3cc57035e3.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-8e137f60-6806-4b79-bbb1-7c2b8669ebf0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e137f60-6806-4b79-bbb1-7c2b8669ebf0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e137f60-6806-4b79-bbb1-7c2b8669ebf0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e137f60-6806-4b79-bbb1-7c2b8669ebf0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-8e137f60-6806-4b79-bbb1-7c2b8669ebf0"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3cc9fa63-06e4-42aa-8225-64fdb319cee4 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-3cc9fa63-06e4-42aa-8225-64fdb319cee4 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-3cc9fa63-06e4-42aa-8225-64fdb319cee4 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-ba0f5d99-6ffb-43f4-ad52-7291ee835501 {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-ba0f5d99-6ffb-43f4-ad52-7291ee835501 {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-ba0f5d99-6ffb-43f4-ad52-7291ee835501 img.shogun-image {
    

    
    
    
  }


#s-ba0f5d99-6ffb-43f4-ad52-7291ee835501 .shogun-image-content {
  
    align-items: center;
  
}

#s-3525ccb1-36b9-4453-a8e5-1fad38c42e4e {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3525ccb1-36b9-4453-a8e5-1fad38c42e4e {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3525ccb1-36b9-4453-a8e5-1fad38c42e4e {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-3525ccb1-36b9-4453-a8e5-1fad38c42e4e {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-3525ccb1-36b9-4453-a8e5-1fad38c42e4e {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-3525ccb1-36b9-4453-a8e5-1fad38c42e4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3525ccb1-36b9-4453-a8e5-1fad38c42e4e.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-d370ffbd-db95-4286-a381-ea49c6ad62f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d370ffbd-db95-4286-a381-ea49c6ad62f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d370ffbd-db95-4286-a381-ea49c6ad62f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d370ffbd-db95-4286-a381-ea49c6ad62f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-eb1bb5e4-9e59-45d1-85e5-01f64560235c {
  padding-top: 10%;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 10%;
text-align: center;
}
@media (max-width: 767px){#s-eb1bb5e4-9e59-45d1-85e5-01f64560235c {
  padding-bottom: 0%;
padding-right: 0%;
}
}






  #s-eb1bb5e4-9e59-45d1-85e5-01f64560235c img.shogun-image {
    

    
    
    
  }


#s-eb1bb5e4-9e59-45d1-85e5-01f64560235c .shogun-image-content {
  
    align-items: center;
  
}

#s-d2c31b94-086a-4c7d-9760-6ea5a1a2baf8 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d2c31b94-086a-4c7d-9760-6ea5a1a2baf8 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-d2c31b94-086a-4c7d-9760-6ea5a1a2baf8 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-c258d9e1-84a5-4544-bc68-4609d3673449 {
  padding-left: 6%;
padding-right: 6%;
min-height: 50px;
max-width: 100%;
background-color: rgba(251, 250, 248, 1);
}
@media (min-width: 1200px){#s-c258d9e1-84a5-4544-bc68-4609d3673449 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c258d9e1-84a5-4544-bc68-4609d3673449 {
  padding-left: 1.5%;
padding-right: 1.5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c258d9e1-84a5-4544-bc68-4609d3673449 {
  padding-left: 8%;
padding-right: 8%;
}
}@media (max-width: 767px){#s-c258d9e1-84a5-4544-bc68-4609d3673449 {
  padding-left: 5.5%;
padding-right: 5.5%;
}
}







#s-c258d9e1-84a5-4544-bc68-4609d3673449 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c258d9e1-84a5-4544-bc68-4609d3673449.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-a80ac776-6a72-4bf1-ad9d-f17c2cf96151"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a80ac776-6a72-4bf1-ad9d-f17c2cf96151"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a80ac776-6a72-4bf1-ad9d-f17c2cf96151"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a80ac776-6a72-4bf1-ad9d-f17c2cf96151"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-a80ac776-6a72-4bf1-ad9d-f17c2cf96151"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fe69c967-dd20-4576-9be8-55c1ed3e1504 {
  padding-top: 35%;
padding-left: 10%;
padding-bottom: 35%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe69c967-dd20-4576-9be8-55c1ed3e1504 {
  padding-top: 15%;
padding-left: 0%;
padding-bottom: 15%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-fe69c967-dd20-4576-9be8-55c1ed3e1504 {
  padding-top: 10px;
padding-left: 0%;
padding-bottom: 10%;
padding-right: 0%;
}
}
#s-8f499b35-d4ab-4609-854c-0fda24db311a {
  padding-top: 10%;
padding-left: 10%;
padding-bottom: 10%;
text-align: center;
}
@media (max-width: 767px){#s-8f499b35-d4ab-4609-854c-0fda24db311a {
  padding-left: 0%;
padding-bottom: 0%;
}
}






  #s-8f499b35-d4ab-4609-854c-0fda24db311a img.shogun-image {
    

    
    
    
  }


#s-8f499b35-d4ab-4609-854c-0fda24db311a .shogun-image-content {
  
    align-items: center;
  
}

#s-86d849d7-9697-448b-84a5-7f78ce28d50b {
  min-height: 50px;
}
@media (max-width: 767px){#s-86d849d7-9697-448b-84a5-7f78ce28d50b {
  display: none;
}
#s-86d849d7-9697-448b-84a5-7f78ce28d50b, #wrap-s-86d849d7-9697-448b-84a5-7f78ce28d50b { display:none !important; }}







#s-86d849d7-9697-448b-84a5-7f78ce28d50b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86d849d7-9697-448b-84a5-7f78ce28d50b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4831a6ac-2c5c-4907-a013-9aad4c3cf409 {
  margin-top: 40px;
margin-bottom: 15px;
}

.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-46833409-879d-49e3-8e29-8c521f6e1255 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-46833409-879d-49e3-8e29-8c521f6e1255 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-46833409-879d-49e3-8e29-8c521f6e1255 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-46833409-879d-49e3-8e29-8c521f6e1255 .shg-sld-nav-button.shg-sld-left,
#s-46833409-879d-49e3-8e29-8c521f6e1255 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-87ec6f75-6145-44d6-bb17-add172de8562 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-87ec6f75-6145-44d6-bb17-add172de8562"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-87ec6f75-6145-44d6-bb17-add172de8562"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-87ec6f75-6145-44d6-bb17-add172de8562"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-87ec6f75-6145-44d6-bb17-add172de8562"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-648ef2ac-089a-4774-a6fd-4dab07204217 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-648ef2ac-089a-4774-a6fd-4dab07204217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-648ef2ac-089a-4774-a6fd-4dab07204217.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec412a31-ba26-40c7-9912-e0a69fe8c0ab {
  text-align: center;
}







  #s-ec412a31-ba26-40c7-9912-e0a69fe8c0ab img.shogun-image {
    

    
    
    
  }


#s-ec412a31-ba26-40c7-9912-e0a69fe8c0ab .shogun-image-content {
  
    align-items: center;
  
}

#s-c979718f-b2a5-45ae-9492-4c23099ba90b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c979718f-b2a5-45ae-9492-4c23099ba90b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-c979718f-b2a5-45ae-9492-4c23099ba90b .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-0ca8443c-4bbf-4de7-96d7-e37dbcc89053 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-390cca81-9edd-44fc-a498-d05296bcff09 {
  min-height: 50px;
}








#s-390cca81-9edd-44fc-a498-d05296bcff09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-390cca81-9edd-44fc-a498-d05296bcff09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c996f93e-d108-4065-9b7e-d5fb2d95b124 {
  text-align: center;
}







  #s-c996f93e-d108-4065-9b7e-d5fb2d95b124 img.shogun-image {
    

    
    
    
  }


#s-c996f93e-d108-4065-9b7e-d5fb2d95b124 .shogun-image-content {
  
    align-items: center;
  
}

#s-a69dde56-dc80-4d90-a446-b6247a7dfa91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a69dde56-dc80-4d90-a446-b6247a7dfa91 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-a69dde56-dc80-4d90-a446-b6247a7dfa91 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-5deee285-3da7-49a6-9f1d-b2f64d307cd2 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-b49c5758-bba2-461a-a1ee-b6b0038747a3 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b49c5758-bba2-461a-a1ee-b6b0038747a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b49c5758-bba2-461a-a1ee-b6b0038747a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f36dbba7-acd3-47e5-b0df-1c823673b224 {
  text-align: center;
}







  #s-f36dbba7-acd3-47e5-b0df-1c823673b224 img.shogun-image {
    

    
    
    
  }


#s-f36dbba7-acd3-47e5-b0df-1c823673b224 .shogun-image-content {
  
    align-items: center;
  
}

#s-1070d47f-423e-4a87-ae52-aa6e85ea9db6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1070d47f-423e-4a87-ae52-aa6e85ea9db6 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-1070d47f-423e-4a87-ae52-aa6e85ea9db6 .shogun-heading-component h4 a {
  color: #000;
}


#s-25d6bf9b-ed5e-4c03-9c45-31bca219e363 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-25d6bf9b-ed5e-4c03-9c45-31bca219e363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d6bf9b-ed5e-4c03-9c45-31bca219e363.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-783a8991-b21b-42d7-ba0c-af8d69d27971 {
  text-align: center;
}







  #s-783a8991-b21b-42d7-ba0c-af8d69d27971 img.shogun-image {
    

    
    
    
  }


#s-783a8991-b21b-42d7-ba0c-af8d69d27971 .shogun-image-content {
  
    align-items: center;
  
}

#s-998555ec-1fb1-47e6-b560-84b279660cfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-998555ec-1fb1-47e6-b560-84b279660cfe .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-998555ec-1fb1-47e6-b560-84b279660cfe .shogun-heading-component h4 a {
  color: #000;
}


#s-5d8f3c45-ba6a-4a0a-880d-374d8dd6f985 {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-5d8f3c45-ba6a-4a0a-880d-374d8dd6f985"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5d8f3c45-ba6a-4a0a-880d-374d8dd6f985"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5d8f3c45-ba6a-4a0a-880d-374d8dd6f985"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5d8f3c45-ba6a-4a0a-880d-374d8dd6f985"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f3df8e08-9eea-431f-9491-f940cb7770ca {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-f3df8e08-9eea-431f-9491-f940cb7770ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3df8e08-9eea-431f-9491-f940cb7770ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ff33874-847e-4a1f-965c-81c49051478f {
  text-align: center;
}







  #s-1ff33874-847e-4a1f-965c-81c49051478f img.shogun-image {
    

    
    
    
  }


#s-1ff33874-847e-4a1f-965c-81c49051478f .shogun-image-content {
  
    align-items: center;
  
}

#s-545c8497-332e-415f-b7f5-4036c5a3f81b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-545c8497-332e-415f-b7f5-4036c5a3f81b .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-545c8497-332e-415f-b7f5-4036c5a3f81b .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-7a0d9a93-b539-4930-a1f0-f1733be33a97 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-ff5b97b0-4bf0-4836-a3fe-23908b77e0d9 {
  min-height: 50px;
}








#s-ff5b97b0-4bf0-4836-a3fe-23908b77e0d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff5b97b0-4bf0-4836-a3fe-23908b77e0d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0565f003-dbb5-4eed-877f-185f387487e6 {
  text-align: center;
}







  #s-0565f003-dbb5-4eed-877f-185f387487e6 img.shogun-image {
    

    
    
    
  }


#s-0565f003-dbb5-4eed-877f-185f387487e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-531ac082-e1a8-4df8-b48e-2d4dddb9e6a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-531ac082-e1a8-4df8-b48e-2d4dddb9e6a3 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-531ac082-e1a8-4df8-b48e-2d4dddb9e6a3 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-335cd2d8-5bb8-46e4-b14c-ccec97632bab {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-b9e2e79e-6aa9-4487-947a-2fdeeedcf880 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-b9e2e79e-6aa9-4487-947a-2fdeeedcf880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e2e79e-6aa9-4487-947a-2fdeeedcf880.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff652860-9b4a-4312-8f7e-833fd8a11071 {
  text-align: center;
}







  #s-ff652860-9b4a-4312-8f7e-833fd8a11071 img.shogun-image {
    

    
    
    
  }


#s-ff652860-9b4a-4312-8f7e-833fd8a11071 .shogun-image-content {
  
    align-items: center;
  
}

#s-d055131e-8bb1-407e-9326-abbbe6d3b6ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d055131e-8bb1-407e-9326-abbbe6d3b6ec .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-d055131e-8bb1-407e-9326-abbbe6d3b6ec .shogun-heading-component h4 a {
  color: #000;
}


#s-72abb41a-5985-40ae-8350-1e9791fb931f {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-72abb41a-5985-40ae-8350-1e9791fb931f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72abb41a-5985-40ae-8350-1e9791fb931f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f529e4bc-901a-4394-a9ba-496412244abb {
  text-align: center;
}







  #s-f529e4bc-901a-4394-a9ba-496412244abb img.shogun-image {
    

    
    
    
  }


#s-f529e4bc-901a-4394-a9ba-496412244abb .shogun-image-content {
  
    align-items: center;
  
}

#s-eec51387-d230-4d06-867a-5ee1cf0d5d11 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-eec51387-d230-4d06-867a-5ee1cf0d5d11 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-eec51387-d230-4d06-867a-5ee1cf0d5d11 .shogun-heading-component h4 a {
  color: #000;
}


#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 {
  display: none;
}
#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8, #wrap-s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 {
  display: none;
}
#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8, #wrap-s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 {
  display: none;
}
#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8, #wrap-s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 { display:none !important; }}@media (max-width: 767px){#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 {
  
}
}







#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5abb93d-e0cf-4923-8d9f-3785c7c1a4d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b0da87e-9d92-413f-bdb0-63c2f940726f {
  margin-top: 40px;
margin-bottom: 15px;
}

#s-eaea4430-0b77-493b-85af-eda85ad7cc21 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-eaea4430-0b77-493b-85af-eda85ad7cc21 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-eaea4430-0b77-493b-85af-eda85ad7cc21 .shg-sld-nav-button.shg-sld-left,
#s-eaea4430-0b77-493b-85af-eda85ad7cc21 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-c180d665-aed0-4e20-bb66-ede30d1586e0 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-c180d665-aed0-4e20-bb66-ede30d1586e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c180d665-aed0-4e20-bb66-ede30d1586e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ecfa804-79cd-489b-8cbd-f7c5e8b79c32 {
  text-align: center;
}







  #s-1ecfa804-79cd-489b-8cbd-f7c5e8b79c32 img.shogun-image {
    

    
    
    
  }


#s-1ecfa804-79cd-489b-8cbd-f7c5e8b79c32 .shogun-image-content {
  
    align-items: center;
  
}

#s-4345a801-627e-4eb8-986c-37d228e5e45c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4345a801-627e-4eb8-986c-37d228e5e45c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-4345a801-627e-4eb8-986c-37d228e5e45c .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-cc12ba4c-7013-43e1-9782-ff2b82111d23 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-9c516fea-5d93-4c93-81c0-d4881d6ec7ee {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-9c516fea-5d93-4c93-81c0-d4881d6ec7ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c516fea-5d93-4c93-81c0-d4881d6ec7ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5616214-35c0-46bf-b822-ceff0eab632d {
  text-align: center;
}







  #s-d5616214-35c0-46bf-b822-ceff0eab632d img.shogun-image {
    

    
    
    
  }


#s-d5616214-35c0-46bf-b822-ceff0eab632d .shogun-image-content {
  
    align-items: center;
  
}

#s-db4aed6d-0daa-461c-97b9-0cf783b912bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-db4aed6d-0daa-461c-97b9-0cf783b912bd .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-db4aed6d-0daa-461c-97b9-0cf783b912bd .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-315e37ef-9342-42af-8d05-43c7ac38ca66 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-6545e9d4-1c02-4b20-b393-385781217d18 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-6545e9d4-1c02-4b20-b393-385781217d18 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6545e9d4-1c02-4b20-b393-385781217d18.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7213f961-dd01-46b8-a7f0-25e1f4c48508 {
  text-align: center;
}







  #s-7213f961-dd01-46b8-a7f0-25e1f4c48508 img.shogun-image {
    

    
    
    
  }


#s-7213f961-dd01-46b8-a7f0-25e1f4c48508 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d986848-b0f0-4145-beb7-6ae53cf6ed76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1d986848-b0f0-4145-beb7-6ae53cf6ed76 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-1d986848-b0f0-4145-beb7-6ae53cf6ed76 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-bd7a2c24-5e2e-440d-ba5d-536057343b0b {
  margin-top: 15px;
margin-bottom: 15px;
}
}
#s-28af217f-f0f3-4900-a0b6-0863777aa471 {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}








#s-28af217f-f0f3-4900-a0b6-0863777aa471 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28af217f-f0f3-4900-a0b6-0863777aa471.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9419e34d-7e88-4f43-b2d8-bac04a252f67 {
  text-align: center;
}







  #s-9419e34d-7e88-4f43-b2d8-bac04a252f67 img.shogun-image {
    

    
    
    
  }


#s-9419e34d-7e88-4f43-b2d8-bac04a252f67 .shogun-image-content {
  
    align-items: center;
  
}

#s-871f362e-a070-4141-801d-648c5cc4ab26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-871f362e-a070-4141-801d-648c5cc4ab26 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


#s-871f362e-a070-4141-801d-648c5cc4ab26 .shogun-heading-component h4 a {
  color: #000;
}


@media (max-width: 767px){#s-97fcf5a9-0920-4600-af8c-9d97426aea59 {
  margin-top: 15px;
margin-bottom: 15px;
}
}
/*
  $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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}