.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-a4544e07-188b-4f06-b531-db77c29b3d05 {
  min-height: 10px;
}








#s-a4544e07-188b-4f06-b531-db77c29b3d05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4544e07-188b-4f06-b531-db77c29b3d05.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-2dff1999-0423-4ced-80ff-40f934e89e14 hr {
  border-top: 1px solid #ddd;
}

#s-c4e4f87e-cc21-4634-b89e-1f487f906f0b {
  min-height: 20px;
}








#s-c4e4f87e-cc21-4634-b89e-1f487f906f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4e4f87e-cc21-4634-b89e-1f487f906f0b.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-bbedfefe-105e-4026-8c6b-091b6d7a212d {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-bbedfefe-105e-4026-8c6b-091b6d7a212d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbedfefe-105e-4026-8c6b-091b6d7a212d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-bbedfefe-105e-4026-8c6b-091b6d7a212d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-bbedfefe-105e-4026-8c6b-091b6d7a212d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-bbedfefe-105e-4026-8c6b-091b6d7a212d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-e88bdf51-73a6-4aa3-a4ca-0175a5b5bc4c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-e88bdf51-73a6-4aa3-a4ca-0175a5b5bc4c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e88bdf51-73a6-4aa3-a4ca-0175a5b5bc4c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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: ;
}

.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-b17190f9-b80c-4759-8e34-ed07b311c5c3 {
  text-align: center;
}







  #s-b17190f9-b80c-4759-8e34-ed07b311c5c3 img.shogun-image {
    

    
    
    
  }


#s-b17190f9-b80c-4759-8e34-ed07b311c5c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-0df52163-9d71-4779-9005-84087a60d618 {
  min-height: 50px;
}








#s-0df52163-9d71-4779-9005-84087a60d618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0df52163-9d71-4779-9005-84087a60d618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1bc4c03-b866-4357-9c7c-b3f6126c247c {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-e1bc4c03-b866-4357-9c7c-b3f6126c247c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e1bc4c03-b866-4357-9c7c-b3f6126c247c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e1bc4c03-b866-4357-9c7c-b3f6126c247c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1bc4c03-b866-4357-9c7c-b3f6126c247c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-0222fa4a-9430-48cf-a3d9-c184ee08e59f {
  text-align: center;
}







  #s-0222fa4a-9430-48cf-a3d9-c184ee08e59f img.shogun-image {
    

    
    
    
  }


#s-0222fa4a-9430-48cf-a3d9-c184ee08e59f .shogun-image-content {
  
    align-items: center;
  
}

#s-ece16d54-5292-4d6c-9c40-f028e2a25d3e {
  min-height: 50px;
}








#s-ece16d54-5292-4d6c-9c40-f028e2a25d3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ece16d54-5292-4d6c-9c40-f028e2a25d3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-564e0cab-f119-4969-8595-c8f52eb52815 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-564e0cab-f119-4969-8595-c8f52eb52815"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-564e0cab-f119-4969-8595-c8f52eb52815"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-564e0cab-f119-4969-8595-c8f52eb52815"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-564e0cab-f119-4969-8595-c8f52eb52815"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-564e0cab-f119-4969-8595-c8f52eb52815"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f7304671-2946-4f1f-bd8a-6639c94527b9 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-f7304671-2946-4f1f-bd8a-6639c94527b9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7304671-2946-4f1f-bd8a-6639c94527b9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c64c60c-4310-4f10-9622-8f8fa6f01f4c {
  text-align: center;
}







  #s-9c64c60c-4310-4f10-9622-8f8fa6f01f4c img.shogun-image {
    

    
    
    
  }


#s-9c64c60c-4310-4f10-9622-8f8fa6f01f4c .shogun-image-content {
  
    align-items: center;
  
}

#s-2b7d8474-9b7a-48d6-8205-b65ce70292db {
  min-height: 50px;
}








#s-2b7d8474-9b7a-48d6-8205-b65ce70292db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7d8474-9b7a-48d6-8205-b65ce70292db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63aee9ce-0340-412c-8f86-3c777729a3e1 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-63aee9ce-0340-412c-8f86-3c777729a3e1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63aee9ce-0340-412c-8f86-3c777729a3e1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-63aee9ce-0340-412c-8f86-3c777729a3e1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-63aee9ce-0340-412c-8f86-3c777729a3e1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6fbcb565-d63e-4609-bfd0-5c5535616060 {
  text-align: center;
}







  #s-6fbcb565-d63e-4609-bfd0-5c5535616060 img.shogun-image {
    

    
    
    
  }


