.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-6e6ccee2-1552-4b4f-83cf-dd83f70d7df2 {
  min-height: 50px;
}








#s-6e6ccee2-1552-4b4f-83cf-dd83f70d7df2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6e6ccee2-1552-4b4f-83cf-dd83f70d7df2.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: ;
}

#s-ca83eff1-7bb3-4036-9d32-24cfa88b4cfd {
  margin-top: -5px;
margin-bottom: 20px;
}

.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-8e4c871b-033f-4f30-a51d-c3ae3c6a2757 {
  margin-left: -20px;
margin-right: -20px;
}

#s-8e4c871b-033f-4f30-a51d-c3ae3c6a2757 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-8e4c871b-033f-4f30-a51d-c3ae3c6a2757 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 20px;
}

#s-8e4c871b-033f-4f30-a51d-c3ae3c6a2757 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-8e4c871b-033f-4f30-a51d-c3ae3c6a2757 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-8e4c871b-033f-4f30-a51d-c3ae3c6a2757 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-8e4c871b-033f-4f30-a51d-c3ae3c6a2757 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-35039ab3-5fd9-4948-804f-2cd50ebc78ea {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
min-height: 50px;
}








#s-35039ab3-5fd9-4948-804f-2cd50ebc78ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35039ab3-5fd9-4948-804f-2cd50ebc78ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7976c274-87ea-4346-8387-f12bd8f26624 {
  min-height: 50px;
}








#s-7976c274-87ea-4346-8387-f12bd8f26624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7976c274-87ea-4346-8387-f12bd8f26624.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-34becd34-78cb-4527-913d-5be8ee999f37 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34becd34-78cb-4527-913d-5be8ee999f37 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: left;
}



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

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

#s-32861045-ddd5-413a-b084-9ca87139093b hr {
  border-top: 1px solid #ddd;
}

.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-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b {
  display: none;
}
#s-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b, #wrap-s-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b { display:none !important; }}
@media (min-width: 0px) {
[id="s-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-10aa75a1-327d-4f5f-aa1a-5dd21b398a9b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d7a84f49-9560-4b13-b0c5-6cef1ad309cf {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d7a84f49-9560-4b13-b0c5-6cef1ad309cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7a84f49-9560-4b13-b0c5-6cef1ad309cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2642db72-f885-4a3d-b5a6-cbf7153ed0ee {
  margin-right: 20%;
}

.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-117a98c8-3a5f-4d92-b8d7-bc52dbb918ad {
  margin-left: 18%;
margin-right: 18%;
text-align: center;
}







  #s-117a98c8-3a5f-4d92-b8d7-bc52dbb918ad img.shogun-image {
    

    
    
    
  }


#s-117a98c8-3a5f-4d92-b8d7-bc52dbb918ad .shogun-image-content {
  
    align-items: center;
  
}

#s-a3fadd3c-5ad8-47e9-baf8-2c5e516d7cb1 {
  margin-right: 88%;
text-align: center;
}







  #s-a3fadd3c-5ad8-47e9-baf8-2c5e516d7cb1 img.shogun-image {
    

    
    
    
  }


#s-a3fadd3c-5ad8-47e9-baf8-2c5e516d7cb1 .shogun-image-content {
  
    align-items: center;
  
}

#s-3eb07117-4118-40bf-b0b2-6cf4b939b594 {
  margin-top: 5px;
}

#s-0c1c3c69-e348-4309-b34a-02aef6c80d3f {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-5769edc6-0496-4d1d-8d20-0bf881af8da2 {
  margin-top: 15px;
margin-right: 20%;
}

#s-f2b08adf-42b2-4ecd-9bce-4459ed5da507 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-f2b08adf-42b2-4ecd-9bce-4459ed5da507 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2b08adf-42b2-4ecd-9bce-4459ed5da507.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-674a42ee-9bda-4511-80ff-6ae968147526 {
  margin-right: 20%;
}

#s-288893af-a9bf-40c1-85d5-80c3a4149e9d {
  margin-left: 17%;
margin-right: 21%;
text-align: center;
}







  #s-288893af-a9bf-40c1-85d5-80c3a4149e9d img.shogun-image {
    

    
    
    
  }


#s-288893af-a9bf-40c1-85d5-80c3a4149e9d .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf2e92b-5429-487b-8891-4fdf0ab8c65a {
  margin-left: -6%;
margin-right: 75%;
text-align: center;
}







  #s-ccf2e92b-5429-487b-8891-4fdf0ab8c65a img.shogun-image {
    

    
    
    
  }


#s-ccf2e92b-5429-487b-8891-4fdf0ab8c65a .shogun-image-content {
  
    align-items: center;
  
}

#s-2dc8810e-d674-4a17-abe7-316064299e65 {
  margin-top: 5px;
}

#s-81043df2-760a-479b-b0ab-4be78077cca3 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-31474f15-fbb3-493a-800d-46d09e8b3667 {
  margin-top: 15px;
margin-right: 20%;
}

.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-cdee6f7f-e699-4a4e-8f35-bb06333774a7 {
  margin-left: 20px;
margin-bottom: 30px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 {
  display: none;
}
#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7, #wrap-s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 {
  display: none;
}
#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7, #wrap-s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 {
  display: none;
}
#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7, #wrap-s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 { display:none !important; }}@media (max-width: 767px){#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 {
  
}
}
#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 .shg-sld-nav-button.shg-sld-left,
#s-cdee6f7f-e699-4a4e-8f35-bb06333774a7 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-761ed100-c7c7-465e-bb95-1c15ee020203 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-761ed100-c7c7-465e-bb95-1c15ee020203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-761ed100-c7c7-465e-bb95-1c15ee020203.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8ad09d9-2471-427f-81da-152468d2fd1e {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f8ad09d9-2471-427f-81da-152468d2fd1e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-f8ad09d9-2471-427f-81da-152468d2fd1e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f8ad09d9-2471-427f-81da-152468d2fd1e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f8ad09d9-2471-427f-81da-152468d2fd1e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-55147871-c58c-4b39-b180-296ebbd14c2b {
  margin-right: 20%;
}

#s-73661e82-9b8e-4025-8000-eb04dae9994e {
  margin-right: 10%;
text-align: center;
}







  #s-73661e82-9b8e-4025-8000-eb04dae9994e img.shogun-image {
    

    
    
    
  }


#s-73661e82-9b8e-4025-8000-eb04dae9994e .shogun-image-content {
  
    align-items: center;
  
}

#s-b1abffe0-7810-4b63-8235-4d06c209f31e {
  margin-right: 83%;
text-align: center;
}







  #s-b1abffe0-7810-4b63-8235-4d06c209f31e img.shogun-image {
    

    
    
    
  }


#s-b1abffe0-7810-4b63-8235-4d06c209f31e .shogun-image-content {
  
    align-items: center;
  
}

#s-aa66ea37-5f96-4a67-a789-e53aea7501c2 {
  margin-top: 10px;
}

#s-c217181a-cdab-4ad1-8ef3-7ec6df450b69 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-4cf32c70-ec53-4a3e-8d88-6c471e42dd95 {
  margin-top: 15px;
margin-right: 20%;
}

#s-28d931de-d090-4c83-9a17-8f13a0add6a8 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-28d931de-d090-4c83-9a17-8f13a0add6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28d931de-d090-4c83-9a17-8f13a0add6a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-882cddd8-ff98-4a9f-9885-5376e2123fba {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-882cddd8-ff98-4a9f-9885-5376e2123fba"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-882cddd8-ff98-4a9f-9885-5376e2123fba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-882cddd8-ff98-4a9f-9885-5376e2123fba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-882cddd8-ff98-4a9f-9885-5376e2123fba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-065347d0-0a11-489a-a420-6b1b68c76da8 {
  margin-right: 20%;
}

#s-d8438c2e-5456-4923-9a02-402c9a89d3da {
  margin-right: 10%;
text-align: center;
}







  #s-d8438c2e-5456-4923-9a02-402c9a89d3da img.shogun-image {
    

    
    
    
  }


#s-d8438c2e-5456-4923-9a02-402c9a89d3da .shogun-image-content {
  
    align-items: center;
  
}

#s-e208e8e3-373e-4bf6-b2ec-40681f776205 {
  margin-left: -8%;
margin-right: 60%;
text-align: center;
}







  #s-e208e8e3-373e-4bf6-b2ec-40681f776205 img.shogun-image {
    

    
    
    
  }


#s-e208e8e3-373e-4bf6-b2ec-40681f776205 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf214743-d0ee-4c73-be44-9ee8dd1e23f4 {
  margin-top: 5px;
}

#s-e0db4bbc-bb13-4f99-9bd6-bc5b3e6d662a {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-0988fa5f-3e28-479a-a886-3b1d0142ebc3 {
  margin-top: 15px;
margin-right: 20%;
}

#s-d09e8355-e551-4ff6-9385-6a9fa210e542 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-d09e8355-e551-4ff6-9385-6a9fa210e542 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d09e8355-e551-4ff6-9385-6a9fa210e542.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bf42aa46-2246-4ced-a2df-3b5c8ca53b40 {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-bf42aa46-2246-4ced-a2df-3b5c8ca53b40"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-bf42aa46-2246-4ced-a2df-3b5c8ca53b40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-bf42aa46-2246-4ced-a2df-3b5c8ca53b40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-bf42aa46-2246-4ced-a2df-3b5c8ca53b40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-de956f02-5e40-426c-9a7d-e610b8c7cf58 {
  margin-right: 20%;
}

#s-40bb61f6-5185-421a-902d-8b6a2dc4e7bc {
  margin-right: 10%;