#s-6fbcb565-d63e-4609-bfd0-5c5535616060 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd661202-2484-4233-adc1-f0e0a0a3cddb {
  min-height: 50px;
}








#s-bd661202-2484-4233-adc1-f0e0a0a3cddb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd661202-2484-4233-adc1-f0e0a0a3cddb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48f10b63-15c1-4b9f-9478-9209359bfd1f {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-48f10b63-15c1-4b9f-9478-9209359bfd1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48f10b63-15c1-4b9f-9478-9209359bfd1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-48f10b63-15c1-4b9f-9478-9209359bfd1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-48f10b63-15c1-4b9f-9478-9209359bfd1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-48f10b63-15c1-4b9f-9478-9209359bfd1f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-71d762ee-5c52-4000-815e-e4aac38282dd {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-71d762ee-5c52-4000-815e-e4aac38282dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71d762ee-5c52-4000-815e-e4aac38282dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-804e106d-2503-483e-ad68-91af9144d6e9 {
  text-align: center;
}







  #s-804e106d-2503-483e-ad68-91af9144d6e9 img.shogun-image {
    

    
    
    
  }


#s-804e106d-2503-483e-ad68-91af9144d6e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-263c976b-6b7c-4fad-889a-a244f9d85d90 {
  min-height: 50px;
}








#s-263c976b-6b7c-4fad-889a-a244f9d85d90 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-263c976b-6b7c-4fad-889a-a244f9d85d90.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d148e13-1571-4495-a038-f2919dc49b42 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-0d148e13-1571-4495-a038-f2919dc49b42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d148e13-1571-4495-a038-f2919dc49b42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d148e13-1571-4495-a038-f2919dc49b42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d148e13-1571-4495-a038-f2919dc49b42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-307a7a75-2c3c-45d6-a229-b868c643d515 {
  text-align: center;
}







  #s-307a7a75-2c3c-45d6-a229-b868c643d515 img.shogun-image {
    

    
    
    
  }


#s-307a7a75-2c3c-45d6-a229-b868c643d515 .shogun-image-content {
  
    align-items: center;
  
}

#s-b06ccd23-7d74-4f1d-9a27-8b072f162b01 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 400px;
}








#s-b06ccd23-7d74-4f1d-9a27-8b072f162b01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b06ccd23-7d74-4f1d-9a27-8b072f162b01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9945412-4990-4925-b3a8-6b157bd904ef {
  min-height: 50px;
}








#s-b9945412-4990-4925-b3a8-6b157bd904ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9945412-4990-4925-b3a8-6b157bd904ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a447ce89-59b7-4dd3-91fc-d06eeed355d1 {
  margin-top: 0px;
margin-left: 40px;
margin-bottom: 0px;
margin-right: 40px;
}

@media (min-width: 0px) {
[id="s-a447ce89-59b7-4dd3-91fc-d06eeed355d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a447ce89-59b7-4dd3-91fc-d06eeed355d1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a447ce89-59b7-4dd3-91fc-d06eeed355d1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a447ce89-59b7-4dd3-91fc-d06eeed355d1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-a447ce89-59b7-4dd3-91fc-d06eeed355d1"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-4c90331e-e516-4be4-a3f9-e22154a4dd30 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
}








#s-4c90331e-e516-4be4-a3f9-e22154a4dd30 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c90331e-e516-4be4-a3f9-e22154a4dd30.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f57b4a5-2778-44f3-80de-4f93150b00bc {
  text-align: center;
}







  #s-4f57b4a5-2778-44f3-80de-4f93150b00bc img.shogun-image {
    

    
    
    
  }


#s-4f57b4a5-2778-44f3-80de-4f93150b00bc .shogun-image-content {
  
    align-items: center;
  
}

#s-9d9cf2ed-ac7d-4075-bb59-c052db901b31 {
  min-height: 50px;
}








#s-9d9cf2ed-ac7d-4075-bb59-c052db901b31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d9cf2ed-ac7d-4075-bb59-c052db901b31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-25b3aa30-a878-44d1-a753-9b81bd84787a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-25b3aa30-a878-44d1-a753-9b81bd84787a .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-bd7d3edb-7206-4000-b050-3ff000512756 {
  margin-left: 50px;