text-align: center;
}







  #s-40bb61f6-5185-421a-902d-8b6a2dc4e7bc img.shogun-image {
    

    
    
    
  }


#s-40bb61f6-5185-421a-902d-8b6a2dc4e7bc .shogun-image-content {
  
    align-items: center;
  
}

#s-7b0f618c-4352-4e44-a129-c46bd7851486 {
  margin-left: -8%;
margin-right: 60%;
text-align: center;
}







  #s-7b0f618c-4352-4e44-a129-c46bd7851486 img.shogun-image {
    

    
    
    
  }


#s-7b0f618c-4352-4e44-a129-c46bd7851486 .shogun-image-content {
  
    align-items: center;
  
}

#s-f91d0327-9fb3-47f0-b993-2c48680523f6 {
  margin-top: 5px;
}

#s-3918476d-c1b7-4095-96e7-e49b7947c4c8 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-f11ed1ff-e1cc-4dfb-adb2-a71b42ab8e91 {
  margin-top: 15px;
margin-right: 20%;
}

#s-051048fc-75c8-4dad-b4d6-bad9aed54247 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-051048fc-75c8-4dad-b4d6-bad9aed54247 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-466d0471-f87e-47df-8dcf-8ac29b6fc9b7 hr {
  border-top: 1px solid #ddd;
}

#s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0 {
  margin-bottom: 40px;
}
@media (max-width: 767px){#s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0 {
  display: none;
}
#s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0, #wrap-s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8940e02-1b0b-41ec-8f70-4bbf8b74bfd0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ddcfce91-6a12-4eee-9f13-d299aec5602a {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-ddcfce91-6a12-4eee-9f13-d299aec5602a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddcfce91-6a12-4eee-9f13-d299aec5602a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4839dff1-66e7-476d-b86a-78b26dd3667f {
  margin-top: 15px;
margin-right: 20%;
}

#s-f551f48f-47cd-45d9-bfb9-93b320e7e6f4 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-f551f48f-47cd-45d9-bfb9-93b320e7e6f4 img.shogun-image {
    

    
    
    
  }


#s-f551f48f-47cd-45d9-bfb9-93b320e7e6f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-b9ea1152-98eb-460a-b76c-7f277c47c255 {
  margin-left: -6%;
margin-right: 75%;
text-align: center;
}







  #s-b9ea1152-98eb-460a-b76c-7f277c47c255 img.shogun-image {
    

    
    
    
  }


#s-b9ea1152-98eb-460a-b76c-7f277c47c255 .shogun-image-content {
  
    align-items: center;
  
}

#s-788914ee-57b3-4702-95a8-7f95eb2f80f8 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-c509aa8c-68ce-44d8-8170-65a30655d333 {
  margin-top: 10px;
margin-right: 20%;
}

#s-137b0f7e-afe5-4c7e-91a7-0d432ad285fa {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-137b0f7e-afe5-4c7e-91a7-0d432ad285fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-137b0f7e-afe5-4c7e-91a7-0d432ad285fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fee11911-809e-421e-98c4-7d4356021252 {
  margin-top: 15px;
margin-right: 20%;
}

#s-40c64365-09d5-4934-ae78-6e51fb31d8d5 {
  margin-left: 15%;
margin-right: 15%;
text-align: center;
}







  #s-40c64365-09d5-4934-ae78-6e51fb31d8d5 img.shogun-image {
    

    
    
    
  }


#s-40c64365-09d5-4934-ae78-6e51fb31d8d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-917cab09-73e7-4c7b-b6bb-8dc50d186d16 {
  margin-left: -6%;
margin-right: 75%;
text-align: center;
}







  #s-917cab09-73e7-4c7b-b6bb-8dc50d186d16 img.shogun-image {
    

    
    
    
  }


#s-917cab09-73e7-4c7b-b6bb-8dc50d186d16 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c27cb73-319e-4753-b664-7f5a81c2dac1 {
  margin-top: 5px;
}

#s-5f07de18-3ddf-4ae1-be95-5004fe1a0d78 {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-4be8f15d-8dff-4084-9d09-b9d5779c873d {
  margin-top: 10px;
margin-right: 20%;
}

#s-d2d0896f-6d7b-4001-aa34-5194b553b363 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-d2d0896f-6d7b-4001-aa34-5194b553b363 {
  display: none;
}
#s-d2d0896f-6d7b-4001-aa34-5194b553b363, #wrap-s-d2d0896f-6d7b-4001-aa34-5194b553b363 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d2d0896f-6d7b-4001-aa34-5194b553b363 {
  display: none;
}
#s-d2d0896f-6d7b-4001-aa34-5194b553b363, #wrap-s-d2d0896f-6d7b-4001-aa34-5194b553b363 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d2d0896f-6d7b-4001-aa34-5194b553b363 {
  display: none;
}
#s-d2d0896f-6d7b-4001-aa34-5194b553b363, #wrap-s-d2d0896f-6d7b-4001-aa34-5194b553b363 { display:none !important; }}@media (max-width: 767px){#s-d2d0896f-6d7b-4001-aa34-5194b553b363 {
  
}
}
#s-d2d0896f-6d7b-4001-aa34-5194b553b363 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d2d0896f-6d7b-4001-aa34-5194b553b363 .shg-sld-nav-button.shg-sld-left,
#s-d2d0896f-6d7b-4001-aa34-5194b553b363 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-9b7baed5-bd55-42f2-9d81-7cd4a689463c {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-9b7baed5-bd55-42f2-9d81-7cd4a689463c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-9b7baed5-bd55-42f2-9d81-7cd4a689463c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9b7baed5-bd55-42f2-9d81-7cd4a689463c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9b7baed5-bd55-42f2-9d81-7cd4a689463c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-461a3eab-063a-43fb-a9f2-5f24396661bf {
  margin-right: 20%;
}

#s-c990f71f-68b1-4037-a2ad-f9b3133f82e9 {
  margin-right: 10%;
text-align: center;
}







  #s-c990f71f-68b1-4037-a2ad-f9b3133f82e9 img.shogun-image {
    

    
    
    
  }


#s-c990f71f-68b1-4037-a2ad-f9b3133f82e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-f04663ee-f0d8-4682-a3b8-229bd4f56488 {
  margin-left: -8%;
margin-right: 60%;
text-align: center;
}







  #s-f04663ee-f0d8-4682-a3b8-229bd4f56488 img.shogun-image {
    

    
    
    
  }


#s-f04663ee-f0d8-4682-a3b8-229bd4f56488 .shogun-image-content {
  
    align-items: center;
  
}

#s-396ffbc1-b579-4479-95be-de0364d4f8cf {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-26f31fe2-9adf-42c1-8eda-f442ab01693a {
  margin-top: 15px;
margin-right: 20%;
}

#s-f11202e7-8429-4437-8f76-66f269774497 {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-f11202e7-8429-4437-8f76-66f269774497"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-f11202e7-8429-4437-8f76-66f269774497"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f11202e7-8429-4437-8f76-66f269774497"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f11202e7-8429-4437-8f76-66f269774497"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-55450207-73f7-44b9-93f3-ecffc1f2189c {
  margin-right: 20%;
}

#s-ce180ff6-c2d7-498e-a6e7-4edb705b6a5d {
  margin-right: 10%;
text-align: center;
}







  #s-ce180ff6-c2d7-498e-a6e7-4edb705b6a5d img.shogun-image {
    

    
    
    
  }


#s-ce180ff6-c2d7-498e-a6e7-4edb705b6a5d .shogun-image-content {
  
    align-items: center;
  
}

#s-ae53a414-7481-41c8-9c5a-93bb95a5a835 {
  margin-left: -8%;
margin-right: 60%;
text-align: center;
}







  #s-ae53a414-7481-41c8-9c5a-93bb95a5a835 img.shogun-image {
    

    
    
    
  }


#s-ae53a414-7481-41c8-9c5a-93bb95a5a835 .shogun-image-content {
  
    align-items: center;
  
}

#s-95949d19-71d9-45d6-a500-3ef53e163631 {
  margin-top: 5px;
}

#s-69c54c41-6831-43cd-8b53-36f30da3711e {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-1f893b01-2221-46f5-ae62-65635e351c42 {
  margin-top: 15px;
margin-right: 20%;
}

#s-39484235-9970-458b-b876-110dc0d23c6e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-39484235-9970-458b-b876-110dc0d23c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39484235-9970-458b-b876-110dc0d23c6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f8372b8-110d-4693-8785-89cd04159a27 {
  margin-top: 10px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-9f8372b8-110d-4693-8785-89cd04159a27"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 768px) {
[id="s-9f8372b8-110d-4693-8785-89cd04159a27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-9f8372b8-110d-4693-8785-89cd04159a27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-9f8372b8-110d-4693-8785-89cd04159a27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-070b67b6-ef40-4121-be6c-97d6fe7937b2 {
  margin-right: 20%;
}

#s-10d13f5a-569a-4dbc-ae56-8dad9f55a54f {
  margin-right: 10%;
text-align: center;
}







  #s-10d13f5a-569a-4dbc-ae56-8dad9f55a54f img.shogun-image {
    

    
    
    
  }


#s-10d13f5a-569a-4dbc-ae56-8dad9f55a54f .shogun-image-content {
  
    align-items: center;
  
}

#s-4c9c3239-1708-4892-907d-a88593f27793 {
  margin-right: 83%;
text-align: center;
}







  #s-4c9c3239-1708-4892-907d-a88593f27793 img.shogun-image {
    

    
    
    
  }


#s-4c9c3239-1708-4892-907d-a88593f27793 .shogun-image-content {
  
    align-items: center;
  
}

#s-18adc65d-3829-42c7-9ed0-a9a323397185 {
  margin-top: 10px;
}