margin-right: 50px;
}

@media (min-width: 0px) {
[id="s-bd7d3edb-7206-4000-b050-3ff000512756"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd7d3edb-7206-4000-b050-3ff000512756"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-bd7d3edb-7206-4000-b050-3ff000512756"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd7d3edb-7206-4000-b050-3ff000512756"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-316c8683-a626-4125-8569-2c1e7f9aa852 {
  min-height: 50px;
}








#s-316c8683-a626-4125-8569-2c1e7f9aa852 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-316c8683-a626-4125-8569-2c1e7f9aa852.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-187ba9f4-216e-47aa-8ce9-5e3733b8ce44 {
  min-height: 50px;
}








#s-187ba9f4-216e-47aa-8ce9-5e3733b8ce44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-187ba9f4-216e-47aa-8ce9-5e3733b8ce44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9ccc0842-4030-4870-bc3a-b0df56db6952 {
  min-height: 50px;
}








#s-9ccc0842-4030-4870-bc3a-b0df56db6952 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ccc0842-4030-4870-bc3a-b0df56db6952.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6920153d-1aa7-4977-898c-c3c155633e9a {
  min-height: 50px;
}








#s-6920153d-1aa7-4977-898c-c3c155633e9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6920153d-1aa7-4977-898c-c3c155633e9a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eef9dabe-e142-4461-812c-b6a6792f0ca9 {
  min-height: 50px;
}








#s-eef9dabe-e142-4461-812c-b6a6792f0ca9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eef9dabe-e142-4461-812c-b6a6792f0ca9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8b48dbe-bbcc-4feb-af07-9f63c53088eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-a8b48dbe-bbcc-4feb-af07-9f63c53088eb .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-6c5ccf82-df38-4fd9-aa99-0c91b01b7b3a {
  min-height: 10px;
}








#s-6c5ccf82-df38-4fd9-aa99-0c91b01b7b3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c5ccf82-df38-4fd9-aa99-0c91b01b7b3a.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-50bbc28f-f729-42e3-9b38-a4c3cab8b9da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50bbc28f-f729-42e3-9b38-a4c3cab8b9da"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-50bbc28f-f729-42e3-9b38-a4c3cab8b9da"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-50bbc28f-f729-42e3-9b38-a4c3cab8b9da"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5c1a4d62-348f-4f56-88e6-a3c09fadebaf {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 900px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-5c1a4d62-348f-4f56-88e6-a3c09fadebaf .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-9c6701b8-bff4-4841-9c63-b5459111fa3e {
  margin-left: 50px;
margin-right: 50px;
opacity: 1;
}

#s-9c6701b8-bff4-4841-9c63-b5459111fa3e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-9c6701b8-bff4-4841-9c63-b5459111fa3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-9c6701b8-bff4-4841-9c63-b5459111fa3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-9c6701b8-bff4-4841-9c63-b5459111fa3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-9c6701b8-bff4-4841-9c63-b5459111fa3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-9c6701b8-bff4-4841-9c63-b5459111fa3e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-a48f8ce9-cd7a-4918-9ce2-2607d7d3efe2 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 900px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-a48f8ce9-cd7a-4918-9ce2-2607d7d3efe2 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-260ba651-9c70-49c0-a5e8-a84da2d165d1 {
  margin-left: 50px;
margin-right: 50px;
opacity: 1;
}

#s-260ba651-9c70-49c0-a5e8-a84da2d165d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-260ba651-9c70-49c0-a5e8-a84da2d165d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-260ba651-9c70-49c0-a5e8-a84da2d165d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-260ba651-9c70-49c0-a5e8-a84da2d165d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-260ba651-9c70-49c0-a5e8-a84da2d165d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-260ba651-9c70-49c0-a5e8-a84da2d165d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-72d24abd-7adb-4243-b886-eca668f0f28a {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 900px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-72d24abd-7adb-4243-b886-eca668f0f28a .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-434eeb97-5b59-409c-ad8a-154392b375a8 {
  margin-left: 50px;
margin-right: 50px;
opacity: 1;
}