#s-30feaa10-1bfb-410a-897d-18e3a7ddc7ba {
  margin-top: 10px;
margin-bottom: 10px;
margin-right: 20%;
}

#s-a9c73ce8-6426-48c6-814b-a2faf8995be8 {
  margin-top: 10px;
margin-right: 20%;
}

#s-55066cf9-2383-4727-9c77-c4633364e1f3 {
  margin-top: 30px;
margin-left: 10%;
margin-bottom: 60px;
margin-right: 10%;
min-height: 50px;
}
@media (max-width: 767px){#s-55066cf9-2383-4727-9c77-c4633364e1f3 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-55066cf9-2383-4727-9c77-c4633364e1f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55066cf9-2383-4727-9c77-c4633364e1f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-735d005b-27f6-4469-989b-7dceaa97513d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-735d005b-27f6-4469-989b-7dceaa97513d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(247, 247, 247, 1);
  padding: 30px;
}

#s-735d005b-27f6-4469-989b-7dceaa97513d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-735d005b-27f6-4469-989b-7dceaa97513d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid #ddd;
}

#s-735d005b-27f6-4469-989b-7dceaa97513d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-735d005b-27f6-4469-989b-7dceaa97513d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-8b09e912-75ab-404f-af2a-4bddaeb0b418 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-8b09e912-75ab-404f-af2a-4bddaeb0b418"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b09e912-75ab-404f-af2a-4bddaeb0b418"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8b09e912-75ab-404f-af2a-4bddaeb0b418"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8b09e912-75ab-404f-af2a-4bddaeb0b418"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-34f49ec0-5a5e-4bcb-bab4-ac98d8307d03 {
  min-height: 50px;
}








#s-34f49ec0-5a5e-4bcb-bab4-ac98d8307d03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34f49ec0-5a5e-4bcb-bab4-ac98d8307d03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4af0bede-bde5-4a3a-828d-619420861279 {
  margin-top: 10px;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
}







  #s-4af0bede-bde5-4a3a-828d-619420861279 img.shogun-image {
    

    
    
    
  }


#s-4af0bede-bde5-4a3a-828d-619420861279 .shogun-image-content {
  
    align-items: center;
  
}

#s-e87503e4-a9ba-4522-89d7-dfea8fed090e {
  text-align: left;
}

#s-e87503e4-a9ba-4522-89d7-dfea8fed090e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-d4a17655-7415-482b-8465-f70f77ed52d6 {
  margin-top: 20px;
margin-bottom: 30px;
min-height: 50px;
}








#s-d4a17655-7415-482b-8465-f70f77ed52d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4a17655-7415-482b-8465-f70f77ed52d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f153a920-d650-48ad-ad99-a48eda16a365 {
  margin-top: 10px;
}

#s-3d68a556-d7a8-47e9-8804-56697270d99c {
  margin-top: 30px;
}

#s-929eba2a-ddb9-4754-9a26-b2b5ffbae02b {
  margin-top: 10px;
}

#s-11375b9f-0de1-4101-9dd5-22421eedd1a0 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-11375b9f-0de1-4101-9dd5-22421eedd1a0 {
  margin-top: 0px;
}
}







#s-11375b9f-0de1-4101-9dd5-22421eedd1a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11375b9f-0de1-4101-9dd5-22421eedd1a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a204ca53-468c-47a3-b11e-a7353d611d3f {
  margin-top: 10px;
}

#s-9f6a8622-ee1b-45b7-8fd2-f7f10e3d0e74 {
  margin-top: 20px;
margin-right: 85%;
text-align: center;
}
@media (max-width: 767px){#s-9f6a8622-ee1b-45b7-8fd2-f7f10e3d0e74 {
  margin-right: 90%;
}
}






  #s-9f6a8622-ee1b-45b7-8fd2-f7f10e3d0e74 img.shogun-image {
    

    
    
    
  }


#s-9f6a8622-ee1b-45b7-8fd2-f7f10e3d0e74 .shogun-image-content {
  
    align-items: center;
  
}

#s-f6788ad8-aded-4402-b751-dcc769680e25 {
  margin-left: 140%;
margin-right: -454%;
}
@media (max-width: 767px){#s-f6788ad8-aded-4402-b751-dcc769680e25 {
  margin-right: -611%;
}
}
#s-a9182dde-75f1-4736-b7ff-df357582bdf5 {
  margin-top: 5px;
}

#s-098301d4-5178-4265-917a-1fccf2d99ed9 {
  margin-top: 20px;
margin-right: 85%;
text-align: center;
}
@media (max-width: 767px){#s-098301d4-5178-4265-917a-1fccf2d99ed9 {
  margin-right: 90%;
}
}






  #s-098301d4-5178-4265-917a-1fccf2d99ed9 img.shogun-image {
    

    
    
    
  }


#s-098301d4-5178-4265-917a-1fccf2d99ed9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e4eec78c-67cd-4078-bff8-e8d234d329aa {
  margin-left: 140%;
margin-right: -454%;
}
@media (max-width: 767px){#s-e4eec78c-67cd-4078-bff8-e8d234d329aa {
  margin-right: -611%;
}
}
#s-b5f1d00b-908e-4a87-80d0-1cef7d1b0726 {
  margin-top: 5px;
}

#s-a1185ce5-37ea-42ca-8473-68ad3aece93e {
  margin-top: 20px;
margin-right: 85%;
text-align: center;
}
@media (max-width: 767px){#s-a1185ce5-37ea-42ca-8473-68ad3aece93e {
  margin-right: 90%;
}
}






  #s-a1185ce5-37ea-42ca-8473-68ad3aece93e img.shogun-image {
    

    
    
    
  }


#s-a1185ce5-37ea-42ca-8473-68ad3aece93e .shogun-image-content {
  
    align-items: center;
  
}

#s-b7a388a6-fec2-48a0-800b-da13f4c0471e {
  margin-left: 140%;
margin-right: -454%;
}
@media (max-width: 767px){#s-b7a388a6-fec2-48a0-800b-da13f4c0471e {
  margin-right: -611%;
}
}
#s-5138ded2-2b3e-4196-8b79-79475bca31e1 {
  margin-top: 5px;
}

#s-a8e0e956-f299-4952-ba0e-6efb36bfd049 {
  margin-top: 20px;
margin-right: 85%;
text-align: center;
}
@media (max-width: 767px){#s-a8e0e956-f299-4952-ba0e-6efb36bfd049 {
  margin-right: 90%;
}
}






  #s-a8e0e956-f299-4952-ba0e-6efb36bfd049 img.shogun-image {
    

    
    
    
  }


#s-a8e0e956-f299-4952-ba0e-6efb36bfd049 .shogun-image-content {
  
    align-items: center;
  
}

#s-e126eb15-1fe7-4aa1-b49e-f100e76c1e0b {
  margin-left: 140%;
margin-right: -754%;
}

#s-7855d086-1dd3-40c2-ae9a-67660c31350f {
  margin-top: 5px;
}

#s-edb80efc-179f-409e-ac80-9cac9c52b432 {
  padding-top: 30px;
}

#s-edb80efc-179f-409e-ac80-9cac9c52b432 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-edb80efc-179f-409e-ac80-9cac9c52b432 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 30px;
}

#s-edb80efc-179f-409e-ac80-9cac9c52b432 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-edb80efc-179f-409e-ac80-9cac9c52b432 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid #ddd;
}

#s-edb80efc-179f-409e-ac80-9cac9c52b432 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-edb80efc-179f-409e-ac80-9cac9c52b432 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-20d9f0ab-5d5a-4bcb-a844-460a38c37ca9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-20d9f0ab-5d5a-4bcb-a844-460a38c37ca9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-20d9f0ab-5d5a-4bcb-a844-460a38c37ca9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-20d9f0ab-5d5a-4bcb-a844-460a38c37ca9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-20d9f0ab-5d5a-4bcb-a844-460a38c37ca9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-b073db74-2a63-4476-82fc-245e966b2d1d {
  min-height: 50px;
}








#s-b073db74-2a63-4476-82fc-245e966b2d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b073db74-2a63-4476-82fc-245e966b2d1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d239750-947e-4c35-94a6-d35e3b79e202 {
  margin-top: 10px;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
}







  #s-0d239750-947e-4c35-94a6-d35e3b79e202 img.shogun-image {
    

    
    
    
  }


#s-0d239750-947e-4c35-94a6-d35e3b79e202 .shogun-image-content {
  
    align-items: center;
  
}

#s-67387d0b-84e5-4054-9997-c28cc49fcc0c {
  text-align: left;
}

#s-67387d0b-84e5-4054-9997-c28cc49fcc0c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-5bae0305-8e1e-4e6f-ab07-163108533775 {
  margin-top: 20px;
margin-bottom: 30px;
min-height: 50px;
}








#s-5bae0305-8e1e-4e6f-ab07-163108533775 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bae0305-8e1e-4e6f-ab07-163108533775.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0377dfb4-a14a-4e82-b80e-91104b221a30 {
  margin-top: 10px;
}

#s-39c36986-135a-4f3c-9bfb-66e446a7cc70 {
  margin-top: 30px;
}

#s-18f56d01-c221-426e-934b-4f8d4a4dace4 {
  margin-top: 10px;
}

#s-3a6037aa-2147-49e8-81cd-61143b54c4a0 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-3a6037aa-2147-49e8-81cd-61143b54c4a0 {
  margin-top: 0px;
}
}







#s-3a6037aa-2147-49e8-81cd-61143b54c4a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a6037aa-2147-49e8-81cd-61143b54c4a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1b1d660-ba45-4607-a9a8-6c3b72deff59 {
  margin-top: 10px;
}