#s-434eeb97-5b59-409c-ad8a-154392b375a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-434eeb97-5b59-409c-ad8a-154392b375a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-434eeb97-5b59-409c-ad8a-154392b375a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-434eeb97-5b59-409c-ad8a-154392b375a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-434eeb97-5b59-409c-ad8a-154392b375a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-434eeb97-5b59-409c-ad8a-154392b375a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-7e7ef231-6aa3-46ff-a854-b5f9540b80bf {
  text-align: center;
}







  #s-7e7ef231-6aa3-46ff-a854-b5f9540b80bf img.shogun-image {
    

    
    
    
  }


#s-7e7ef231-6aa3-46ff-a854-b5f9540b80bf .shogun-image-content {
  
    align-items: center;
  
}

#s-5f2c90d8-35dd-47e3-a0f0-37829288db8f hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-25be773b-1ca3-493a-8666-4700d4a72503 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-25be773b-1ca3-493a-8666-4700d4a72503 .shogun-heading-component h2 {
  color: rgba(74, 74, 74, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-755b69a5-b33e-4803-88c8-f14cfda4ae8d {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-755b69a5-b33e-4803-88c8-f14cfda4ae8d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-755b69a5-b33e-4803-88c8-f14cfda4ae8d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-755b69a5-b33e-4803-88c8-f14cfda4ae8d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-755b69a5-b33e-4803-88c8-f14cfda4ae8d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8c8e5897-ad91-4c29-ad8c-9f9968a9ea65 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-8c8e5897-ad91-4c29-ad8c-9f9968a9ea65 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-fc4be8b5-dca2-4b69-99ce-8dfb2a2e9539 {
  margin-left: 50px;
margin-right: 50px;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-ab9a63b8-89c5-4504-87a5-408f9c5111be {
  margin-left: 40px;
margin-right: 40px;
}

#s-ab9a63b8-89c5-4504-87a5-408f9c5111be .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-ab9a63b8-89c5-4504-87a5-408f9c5111be table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ab9a63b8-89c5-4504-87a5-408f9c5111be td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ab9a63b8-89c5-4504-87a5-408f9c5111be td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ab9a63b8-89c5-4504-87a5-408f9c5111be td.shogun-table-column, #s-ab9a63b8-89c5-4504-87a5-408f9c5111be td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-0a7c0004-e52e-4f45-9077-07d0e4ae6dcb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-0a7c0004-e52e-4f45-9077-07d0e4ae6dcb .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-e5c3b47d-bd9a-4f7d-a0d8-ed53c66191f1 {
  margin-left: 50px;
margin-right: 50px;
}

#s-6e79e95c-1087-412d-857f-9ee080c831fb {
  margin-left: 50px;
margin-right: 50px;
}

#s-6e79e95c-1087-412d-857f-9ee080c831fb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-6e79e95c-1087-412d-857f-9ee080c831fb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6e79e95c-1087-412d-857f-9ee080c831fb td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6e79e95c-1087-412d-857f-9ee080c831fb td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-6e79e95c-1087-412d-857f-9ee080c831fb td.shogun-table-column, #s-6e79e95c-1087-412d-857f-9ee080c831fb td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-861b0620-13d0-4609-9e2b-91a7bae1090e hr {
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-090bcba4-6f81-4a97-89c9-e1bd092a58b5 {
  margin-top: 10px;
}

@media (min-width: 0px) {
[id="s-090bcba4-6f81-4a97-89c9-e1bd092a58b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-090bcba4-6f81-4a97-89c9-e1bd092a58b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-090bcba4-6f81-4a97-89c9-e1bd092a58b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-090bcba4-6f81-4a97-89c9-e1bd092a58b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-9a705804-72f1-45de-a6e4-d3e7eab12e57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-9a705804-72f1-45de-a6e4-d3e7eab12e57 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-e35e7e29-6b81-4f93-bdd8-af2fdb5d7d11 {
  margin-left: 50px;
margin-right: 50px;
min-height: 0px;
}

#s-ee15f93d-33ac-4b93-8603-a2dc8f8344c0 {
  margin-left: 40px;
margin-right: 40px;
}

#s-ee15f93d-33ac-4b93-8603-a2dc8f8344c0 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-ee15f93d-33ac-4b93-8603-a2dc8f8344c0 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-ee15f93d-33ac-4b93-8603-a2dc8f8344c0 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-ee15f93d-33ac-4b93-8603-a2dc8f8344c0 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-ee15f93d-33ac-4b93-8603-a2dc8f8344c0 td.shogun-table-column, #s-ee15f93d-33ac-4b93-8603-a2dc8f8344c0 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-80833690-1732-4078-bce8-c6a4c3e53173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-80833690-1732-4078-bce8-c6a4c3e53173 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-d092d668-f534-4486-ace4-4e2e6584f4c4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7845472f-4b5d-4bcf-8b39-ae5fd43b5267 {
  margin-left: 50px;
margin-right: 50px;
}