#s-eb7d4cf9-ad23-4d1d-a4a3-e5f54940bdea {
  margin-top: 20px;
margin-right: 85%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}
@media (max-width: 767px){#s-eb7d4cf9-ad23-4d1d-a4a3-e5f54940bdea {
  margin-right: 90%;
}
}






  #s-eb7d4cf9-ad23-4d1d-a4a3-e5f54940bdea img.shogun-image {
    

    
    
    
  }


#s-eb7d4cf9-ad23-4d1d-a4a3-e5f54940bdea .shogun-image-content {
  
    align-items: center;
  
}

#s-74eafa0b-bf10-4500-9b20-d64979548e9b {
  margin-left: 140%;
margin-right: -454%;
}
@media (max-width: 767px){#s-74eafa0b-bf10-4500-9b20-d64979548e9b {
  margin-right: -611%;
}
}
#s-2c9a01cd-779c-47d4-b77f-37205bd32862 {
  margin-top: 5px;
}

#s-54f1cb41-25b4-4f6f-b5a4-3f91dd847595 {
  margin-top: 20px;
margin-right: 85%;
text-align: center;
}
@media (max-width: 767px){#s-54f1cb41-25b4-4f6f-b5a4-3f91dd847595 {
  margin-right: 90%;
}
}






  #s-54f1cb41-25b4-4f6f-b5a4-3f91dd847595 img.shogun-image {
    

    
    
    
  }


#s-54f1cb41-25b4-4f6f-b5a4-3f91dd847595 .shogun-image-content {
  
    align-items: center;
  
}

#s-7976a59c-f9b7-4936-8099-9c2368e8d5c2 {
  margin-left: 140%;
margin-right: -454%;
}
@media (max-width: 767px){#s-7976a59c-f9b7-4936-8099-9c2368e8d5c2 {
  margin-right: -611%;
}
}
#s-0244fce2-1cc6-4ba2-90b6-f8044a1e50ff {
  margin-top: 5px;
}

#s-f1ff6578-6481-4a64-9dc0-df42a18a1bef {
  margin-top: 20px;
margin-right: 85%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}
@media (max-width: 767px){#s-f1ff6578-6481-4a64-9dc0-df42a18a1bef {
  margin-right: 90%;
}
}






  #s-f1ff6578-6481-4a64-9dc0-df42a18a1bef img.shogun-image {
    

    
    
    
  }


#s-f1ff6578-6481-4a64-9dc0-df42a18a1bef .shogun-image-content {
  
    align-items: center;
  
}

#s-0d096ce7-4da4-4915-ab9c-054199606451 {
  margin-left: 140%;
margin-right: -850%;
}

#s-81315e1f-be46-40bb-b871-350c237438d2 {
  margin-top: 5px;
}

#s-44f5c05b-22f9-4284-a154-240af9a6daf5 {
  margin-top: 20px;
margin-right: 85%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}
@media (max-width: 767px){#s-44f5c05b-22f9-4284-a154-240af9a6daf5 {
  margin-right: 90%;
}
}






  #s-44f5c05b-22f9-4284-a154-240af9a6daf5 img.shogun-image {
    

    
    
    
  }


#s-44f5c05b-22f9-4284-a154-240af9a6daf5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c863df67-c138-4425-bab6-405a8b1aaf1a {
  margin-left: 140%;
margin-right: -850%;
}

#s-bbfb2407-f688-430c-b2c5-6c122a77e664 {
  margin-top: 5px;
}

#s-0b95cd27-66ac-48b4-b272-4b49bf787a6d {
  padding-top: 30px;
padding-bottom: 30px;
}

#s-0b95cd27-66ac-48b4-b272-4b49bf787a6d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0b95cd27-66ac-48b4-b272-4b49bf787a6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 30px;
}

#s-0b95cd27-66ac-48b4-b272-4b49bf787a6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0b95cd27-66ac-48b4-b272-4b49bf787a6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 1);
  border-top: 1px solid #ddd;
}

#s-0b95cd27-66ac-48b4-b272-4b49bf787a6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0b95cd27-66ac-48b4-b272-4b49bf787a6d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3b292f05-0532-49f1-8989-9fed65d78989 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-3b292f05-0532-49f1-8989-9fed65d78989"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b292f05-0532-49f1-8989-9fed65d78989"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3b292f05-0532-49f1-8989-9fed65d78989"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3b292f05-0532-49f1-8989-9fed65d78989"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-d2acf47c-43c2-41a9-8545-d14e5d31a382 {
  min-height: 50px;
}








#s-d2acf47c-43c2-41a9-8545-d14e5d31a382 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2acf47c-43c2-41a9-8545-d14e5d31a382.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-54f12828-9f5c-477f-8ead-b0422eba762a {
  margin-top: 10px;