#s-7845472f-4b5d-4bcf-8b39-ae5fd43b5267 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7845472f-4b5d-4bcf-8b39-ae5fd43b5267 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7845472f-4b5d-4bcf-8b39-ae5fd43b5267 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7845472f-4b5d-4bcf-8b39-ae5fd43b5267 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7845472f-4b5d-4bcf-8b39-ae5fd43b5267 td.shogun-table-column, #s-7845472f-4b5d-4bcf-8b39-ae5fd43b5267 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-609467f1-ff55-42c3-a110-eb3778ed0d9c {
  min-height: 10px;
}








#s-609467f1-ff55-42c3-a110-eb3778ed0d9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-609467f1-ff55-42c3-a110-eb3778ed0d9c.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-d10a5412-295e-49e8-99b3-521effd4b4ce"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d10a5412-295e-49e8-99b3-521effd4b4ce"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d10a5412-295e-49e8-99b3-521effd4b4ce"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d10a5412-295e-49e8-99b3-521effd4b4ce"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f74e7153-6a0e-43f2-b9a9-398f60530f2b {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 900px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-f74e7153-6a0e-43f2-b9a9-398f60530f2b .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-00d50759-e004-4def-90e9-87fd42c2b9af {
  margin-left: 50px;
margin-right: 50px;
opacity: 1;
}

#s-00d50759-e004-4def-90e9-87fd42c2b9af > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-00d50759-e004-4def-90e9-87fd42c2b9af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-00d50759-e004-4def-90e9-87fd42c2b9af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-00d50759-e004-4def-90e9-87fd42c2b9af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-00d50759-e004-4def-90e9-87fd42c2b9af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-00d50759-e004-4def-90e9-87fd42c2b9af > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-65b5a8cf-1069-4a89-a73a-318e97a6a18d {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 900px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-65b5a8cf-1069-4a89-a73a-318e97a6a18d .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-ab05d72f-3dc3-420d-a804-efdb564ce6c8 {
  margin-left: 50px;
margin-right: 50px;
opacity: 1;
}

#s-ab05d72f-3dc3-420d-a804-efdb564ce6c8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-ab05d72f-3dc3-420d-a804-efdb564ce6c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-ab05d72f-3dc3-420d-a804-efdb564ce6c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(63, 63, 63, 1);
}

#s-ab05d72f-3dc3-420d-a804-efdb564ce6c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 1);
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-ab05d72f-3dc3-420d-a804-efdb564ce6c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(63, 63, 63, 1);
  text-align: left;
  font-family: Helvetica;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ab05d72f-3dc3-420d-a804-efdb564ce6c8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-2844bd2b-bb53-4e7d-a501-76a62e953d2f {
  min-height: 50px;
}








#s-2844bd2b-bb53-4e7d-a501-76a62e953d2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2844bd2b-bb53-4e7d-a501-76a62e953d2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-757b2347-18cb-4195-8e7c-32ad75321549 {
  background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-757b2347-18cb-4195-8e7c-32ad75321549"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-757b2347-18cb-4195-8e7c-32ad75321549"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-757b2347-18cb-4195-8e7c-32ad75321549"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-757b2347-18cb-4195-8e7c-32ad75321549"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-0eb21fd7-4aa9-4377-9e4c-3dc51aff6ced {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-0eb21fd7-4aa9-4377-9e4c-3dc51aff6ced .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-a5bc40da-213a-4a75-a13d-0d98f6a7f81b {
  margin-left: 50px;
margin-right: 50px;
background-color: rgba(255, 255, 255, 1);
}

#s-daea17a5-405b-4372-bed8-07c95adb0f19 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-daea17a5-405b-4372-bed8-07c95adb0f19 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-1e677857-184e-4d65-ace2-4392bd6f26f4 {
  margin-left: 50px;
margin-right: 50px;
}

#s-9edb563c-bdda-4a39-a563-dfe22efb580d {
  min-height: 50px;
}