margin-bottom: 20px;
margin-right: 35%;
text-align: center;
}







  #s-54f12828-9f5c-477f-8ead-b0422eba762a img.shogun-image {
    

    
    
    
  }


#s-54f12828-9f5c-477f-8ead-b0422eba762a .shogun-image-content {
  
    align-items: center;
  
}

#s-fa0bf7f8-4db3-4db7-8354-e2dbc40cf8b0 {
  text-align: left;
}

#s-fa0bf7f8-4db3-4db7-8354-e2dbc40cf8b0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: left;
}



#s-f5d269a1-a649-4be7-b327-084e1c34eb02 {
  margin-top: 20px;
margin-bottom: 30px;
min-height: 50px;
}








#s-f5d269a1-a649-4be7-b327-084e1c34eb02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5d269a1-a649-4be7-b327-084e1c34eb02.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7945c285-7a51-4a92-bf1b-df51b400cde9 {
  margin-top: 10px;
}

#s-b2049dd0-3a8c-487d-ac21-1ed89793207b {
  margin-top: 30px;
}

#s-07d9b4e8-3834-4dc9-a401-453033e90d3a {
  margin-top: 10px;
}

#s-bec1fb9d-de83-4fdb-890f-9a4d3a3920f3 {
  margin-top: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-bec1fb9d-de83-4fdb-890f-9a4d3a3920f3 {
  margin-top: 0px;
}
}







#s-bec1fb9d-de83-4fdb-890f-9a4d3a3920f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec1fb9d-de83-4fdb-890f-9a4d3a3920f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02a2a2bd-52b9-4383-8e76-467ac5e57960 {
  margin-top: 10px;
}

#s-19b6addf-6fc9-442b-9085-d1b983cba0a8 {
  margin-top: 20px;
margin-right: 85%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}
@media (max-width: 767px){#s-19b6addf-6fc9-442b-9085-d1b983cba0a8 {
  margin-right: 90%;
}
}






  #s-19b6addf-6fc9-442b-9085-d1b983cba0a8 img.shogun-image {
    

    
    
    
  }


#s-19b6addf-6fc9-442b-9085-d1b983cba0a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-00bd00ed-cbdc-43b0-9f46-0aa88e3d41bf {
  margin-left: 140%;
margin-right: -454%;
}
@media (max-width: 767px){#s-00bd00ed-cbdc-43b0-9f46-0aa88e3d41bf {
  margin-right: -611%;
}
}
#s-94c24cc5-9a23-4086-b72e-3dd5d7abfa25 {
  margin-top: 5px;
}

#s-5c4394d0-a9cb-4ec9-b066-bb5e4a50fbb7 {
  margin-top: 20px;
margin-right: 85%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}
@media (max-width: 767px){#s-5c4394d0-a9cb-4ec9-b066-bb5e4a50fbb7 {
  margin-right: 90%;
}
}






  #s-5c4394d0-a9cb-4ec9-b066-bb5e4a50fbb7 img.shogun-image {
    

    
    
    
  }


#s-5c4394d0-a9cb-4ec9-b066-bb5e4a50fbb7 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b522dac-39dd-431f-aceb-d203c4e7cc8f {
  margin-left: 140%;
margin-right: -850%;
}

#s-e529ed71-0b2f-4513-9562-5d35192b3789 {
  margin-top: 5px;
}

#s-72ec5152-25d8-4696-a71b-16cb79f0d74d {
  margin-top: 20px;
margin-right: 85%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}
@media (max-width: 767px){#s-72ec5152-25d8-4696-a71b-16cb79f0d74d {
  margin-right: 90%;
}
}






  #s-72ec5152-25d8-4696-a71b-16cb79f0d74d img.shogun-image {
    

    
    
    
  }


#s-72ec5152-25d8-4696-a71b-16cb79f0d74d .shogun-image-content {
  
    align-items: center;
  
}

#s-bfa8281b-6e07-447c-b434-c1b2bad2ef89 {
  margin-left: 140%;
margin-right: -850%;
}

#s-2faec2ca-6d0e-41a9-a6d5-47c2972a31f1 {
  margin-top: 5px;
}

#s-ceaff6e8-093b-4bd7-a80b-aa5d0fd0848c {
  margin-top: 20px;
margin-right: 85%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 150px;
text-align: center;
}
@media (max-width: 767px){#s-ceaff6e8-093b-4bd7-a80b-aa5d0fd0848c {
  margin-right: 90%;
}
}






  #s-ceaff6e8-093b-4bd7-a80b-aa5d0fd0848c img.shogun-image {
    

    
    
    
  }


#s-ceaff6e8-093b-4bd7-a80b-aa5d0fd0848c .shogun-image-content {
  
    align-items: center;
  
}

#s-e58bc031-0f52-4a2a-a74c-7e3880b3d517 {
  margin-left: 140%;
margin-right: -850%;
}

#s-c8e09ad8-f151-4048-afc9-bcc76652af0b {
  margin-top: 5px;
}

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