#s-9edb563c-bdda-4a39-a563-dfe22efb580d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9edb563c-bdda-4a39-a563-dfe22efb580d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e926828f-ca85-44b1-b470-b73745cdb812 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(230, 230, 230, 1);
}

#s-e926828f-ca85-44b1-b470-b73745cdb812 .shogun-heading-component h2 {
  color: rgba(61, 61, 61, 1);
  font-weight:  normal ;
  font-family: "Carrois Gothic SC";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}



#s-ffc33f7e-0380-40a8-993c-d2df3560e802 {
  min-height: 10px;
}








#s-ffc33f7e-0380-40a8-993c-d2df3560e802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ffc33f7e-0380-40a8-993c-d2df3560e802.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-eb665f4b-3983-4a7f-94d0-428d498ae5aa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb665f4b-3983-4a7f-94d0-428d498ae5aa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb665f4b-3983-4a7f-94d0-428d498ae5aa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-eb665f4b-3983-4a7f-94d0-428d498ae5aa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb665f4b-3983-4a7f-94d0-428d498ae5aa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb665f4b-3983-4a7f-94d0-428d498ae5aa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-eb665f4b-3983-4a7f-94d0-428d498ae5aa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

}

.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-a0c6320d-4497-4d4b-b182-20797381b2ed {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a0c6320d-4497-4d4b-b182-20797381b2ed .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a0c6320d-4497-4d4b-b182-20797381b2ed .shg-sld-nav-button.shg-sld-left,
#s-a0c6320d-4497-4d4b-b182-20797381b2ed .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-5c01cb08-498b-4dd7-b0a8-b7598b1bf310 {
  text-align: center;
}







  #s-5c01cb08-498b-4dd7-b0a8-b7598b1bf310 img.shogun-image {
    

    
    
    
  }


#s-5c01cb08-498b-4dd7-b0a8-b7598b1bf310 .shogun-image-content {
  
    align-items: center;
  
}

#s-c227ebbb-d32d-41ad-ad5b-c26a8bdea2c4 {
  text-align: center;
}







  #s-c227ebbb-d32d-41ad-ad5b-c26a8bdea2c4 img.shogun-image {
    

    
    
    
  }


#s-c227ebbb-d32d-41ad-ad5b-c26a8bdea2c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-0cb34da2-4f2c-4f79-a07e-3e8ea8d9a72f {
  text-align: center;
}







  #s-0cb34da2-4f2c-4f79-a07e-3e8ea8d9a72f img.shogun-image {
    

    
    
    
  }


#s-0cb34da2-4f2c-4f79-a07e-3e8ea8d9a72f .shogun-image-content {
  
    align-items: center;
  
}

#s-251fb5cc-0393-493b-adb2-d5e123558ca0 {
  text-align: center;
}







  #s-251fb5cc-0393-493b-adb2-d5e123558ca0 img.shogun-image {
    

    
    
    
  }


#s-251fb5cc-0393-493b-adb2-d5e123558ca0 .shogun-image-content {
  
    align-items: center;
  
}

#s-9d9f47a2-7c79-451b-b82b-af013f706523 {
  text-align: center;
}







  #s-9d9f47a2-7c79-451b-b82b-af013f706523 img.shogun-image {
    

    
    
    
  }


#s-9d9f47a2-7c79-451b-b82b-af013f706523 .shogun-image-content {
  
    align-items: center;
  
}

#s-627786df-ebdb-4cfb-85f2-14c633b56336 {
  min-height: 50px;
}








#s-627786df-ebdb-4cfb-85f2-14c633b56336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-627786df-ebdb-4cfb-85f2-14c633b56336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52b03b49-c2ea-4f43-8551-5d3e81444dea hr {
  border-top: 2px solid #ddd;
}

#s-ea1e62e1-35eb-46e5-8f73-8da0e002f15a {
  background-color: rgba(248, 248, 248, 1);
}

@media (min-width: 0px) {
[id="s-ea1e62e1-35eb-46e5-8f73-8da0e002f15a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ea1e62e1-35eb-46e5-8f73-8da0e002f15a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ea1e62e1-35eb-46e5-8f73-8da0e002f15a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ea1e62e1-35eb-46e5-8f73-8da0e002f15a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-86732a1e-49cd-45b6-8a8b-d536de50d0ee hr {
  border-top: 2px solid #ddd;
}

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